integration/css/common.css
changeset 53 9d80aeae789b
parent 52 2565a518aafa
child 64 2de3ca9542ed
equal deleted inserted replaced
52:2565a518aafa 53:9d80aeae789b
   169     float: right;
   169     float: right;
   170 	width: 250px;
   170 	width: 250px;
   171 }
   171 }
   172 .header .profil-wrap a{
   172 .header .profil-wrap a{
   173 	width: 160px;
   173 	width: 160px;
   174 	display: block;
   174 	display: inline-block;
   175 	text-align: right;
   175 	text-align: right;
   176 	position: absolute;
       
   177 	right: 0;
   176 	right: 0;
   178 	font-size: 13px;
   177 	font-size: 13px;
   179 	color: #30036d;
   178 	color: #30036d;
   180 	padding-right: 18px;
   179 	padding-right: 18px;
   181 }
   180 }
       
   181 .profil-wrap li{
       
   182 	text-align: right;
       
   183 	line-height: 18px;
       
   184 }
   182 .header .profil-wrap a:hover{
   185 .header .profil-wrap a:hover{
   183 	color: #FF00FC;
   186 	color: #FF00FC;
   184 }
   187 }
   185 .header .profil-wrap a.all-hashcut{
   188 .header .profil-wrap a.all-hashcut{
   186 	top: 2px;
   189 	top: 2px;
   187 	background: url(../img/arrow-top.png) right 2px no-repeat;
   190 	background: url(../img/arrow-top.png) right 3px no-repeat;
   188 }
   191 }
   189 .header .profil-wrap a.my-profil{
   192 .header .profil-wrap a.my-profil{
   190 	top: 42px;
   193 	top: 42px;
   191 	background: url(../img/arrow-bot.png) right 4px no-repeat;
   194 	background: url(../img/arrow-bot.png) right 6px no-repeat;
       
   195 }
       
   196 .space-top{
       
   197 	padding-top: 10px;
       
   198 }
       
   199 .space-top-2{
       
   200 	padding-top: 30px;
   192 }
   201 }
   193 .header .profil-wrap a.new-hashcut{
   202 .header .profil-wrap a.new-hashcut{
   194 	top: 22px;
   203 	top: 22px;
   195 	background: url(../img/pencil-icon.png) right 0px no-repeat;
   204 	background: url(../img/pencil-icon.png) right 0px no-repeat;
   196 }
   205 }