Advertisement
Guest User

Untitled

a guest
Aug 30th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.43 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("palata6.net") {
  4.   body{
  5.     background-color: darkgrey;
  6.   }
  7.   .post_wrap{
  8.     background-color: lightgrey;
  9.   }
  10.   .blockquote{
  11.     background-color: gainsboro !important;
  12.   }
  13.   .unspecific{
  14.     background-color: lightgrey !important;
  15.   }
  16.   .post_controls{
  17.     background-color: darkgrey !important;
  18.   }
  19.   .statistics{
  20.     background-color: lightgrey !important;
  21.   }
  22.   #fast-reply_textarea{
  23.     background-color: lightgrey !important;
  24.   }
  25.   .post_block{
  26.     border-bottom: 6px solid silver;
  27.   }
  28.   .topic_summary{
  29.     background-color: lightgrey !important;
  30.   }
  31.   fieldset{
  32.     background-color: silver !important;
  33.   }
  34.   .input_rte{
  35.     background-color: lightgrey !important;
  36.   }
  37.   td{
  38.     background-color: lightgrey !important;
  39.   }
  40.   .status_main_wrap{
  41.     background-color: lightgrey !important;
  42.   }
  43.   .status_main_content{
  44.     background-color: lightgrey !important;
  45.   }
  46.   ._sbcollapsable{
  47.     background-color: lightgrey !important;
  48.   }
  49.   .hentry{
  50.     background-color: lightgrey;
  51.   }
  52.   ._sbcollapsable li.altrow{
  53.     background-color: #C4C9CE !important;
  54.   }
  55.   .block_list li{
  56.     background-color: lightgrey !important;
  57.   }
  58.   .message{
  59.     background-color: lightgrey !important;
  60.   }
  61.   #post_preview div{
  62.     background-color: lightgrey !important;
  63.   }
  64.   pre.prettyprint{
  65.     background-color: gainsboro !important;
  66.   }
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement