Advertisement
conception

verushka

Nov 19th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.77 KB | None | 0 0
  1. <center>
  2. <style>
  3. .defaultpic, .thumbnail, .commenticon, .gallery, .menu2, .topbar, .leftnav, .userinfo, .friends, .rate, .comments, .buttons1, .buttons2, .buttons3, .journal_entry, .buttons1, .buttons2, .buttons3, .profile_title, .likes_title, .dislikes_title, .music_title, .maintop img, .maintop table, h2, .profilepages, .leftnav, .topbar, #menu0, .maintop { display: none; }
  4.  
  5. .photo img {
  6. border: 3px solid #b1cf72;
  7. border-radius: px;
  8. width: 210px;
  9. height: 120px;
  10. margin: 2px;
  11. padding: 0px;
  12. transition: all 0.9s ease-in-out 0s;
  13. }
  14.  
  15. .photo img:hover {
  16. border-radius: px;
  17. border: 3px solid #b1cf72;
  18. transition: all 0.9s ease-in-out 0s;
  19. }
  20.  
  21. .friend img {
  22. border: 3px solid #b1cf72;
  23. border-radius: px;
  24. width: 40px;
  25. height: 36px;
  26. margin: 2px;
  27. padding: 0px;
  28. transition: all 0.9s ease-in-out 0s;
  29. }
  30.  
  31. .friend img:hover {
  32. border-radius: px;
  33. border: 3px solid #b1cf72;
  34. transition: all 0.9s ease-in-out 0s;
  35. opacity: 0.7;
  36. }
  37.  
  38. .cult img {
  39. border: 3px solid #b1cf72;
  40. border-radius: px;
  41. width: 88px;
  42. height: 31px;
  43. margin: 2px;
  44. padding: 0px;
  45. transition: all 0.9s ease-in-out 0s;
  46. }
  47.  
  48. .cult img:hover {
  49. border-radius: px;
  50. border: 3px solid #b1cf72;
  51. transition: all 0.9s ease-in-out 0s;
  52. opacity: 0.7;
  53. }
  54.  
  55. .main {
  56. background-image: URL("");
  57. background-color: ;
  58. border: 0px solid black;
  59. width: 630px;
  60. font-family: Trebuchet MS1,Trebuchet MS,sans-serif;
  61. font-size: 12px;
  62. color: #880000;
  63. }
  64.  
  65. body, html {
  66. background-color: #000;
  67. background-image: URL("http://i.imgur.com/Faewzvn.png");
  68. background-attachment: fixed;
  69. background-repeat: no-repeat;
  70. background-position: top-left;
  71. scrollbar-face-color: #000000;
  72. scrollbar-arrow-color: #EC4D68;
  73. scrollbar-track-color: #000000;
  74. scrollbar-shadow-color: #000000;
  75. scrollbar-darkshadow-color: #000000;
  76. scrollbar-3dlight-color: #000000;
  77. scrollbar-highlight-color: #000000;
  78. }
  79.  
  80. body, table {
  81. font-family: Trebuchet MS1,Trebuchet MS,sans-serif;
  82. font-size: 12px;
  83. color: #4f364c;
  84. text-decoration: none;
  85. }
  86.  
  87. ::-webkit-scrollbar {width: 4px; height: 1px; background: #464040; }
  88. ::-webkit-scrollbar-thumb { background-color: #7C7171; -webkit-border-radius: 1ex; -webkit-box-shadow: 0px 1px 2px #464040;}
  89. }
  90.  
  91. a:active, a:link, a:visited {
  92. font-family: Trebuchet MS1,Trebuchet MS,sans-serif;;
  93. font-size: 10px;
  94. color: #b1cf72;
  95. text-decoration: none;
  96. background-color:transparent;
  97. font-weight: normal;
  98. text-transform: none;
  99. }
  100.  
  101. a:hover {
  102. border: 0px black solid;
  103. font-family: Trebuchet MS1,Trebuchet MS,sans-serif;
  104. font-size: 10px;
  105. color: #b1cf72;
  106. font-weight: normal;
  107. background-color:transparent;
  108. text-transform: none;
  109. border-bottom: none;
  110. }
  111.  
  112. b {
  113. text-transform: none;
  114. font-family: Trebuchet MS1,Trebuchet MS,sans-serif;
  115. font-weight: bold;
  116. letter-spacing: 2px;
  117. color: #b1cf72;
  118. }
  119.  
  120. i {
  121. text-style: italic;
  122. font-family: Trebuchet MS1,Trebuchet MS,sans-serif;
  123. letter-spacing: 2px;
  124. color: #b1cf72;
  125. }
  126.  
  127. u {
  128. color: #b1cf72;
  129. font-family: Trebuchet MS1,Trebuchet MS,sans-serif;
  130. text-style: underline;
  131. letter-decoration: 2px;
  132. border-bottom: 1px dotted #b1cf72;
  133. }
  134.  
  135. h1 {
  136. background: #4f364c;
  137. margin: auto;
  138. color: #b1cf72;
  139. font-family: Trebuchet MS1,Trebuchet MS,sans-serif;
  140. font-size: 10px;
  141. display: block;
  142. }
  143.  
  144. blockquote {
  145. background: #4f364c;
  146. color: #b1cf72;
  147. font-family: Trebuchet MS1,Trebuchet MS,sans-serif;
  148. width: auto;
  149. border-right: 3px solid #b1cf72;
  150. border-left: 3px solid #b1cf72;
  151. }
  152.  
  153. input, textarea {
  154. background: #000000;
  155. border-right: 1px solid white;
  156. border-left: 1px solid white;
  157. border-top: 1px solid white;
  158. border-bottom: 1px solid white;
  159. font-family: times new roman;
  160. font-size: 20pt;
  161. color: black;
  162. background-image: URL();
  163. }
  164. </style>
  165.  
  166.  
  167. <style>
  168. .overlay {
  169. width: 600px;
  170. height: 450px;
  171. left: 300px;
  172. position: relative;
  173. background: #000;
  174. border-right: 3px solid #b1cf72;
  175. border-left: 3px solid #b1cf72;
  176. }
  177.  
  178. .innerbox {
  179. overflow: auto;
  180. border: 0px solid #333;
  181. position: absolute;
  182. background: #000;
  183. }
  184.  
  185. #gal {
  186. top: 1px;
  187. left: 3px;
  188. width: 220px;
  189. height: 132px;
  190. }
  191.  
  192. #friends {
  193. top: 136px;
  194. left: 56px;
  195. width: 167px;
  196. height: 208px;
  197. }
  198.  
  199. #about {
  200. top: 1px;
  201. left: 226px;
  202. width: 369px;
  203. height: 343px;
  204. }
  205.  
  206. #navigation {
  207. top: 136px;
  208. left: 3px;
  209. width: 50px;
  210. height: 208px;
  211. }
  212.  
  213. #cults {
  214. top: 347px;
  215. left: 3px;
  216. width: 592px;
  217. height: 100px;
  218. }
  219.  
  220. </style>
  221.  
  222. <div class="overlay">
  223. <div class="innerbox" id="gal">
  224. <a href="http://vampirefreaks.com/gallery/Xx__TigerClaws"><img src="http://i.imgur.com/8jYR04T.png" class="photo" title="Click for Gallery" /></a>
  225. </div>
  226.  
  227. <div class="innerbox" id="friends">
  228. <h1>FRIENDS</h1>
  229. <img src="http://i.imgur.com/OMP3Gw9.png" class="friend" title="" /></a>
  230. <a href="http://vampirefreaks.com/Senkei"><img src="http://i.imgur.com/nxM5xTB.gif" class="friend" title="" /></a>
  231. <a href="http://vampirefreaks.com/Dirt_in_the_ground"><img src="http://i.imgur.com/xalSwdC.gif" class="friend" title="" /> </a>
  232. <img src="http://i.imgur.com/OMP3Gw9.png" class="friend" title="" /></a>
  233. <img src="http://i.imgur.com/OMP3Gw9.png" class="friend" title="" /></a>
  234. <img src="http://i.imgur.com/OMP3Gw9.png" class="friend" title="" /> </a>
  235. <img src="http://i.imgur.com/OMP3Gw9.png" class="friend" title="" /></a>
  236. <img src="http://i.imgur.com/OMP3Gw9.png" class="friend" title="" /></a>
  237. <img src="http://i.imgur.com/OMP3Gw9.png" class="friend" title="" /> </a>
  238. <img src="http://i.imgur.com/OMP3Gw9.png" class="friend" title="" /></a>
  239. <img src="http://i.imgur.com/OMP3Gw9.png" class="friend" title="" /></a>
  240. <img src="http://i.imgur.com/OMP3Gw9.png" class="friend" title="" /></a>
  241. </div>
  242.  
  243. <div class="innerbox" id="about">
  244. <h1>ABOUT</h1><br /><br />
  245.  
  246. <b>bold</b> <u>underline</u> <i>italics</i><br /><br />
  247. blah blah blah
  248.  
  249. <blockquote>test</blockquote>
  250. </div>
  251.  
  252. <div class="innerbox" id="cults">
  253. <h1>CULTS</h1>
  254. <a href="http://vampirefreaks.com/cult/Vagabonds"><img src="http://i.imgur.com/QsSewhn.png" class="cult" title="" />
  255. <a href="http://vampirefreaks.com/cult/Exclusive"><img src="http://i.imgur.com/KLfQHht.gif" class="cult" title="" />
  256. <a href="http://vampirefreaks.com/cult/Cynosure"><img src="http://i.imgur.com/wGbsNWH.gif" class="cult" title="" />
  257. <a href="http://vampirefreaks.com/cult/BoredAsFuck"><img src="http://i.imgur.com/houDUYa.gif" class="cult" title="" />
  258. <a href="http://vampirefreaks.com/cult/Gratis"><img src="http://i.imgur.com/vVcVaSe.gif" class="cult" title="" />
  259. <img src="http://i.imgur.com/OMP3Gw9.png" class="cult" title="" />
  260. <img src="http://i.imgur.com/OMP3Gw9.png" class="cult" title="" />
  261. <img src="http://i.imgur.com/OMP3Gw9.png" class="cult" title="" />
  262. <img src="http://i.imgur.com/OMP3Gw9.png" class="cult" title="" />
  263. <img src="http://i.imgur.com/OMP3Gw9.png" class="cult" title="" />
  264. </div>
  265.  
  266. <div class="innerbox" id="navigation">
  267. <br />
  268. <a href="http://www.vampirefreaks.com/profiles/home.php" target="_blank"><img src="http://i.imgur.com/Xxx7HOQ.png" title="VF Home" /></a> <br /><br />
  269.  
  270. <a href="http://www.vampirefreaks.com/user_comment.php?user=Morsmordre&amp;uid=442567&amp;rate=1" target="_blank"><img src="http://i.imgur.com/KDyZtgd.png" title="Comment &amp; Rate" /></a> <br /><br />
  271.  
  272. <a href="http://www.vampirefreaks.com/profile_action.php?user=Morsmordre&amp;uid=442567" target="_blank"><img src="http://i.imgur.com/z4yjRiL.png" title="Add To Friends" /></a> <br /><br />
  273.  
  274. <a href="http://www.vampirefreaks.com/journal/Morsmordre" target="_blank"><img src="http://i.imgur.com/Y8zjoTm.png" title="View Journal" /></a> <br /><br />
  275.  
  276. <a href="http://www.vampirefreaks.com/members/Xx__TigerClaws/Demolition+Designs" target="_blank"><img src="http://i.imgur.com/kG2ebVh.png" title="(C) Demolition Designs 2015 (Layout) | (C) brittlebonez (Navigation Buttons)" /></a>
  277.  
  278. </div>
  279. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement