Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.22 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.   .topic{
  68.     max-width: 950px;
  69.     margin: auto;
  70.   }
  71.   .topic_controls{
  72.     max-width: 950px;
  73.     margin: auto;
  74.   }
  75.   #content .category_block{
  76.     max-width: 950px;
  77.     margin: auto;
  78.   }
  79.   .edit{
  80.     background-color: gainsboro !important;
  81.   }
  82.   .message.unspecific{
  83.     max-width: 908px;
  84.     margin: auto;
  85.     margin-bottom: 10px;
  86.   }
  87.   #board_index .category_block{
  88.     max-width: 950px;
  89.   }
  90.   #ipboard_body{
  91.     max-width: 1250px;
  92.     margin: auto;
  93.   }
  94.   .sidebar_toggle{
  95.     left: 1231px !important;
  96.     right: 0px !important;
  97.   }
  98.   #board_statistics{
  99.     min-height: 60px !important;
  100.   }
  101.   .copyright tbody tr:nth-child(2){
  102.     display: none;
  103.   }
  104.   .copyright tbody tr:nth-child(1){
  105.     height: 35px;
  106.   }
  107.   .post_form{
  108.     max-width: 900px;
  109.     margin: auto;
  110.   }
  111. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement