Advertisement
Thomassen

WP CSS - Swamp [Free]

Nov 13th, 2022 (edited)
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.95 KB | Source Code | 0 0
  1. /***
  2.         CREDITS:
  3. CSS Palette Code © Vennenum WP#1269 --
  4. Do not remove the credits. You may not use, redistribute, or claim as your own without explicit permission. --
  5.                     ***/
  6.  
  7. /*--------------------------------------------------
  8.   Set overall site colors
  9.  --------------------------------------------------*/
  10.  /*Primary = Navbar & Sidebar Colors,*/
  11. .primary {
  12.     background-color: #325750;
  13. }
  14.  
  15. /*Secondary = Infobar*/
  16. .secondary {
  17.     background-color: #487D73;
  18. }
  19.  
  20. /*Tertiary = Denpage Buttons & Folders; Forum Trim*/
  21. .tertiary {
  22.     background-color:#325750;
  23. }
  24.  
  25. /* Change background color of buttons on hover */
  26. .tab button:hover {
  27.   background-color: #477F76;
  28. }
  29.  
  30. /* Create an active/current tablink class */
  31. .tab button.active {
  32.   background-color: #477F76;
  33. }
  34.  
  35.  
  36. /*Forum Alternate Colors*/
  37. .quatro {
  38.     background-color:#6c978f;
  39. }
  40.  
  41. .forumalt {
  42.     background-color:#c4d5d2
  43. }
  44.  
  45.  
  46. /*--------------------------------------------------
  47.   Page background color -- Image © fairiegoodmother.dA
  48.  --------------------------------------------------*/
  49.  
  50. .pgbg {
  51.     background-color: #b4cca0;
  52.     background-repeat:no-repeat;
  53.     background-size: 950px;
  54. }
  55.  
  56. /*--------------------------------------------------
  57.   Set textbox color
  58.  --------------------------------------------------*/
  59.  
  60. .iclass {
  61.     background-color:#c1dabb;
  62.     color:#000000;
  63.     -moz-border-radius: 7px;
  64.     border-radius: 7px;}
  65.  
  66.  
  67. /*--------------------------------------------------
  68.   Set the color of the text on the site
  69.  --------------------------------------------------*/
  70.  
  71. .mainlineblack {
  72.     font-family:arial,sans-serif;
  73.     font-size:15px;
  74.     color:#0F2B14;}
  75.  
  76. .mainlineblack a:visited {
  77.     font-family:arial,sans-serif;
  78.     font-size:15px;
  79.     color:#0d2612;}
  80.  
  81. .mainlineblack a:link {
  82.     font-family:arial,sans-serif;
  83.     font-size:15px;
  84.     color:#0d2612;}
  85. .mainlineblack a:hover {
  86.     font-family:arial,sans-serif;
  87.     font-size:15px;
  88.     color:#477F76;}
  89.  
  90. /*--------------------------------------------------
  91.    Page Title Name text
  92.  --------------------------------------------------*/
  93.  
  94. .headline {
  95.     color:#0F2B14;
  96.     font-weight: bold;
  97. }
  98.  
  99. /*--------------------------------------------------
  100.   Chat Colors
  101.  --------------------------------------------------*/
  102.  
  103. .main {
  104.     background-color: #c1dabb;
  105. }
  106.  
  107. .sales {
  108.     background-color: #c1ccca;
  109. }
  110.  
  111.  
  112. /*--------------------------------------------------
  113.   Den colors for the Wolf listing
  114.  --------------------------------------------------*/
  115.  
  116. .wolfinfo {
  117.     background-color: #325750;
  118. }
  119.  
  120. .wolfheader {
  121.     background-color: #477F76;
  122. }
  123.  
  124.  
  125.  
  126. /*--------------------------------------------------
  127.   Set Navbar Tab Color
  128.  --------------------------------------------------*/
  129.  
  130. .navbar a:hover, .dropdown:hover .dropbtn {
  131.   background-color: #6C8D5A;
  132. }
  133.  
  134. /*--------------------------------------------------
  135.   Set the color and font of the menu bar text
  136.  --------------------------------------------------*/
  137.  
  138. .navbar a {
  139.     font-family:arial,sans-serif;
  140.     color:#e4efee;
  141. }
  142.  
  143. .dropdown .dropbtn {
  144.         color:#e4efee;
  145. }
  146.  
  147. .dropdown-content a {
  148.      color:#000000;
  149. }
  150.  
  151. /*--------------------------------------------------
  152.   Set the tab color for the tabs under your Mailbox
  153.   --------------------------------------------------*/
  154.  
  155. /* Unselected Tabs Colors */
  156. ul.tabbernav li a {
  157.     background: #487D73;
  158.     border-top: 1px solid black;
  159.     border-right: 1px solid black;
  160.     border-left: 1px solid black;
  161. }
  162.  
  163. /* Container BG*/
  164. .tabberlive .tabbertab {
  165.     background-color: #F5F3B5;
  166.  }
  167.  
  168. /* Unselected Tab Hover Colors */
  169. ul.tabbernav li a:hover {
  170.     background: #6C8D5A;
  171. }
  172.  
  173. ul.tabbernav li.tabberactive a {
  174.     background-color: #6C8D5A;
  175. }
  176.  
  177. ul.tabbernav li.tabberactive a:hover {
  178.     background-color: #487D73;
  179. }
  180.  
  181.  
  182.  
  183. /*--------------------------------------------------
  184.   Set the color of the text in the side bar
  185.  --------------------------------------------------*/
  186.  
  187. .sidebartext {
  188.     font-family:arial,sans-serif;
  189.     font-size:15px;
  190.     color:#0F2B14; }
  191.  
  192. /*Sidebar Link colors*/
  193. .sidebartext a:visited {
  194.     font-family:arial,sans-serif;
  195.     font-size:15px;
  196.     color:#0d2612;}
  197.  
  198. .sidebartext a:link {
  199.     font-family:arial,sans-serif;
  200.     font-size:15px;
  201.     color:#0d2612;}
  202.  
  203. .sidebartext a:hover {
  204.     font-family:arial,sans-serif;
  205.     font-size:15px;
  206.     color:#477F76;}
  207.  
  208.  
  209. /*--------------------------------------------------
  210.   Set the color of error/valid message after you submit an action
  211.  --------------------------------------------------*/
  212.  
  213. .errormsg {
  214.     background-color:#f3d1cc;
  215. }
  216.  
  217. .validmsg {
  218.     background-color:#d7e8d2;
  219. }
  220.  
  221.  
  222. /*--------------------------------------------------
  223.   Color setting for decor/gear/food boxes
  224.  --------------------------------------------------*/
  225.  
  226. .imgcustom {
  227.     background-color:#477F76;
  228. }
  229.  
  230.  
  231. /*--------------------------------------------------
  232.   For Quotes in the Forums
  233.  --------------------------------------------------*/
  234.  
  235. blockquote {
  236.     background-color:#b4cca0;
  237.     border-left: 1px solid #325750;}
Tags: CSS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement