conception

tenebrous html header

Mar 29th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.85 KB | None | 0 0
  1. <center>
  2. <div id="navi"><center><a href="http://vampirefreaks.com" class="nlink"> VF Main</a><a href="http://www.vampirefreaks.com/cults/group_edit.php?c=tenebra" class="nlink">Edit Cult</a><a href="http://www.vampirefreaks.com/group_edit_members.php?c=Tenebrous" class="nlink">Edit Members</a><a href="http://www.vampirefreaks.com/group_invite.php?c=Tenebrous" class="nlink">Invite Members</a><a href="http://www.vampirefreaks.com/cults/controlpanel.php?c=Tenebrous" class="nlink">Control Panel</a><a href="http://vampirefreaks.com/Voltage" class="nlink">C. Credit</a><a href="http://vampirefreaks.com/Xx__TigerClaws" class="nlink">H. Credit</a></center>
  3. </div>
  4.  
  5.  
  6. <style>
  7. #navi {
  8. top: 0px;
  9. position: fixed;
  10. left: 0px;
  11. height: 30px;
  12. width: 100%;
  13. font-family: trebuchet MS;
  14. font-size: 12pt;
  15. text-transform: uppercase;
  16. text-align: center;
  17. letter-spacing: 2pt;
  18. background-color: #141614;
  19. padding-bottom: 8px;
  20. padding-top: 5px;
  21. margin-bottom: 40px;
  22. z-index: 999;
  23. box-shadow: 0px 0px 25px #141414;
  24. }
  25.  
  26. .nlink:link, .nlink:active, .nlink:visited {
  27. color: #ccc;
  28. height: 25px;
  29. line-height: 25px;
  30. font-family: Trebuchet MS;
  31. font-size: 6pt;
  32. font-weight: lighter;
  33. text-transform: uppercase;
  34. font-weight: lighter;
  35. padding: 2px;
  36. width: 116px;
  37. margin-right: 2px;
  38. margin-left: 2px;
  39. margin-top: 1px;
  40. text-align: center;
  41. display: inline-table;
  42. background: #3d3a3a;
  43. letter-spacing: 1px;
  44. -webkit-transition: all 0.8s ease-out;
  45. -moz-transition: all 0.8s ease-out;
  46. }
  47.  
  48. .nlink:hover {
  49. color: #ccc;
  50. height: 25px;
  51. line-height: 25px;
  52. font-size: 6pt;
  53. text-transform: uppercase;
  54. font-style: normal;
  55. font-weight: lighter;
  56. text-align: center;
  57. margin-top: 1px;
  58. margin-right: 2px;
  59. margin-left: 2px;
  60. display: inline-table;
  61. background: #9a2e25;
  62. -webkit-transition: all 0.8s ease-out;
  63. -moz-transition: all 0.8s ease-out;
  64. }
  65.  
  66. body, html {
  67. background-image: url('http://i.imgur.com/w7xvRht.png');
  68. background-size: auto;
  69. background-position: top left;
  70. background-repeat: repeat;
  71. background-attachment: fixed;
  72. text-align: center;
  73. color: #ccc;
  74. }
  75.  
  76. .main {
  77. margin-top: 100px;
  78. padding: 2px;
  79. width: 800px;
  80. }
  81.  
  82. .main_td {
  83. text-align: center;
  84. padding: 0px;
  85. }
  86.  
  87. table,td,th {
  88. border: none;
  89. }
  90.  
  91. th {
  92. height: 30px;
  93. text-align: center;
  94. }
  95.  
  96. div.panel-heading, .forumheader, .modal-title {
  97. color: #ccc;
  98. background: #9a2e25 !important;
  99. font-family: georgia;
  100. font-style: italic;
  101. text-shadow: 2px 2px 2px #141614!important;
  102. font-size: 16pt;
  103. line-height: 1px;
  104. border-radius: 5px;
  105. display: block;
  106. margin: 2px;
  107. text-transform: lowercase;
  108. font-weight: lighter;
  109. text-align: center;
  110. }
  111.  
  112. .subheading {
  113. color: #ccc;
  114. background: #9a2e25 !important;
  115. font-family: georgia;
  116. font-style: italic;
  117. text-shadow: 2px 2px 2px #141614!important;
  118. font-size: 10pt;
  119. line-height: 1px;
  120. border-radius: 5px;
  121. display: block;
  122. margin: 2px;
  123. text-transform: lowercase;
  124. font-weight: lighter;
  125. text-align: left;
  126. }
  127.  
  128.  
  129. .group_subforum b {
  130. display: block;
  131. color: #ccc;
  132. border-radius: 5px;
  133. border-bottom: 1px solid #9a2e25;
  134. background-color: #665f5a;
  135. }
  136.  
  137. .group_forum {
  138. background-color: #141614;
  139. color: #ccc;
  140. border: none;
  141. width: 800px;
  142. padding: 2px;
  143. text-align: center;
  144. box-shadow: 0px 0px 25px #141414;
  145. border-radius: 5px;
  146. }
  147.  
  148. .group_forum b {
  149. display: block;
  150. letter-spacing: 1pt;
  151. text-align: center;
  152. padding: 2px;
  153. font-weight: lighter;
  154. line-height: 15px;
  155. margin: 3px;
  156. }
  157.  
  158. .members_viewing {
  159. display: block;
  160. color: #ccc;
  161. width: 500px;
  162. background: #141614;
  163. box-shadow: 0px 0px 25px #141414;
  164. border-radius: 5px;
  165. padding: 5px;
  166. margin: 5px;
  167. text-align: left;
  168. }
  169.  
  170. .members_viewing b {
  171. background: #9a2e25 !important;
  172. font-family: georgia;
  173. font-style: italic;
  174. text-shadow: 2px 2px 2px #141614!important;
  175. margin: 2px;
  176. border-radius: 5px;
  177. text-transform: lowercase;
  178. font-weight: lighter;
  179. text-align: left;
  180. color: #ccc;
  181. padding: 2px;
  182. letter-spacing: 1pt;
  183. font-size: 8pt;
  184. line-height: 0px;
  185. }
  186. .affiliates {
  187. display: block;
  188. color: #ccc;
  189. width: 500px;
  190. background: #141614;
  191. box-shadow: 0px 0px 25px #141414;
  192. border-radius: 5px;
  193. padding: 5px;
  194. margin: 5px;
  195. text-align: right;
  196. }
  197.  
  198. .affiliates b {
  199. background: #9a2e25 !important;
  200. font-family: georgia;
  201. font-style: italic;
  202. text-shadow: 2px 2px 2px #141614!important;
  203. margin: 2px;
  204. border-radius: 5px;
  205. text-transform: lowercase;
  206. font-weight: lighter;
  207. text-align: right;
  208. color: #ccc;
  209. padding: 2px;
  210. letter-spacing: 1pt;
  211. font-size: 8pt;
  212. line-height: 0px;
  213. }
  214.  
  215. .darkbox, .group_expanded, .userinfo {
  216. color: #ccc;
  217. margin-left: 15px;
  218. margin-top: 100px;
  219. font-size: 8.5pt;
  220. width: 800px;
  221. padding: 7px;
  222. text-align: center;
  223. box-shadow: 0px 0px 25px #141414;
  224. border: none;
  225. background: #141614;
  226. }
  227.  
  228. #cultstaff, #cultstatsactivity, #cultstatstoppeople, #cultstatsbasics {
  229. color: #ccc;
  230. margin-left: 15px;
  231. font-size: 8.5pt;
  232. width: 800px;
  233. padding: 7px;
  234. text-align: center;
  235. box-shadow: 0px 0px 25px #141414;
  236. border: none;
  237. background: #141614;
  238. }
  239.  
  240.  
  241. .subtitle {
  242. color: #965f52;
  243. font-family: trebuchet ms;
  244. text-transform: uppercase;
  245. }
  246.  
  247. .group_entry table[bgcolor] {
  248. background-color: #965f52;
  249. height: 2px;
  250. }
  251.  
  252. .group_comment td {
  253. border: none;
  254. text-align: left;
  255. }
  256.  
  257.  
  258. .comment_input td {
  259. background: transparent;
  260. border: none;
  261. text-align: center;
  262. }
  263.  
  264. select, input {
  265. background-color: #141614;
  266. color: #ccc;
  267. text-align: center;
  268. border: none;
  269. font-size: 12px;
  270. line-height: 12px;
  271. }
  272.  
  273.  
  274. .newsfeed_entry_txt {
  275. color: #ccc;
  276. text-align: center;
  277. background-color: transparent;
  278. border-bottom: 5px solid #262020;
  279. border-radius: 5px;
  280. padding: 2px;
  281. }
  282.  
  283. .leave_comment {
  284. background: #262020;
  285. color: #ccc;
  286. border: none;
  287. border-radius: 5px;
  288. height: 200px;
  289. width: 600px;
  290. text-align: center;
  291. }
  292.  
  293. .comment_submit {
  294. background: #262020;
  295. border: none;
  296. border-radius: 5px;
  297. height: 2.188em;
  298. width: 85% !important;
  299. text-align: center;
  300. }
  301.  
  302. .subheading_text {
  303. color: #ccc;
  304. font-weight: normal;
  305. text-align: right;
  306. }
  307.  
  308. .subheading td {
  309. background-color: #101010;
  310. text-align: right;
  311. }
  312. .new_topic td {
  313. background-color: #141614;
  314. }
  315.  
  316. .group_entry, .group_comment {
  317. width: 800px;
  318. padding: 5px;
  319. margin: 20px;
  320. line-height: 15px;
  321. text-align: center;
  322. color: #ccc;
  323. box-shadow: 0px 0px 25px #141414;
  324. border-radius: 5px;
  325. border: none;
  326. background: #141614;
  327. }
  328.  
  329. .sub_button {
  330. border: none;
  331. background-color: transparent;
  332. padding: 3px;
  333. margin: 0px;
  334. border-image: initial;
  335. font-size: 8px;
  336. }
  337.  
  338. .comment_input, .new_topic {
  339. width: 800px;
  340. color: #ccc;
  341. background-color: transparent;
  342. padding: 5px;
  343. text-align: center;
  344. border: none;
  345. border-radius: 5px;
  346. font-family: trebuchet ms;
  347. }
  348.  
  349. .comment_input textarea {
  350. background: #262020;
  351. color: #ccc;
  352. font-size: 12px;
  353. padding: 5px;
  354. text-align: center;
  355. width: 600px;
  356. height: 200px;
  357. border-radius: 5px;
  358. font-family: trebuchet ms;
  359. border: none;
  360. }
  361.  
  362. .new_topic textarea {
  363. background: #262020;
  364. color: #ccc;
  365. font-size: 12px;
  366. padding: 5px;
  367. text-align: center;
  368. width: 600px;
  369. height: 400px;
  370. border-radius: 5px;
  371. font-family: trebuchet ms;
  372. border: none;
  373. }
  374.  
  375. .comment_input input {
  376. background: #262020;
  377. padding: 2px;
  378. text-align: center;
  379. border: none;
  380. color: #ccc;
  381. border-radius: 5px;
  382. font-family: trebuchet ms;
  383. }
  384.  
  385. .new_topic input
  386. { background: #262020;
  387. padding: 2px;
  388. text-align: center;
  389. border: none;
  390. color: #ccc;
  391. border-radius: 5px;
  392. font-family: trebuchet ms;
  393. }
  394.  
  395. textarea {
  396. background: #262020;
  397. color: #ccc;
  398. margin: 15px;
  399. width: 200px;
  400. height: 50px;
  401. border: none;
  402. padding: 7px;
  403. text-align: center;
  404. }
  405.  
  406. blockquote {
  407. background: #030407;
  408. padding: 2px;
  409. border-top: 2px solid #d8a7a2;
  410. border-bottom: 5px solid #6f6967;
  411. box-shadow: 0px 0px 25px #141414;
  412. border-radius: 5px 5px 5px 5px;
  413. color: #ccc;
  414. }
  415.  
  416. blockquote:first-line {
  417. line-height: -10px;
  418. margin-top: 0px;
  419. }
  420.  
  421. .floatright {
  422. float: right!important;
  423. margin-right: -480px;
  424. }
  425.  
  426. .comment_table td {
  427. line-height: 15px;
  428. }
  429.  
  430. .modal-header {
  431. background-color: transparent;
  432. border: none;
  433. }
  434.  
  435. .panel-heading, .btn-primary { background: transparent;
  436. }
  437.  
  438. .text_stroke, .main_title_text, .main_content_title, .subheading_text {
  439. text-shadow: none;
  440. }
  441.  
  442. .entry_points, .comment_points {
  443. float: right;
  444. }
  445.  
  446. .entry_points .points_outer {
  447. min-width: 5px;
  448. }
  449.  
  450. a.entry_win, a.entry_fail, a.comment_win, a.comment_fail, a.entry_win:hover, a.entry_fail:hover, a.comment_win:hover, a.comment_fail:hover {
  451. font-size: 0px;
  452. background: transparent;
  453. border: none;
  454. }
  455.  
  456. .comment_points .points_outer {
  457. min-width: 10px;
  458. padding-right: 0px;
  459. }
  460.  
  461. a:link img[src="http://e.vampirefreaks.com/images/win.png"]{background-image: url(http://i.imgur.com/DkxPkb8.png); top right no-repeat; height: 11px; width:0px; padding-right: 11px; }
  462.  
  463. a:link img[src="http://e.vampirefreaks.com/images/fail.png"]{background-image: url(http://i.imgur.com/sKs4u5n.png); top right no-repeat; height: 11px; width:0px; padding-right: 12px;}
  464.  
  465. img.group_entry_thumb {
  466. width: 100px;
  467. height: 100px;
  468. border: none;
  469. margin: 5px;
  470. float: center;
  471. }
  472.  
  473. .btn-primary, .btn-default {
  474. background: transparent !important;
  475. border: none;
  476. font-family: trebuchet ms !important;
  477. font-size: 12px;
  478. color: #dc867b !important;
  479. text-align: center;
  480. text-transform: uppercase;
  481. font-weight: normal;
  482. -webkit-transition: all 0.5s ease-out;
  483. -moz-transition: all 0.5s ease-out;
  484. }
  485.  
  486. .btn-primary:hover, .btn-default:hover {
  487. color: #6e6662 !important;
  488. text-decoration: none;
  489. font-family: trebuchet MS;
  490. background: transparent;
  491. -webkit-transition: all 0.5s ease-out;
  492. -moz-transition: all 0.5s ease-out;
  493. }
  494.  
  495. input, select, textarea, .form-control { border: none;
  496. background: #141614;
  497. color: #ccc; }
  498.  
  499. .group_view_forum, .group_view_forum a:link, .group_view_forum a:visited, .group_view_forum a:active {
  500. background: #9a2e25;
  501. border: none;
  502. font-size: 11px;
  503. color: #ccc;
  504. text-align: center;
  505. border-radius: 2px;
  506. text-transform: uppercase;
  507. font-weight: 200;
  508. }
  509.  
  510. .group_view_forum a: hover {
  511. background: transparent;
  512. border: none;
  513. font-size: 11px;
  514. color: #ccc;
  515. text-align: center;
  516. text-transform: uppercase;
  517. font-weight: 200;
  518. }
  519.  
  520. .group_forum_entry {
  521. background: transparent;
  522. text-align: center;
  523. border: none;
  524. }
  525.  
  526. .update_comment {
  527. padding: 2px;
  528. background: #141614;
  529. border: none;
  530. }
  531.  
  532. a:link, a:active, a:visited {
  533. color: #dc867b;
  534. font: 12px trebuchet ms;
  535. font-weight: lighter;
  536. letter-spacing: 1px;
  537. -webkit-transition: color 0.8s ease-in;
  538. -moz-transition: color 0.8s ease-out;
  539. }
  540.  
  541. a:hover {
  542. color: #6e6662;
  543. font: 12px trebuchet ms;
  544. font-weight: lighter;
  545. background: transparent;
  546. letter-spacing: 1px;
  547. -webkit-transition: color 0.8s ease-in;
  548. -moz-transition: color 0.8s ease-out;
  549. }
  550.  
  551. h1 {
  552. color: #ccc;
  553. background: #9a2e25;
  554. text-shadow: 1px 1px 1px #141614;
  555. font-family: georgia;
  556. font-style: italic;
  557. font-size: 11pt;
  558. line-height: 10px!important;
  559. border-radius: 2px;
  560. display: block;
  561. letter-spacing: 1px;
  562. margin: 2px;
  563. text-transform: lowercase;
  564. font-weight: lighter;
  565. text-align: center;
  566. }
  567.  
  568. h3 {
  569. color: #ccc;
  570. background: #976a62;
  571. text-shadow: 1px 1px 1px #141614;
  572. font-family: georgia;
  573. font-style: italic;
  574. font-size: 9pt;
  575. line-height: 12px;
  576. display: block;
  577. border-radius: 2px;
  578. margin: 2px;
  579. font-weight: lighter;
  580. text-transform: none;
  581. text-align: center;
  582. }
  583.  
  584. b {
  585. color: #9f3327;
  586. font-family: trebuchet ms;
  587. text-transform: uppercase;
  588. font-size: 8pt;
  589. }
  590.  
  591. i {
  592. text-transform: none;
  593. font-family: georgia;
  594. color: #d78174;
  595. text-shadow: 1px 1px 1px #101010;
  596. font-size: 12px;
  597. letter-spacing: 1px;
  598. }
  599.  
  600. u {
  601. text-transform: none;
  602. border-bottom: 1px dashed #d78174;
  603. font-family: georgia;
  604. font-size: 11px;
  605. letter-spacing: 2px;
  606. }
  607.  
  608. s {
  609. color: #6e1715;
  610. }
  611.  
  612. .group_forum_entry div {
  613. background: transparent;
  614. display: block;
  615. height: 10px;
  616. line-height: 10px;
  617. border-radius: 5px;
  618. margin-bottom: 1px;
  619. margin-top: 0px;
  620. margin-left: .5px;
  621. margin-right: .5px;
  622. }
  623.  
  624. .group_forum_titles {
  625. padding-top: 2px;
  626. padding-bottom: 2px;
  627. margin-bottom: 2px;
  628. font-weight: bold;
  629. font-size: 1.1em;
  630. }
  631.  
  632. .group_forum_titles div {
  633. background: transparent;
  634. border: none;
  635. font-size: 11px;
  636. color: #ccc;
  637. text-align: center;
  638. border-radius: 2px;
  639. text-transform: uppercase;
  640. font-weight: 200;
  641. margin-top: -5px;
  642. margin-right: 1px;
  643. margin-left: 1px;
  644. display: block;
  645. }
  646.  
  647. ::-webkit-scrollbar {
  648. width: 7px;
  649. border-radius: 5px;
  650. }
  651.  
  652. ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
  653. border-radius: 5px;
  654. background: #9a2e25;
  655. }
  656.  
  657. ::-webkit-scrollbar-track-piece {
  658. background-color: #101010;
  659. border-left: solid 1px #9a2e25;
  660. }
  661.  
  662. 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;}
  663.  
  664. 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;}
  665.  
  666. 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;}
  667.  
  668. .member_thumbnail, .righticon {
  669. width: 100px;
  670. height: 100px;
  671. padding: 2px;
  672. border-radius: 5px;
  673. background-color: #9a2e25;
  674. border: 2px solid #262020;
  675. -webkit-transition: all 0.8s ease-out;
  676. -moz-transition: all 0.8s ease-out;
  677. }
  678.  
  679. .member_thumbnail:hover, .righticon:hover {
  680. width: 100px;
  681. height: 100px;
  682. padding: 2px;
  683. border-radius: 5px;
  684. background-color: #262020;
  685. border: 2px solid #9a2e25;
  686. -webkit-transition: all 0.8s ease-out;
  687. -moz-transition: all 0.8s ease-out;
  688. }
  689.  
  690. .coven img {
  691. width: 85px;
  692. height: 115px;
  693. padding: 2px;
  694. margin: 1px;
  695. border: 2px solid #976a62;
  696. border-radius: 5px;
  697. background: #141614;
  698. -webkit-transition: all 0.7s ease-out;
  699. -moz-transition: all 0.7s ease-out;
  700. }
  701.  
  702. .coven img:hover {
  703. height: 115px;
  704. width: 85px;
  705. padding: 2px;
  706. margin: 1px;
  707. background: #976a62;
  708. border: 2px solid #202626;
  709. border-radius: 5px;
  710. -webkit-transition: all 0.7s ease-out;
  711. -moz-transition: all 0.7s ease-out;
  712. }
  713.  
  714.  
  715. .modal-content {
  716. background: #141614;
  717. border: 3px solid #9a2e25;
  718. border-radius: 5px;
  719. }
  720.  
  721. .col-sm-7 {
  722. width: 34%;
  723. }
  724.  
  725. .col-sm-2 {
  726. width: 12%;
  727. }
  728.  
  729. .col-sm-3 {
  730. width: 20%;
  731. }
  732.  
  733. .col-md-3 {
  734. width: 26%;
  735. }
  736.  
  737.  
  738. .group_comment_thumb, .comment_username, .num_posts, .custom_title { width: 100px;
  739. }
  740.  
  741. .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; }
  742.  
  743.  
  744. #main-navbar, .navbar-header, .main_content_title, .cult_name, .panel-title, .cult_menu_panel, .footer_links, #leftnav, .small, #nav_search, .leftnav_section, .glyphicon { display: none; }
  745. </style>
Add Comment
Please, Sign In to add comment