Advertisement
tragical

#4138 profile css

Sep 18th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. body{
  2. background:url(http://img06.deviantart.net/3aa5/i/2012/139/4/a/the_ghost_nebula_by_tylercreatesworlds-d4zb5y3.jpg) no-repeat center center fixed;
  3. -webkit-background-size: cover;
  4. -moz-background-size: cover;
  5. -o-background-size: cover;
  6. background-size: cover;
  7. color:#727272;
  8. font:12px Segoe UI;
  9. }
  10.  
  11. h1{
  12. font-weight:normal;
  13. background:#fff;
  14. color:#25a09f;
  15. padding:5px;
  16. margin-bottom:5px;
  17. font-weight:bold;
  18. font-size:13px;
  19. letter-spacing:1px;
  20. border-bottom:1px solid #ddd;
  21. }
  22.  
  23. #info-panel{
  24. float:left;
  25. left:200px;
  26. position:relative;
  27. top:-20px;
  28. height:auto;
  29. }
  30.  
  31. #info-panel dl{
  32. margin-top:6px;
  33. }
  34.  
  35. #info-panel dt{
  36. text-align:left;
  37. color:#444;
  38. }
  39.  
  40. #info-panel dd{
  41. text-align:right;
  42. }
  43.  
  44. #link-panel{
  45. float:left;
  46. margin-top:7px;
  47. position:relative;
  48. left:200px;
  49. height:140px;
  50. width:290px;
  51. top:-26px;
  52. }
  53.  
  54. #about-panel{
  55. margin-top:7px;
  56. top:-26px;
  57. position:relative;
  58. text-align:center;
  59. }
  60.  
  61. #link-panel li{
  62. display:block;
  63. text-align:center;
  64. }
  65.  
  66. #link-panel a, a:visited, #info-panel a, #info-panel a:visited{
  67. color:#58dbd3;
  68. transition:0.5s ease;
  69. -o-transition:0.5s ease;
  70. -moz-transition:0.5s ease;
  71. -webkit-transition:0.5s ease;
  72. }
  73.  
  74. #link-panel a:hover, #info-panel a:hover{
  75. color:#25a09f;
  76. }
  77.  
  78. #equipped-panel{
  79. margin-top:-17px;
  80. position:relative;
  81. height:108px;
  82. overflow:visible;
  83. }
  84.  
  85. #profile-nav, #profile-nav a{
  86. opacity:0.5;
  87. background:none;
  88. border:none;
  89. transition:0.5s ease;
  90. -o-transition:0.5s ease;
  91. -moz-transition:0.5s ease;
  92. -webkit-transition:0.5s ease;
  93. color:#000;
  94. }
  95.  
  96. #profile-nav a:hover{
  97. opacity:1;
  98. }
  99.  
  100. #custom-16-panel{
  101. height:35px;
  102. overflow:auto;
  103. width:300px;
  104. position:absolute;
  105. background:#fff;
  106. float:right;
  107. top:145px;
  108. text-align:justify;
  109. line-height:15px;
  110. margin-left:200px;
  111. text-align:center;
  112. padding:0;
  113. z-index:5;
  114. }
  115.  
  116. #custom-16-panel h1{
  117. display:none;
  118. }
  119.  
  120. #custom-16-panel a{
  121. color:#333;
  122. display:inline-block;
  123. font-size:17px;
  124. font-variant:small-caps;
  125. letter-spacing:1px;
  126. margin:-5px 9px;
  127. padding:10px 6px;
  128. float:center;
  129. text-align:center;
  130. transition:0.5s ease;
  131. -o-transition:0.5s ease;
  132. -moz-transition:0.5s ease;
  133. -webkit-transition:0.5s ease;
  134. }
  135.  
  136. #custom-16-panel a:hover{
  137. color:#25a09f;
  138. transition:0.5s ease;
  139. -o-transition:0.5s ease;
  140. -moz-transition:0.5s ease;
  141. -webkit-transition:0.5s ease;
  142. }
  143.  
  144. #equipped-panel a, a:visited, #comment-panel a, a:visited{
  145. color:#58dbd3;
  146. }
  147.  
  148. #custom-15-panel{
  149. height:170px;
  150. overflow:auto;
  151. width:290px;
  152. position:absolute;
  153. background:#fff;
  154. float:right;
  155. margin-top:193px;
  156. line-height:17px;
  157. margin-left:200px;
  158. opacity:1;
  159. }
  160.  
  161. #custom-8-panel, #comment-panel{
  162. height:170px;
  163. overflow:auto;
  164. width:290px;
  165. position:absolute;
  166. background:#fff;
  167. float:right;
  168. margin-top:193px;
  169. line-height:17px;
  170. margin-left:200px;
  171. opacity:0;
  172. transition:0.5s ease;
  173. -o-transition:0.5s ease;
  174. -moz-transition:0.5s ease;
  175. -webkit-transition:0.5s ease;
  176. }
  177.  
  178. #custom-15-panel, #comment-panel:target{
  179. opacity:1;
  180. }
  181.  
  182. #custom-15-panel, #custom-8-panel{
  183. text-align:justify;
  184. }
  185.  
  186. #comment-panel{
  187. text-align:center;
  188. }
  189.  
  190. #custom-15-panel{
  191. z-index:3;
  192. }
  193.  
  194. #custom-8-panel{
  195. z-index:2;
  196. }
  197.  
  198. #comment-panel{
  199. z-index:1;
  200. }
  201.  
  202. #custom-15-panel:target{
  203. z-index:4;
  204. }
  205.  
  206. #custom-8-panel:target{
  207. z-index:5;
  208. opacity:1;
  209. }
  210.  
  211. #comment-panel:target{
  212. z-index:6;
  213. }
  214.  
  215. #equipped-panel a:hover, #comment-panel a:hover{
  216. color:#25a09f;
  217. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement