Guest User

LOR-Numix_fixed

a guest
Aug 7th, 2016
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.37 KB | None | 0 0
  1. /************************************************************************************************
  2. Для Firefox скопировать этот файл в следущий каталог:
  3. Linux — /home/USERNAME/.mozilla/firefox/YOUR_PROFILE.default/chrome
  4. Windows — C:\Users\USERNAME\AppData\Roaming\Mozilla\Firefox\Profiles\YOUR_PROFILE.default\chrome
  5. OS X — Users/USERNAME/Library/Application Support/Firefox/Profiles/YOUR_PROFILE.default/chrome
  6. ************************************************************************************************/
  7.  
  8. @namespace url(http://www.w3.org/1999/xhtml);
  9.  
  10. @-moz-document domain("www.linux.org.ru") {
  11.  
  12. div#hd {
  13.     position: fixed;
  14.     top: 0;
  15.     z-index: 1;
  16.     width: 100%;
  17. }
  18. aside {
  19.     position:sticky; top: 5em;
  20. }
  21.  
  22. :target {
  23.     padding-top: 3.5em !important;
  24. }
  25.  
  26. header {
  27.     padding-top: 1em;
  28. }
  29.  
  30. body {
  31.     padding-top: 4.5em;
  32. }
  33.  
  34. html, body, .code, code {
  35.     background: #3a3a3a !important;
  36.     color: #b9b9b9 !important;
  37.     font-size: 1em;
  38.     max-width: none !important;
  39. }
  40.  
  41. #sitetitle {
  42.     color: #b9b9b9 !important;
  43.     background: #333 !important;
  44. }
  45.  
  46. h2 a {
  47.     color: #b9b9b9 !important;
  48. }
  49.  
  50. .menu a {
  51.     color: #b9b9b9 !important;
  52.     text-decoration: none;
  53. }
  54.  
  55. #loginGreating a {
  56.     color: #aaa !important;
  57.     text-decoration: none;
  58. }
  59.  
  60. .messages .msg:target {
  61.     border: 1px solid #f0544c !important;
  62. }
  63.  
  64. .menu, .infoblock, .boxlet,.messages .msg, .message-table .tag {
  65.     background: #333 !important;
  66.     border-radius: 0 !important;
  67. }
  68.  
  69. #bd .forum table th, .btn-default, .message-table tr:hover {
  70.     background: #333 !important;
  71.     border-radius: 0 !important;
  72. }
  73.  
  74. #bd .btn-selected {
  75.     background: #f0544c !important;
  76.     border-radius: 0 !important;
  77. }
  78.  
  79. #bd .btn-primary {
  80.     background: #3da640 !important;
  81.     border-radius: 0 !important;
  82. }
  83.  
  84. a {
  85.     color: #b9b9b9 !important;
  86. }
  87.  
  88. #bd .forum table tbody td {
  89.     border: 1px solid #626262 !important;
  90. }
  91.  
  92. #bd .forum table th {
  93.     border: 1px solid #626262 !important;
  94. }
  95.  
  96. /*#bd .forum table tbody td a {
  97.     text-decoration: none !important;
  98.     color: #b9b9b9 !important;
  99. }
  100.  
  101. #bd a.tag, .message-table .tag {
  102.     color: #b9b9b9 !important;
  103. }*/
  104.  
  105. span.tag {
  106.     display: none !important;
  107. }
  108.  
  109. blockquote {
  110.     border-left-color: #3a3a3a !important;
  111. }
  112.  
  113. #bd .sign a, .stars {
  114.     color: #f0544c !important;
  115. }
  116.  
  117. #whois_userpic, .boxlet {
  118.     background: #333 !important;
  119.     border-radius: 0 !important;
  120. }
  121.  
  122. }
Add Comment
Please, Sign In to add comment