Advertisement
conception

Inspiration Winter HTML/Header

Nov 22nd, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.72 KB | None | 0 0
  1. <div id="navi"><center><h1>Navigation</h1>
  2. <a href="http://vampirefreaks.com/profiles/home.php" class="slink">VF Home</a>
  3. <a href="http://vampirefreaks.com/group_members.php?c=Inspiration" class="slink">View Members</a>
  4. <a href="http://vampirefreaks.com/cults/gallery.php?c=Inspiration" class="slink">Cult Gallery</a>
  5. <a href="http://vampirefreaks.com/cults/statistics.php?c=Inspiration" class="slink">Cult Stats</a>
  6. <a href="http://vampirefreaks.com/cults/controlpanel.php?c=Inspiration" class="slink">Control Panel</a>
  7. <a href="/Murder_My_Heart666" class="slink">Header 2014</a>
  8. <a href="/Voltage" class="slink">Coding 2014</a>
  9. <h1>Directory</h1>
  10. <a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=260283" class="slink">Staff</a>
  11. <a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=260288" class="slink">Cult Business</a>
  12. <a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=287695" class="slink">VF Sponsorship</a>
  13. <a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=260290" class="slink">Points System</a>
  14. <a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=260289" class="slink">Official Designers</a><a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=277643" class="slink">Novice Designers</a><a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=264803" class="slink">Extra Graphics</a><a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=277644" class="slink">Dailies</a><a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=261090" class="slink">Premade Graphics &amp; Layouts</a><a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=261091" class="slink">Tutorials</a><a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=261092" class="slink">HTML &amp; Design Help</a><a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=261093" class="slink">Critique Corner</a><a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=261094" class="slink">Design Battles &amp; Challenges</a><a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=266969" class="slink">One on Ones</a><a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=261095" class="slink">General Contests</a><a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=261096" class="slink">Design Discussions</a><a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=261097" class="slink">General Discussions</a><a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=261098" class="slink">The Member's Lounge</a><a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=261099" class="slink">Games Galore</a><a href="http://vampirefreaks.com/group_forum.php?c=Inspiration&amp;subforum=261102" class="slink">Archive</a>
  15. </center>
  16. </div>
  17. <style>
  18. #navi {
  19. margin: 0px;
  20. width: 200px;
  21. left: 30px;
  22. top: 15px;
  23. float: right;
  24. position: fixed;
  25. height: auto;
  26. text-align: center;
  27. font-family: trebuchet MS;
  28. font-size: 12pt;
  29. text-transform: uppercase;
  30. text-align: center;
  31. letter-spacing: 2pt;
  32. background-color: #c5b4b8;
  33. padding: 10px;
  34. border-radius: 20px;
  35. padding-bottom: 10px;
  36. }
  37.  
  38. .slink:link, .slink:active, .slink:visited {
  39. font-family: trebuchet ms;
  40. font-size: 8px;
  41. color: #372a3d;
  42. background-color: #d7c8b8;
  43. display: block;
  44. text-transform: uppercase;
  45. padding: 1px;
  46. height: 10px;
  47. line-height: 10px;
  48. text-align: center;
  49. margin-top: 2px;
  50. -webkit-transition: all 0.5s ease-out;
  51. -moz-transition: all 0.5s ease-out;
  52. }
  53.  
  54. .slink:hover {
  55. font-family: trebuchet ms;
  56. font-size: 8px;
  57. color: #3f4c6f;
  58. background-color: transparent;
  59. display: block;
  60. text-transform: uppercase;
  61. text-align: center;
  62. padding: 1px;
  63. height: 10px;
  64. line-height: 10px;
  65. margin-top:2px;
  66. -webkit-transition: all 0.5s ease-out;
  67. -moz-transition: all 0.5s ease-out;
  68. }
  69.  
  70. </style>
  71.  
  72.  
  73. <style>
  74. html, body {
  75. background-image: url('http://i.imgur.com/Qhwu7jQ.png');
  76. }
  77.  
  78. html, div {
  79. font-size: 8pt;
  80. font-family: trebuchet ms;
  81. color: #372a3d;
  82. font-style: normal;
  83. }
  84.  
  85. .main {
  86. width: 711px;
  87. padding: 2px;
  88. }
  89.  
  90. .main_td {
  91. text-align: center;
  92. padding: 0px;
  93. }
  94.  
  95. table,td,th {
  96. border: none;
  97. }
  98.  
  99. th {
  100. height: 30px;
  101. text-align: center;
  102. }
  103.  
  104. .subheading {
  105. background: #c5b4b8;
  106. color: #393a55;
  107. font-weight: normal;
  108. line-height: 10px;
  109. border: none;
  110. padding: 4px;
  111. margin: 5px;
  112. border-radius: 20px;
  113. }
  114.  
  115. .forumheader {
  116. text-transform: uppercase;
  117. background: #c5b4b8;
  118. color: #393a55;
  119. font-weight: normal;
  120. font-family: times new roman;
  121. text-align: center;
  122. font-size: 15pt;
  123. border-left: 15px solid #393a55;
  124. border-right: 15px solid #393a55;
  125. text-shadow: 1px 1px 1px #5e4c6b;
  126. border-top: none;
  127. border-bottom: none;
  128. border-radius: 20px;
  129. padding: 5px;
  130. padding-top: 2px;
  131. margin: 5px;
  132. }
  133.  
  134. .group_forum {
  135. background-color: #d7c8b8;
  136. color: #372a3d;
  137. width: 711px;
  138. padding: 3px;
  139. text-align: center;
  140. border: none;
  141. border-radius: 20px;
  142. }
  143.  
  144. .group_forum b {
  145. display: block;
  146. letter-spacing: 1pt;
  147. text-align: center;
  148. padding: 3px;
  149. font-weight: lighter;
  150. line-height: 15px;
  151. margin: 3px;
  152. }
  153. .affiliates {
  154. display: block;
  155. width: 500px;
  156. background: #d7c8b8;
  157. border: none;
  158. border-radius: 20px;
  159. padding: 10px;
  160. margin: 5px;
  161. text-align: right;
  162. }
  163.  
  164. .affiliates b {
  165. display: block;
  166. padding: 4px;
  167. letter-spacing: 2pt;
  168. font-family: times new roman;
  169. text-transform: uppercase;
  170. text-align: center;
  171. font-size: 16px;
  172. line-height: 1px;
  173. color: #393a55;
  174. background: #e2c299;
  175. border-radius: 20px;
  176. font-style: none;
  177. font-weight: lighter;
  178. border-left: 15px solid #393a55;
  179. border-right: 15px solid #393a55;
  180. text-shadow: 1px 1px 1px #5e4c6b;
  181. }
  182. .members_viewing {
  183. display: block;
  184. width: 500px;
  185. background: #d7c8b8;
  186. border: none;
  187. border-radius: 20px;
  188. padding: 10px;
  189. margin: 5px;
  190. text-align: right;
  191. }
  192.  
  193. .members_viewing b {
  194. display: block;
  195. padding: 4px;
  196. letter-spacing: 2pt;
  197. font-family: times new roman;
  198. text-transform: uppercase;
  199. text-align: center;
  200. font-size: 16px;
  201. line-height: 1px;
  202. color: #393a55;
  203. background: #e2c299;
  204. border-radius: 20px;
  205. font-style: none;
  206. font-weight: lighter;
  207. border-left: 15px solid #393a55;
  208. border-right: 15px solid #393a55;
  209. text-shadow: 1px 1px 1px #5e4c6b;
  210. }
  211.  
  212. .darkbox, .group_expanded, .userinfo, #cultstaff, #cultstatsactivity, #cultstatstoppeople, #cultstatsbasics {
  213. color: #373a3d;
  214. margin-left: 15px;
  215. font-size: 8pt;
  216. width: 711px;
  217. padding: 7px;
  218. text-align: center;
  219. border:none;
  220. border-radius: 20px;
  221. background: #d7c8b8;
  222. }
  223.  
  224. .subtitle {
  225. color: #5e4055;
  226. font-family: trebuchet ms;
  227. text-transform: uppercase;
  228. }
  229.  
  230. .group_entry table[bgcolor] {
  231. background-color: #d17a3c;
  232. height: 2px;
  233. }
  234.  
  235. .group_comment td {
  236. border: none;
  237. text-align: center;
  238. }
  239.  
  240. .comment_input td {
  241. background: transparent;
  242. border: none;
  243. border-radius: 20px;
  244. text-align: center;
  245. }
  246.  
  247. .subheading td, .new_topic td {
  248. background-color: transparent;
  249. }
  250.  
  251. select, input {
  252. background-color: #c5b4b8;
  253. color: #372a3d;
  254. text-align: center;
  255. border: none;
  256. border-radius: 5px;
  257. }
  258.  
  259. .group_entry, .group_comment {
  260. width: 711px;
  261. padding: 5px;
  262. margin: 10px;
  263. text-align: center;
  264. border: none;
  265. border-radius: 20px;
  266. background: #d7c8b8;
  267. }
  268.  
  269. .sub_button {
  270. border: none;
  271. background-color: transparent;
  272. padding: 3px;
  273. margin: 0px;
  274. border-image: initial;
  275. font-size: 8px;
  276. }
  277.  
  278. .comment_input, .new_topic {
  279. width: 711px;
  280. background-color: transparent;
  281. padding: 5px;
  282. text-align: center;
  283. border: none;
  284. border-radius: 20px;
  285. }
  286.  
  287. .new_topic textarea, .comment_input textarea {
  288. background: #c5b4b8;
  289. color: #372a3d;
  290. padding: 5px;
  291. text-align: center;
  292. width: 500px;
  293. border-radius: 20px;
  294. border: none;
  295. }
  296.  
  297. .comment_input input, .new_topic input
  298. { background: #d7c8b8;
  299. padding: 2px;
  300. text-align: center;
  301. border: none;
  302. border-radius: 20px;
  303. }
  304.  
  305. a:link, .menu2, .menu2 a:link {
  306. color: #445171;
  307. font-family: trebuchet ms;
  308. font-size: 11px;
  309. text-transform: none;
  310. text-decoration: none;
  311. -webkit-transition: all 0.5s ease-out;
  312. -moz-transition: all 0.5s ease-out;
  313. }
  314.  
  315. a:visited, .menu2 a:visited {
  316. color: #445171;
  317. text-transform: none;
  318. font-family: trebuchet ms;
  319. font-size: 11px;
  320. text-decoration: none;
  321. }
  322.  
  323. a:hover, .menu, .menu a:link, .menu a:visited {
  324. color: #c2673a;
  325. text-decoration: none;
  326. font-family: trebuchet ms;
  327. font-size: 11px;
  328. text-transform: none;
  329. background: transparent;
  330. -webkit-transition: all 0.5s ease-out;
  331. -moz-transition: all 0.5s ease-out;
  332. }
  333.  
  334. blockquote {
  335. text-align: center;
  336. font-family: trebuchet ms;
  337. font-size: 9pt;
  338. padding: 4px;
  339. color: #372a3d;
  340. background-color: #c5b4b8;
  341. border-left: 15px solid #393a55;
  342. border-right: 15px solid #393a55;
  343. border-radius: 20px;
  344. }
  345.  
  346. textarea {
  347. background: #c5b4b8;
  348. margin: 15px;
  349. width: 200px;
  350. padding: 7px;
  351. text-align: center;
  352. }
  353.  
  354. b {
  355. color: #393a55;
  356. font-family: trebuchet ms;
  357. font-style: none;
  358. text-transform: uppercase;
  359. font-size: 8pt;
  360. }
  361.  
  362. i {
  363. text-transform: none;
  364. font-family: georgia;
  365. color: #d4843f;
  366. font-size: 11px;
  367. letter-spacing: 1px;
  368. }
  369.  
  370. u {
  371. border-bottom: 2px dotted #948f9d;
  372. text-transform: none;
  373. font-family: georgia;
  374. font-size: 11px;
  375. letter-spacing: 2px;
  376. }
  377.  
  378. s {
  379. text-transform: none;
  380. font-family: trebuchet ms;
  381. font-size: 8pt;
  382. letter-spacing: 1px;
  383. }
  384.  
  385. h1 {
  386. font-family: times new roman;
  387. text-transform: uppercase;
  388. text-align: center;
  389. font-size: 16px;
  390. line-height: 1px;
  391. color: #393a55;
  392. background: #e2c299;
  393. display: block;
  394. margin: 5px;
  395. padding: 1px;
  396. font-weight: lighter;
  397. border-left: 15px solid #393a55;
  398. border-right: 15px solid #393a55;
  399. text-shadow: 1px 1px 1px #5e4c6b;
  400. }
  401. h3 {
  402. color: #b7aabb;
  403. text-shadow: 1px 1px 1px #2a2c47;
  404. font-family: georgia;
  405. text-transform: lowercase;
  406. font-style: italic;
  407. font-size: 16pt;
  408. text-align: center;
  409. display: block;
  410. margin-top: -3px;
  411. margin-bottom: 1px;
  412. }
  413.  
  414. .staff img {
  415. background-image: url('http://i.imgur.com/vlnYleX.png');
  416. background-position: top right;
  417. border: 2px solid #393a55;
  418. border-radius: 10px;
  419. padding: 2px;
  420. width: 34px;
  421. height: 34px;
  422. margin: 2px;
  423. -webkit-transition: all 0.5s ease-out;
  424. -moz-transition: all 0.5s ease-out;
  425. }
  426.  
  427. .staff img:hover {
  428. background-image: url('http://i.imgur.com/vlnYleX.png');
  429. background-position: bottom left;
  430. padding: 2px;
  431. margin: 2px;
  432. border: 2px solid #ba543a;
  433. border-radius: 20px;
  434. width: 34px;
  435. height: 34px;
  436. -webkit-transition: all 0.5s ease-out;
  437. -moz-transition: all 0.5s ease-out;
  438. }
  439.  
  440. .ft img {
  441. background-image: url('http://i.imgur.com/vlnYleX.png');
  442. background-position: top right;
  443. border: 2px solid #393a55;
  444. border-radius: 10px;
  445. padding: 3px;
  446. width: 100px;
  447. height: 50px;
  448. margin: 2px;
  449. -webkit-transition: all 0.5s ease-out;
  450. -moz-transition: all 0.5s ease-out;
  451. }
  452.  
  453. .ft img:hover {
  454. background-image: url('http://i.imgur.com/vlnYleX.png');
  455. background-position: bottom left;
  456. padding: 3px;
  457. margin: 2px;
  458. border: 2px solid #ba543a;
  459. border-radius: 20px;
  460. width: 100px;
  461. height: 50px;
  462. -webkit-transition: all 0.5s ease-out;
  463. -moz-transition: all 0.5s ease-out;
  464. }
  465.  
  466. .win img {
  467. background-image: url('http://i.imgur.com/vlnYleX.png');
  468. background-position: top right;
  469. border: 2px solid #393a55;
  470. border-radius: 10px;
  471. padding: 3px;
  472. width: 40px;
  473. height: 29px;
  474. margin: 2px;
  475. -webkit-transition: all 0.5s ease-out;
  476. -moz-transition: all 0.5s ease-out;
  477. }
  478.  
  479. .win img:hover {
  480. background-image: url('http://i.imgur.com/vlnYleX.png');
  481. background-position: bottom left;
  482. padding: 3px;
  483. margin: 2px;
  484. border: 2px solid #ba543a;
  485. border-radius: 20px;
  486. width: 40px;
  487. height: 29px;
  488. -webkit-transition: all 0.5s ease-out;
  489. -moz-transition: all 0.5s ease-out;
  490. }
  491.  
  492. .member_thumbnail, .righticon {
  493. background-image: url('http://i.imgur.com/vlnYleX.png');
  494. background-position: top right;
  495. border: 2px solid #393a55;
  496. border-radius: 10px;
  497. padding: 5px;
  498. width: 100px;
  499. height: 100px;
  500. -webkit-transition: all 0.5s ease-out;
  501. -moz-transition: all 0.5s ease-out;
  502. }
  503.  
  504. .member_thumbnail:hover, .righticon:hover {
  505. background-image: url('http://i.imgur.com/vlnYleX.png');
  506. background-position: bottom left;
  507. top:1px;
  508. padding: 5px;
  509. right: 1px;
  510. border: 2px solid #ba543a;
  511. border-radius: 20px;
  512. width: 100px;
  513. height: 100px;
  514. -webkit-transition: all 0.5s ease-out;
  515. -moz-transition: all 0.5s ease-out;
  516. }
  517.  
  518. a:link img[src="http://e.vampirefreaks.com/images/win.png"]{background-image: url(http://i.imgur.com/TJyQgyG.png); top right no-repeat; height: 10px; width:0px; padding-right: 10px}
  519.  
  520. a:link img[src="http://e.vampirefreaks.com/images/fail.png"]{background-image: url(http://i.imgur.com/URfHcd6.png); top right no-repeat; height: 11px; width:0px; padding-right: 10px}
  521.  
  522. img[src="http://e.vampirefreaks.com/images/sticky_cult.gif"]{background-image: url('http://i.imgur.com/Uiebmdl.png'); top right no-repeat; height: 10px; width:0px; padding-right: 10px;}
  523.  
  524. img[src="http://e.vampirefreaks.com/images/locked.gif"]{ background-image: url('http://i.imgur.com/lId9S8R.png'); top right no-repeat; height: 12px; width:0px; padding-right: 9px;}
  525.  
  526. img[src="http://e.vampirefreaks.com/images/poll_icon.gif"]{ background-image: url('http://i.imgur.com/Fr90qDe.png'); top right no-repeat; height: 10px; width:0px; padding-right: 10px;}
  527.  
  528. ::-webkit-scrollbar { width:5px; background:#d7c8b8; }
  529.  
  530. ::-webkit-scrollbar-track-piece { background: transparent; width:1px; border: none; overflow:hidden; -webkit-border-radius:100px; }
  531.  
  532. ::-webkit-scrollbar-thumb{ -webkit-border-radius:0px; background: #372a3d; width:5px; border:none; }
  533.  
  534. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {height:5px; display: block; background-color:transparent; -webkit-border-radius:100px; border:none;
  535. -webkit-transition: all 0.5s ease-out;
  536. -moz-transition: all 0.5s ease-out;}
  537.  
  538. ::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-button:start:decrement:hover, ::-webkit-scrollbar-button:end:increment:hover{background-color:#372a3d; cursor:hand;}
  539.  
  540. ::-webkit-scrollbar-button:start:decrement:active, ::-webkit-scrollbar-button:end:increment:active{background:transparent;}
  541.  
  542. a:link img[src="http://e.vampirefreaks.com/emotes/vf_red-16.png"]{background-image: url(http://i.imgur.com/L4QVGAy.png); top right no-repeat; height: 10px; width:0px; padding-right: 10px;}
  543.  
  544. a:link img[src="http://e.vampirefreaks.com/emotes/vf_white-16.png"]{background-image: url(http://i.imgur.com/tfjgpNq.png); top right no-repeat; height: 10px; width:0px; padding-right: 10px;}
  545.  
  546. .cult_name, .leftnav, .topbar, .maintop img, .maintop table, .latest_posts_header, .status, .description_title, .edit_pictures, .owner_title, .created_on, .small_space, .cult_menu, .side_td, .threads_related, .created_on, .description_title, .maintop img, .heading, .forumopen, .forumclose, .maintop, .leftnav, .cult_info, .menu2, .menu, .num_members { display: none; }
  547. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement