Advertisement
Guest User

Old Theme - DTC Forum

a guest
Oct 2nd, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.21 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("forum.danstonchat.com") {
  4.  
  5.   #logo, #footer-plug {
  6.     display: none;
  7.   }
  8.  
  9.   body {
  10.       background: #f3f3eb url(http://danstonchat.com/images/pixelbg.jpg) repeat;
  11.   }
  12.  
  13.   h3 {
  14.     font-weight: bold;
  15.     color: black;
  16.   }
  17.  
  18.   th {
  19.     background-color: #444 !important;
  20.     background-image: none !important;
  21.   }
  22.  
  23.   td {
  24.     background-color: #eee !important;
  25.   }
  26.  
  27.   .description {
  28.     background-color: lightgrey;
  29.     border: 1px solid black;
  30.     padding: 5px;
  31.     margin-top: 10px !important;
  32.     clear: both;
  33.   }
  34.  
  35.   h1 {
  36.     font-weight: bold !important;
  37.   }
  38.  
  39.   #header-search-form {
  40.     margin-bottom: 5px !important;
  41.   }
  42.  
  43.   .generic > table > tbody > tr > td {
  44.     padding: 6px !important;  
  45.   }
  46.  
  47.   .generic > table > tbody > tr > td,
  48.   .generic > table > tbody > tr > td > small > strong > a,
  49.   .generic > table > tbody > tr > td > .message-author > a {
  50.     background-color: #333 !important;
  51.     color: #a1dda1 !important;
  52.   }
  53.  
  54.   #post-form > .generic {
  55.     background-color: #e3efe3 !important;
  56.   }
  57.  
  58.   #user-info {
  59.     border-bottom : 1px solid #b6b6b6;
  60.     padding-bottom: 4px;
  61.   }
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement