Advertisement
conception

Dames HTML/Header VFDT

Aug 21st, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.39 KB | None | 0 0
  1. <div id="navi"><center><h3>Navigation</h3>
  2. <a href="" class="nlink">Link Name</a>
  3. <a href="" class="nlink">Link Name</a>
  4. <small>This box will expand as you add more.</small>
  5. <hr /><a href="http://vampirefreaks.com/cults/group_edit.php?c=Dames" class="nlink">Edit Cult</a><a href="http://vampirefreaks.com/group_edit_members.php?c=Dames" class="nlink">Edit Members</a><a href="http://vampirefreaks.com/group_invite.php?c=Dames" class="nlink">Invite</a><a href="http://vampirefreaks.com/cults/controlpanel.php?c=Dames" class="nlink">Control Panel</a><a href="http://vampirefreaks.com/cults/statistics.php?c=Dames" class="nlink">Cult Stats</a><a href="http://vampirefreaks.com/profiles/home.php" class="nlink">VF Home</a><a href="/InVinoVeritas" class="nlink">Header 2014</a><a href="/Voltage" class="nlink">Coding 2014</a>
  6. </center>
  7. </div>
  8.  
  9.  
  10. <style>
  11. #navi {
  12. margin: 0px;
  13. width: 150px;
  14. left: 30px;
  15. top: 15px;
  16. float: right;
  17. position: fixed;
  18. height: auto;
  19. text-align: center;
  20. font-family: trebuchet MS;
  21. font-size: 12pt;
  22. text-transform: uppercase;
  23. text-align: center;
  24. letter-spacing: 2pt;
  25. background-color: #191919;
  26. padding-bottom: 4px;
  27. border: 3px solid #1f1f1f;
  28. }
  29.  
  30. .nlink:link, .nlink:active, .nlink:visited {
  31. font-family: verdana;
  32. font-size: 8px;
  33. color: #c66f56;
  34. background-color: #1f1f1f;
  35. display: block;
  36. text-transform: uppercase;
  37. padding: 1px;
  38. height: 10px;
  39. width: 125px;
  40. line-height: 10px;
  41. text-align: center;
  42. margin-top: 2px;
  43. -webkit-transition: all 0.5s ease-out;
  44. -moz-transition: all 0.5s ease-out;
  45. }
  46.  
  47. .nlink:hover {
  48. font-family: verdana;
  49. font-size: 8px;
  50. color: #afadad;
  51. background-color: transparent;
  52. display: block;
  53. text-transform: uppercase;
  54. text-align: center;
  55. padding: 1px;
  56. height: 10px;
  57. width: 125px;
  58. line-height: 10px;
  59. margin-top:2px;
  60. -webkit-transition: all 0.5s ease-out;
  61. -moz-transition: all 0.5s ease-out;
  62. }
  63.  
  64. </style>
  65.  
  66. <style>
  67. html, body {
  68. background-image: url('http://i.imgur.com/zIDSsCY.png');
  69. }
  70.  
  71. html, div {
  72. font-size: 8pt;
  73. font-family: verdana;
  74. color: #afafb1;
  75. font-style: normal;
  76. }
  77.  
  78. .main {
  79. width: 750px;
  80. padding: 2px;
  81. }
  82.  
  83. .main_td {
  84. text-align: center;
  85. padding: 0px;
  86. }
  87.  
  88. table,td,th {
  89. border: none;
  90. }
  91.  
  92. th {
  93. height: 30px;
  94. text-align: center;
  95. }
  96.  
  97. .forumheader {
  98. text-transform: uppercase;
  99. background: #1f1f1f;
  100. color: #afafb1;
  101. font-weight: normal;
  102. line-height: 25px;
  103. font-family: verdana;
  104. font-size: 15pt;
  105. border-left: none;
  106. border-right: none;
  107. border-top: none;
  108. border-bottom: 1px solid #c73027;
  109. padding: 4px;
  110. padding-top: 2px;
  111. margin: 5px;
  112. text-shadow: 1px 1px 1px #3a2d26;
  113. }
  114.  
  115. .group_forum {
  116. background-color: #191919;
  117. width: 750px;
  118. padding: 6px;
  119. text-align: center;
  120. border: 3px solid #1f1f1f;
  121. }
  122.  
  123.  
  124. .group_forum b {
  125. display: block;
  126. letter-spacing: 1pt;
  127. text-align: center;
  128. padding: 3px;
  129. font-weight: lighter;
  130. line-height: 15px;
  131. margin: 1px;
  132. }
  133.  
  134. .group_subforum {
  135. background-color: #1f1f1f;
  136. }
  137.  
  138. .members_viewing {
  139. display: block;
  140. width: 700px;
  141. background: #191919;
  142. padding: 5px;
  143. margin: 5px;
  144. text-align: right;
  145. border: 3px solid #1f1f1f;
  146. }
  147.  
  148. .members_viewing b {
  149. display: block;
  150. padding: 4px;
  151. text-align: right;
  152. letter-spacing: 2pt;
  153. background: #1f1f1f;
  154. font-family: trebuchet ms;
  155. text-transform: uppercase;
  156. font-style: none;
  157. font-weight: lighter;
  158. font-size: 10pt;
  159. border-bottom: 1px solid #c73027;
  160. }
  161.  
  162. .affliates {
  163. display: block;
  164. width: 700px;
  165. background: #191919;
  166. padding: 5px;
  167. margin: 5px;
  168. text-align: right;
  169. border: 3px solid #1f1f1f;
  170. }
  171.  
  172. .affiliates b {
  173. display: block;
  174. padding: 4px;
  175. text-align: right;
  176. letter-spacing: 2pt;
  177. background: #1f1f1f;
  178. font-family: trebuchet ms;
  179. text-transform: uppercase;
  180. font-style: none;
  181. font-weight: lighter;
  182. font-size: 10pt;
  183. border-bottom: 1px solid #c73027;
  184. }
  185.  
  186. .darkbox, .group_expanded, .userinfo, #cultstaff, #cultstatsactivity, #cultstatstoppeople, #cultstatsbasics {
  187. background: #191919;
  188. margin-left: 15px;
  189. font-size: 8pt;
  190. width: 750px;
  191. padding: 7px;
  192. text-align: center;
  193. border: 3px solid #1f1f1f;
  194. color: #afafb1;
  195. }
  196.  
  197. .subtitle {
  198. color: #c73027;
  199. font-family: verdana;
  200. text-transform: none;
  201. }
  202.  
  203. .group_entry table[bgcolor] {
  204. background-color: #d16c63;
  205. height: 2px;
  206. }
  207.  
  208. .group_comment td {
  209. border: none;
  210. text-align: center;
  211. }
  212.  
  213. .comment_input td {
  214. background: transparent;
  215. border: none;
  216. text-align: center;
  217. }
  218.  
  219. .subheading td, .new_topic td {
  220. background-color: transparent;
  221. }
  222.  
  223. .subheading {
  224. background: #1f1f1f;
  225. font-weight: normal;
  226. line-height: 10px;
  227. border: none;
  228. padding: 4px;
  229. margin: 5px;
  230. }
  231.  
  232. select, input {
  233. background-color: #191919;
  234. color: #c86a52;
  235. text-align: center;
  236. border: none;
  237. }
  238.  
  239. .group_entry {
  240. width: 750px;
  241. padding: 5px;
  242. margin: 10px;
  243. text-align: center;
  244. border: 3px solid #1f1f1f;
  245. background: #191919;
  246. }
  247.  
  248. .group_comment {
  249. width: 750px;
  250. padding: 5px;
  251. margin: 10px;
  252. text-align: center;
  253. border: 3px solid #1f1f1f;
  254. background: #191919;
  255. }
  256.  
  257. .sub_button {
  258. border: none;
  259. background-color: transparent;
  260. padding: 3px;
  261. margin: 0px;
  262. border-image: initial;
  263. font-size: 8px;
  264. }
  265.  
  266. .comment_input, .new_topic {
  267. width: 750px;
  268. background-color: transparent;
  269. padding: 5px;
  270. text-align: center;
  271. border: none;
  272. }
  273.  
  274. .new_topic textarea, .comment_input textarea {
  275. background: #191919;
  276. color: #afafb1;
  277. padding: 5px;
  278. text-align: center;
  279. width: 500px;
  280. border: none;
  281. }
  282.  
  283. .comment_input input, .new_topic input
  284. { background: #191919;
  285. padding: 2px;
  286. text-align: center;
  287. border: none;
  288. }
  289.  
  290. h1 {
  291. background: -webkit-gradient(linear, left top, left bottom, from(#d17971), to(#c73027));
  292. -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  293. #d17971 &gt; top;
  294. #c73027 &gt; bottom;
  295. font-family: georgia;
  296. text-transform: none;
  297. font-size: 15pt;
  298. text-align: center;
  299. display: block;
  300. margin-top: -3px;
  301. margin-bottom: 1px;
  302. font-style: italic;
  303. }
  304.  
  305. h3:first-letter {
  306. color: #c63229;
  307. font-family: times new roman;
  308. font-size: 16pt;
  309. text-shadow: 1px 1px 1px #30201d;
  310. display: block;
  311. text-transform: uppercase;
  312. font-weight: lighter;
  313. text-align: center;
  314. font-style: italic;
  315. }
  316.  
  317. h3 {
  318. color: #c5755a;
  319. font-family: trebuchet ms;
  320. font-size: 10pt;
  321. text-shadow: 1px 1px 1px #30201d;
  322. display: block;
  323. margin: 2px;
  324. text-transform: uppercase;
  325. font-weight: lighter;
  326. text-align: center;
  327. }
  328.  
  329. b {
  330. color: #bd2d25;
  331. font-family: trebuchet ms;
  332. font-style: none;
  333. text-transform: uppercase;
  334. font-size: 8pt;
  335. }
  336.  
  337. i {
  338. text-transform: none;
  339. font-family: georgia;
  340. color: #c07f64;
  341. font-size: 11px;
  342. letter-spacing: 1px;
  343. }
  344.  
  345. u {
  346. border-bottom: 2px dotted #4c3939;
  347. text-transform: none;
  348. font-family: georgia;
  349. font-size: 11px;
  350. letter-spacing: 2px;
  351. }
  352.  
  353. s {
  354. text-transform: none;
  355. font-family: verdana;
  356. font-size: 8pt;
  357. letter-spacing: 1px;
  358. }
  359.  
  360. a:link, .menu2, .menu2 a:link {
  361. color: #c16150;
  362. font-family: small fonts;
  363. font-size: 9px;
  364. text-transform: uppercase;
  365. text-decoration: none;
  366. -webkit-transition: all 0.5s ease-out;
  367. -moz-transition: all 0.5s ease-out;
  368. }
  369.  
  370. a:visited, .menu2 a:visited {
  371. color: #c16150;
  372. text-transform: none;
  373. font-family: small fonts;
  374. font-size: 9px;
  375. text-decoration: none;
  376. }
  377.  
  378. a:hover, .menu, .menu a:link, .menu a:visited {
  379. color: #afadad;
  380. text-decoration: none;
  381. font-family: small fonts;
  382. font-size: 9px;
  383. text-transform: uppercase;
  384. background: transparent;
  385. -webkit-transition: all 0.5s ease-out;
  386. -moz-transition: all 0.5s ease-out;
  387. }
  388.  
  389. blockquote {
  390. text-align: center;
  391. font-family: verdana;
  392. font-size: 8pt;
  393. padding: 4px;
  394. background-color: #1f1f1f;
  395. border-top: 2px solid #c63027;
  396. border-bottom: 2px solid #aea5a1;
  397. }
  398.  
  399. .member_thumbnail, .righticon {
  400. background: #1f1f1f;
  401. border: 2px solid #d1746c;
  402. padding: 5px;
  403. width: 100px;
  404. height: 100px;
  405. -webkit-transition: all 0.5s ease-out;
  406. -moz-transition: all 0.5s ease-out;
  407. }
  408.  
  409. .member_thumbnail:hover, .righticon:hover {
  410. background: transparent;
  411. top:1px;
  412. padding: 5px;
  413. right: 1px;
  414. border: 2px solid #afafaf;
  415. width: 100px;
  416. height: 100px;
  417. -webkit-transition: all 0.5s ease-out;
  418. -moz-transition: all 0.5s ease-out;
  419. }
  420.  
  421. textarea {
  422. background: #1f1f1f;
  423. margin: 15px;
  424. width: 200px;
  425. padding: 7px;
  426. text-align: center;
  427. }
  428.  
  429. .staff img {
  430. background: #1f1f1f;
  431. border: 2px solid #d1746c;
  432. padding: 2px;
  433. width: 48px;
  434. height: 48px;
  435. margin: 1px;
  436. -webkit-transition: all 0.5s ease-out;
  437. -moz-transition: all 0.5s ease-out;
  438. }
  439.  
  440. .staff img:hover {
  441. background: transparent;
  442. padding: 2px;
  443. border: 2px solid #afafaf;
  444. width: 48px;
  445. height: 48px;
  446. margin: 1px;
  447. -webkit-transition: all 0.5s ease-out;
  448. -moz-transition: all 0.5s ease-out;
  449. }
  450.  
  451. .win img {
  452. background: #1f1f1f;
  453. border: 2px solid #d1746c;
  454. padding: 2px;
  455. width: 100px;
  456. height: 75px;
  457. margin: 1px;
  458. -webkit-transition: all 0.5s ease-out;
  459. -moz-transition: all 0.5s ease-out;
  460. }
  461.  
  462. .win img:hover {
  463. background: transparent;
  464. padding: 2px;
  465. border: 2px solid #afafaf;
  466. width: 100px;
  467. height: 75px;
  468. margin: 1px;
  469. -webkit-transition: all 0.5s ease-out;
  470. -moz-transition: all 0.5s ease-out;
  471. }
  472.  
  473. .ft img {
  474. background: #1f1f1f;
  475. border: 2px solid #d1746c;
  476. padding: 2px;
  477. width: 153px;
  478. height: 115px;
  479. margin: 1px;
  480. -webkit-transition: all 0.5s ease-out;
  481. -moz-transition: all 0.5s ease-out;
  482. }
  483.  
  484. .ft img:hover {
  485. background: transparent;
  486. padding: 2px;
  487. border: 2px solid #afafaf;
  488. width: 153px;
  489. height: 115px;
  490. margin: 1px;
  491. -webkit-transition: all 0.5s ease-out;
  492. -moz-transition: all 0.5s ease-out;
  493. }
  494.  
  495.  
  496. 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;}
  497.  
  498. 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;}
  499.  
  500. 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;}
  501.  
  502. ::-webkit-scrollbar { width:5px; background:#191919; }
  503.  
  504. ::-webkit-scrollbar-track-piece { background: transparent; width:1px; border: none; overflow:hidden; -webkit-border-radius:100px; }
  505.  
  506. ::-webkit-scrollbar-thumb{ -webkit-border-radius:0px; background: #c63027; width:5px; border:none; }
  507.  
  508. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {height:2px; display: block; background-color:transparent; -webkit-border-radius:100px; border:none;
  509. -webkit-transition: all 0.5s ease-out;
  510. -moz-transition: all 0.5s ease-out;}
  511.  
  512. ::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-button:start:decrement:hover, ::-webkit-scrollbar-button:end:increment:hover{background-color:#c63027; cursor:hand;}
  513.  
  514. ::-webkit-scrollbar-button:start:decrement:active, ::-webkit-scrollbar-button:end:increment:active{background:transparent;}
  515.  
  516. a:link img[src="http://e.vampirefreaks.com/emotes/vf_red-16.png"]{background-image: url(http://i.imgur.com/1rZrrbw.png); top right no-repeat; height: 10px; width:0px; padding-right: 10px;}
  517.  
  518. a:link img[src="http://e.vampirefreaks.com/emotes/vf_white-16.png"]{background-image: url(http://i.imgur.com/whyci1j.png); top right no-repeat; height: 10px; width:0px; padding-right: 10px;}
  519.  
  520. hr {
  521. color: #1f1f1f;
  522. }
  523.  
  524. .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; }
  525. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement