Advertisement
conception

VF 3.0 Cult Codes

Dec 9th, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. <center>
  2. <style>
  3. #main-navbar, .navbar-header, .main_content_title, .cult_name, .panel-title, .cult_menu_panel, .footer_links, #leftnav { display: none; }
  4.  
  5. <-! How to remove the presets from the top !->
  6. </style>
  7.  
  8. <style>
  9. html,body{
  10. background:#2b2b2b;
  11. }
  12.  
  13. .darkbox {
  14. width: 800px;
  15. font: 11px calibri;
  16. color: #ccc;
  17. }
  18.  
  19. div.panel-heading, .forumheader, .modal-header, .modal-title, .subheading {
  20. background-color: #33645d;
  21. color: #2b2b2b;
  22. font: 17px calibri;
  23. text-transform: uppercase;
  24. border-radius: 8px;
  25. border: none;
  26. }
  27. .panel-heading, .btn-primary { background: transparent;
  28. }
  29. .group_forum, .modal-body, .modal-content, .cult_entry {
  30. background-color: #282828;
  31. color: #ccc;
  32. font: 12px calibri;
  33. text-transform: uppercase;
  34. border-radius: 10px;
  35. border: 3px solid #282828;
  36. }
  37.  
  38. .group_forum b, .group_forum_titles {
  39. background-color: #212121;
  40. font: 8px Small Fonts;
  41. color: #33645d;
  42. letter-spacing: 3px;
  43. text-align: center;
  44. text-transform: uppercase;
  45. display: block;
  46. padding- bottom: 2px;
  47. margin: 2px;
  48. border-radius: 4px;
  49. }
  50.  
  51. .btn-primary, .btn-default {
  52. background: #212121;
  53. border: none;
  54. font-size: 12px;
  55. color: #cccccc;
  56. text-align: center;
  57. text-transform: uppercase;
  58. font-weight: 200;
  59. }
  60.  
  61. input, select, textarea, .form-control { border: none; }
  62.  
  63. .group_view_forum, .group_view_forum a:link, .group_view_forum a:visited, .group_view_forum a:active {
  64. background: #212121;
  65. border: none;
  66. font-size: 11px;
  67. color: #cccccc;
  68. text-align: center;
  69. text-transform: uppercase;
  70. font-weight: 200;
  71. }
  72.  
  73. .group_view_forum a: hover {
  74. background: #212121;
  75. border: none;
  76. font-size: 11px;
  77. color: #33645d;
  78. text-align: center;
  79. text-transform: uppercase;
  80. font-weight: 200;
  81. }
  82.  
  83. .group_forum_entry {
  84. padding: 5px;
  85. background: #333;
  86. }
  87.  
  88. <-! Basic Forum/Front page editing. !->
  89. </style>
  90.  
  91. <style>
  92. a:link, a:active, a:visited {
  93. color: #999;
  94. font: 11px calibri;
  95. font-weight: lighter;
  96. letter-spacing: 1px;
  97. -webkit-transition: color 0.8s ease-in;
  98. -moz-transition: color 0.8s ease-out;
  99. }
  100.  
  101. a:hover {
  102. color: #4f857d;
  103. font: 11px calibri;
  104. font-weight: lighter;
  105. background: transparent;
  106. letter-spacing: 1px;
  107. -webkit-transition: color 0.8s ease-in;
  108. -moz-transition: color 0.8s ease-out;
  109. }
  110. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement