Advertisement
tragical

Revie Profile CSS

Sep 12th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. body{
  2. background:url(http://i.imgur.com/h2IVeLf.png) 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. font:12px Trebuchet MS;
  8. color:#444;
  9. }
  10.  
  11. h1{
  12. font-weight:normal;
  13. background:#fff;
  14. color:#333;
  15. padding:5px;
  16. margin-bottom:5px;
  17. font-weight:bold;
  18. font-size:13px;
  19. letter-spacing:1px;
  20. border-bottom:1px solid #fcafd0;
  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:#c75485;
  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. top:-26px;
  51. width:290px;
  52. }
  53.  
  54. #link-panel li{
  55. display:block;
  56. text-align:center;
  57. }
  58.  
  59. #link-panel a, a:visited, #info-panel a, #info-panel a:visited{
  60. color:#000;
  61. transition:0.5s ease;
  62. -o-transition:0.5s ease;
  63. -moz-transition:0.5s ease;
  64. -webkit-transition:0.5s ease;
  65. }
  66.  
  67. #link-panel a:hover, #info-panel a:hover{
  68. color:#dd7ca5;
  69. }
  70.  
  71. #profile-nav, #profile-nav a{
  72. opacity:0.5;
  73. background:none;
  74. border:none;
  75. transition:0.5s ease;
  76. -o-transition:0.5s ease;
  77. -moz-transition:0.5s ease;
  78. -webkit-transition:0.5s ease;
  79. color:#000;
  80. }
  81.  
  82. #profile-nav a:hover{
  83. opacity:1;
  84. }
  85.  
  86. #custom-14-panel{
  87. height:35px;
  88. overflow:auto;
  89. width:300px;
  90. position:absolute;
  91. background:#fff;
  92. float:right;
  93. top:145px;
  94. text-align:justify;
  95. line-height:15px;
  96. margin-left:200px;
  97. text-align:center;
  98. padding:0;
  99. z-index:5;
  100. }
  101.  
  102. #custom-14-panel h1, #custom-22-panel h1{
  103. display:none;
  104. }
  105.  
  106. #custom-14-panel a{
  107. color:#dd7ca5;
  108. display:inline-block;
  109. font-size:17px;
  110. font-variant:small-caps;
  111. letter-spacing:1px;
  112. margin:-5px 9px;
  113. padding:10px 6px;
  114. float:left;
  115. text-align:center;
  116. transition:0.5s ease;
  117. -o-transition:0.5s ease;
  118. -moz-transition:0.5s ease;
  119. -webkit-transition:0.5s ease;
  120. }
  121.  
  122. #custom-13-panel{
  123. height:148px;
  124. overflow:auto;
  125. width:290px;
  126. position:absolute;
  127. background:#fff;
  128. float:right;
  129. margin-top:193px;
  130. line-height:17px;
  131. margin-left:200px;
  132. opacity:1;
  133. transition:0.5s ease;
  134. -o-transition:0.5s ease;
  135. -moz-transition:0.5s ease;
  136. -webkit-transition:0.5s ease;
  137. }
  138.  
  139. #custom-12-panel, #comment-panel{
  140. height:148px;
  141. overflow:auto;
  142. width:290px;
  143. position:absolute;
  144. background:#fff;
  145. float:right;
  146. margin-top:193px;
  147. line-height:17px;
  148. margin-left:200px;
  149. opacity:0;
  150. transition:0.5s ease;
  151. -o-transition:0.5s ease;
  152. -moz-transition:0.5s ease;
  153. -webkit-transition:0.5s ease;
  154. }
  155.  
  156. #custom-12-panel, #comment-panel:target{
  157. opacity:1;
  158. }
  159.  
  160. #custom-13-panel, #custom-12-panel{
  161. text-align:justify;
  162. }
  163.  
  164. #comment-panel{
  165. text-align:center;
  166. }
  167.  
  168. #custom-13-panel{
  169. z-index:3;
  170. }
  171.  
  172. #custom-12-panel{
  173. z-index:2;
  174. }
  175.  
  176. #comment-panel{
  177. z-index:1;
  178. }
  179.  
  180. #custom-13-panel:target{
  181. z-index:4;
  182. }
  183.  
  184. #custom-12-panel:target{
  185. z-index:5;
  186. }
  187.  
  188. #comment-panel:target{
  189. z-index:6;
  190. }
  191.  
  192. #comment-panel a, a:visited{
  193. color:#dd7ca5;
  194. transition:0.5s ease;
  195. -o-transition:0.5s ease;
  196. -moz-transition:0.5s ease;
  197. -webkit-transition:0.5s ease;
  198. }
  199.  
  200. #custom-14-panel a:hover, #comment-panel a:hover{
  201. color:#ad577b;
  202. }
  203.  
  204. #custom-14-panel a:hover{
  205. background:#fcafd0;
  206. color:#fff;
  207. }
  208.  
  209. .panel{
  210. border:1px solid #dd7ca5;
  211. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement