Guest User

ascetic-lor

a guest
Feb 9th, 2012
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.52 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("linux.org.ru") {
  4. html, body {
  5.     background-color: #000000 !important;
  6.     color: #FFD700 !important;
  7.     font-size: 14px !important;
  8. }
  9.  
  10. a {
  11.     color: #00FF00 !important;
  12. }
  13.  
  14. h2 {
  15.     font-size: 16px !important;
  16. }
  17.  
  18. select {
  19.     border: 1px solid !important;
  20.     font-size: 14px !important;
  21. }
  22.  
  23. #loginGreating,
  24. #hd h1,
  25. .secondary,
  26. .menu li:after,
  27. .column,
  28. .infoblock,
  29. .entry-userpic,
  30. .sign,
  31. .userpic,
  32. .reply div,
  33. div[style="text-align: center; margin-top: 1em"],
  34. div[style="text-align: center; margin-top: 1em"] + br,
  35. br + .nav,
  36. #ft,
  37. ul + h1,
  38. h1 + a + ul,
  39. .news + h2,
  40. h2 + .forum {
  41.     display: none;
  42. }
  43.  
  44. .menu {
  45.     text-align: left !important;
  46. }
  47.  
  48. .newsblog, .newsblog-in {
  49.     float: left !important;
  50.     margin: 0 !important
  51. }
  52.  
  53. .entry-body {
  54.     margin: 0 !important;
  55.     font-size: 14px;
  56. }
  57.  
  58. #navPath {
  59.     font-size: 16px !important;
  60. }
  61.  
  62. .nav{
  63.     margin: 0 !important;
  64.     padding: 0 !important;
  65. }
  66.  
  67. .nav li a, .nav a {
  68.     border: 0 !important;
  69.     background: none !important;
  70. }
  71.  
  72. .title, #bd p {
  73.     margin: 0 !important;
  74.     padding: 0 !important;
  75. }
  76.  
  77. .title {
  78.     font-size: 0
  79. }
  80.  
  81. .title a {
  82.     font-size: 14px;
  83. }
  84.  
  85. .title a:after {
  86.     content: '] ';
  87. }
  88.  
  89. .title a + a:after {
  90.     content: ' ';
  91. }
  92.  
  93. .title a:before {
  94.     content: '[';
  95. }
  96.  
  97. .title a + a:before {
  98.     content: ' Ответ на ';
  99. }
  100.  
  101. .msg, .message-w-userpic {
  102.     background-color: #222222 !important;
  103.     margin: 0 !important;
  104.     padding: 0 !important;
  105.     font-size: 14px !important;
  106.     border-radius: 0px !important;
  107. }
  108.  
  109. td a {
  110.     font-size: 14px !important;
  111.     margin-right: 2px !important;
  112. }
  113.  
  114. input, select, textarea {
  115.     border: 1px solid !important;
  116.     font-size: 14px !important;
  117. }
  118.  
  119. .nav-buttons {
  120.      font-size: 12px !important;
  121.      background: none !important;
  122. }
  123.  
  124. #bd .forum table thead {
  125.     background-color: inherit !important;
  126. }
  127.  
  128. .message-table td  {
  129.     font-size: 0px;
  130. }
  131.  
  132. .message-table thead tr th:nth-last-child(-n+2){
  133.     display: none
  134. }
  135.  
  136.  
  137. .message-table tbody tr td:nth-last-child(-n+2){
  138.     display: none
  139. }
  140.  
  141. .message-table tr:hover {
  142.     background-color: #333333 !important;
  143. }
  144.  
  145. .page-number {
  146.     border: 0px !important;
  147.     margin: 0 !important;
  148.     padding: 0 !important;
  149.     background: none !important;
  150.  
  151. }
  152.  
  153. .msg .reply {
  154.     margin-bottom: 3px !important;
  155. }
  156.  
  157. .code {
  158.     border-radius: 0px !important;
  159.     background-color: #333333 !important;
  160. }
  161.  
  162. }
Advertisement
Add Comment
Please, Sign In to add comment