Advertisement
Phrenik

kowai-yume Gallery

Oct 25th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.60 KB | None | 0 0
  1.  
  2. <center>
  3.  
  4. <style>
  5. #menu0, .leftnav, .maintop, .thumbnail, .folder_pic, .footer_links, .gallery_text { display: none; }
  6.  
  7. html, body {
  8. background: #042744;
  9. background-image: url('http://i.minus.com/ibxFWMto8XZHCz.png');
  10. background-attachment: fixed;
  11. background-repeat: no-repeat;
  12. }
  13.  
  14. div, table, body {
  15. font-family: trebuchet ms;
  16. font-size: 11px;
  17. color: #999;
  18. }
  19.  
  20. ::-webkit-scrollbar-thumb:vertical {
  21. background-color: #BB4E77;
  22. height: 10px;
  23. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  24. }
  25. ::-webkit-scrollbar {
  26. width: 5px;
  27. background-color: #0A4667;
  28. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  29. }
  30.  
  31. a:link, a:visited, a:active {
  32. font-family: trebuchet ms;
  33. color: #BB4E77;
  34. background: none; transition: all 1s ease-out;
  35. -o-transition: all 1s ease-out;
  36. -webkit-transition: all 1s ease-out;
  37. -moz-transition: all 1s ease-out;
  38. }
  39.  
  40. a:hover {
  41. color: #804C72;
  42. background: none;
  43. transition: all 1s ease-out;
  44. -o-transition: all 1s ease-out;
  45. -webkit-transition: all 1s ease-out;
  46. -moz-transition: all 1s ease-out;
  47. }
  48.  
  49. .main {
  50. width: 600px;
  51. margin-right: 60px;
  52. background: #053257;
  53. margin-top: 0px; border: none;
  54. float: center;
  55. border-bottom: 7px solid #45496C;
  56. border-bottom-right-radius: 20px;
  57. border-bottom-left-radius: 20px;
  58. }
  59.  
  60. .folder_node {
  61. margin-top: -10px;
  62. width: 104px;
  63. height: 107px;
  64. background-image: url("http://i.imgur.com/HlRBF4T.png");
  65. background-repeat: no-repeat;
  66. display: inline-block;
  67. opacity: .3;
  68. transition: all 1s ease-out;
  69. -o-transition: all 1s ease-out;
  70. -webkit-transition: all 1s ease-out;
  71. -moz-transition: all 1s ease-out;
  72. }
  73. .folder_node:hover {
  74. width: 104px;
  75. height: 107px;
  76. background-image: url("http://i.imgur.com/HlRBF4T.png");
  77. background-repeat: no-repeat;
  78. opacity: .6;
  79. transition: all 1s ease-out;
  80. -o-transition: all 1s ease-out;
  81. -webkit-transition: all 1s ease-out;
  82. -moz-transition: all 1s ease-out;
  83. }
  84. .pic_title {
  85. text-transform: uppercase;
  86. font-size: 8px; letter-spacing: 1px;
  87. }
  88. #gallery_top {
  89. width: 526px;
  90. margin-top: -80px;
  91. }
  92. .gallery_node img {
  93. align: center;
  94. width: 90px;
  95. height: 90px;
  96. border-radius: 8px;
  97. background: #804C72;
  98. border: 3px solid #BB4E77;
  99. padding: 5px;
  100. transition: all 1s ease-out;
  101. -o-transition: all 1s ease-out;
  102. -webkit-transition: all 1s ease-out;
  103. -moz-transition: all 1s ease-out;
  104. }
  105. .gallery_node img:hover {
  106. align: center;
  107. width: 90px;
  108. height: 90px;
  109. border-radius: 8px;
  110. background: #BB4E77;
  111. border: 3px solid #804C72;
  112. padding: 5px;
  113. transition: all 1s ease-out;
  114. -o-transition: all 1s ease-out;
  115. -webkit-transition: all 1s ease-out;
  116. -moz-transition: all 1s ease-out; }
  117.  
  118. #gallery_top { margin-top: -10px; }
  119.  
  120. .links {
  121. width: 600px;
  122. height: 27px;
  123. margin-top: 6px;
  124. }
  125.  
  126. .links a {
  127. display: inline-block;
  128. border-radius: 8px;
  129. background: #BB4E77;
  130. width: 100px;
  131. font: 10px trebuchet ms;
  132. text-transform: uppercase;
  133. color: #ccc;
  134. letter-spacing: 4px;
  135. -webkit-transition: all 0.5s ease-out;
  136. -moz-transition: all 0.5s ease-out;
  137. margin-top: 6px;
  138. padding: 3px;
  139. margin: 1px;
  140. }
  141. .links a:hover {
  142. background: #804C72;
  143. -webkit-transition: all 0.5s ease-out;
  144. -moz-transition: all 0.5s ease-out;
  145. }
  146.  
  147. #vf_pic {
  148. width: 400px;
  149. border-radius: 5px;
  150. background: #804C72;
  151. border: 3px solid #ccc;
  152. padding: 5px;
  153. transition: all 1s ease-out;
  154. -o-transition: all 1s ease-out;
  155. -webkit-transition: all 1s ease-out;
  156. -moz-transition: all 1s ease-out;
  157. }
  158. #vf_pic:hover {
  159. width: 400px;
  160. border-radius: 5px;
  161. background: #BB4E77;
  162. border: 3px solid #fff;
  163. padding: 5px;
  164. transition: all 1s ease-out;
  165. -o-transition: all 1s ease-out;
  166. -webkit-transition: all 1s ease-out;
  167. -moz-transition: all 1s ease-out;
  168. }
  169.  
  170. .lefticon_td img,.member_thumbnail {
  171. width: 70px;
  172. border-radius: 5px;
  173. background: #804C72;
  174. border: 2px solid #ccc;
  175. padding: 5px;
  176. transition: all 1s ease-out;
  177. -o-transition: all 1s ease-out;
  178. -webkit-transition: all 1s ease-out;
  179. -moz-transition: all 1s ease-out;
  180. }
  181. .lefticon_td img:hover, .member_thumbnail:hover {
  182. width: 70px;
  183. border-radius: 5px;
  184. background: #BB4E77;
  185. border: 2px solid #fff;
  186. padding: 5px;
  187. transition: all 1s ease-out;
  188. -o-transition: all 1s ease-out;
  189. -webkit-transition: all 1s ease-out;
  190. -moz-transition: all 1s ease-out;
  191. }
  192. .graytext { display: none; }
  193.  
  194. a:link img[src="http://e.vampirefreaks.com/images/win.png"] {
  195. background-image: url(http://i.imgur.com/8fLAB1S.png); top right no-repeat;
  196. height: 12px;
  197. width:0px;
  198. padding-right: 13px;
  199. opacity: .6;
  200. -webkit-transition: all 0.5s ease-out;
  201. -moz-transition: all 0.5s ease-out;
  202. }
  203. a:link img:hover[src="http://e.vampirefreaks.com/images/win.png"] {
  204. background-image: url(http://i.imgur.com/8fLAB1S.png); top right no-repeat;
  205. height: 12px;
  206. width:0px;
  207. padding-right: 13px;
  208. opacity: 1.0;
  209. -webkit-transition: all 0.5s ease-out;
  210. -moz-transition: all 0.5s ease-out;
  211. }
  212. a:link img[src="http://e.vampirefreaks.com/images/fail.png"] {
  213. background-image: url(http://i.imgur.com/Lz1zdGS.png); top right no-repeat;
  214. height: 12px;
  215. width:0px;
  216. padding-right: 13px;
  217. opacity: .6;
  218. -webkit-transition: all 0.5s ease-out;
  219. -moz-transition: all 0.5s ease-out;
  220. }
  221. a:link img:hover[src="http://e.vampirefreaks.com/images/fail.png"] {
  222. background-image: url(http://i.imgur.com/Lz1zdGS.png); top right no-repeat;
  223. height: 12px;
  224. width:0px;
  225. padding-right: 13px;
  226. opacity: 1.0;
  227. -webkit-transition: all 0.5s ease-out;
  228. -moz-transition: all 0.5s ease-out;
  229. }
  230.  
  231. textarea {
  232. background: #0A4667;
  233. color: #ccc;
  234. border: none;
  235. width: 100%;
  236. border-radius: 10px;
  237. font: 11px trebuchet ms;
  238. }
  239.  
  240. input {
  241. background: #0A4667;
  242. border: none;
  243. border-radius: 10px;
  244. color: #999;
  245. }
  246.  
  247. .comment_table {
  248. border: none;
  249. background: #0A4667;
  250. border-radius: 10px;
  251. color: #ccc;
  252. }
  253. .comment_table td { border: none; }
  254.  
  255. .forum_comment {
  256. background: #804C72;
  257. color: #ccc;
  258. font-family: trebuchet ms;
  259. font-size: 8px;
  260. text-transform: uppercase;
  261. letter-spacing: 2px;
  262. border-radius: 10px;
  263. }
  264.  
  265. </style>
  266.  
  267. <center>
  268.  
  269. <div class="links">
  270. <a href="http://vampirefreaks.com/profiles/home.php">VF Main</a>
  271. <a href="/USERNAME">My Profile</a>
  272. <a href="http://vampirefreaks.com/profile_action.php?user=USERNAME&amp;friendslist=1">Add Me</a>
  273. <a href="http://vampirefreaks.com/user_comment.php?user=USERNAME&amp;rate=1">Comment</a>
  274. <a href="http://dethpunch.com" target="_blank" title="2014 Phrenik at VF">&copy;dethpunch</a>
  275. </div>
  276.  
  277. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement