Guest User

Untitled

a guest
Feb 17th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.72 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. #ft,
  36. ul + h1,
  37. h1 + a + ul,
  38. .news + h2,
  39. h2 + .forum {
  40.     display: none;
  41. }
  42.  
  43. .menu {
  44.     text-align: left !important;
  45. }
  46.  
  47. .newsblog, .newsblog-in {
  48.     float: left !important;
  49.     margin: 0 !important
  50. }
  51.  
  52. .entry-body {
  53.     margin: 0 !important;
  54.     font-size: 14px;
  55. }
  56.  
  57. #navPath {
  58.     font-size: 16px !important;
  59. }
  60.  
  61. .nav{
  62.     margin: 0 !important;
  63.     padding: 0 !important;
  64. }
  65.  
  66. .nav li a, .nav a {
  67.     border: 0 !important;
  68.     background: none !important;
  69. }
  70.  
  71. .title, #bd p {
  72.     margin: 0 !important;
  73.     padding: 0 !important;
  74. }
  75.  
  76. .title {
  77.     font-size: 0
  78. }
  79.  
  80. .title a {
  81.     font-size: 14px;
  82. }
  83.  
  84. .title a:after {
  85.     content: '] ';
  86. }
  87.  
  88. .title a + a:after {
  89.     content: ' ';
  90. }
  91.  
  92. .title a:before {
  93.     content: '[';
  94. }
  95.  
  96. .title a + a:before {
  97.     content: ' Ответ на ';
  98. }
  99.  
  100. .msg, .message-w-userpic {
  101.     background-color: #222222 !important;
  102.     margin: 0 !important;
  103.     padding: 0 !important;
  104.     font-size: 14px !important;
  105.     border-radius: 0px !important;
  106. }
  107.  
  108. td a {
  109.     font-size: 14px !important;
  110.     margin-right: 2px !important;
  111. }
  112.  
  113. input, select, textarea {
  114.     border: 1px solid !important;
  115.     font-size: 14px !important;
  116. }
  117.  
  118. .nav-buttons {
  119.      font-size: 12px !important;
  120.      background: none !important;
  121. }
  122.  
  123. #bd .forum table thead {
  124.     background-color: inherit !important;
  125. }
  126.  
  127. .message-table td  {
  128.     font-size: 0px;
  129. }
  130.  
  131. .message-table thead tr th:nth-last-child(-n+2){
  132.     display: none
  133. }
  134.  
  135. .message-table tbody tr td:nth-last-child(-n+2){
  136.     display: none
  137. }
  138.  
  139. .message-table tr:hover {
  140.     background-color: #333333 !important;
  141. }
  142.  
  143. .page-number {
  144.     border: 0px !important;
  145.     margin: 0 !important;
  146.     padding: 0 !important;
  147.     background: none !important;
  148.  
  149. }
  150.  
  151. .msg .reply {
  152.     margin-bottom: 3px !important;
  153. }
  154.  
  155. .code {
  156.     border-radius: 0px !important;
  157.     background-color: #333333 !important;
  158. }
  159.  
  160. }
  161.  
  162. @-moz-document url("http://www.linux.org.ru/notifications") {
  163. .message-table thead tr th:nth-child(-n+3){
  164.     display: table-cell;
  165. }
  166.  
  167. .message-table tbody tr td:nth-child(-n+3){
  168.     display: table-cell;
  169. }
  170. }
Advertisement
Add Comment
Please, Sign In to add comment