Advertisement
Phrenik

Stungbyfate Gallery

Nov 21st, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.92 KB | None | 0 0
  1. <center>
  2.  
  3. <style>
  4. #menu0, .leftnav, .maintop, .thumbnail, .folder_pic, .footer_links, .gallery_text { display: none; }
  5.  
  6. html, body {
  7. background: #A99781;
  8. background-image: url('http://i.imgur.com/pURGcdR.png');
  9. background-attachment: fixed;
  10. background-repeat: repeat;
  11. }
  12.  
  13. div, table, body {
  14. font-family: trebuchet ms;
  15. font-size: 11px;
  16. color: #999;
  17. }
  18.  
  19. ::-webkit-scrollbar-thumb:vertical {
  20. background-color: #404654;
  21. height: 10px;
  22. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  23. }
  24. ::-webkit-scrollbar {
  25. width: 5px;
  26. background-color: #E3DCD0;
  27. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  28. }
  29.  
  30. a:link, a:visited, a:active {
  31. font-family: trebuchet ms;
  32. color: #4a5161;
  33. background: none; transition: all 1s ease-out;
  34. -o-transition: all 1s ease-out;
  35. -webkit-transition: all 1s ease-out;
  36. -moz-transition: all 1s ease-out;
  37. }
  38.  
  39. a:hover {
  40. color: #474B3A;
  41. background: none;
  42. transition: all 1s ease-out;
  43. -o-transition: all 1s ease-out;
  44. -webkit-transition: all 1s ease-out;
  45. -moz-transition: all 1s ease-out;
  46. }
  47.  
  48. .main {
  49. width: 800px;
  50. margin: auto;
  51. background: #213235;
  52. margin-top: -5px;
  53. border: none;
  54. float: center;
  55. border-bottom: 7px solid #E3DCD0;
  56. border-bottom-right-radius: 40px;
  57. border-bottom-left-radius: 40px;
  58. }
  59.  
  60. .folder_node {
  61. margin-top: -10px;
  62. width: 104px;
  63. height: 107px;
  64. background-image: url("http://i.imgur.com/fpVU2Xl.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/fpVU2Xl.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: #2b2b2b;
  98. border: 4px solid #404654;
  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. background: linear-gradient(#404654, #474B3A);
  105. }
  106. .gallery_node img:hover {
  107. align: center;
  108. width: 90px;
  109. height: 90px;
  110. border-radius: 8px;
  111. background: #404654;
  112. border: 4px solid #2b2b2b;
  113. background: linear-gradient(#474B3A, #404654);
  114. padding: 5px;
  115. transition: all 1s ease-out;
  116. -o-transition: all 1s ease-out;
  117. -webkit-transition: all 1s ease-out;
  118. -moz-transition: all 1s ease-out; }
  119.  
  120. #gallery_top { margin-top: -10px; }
  121.  
  122. .header {
  123. width: 800px;
  124. padding: 0px;
  125. }
  126.  
  127. .links {
  128. position: absolute;
  129. top: 245px;
  130. width: 800px;
  131. height: 27px;
  132. margin-top: 2px;
  133. text-align: left;
  134. }
  135.  
  136. .links a img {
  137. border: none;
  138. width: 30px;
  139. height: 30px;
  140. border-radius: 8px;
  141. -webkit-transition: all 0.5s ease-in;
  142. -moz-transition: all 0.5s ease-in;
  143. -o-transition: all 0.5s ease-in;
  144. }
  145. .links a img:hover {
  146. opacity: .7;
  147. -webkit-transition: all 0.5s ease-in;
  148. -moz-transition: all 0.5s ease-in;
  149. -o-transition: all 0.5s ease-in;
  150. }
  151.  
  152. .links a {
  153. display: inline-block;
  154. width: 40px;
  155. -webkit-transition: all 0.5s ease-in;
  156. -moz-transition: all 0.5s ease-in;
  157. -o-transition: all 0.5s ease-in;
  158. letter-spacing: 2px;
  159. color: #ccc;
  160. font: 8px trebuchet ms;
  161. padding: 3px;
  162. text-transform: uppercase;
  163. text-decoration: none;
  164. text-align: center;
  165. margin: -7px;
  166. border-radius: 10px;
  167. }
  168. .links a:hover {
  169. display: inline-block;
  170. width: 40px;
  171. -webkit-transition: all 0.7s ease-out;
  172. -moz-transition: all 0.7s ease-out;
  173. -o-transition: all 0.7s ease-out;
  174. letter-spacing: 2px;
  175. color: #a2625f;
  176. font: 8px trebuchet ms;
  177. padding: 3px;
  178. text-transform: uppercase;
  179. margin: -7px;
  180. }
  181.  
  182. #vf_pic {
  183. width: 400px;
  184. border-radius: 8px;
  185. background: #2b2b2b;
  186. border: 4px solid #404654;
  187. background: linear-gradient(#404654, #474B3A);
  188. padding: 5px;
  189. transition: all 1s ease-out;
  190. -o-transition: all 1s ease-out;
  191. -webkit-transition: all 1s ease-out;
  192. -moz-transition: all 1s ease-out;
  193. }
  194. #vf_pic:hover {
  195. width: 400px;
  196. border-radius: 8px;
  197. background: #404654;
  198. border: 4px solid #2b2b2b;
  199. background: linear-gradient(#474B3A, #404654);
  200. padding: 5px;
  201. transition: all 1s ease-out;
  202. -o-transition: all 1s ease-out;
  203. -webkit-transition: all 1s ease-out;
  204. -moz-transition: all 1s ease-out;
  205. }
  206.  
  207. .lefticon_td img,.member_thumbnail {
  208. width: 80px;
  209. border-radius: 5px;
  210. background: #2b2b2b;
  211. border: 4px solid #404654;
  212. background: linear-gradient(#404654, #474B3A);
  213. padding: 5px;
  214. transition: all 1s ease-out;
  215. -o-transition: all 1s ease-out;
  216. -webkit-transition: all 1s ease-out;
  217. -moz-transition: all 1s ease-out;
  218. }
  219. .lefticon_td img:hover, .member_thumbnail:hover {
  220. width: 80px;
  221. border-radius: 5px;
  222. background: #404654;
  223. border: 4px solid #2b2b2b;
  224. background: linear-gradient(#474B3A, #404654);
  225. padding: 5px;
  226. transition: all 1s ease-out;
  227. -o-transition: all 1s ease-out;
  228. -webkit-transition: all 1s ease-out;
  229. -moz-transition: all 1s ease-out;
  230. }
  231. .graytext { display: none; }
  232.  
  233. a:link img[src="http://e.vampirefreaks.com/images/win.png"] {
  234. background-image: url(http://i.imgur.com/bph1LTw.png); top right no-repeat;
  235. height: 12px;
  236. width:0px;
  237. padding-right: 13px;
  238. opacity: 1.0;
  239. -webkit-transition: all 0.5s ease-out;
  240. -moz-transition: all 0.5s ease-out;
  241. }
  242. a:link img:hover[src="http://e.vampirefreaks.com/images/win.png"] {
  243. background-image: url(http://i.imgur.com/bph1LTw.png); top right no-repeat;
  244. height: 12px;
  245. width:0px;
  246. padding-right: 13px;
  247. opacity: .8;
  248. -webkit-transition: all 0.5s ease-out;
  249. -moz-transition: all 0.5s ease-out;
  250. }
  251.  
  252. a:link img[src="http://e.vampirefreaks.com/images/fail.png"] {
  253. background-image: url(http://i.imgur.com/DAQpMqK.png); top right no-repeat;
  254. height: 12px;
  255. width:0px;
  256. padding-right: 13px;
  257. opacity: 1.0;
  258. -webkit-transition: all 0.5s ease-out;
  259. -moz-transition: all 0.5s ease-out;
  260. }
  261. a:link img:hover[src="http://e.vampirefreaks.com/images/fail.png"] {
  262. background-image: url(http://i.imgur.com/DAQpMqK.png); top right no-repeat;
  263. height: 12px;
  264. width:0px;
  265. padding-right: 13px;
  266. opacity: .8;
  267. -webkit-transition: all 0.5s ease-out;
  268. -moz-transition: all 0.5s ease-out;
  269. }
  270.  
  271. textarea {
  272. background: #E3DCD0;
  273. color: #23212C;
  274. border: none;
  275. width: 100%;
  276. border-radius: 10px;
  277. font: 11px trebuchet ms;
  278. }
  279.  
  280. input {
  281. background: #E3DCD0;
  282. border: none;
  283. border-radius: 10px;
  284. color: #23212C;
  285. font: 11px trebuchet ms;
  286. letter-spacing: 1px;
  287. }
  288.  
  289. .comment_table {
  290. border: none;
  291. width: 680px;
  292. background: #A99781;
  293. border-radius: 10px;
  294. color: #23212C;
  295. }
  296. .comment_table td { border: none; }
  297.  
  298. .forum_comment {
  299. background: none;
  300. border-bottom: 2px dotted #938370;
  301. color: #E3DCD0;
  302. font-family: trebuchet ms;
  303. font-size: 8px;
  304. text-transform: uppercase;
  305. letter-spacing: 2px;
  306. border-radius: 5px;
  307. }
  308.  
  309. </style>
  310.  
  311. <center>
  312. <div class="header"><img src="http://i.imgur.com/eRM1FaN.png"></div>
  313. <div class="links">
  314. <a href="/vfmain.php" title="VF Main"><img src="http://i.imgur.com/XAIr4U4.png"></a>
  315. <a href="/user_comment.php?user=Stungbyfate&rate=1" title="Message"><img src="http://i.imgur.com/NjnFjQF.png"></a>
  316. <a href="/profile_action.php?user=Stungbyfate" title="Add Me"><img src="http://i.imgur.com/Neoe9hq.png"></a>
  317. <a href="/journal/Stungbyfate" title="Journal"><img src="http://i.imgur.com/q5c6uqj.png"></a>
  318. <a href="/Stungbyfate" title="My Profile"><img src="http://i.imgur.com/amx43Gz.png"></a>
  319. <a href="/Phrenik" title="Layout by Phrenik of VFDesignTeam"><img src="http://i.imgur.com/0j8hcgb.png"></a>
  320. </div>
  321.  
  322. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement