Advertisement
Guest User

Untitled

a guest
Feb 17th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.89 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: #000 !important;
  6.     color: #FFF !important;
  7.     font-size: 12pt !important;
  8. }
  9.  
  10. a {
  11.     color: #FFF !important;
  12.     font-size: 10pt !important;
  13. }
  14.  
  15. #sitetitle {
  16.     background: #000 url('http://linux.org.ru/black/lor-new.png');
  17.     color: transparent !important;
  18.     line-height: 60px;
  19.     width: 282px !important;
  20. }
  21. ul.menu {
  22.     float: right;
  23.     margin-top: 30px !important;
  24. }
  25. ul.menu li{
  26.     float: left;
  27.     list-style: none;
  28.     font-size: 12pt !important;
  29.     display:inline;
  30.     margin: 0 !important;
  31.     padding-left: 3px !important;
  32.     padding-right: 3px !important;
  33. }
  34. .message-table a {
  35.     font-size: 12pt !important;
  36. }
  37.  
  38. .userpic {
  39.     display: none !important;
  40. }
  41.  
  42. ul.menu li:nth-child(-n+5) a:after{
  43.     content: ' -';
  44. }
  45.  
  46.  
  47. #loginGreating {
  48.     position: absolute;
  49.     float: right;
  50.     top: 10px;
  51.     right: 10px;
  52.     border: 0px !important;
  53. }
  54.  
  55. ul.menu li a {    
  56.     color: #FFF !important;
  57.     font-size: 16px !important;
  58.     text-decoration: none !important;
  59. }
  60.  
  61. .newsblog-in h1 {
  62.     display: block !important;
  63. }
  64.  
  65. .newsblog-in h1 a {
  66.     color: #FFF !important;
  67.     font-size: 24pt !important;
  68.     text-decoration: none !important;
  69. }
  70.  
  71. .infoblock, .boxlet {
  72.     background-color: #000040 !important;
  73.     border: gray 1px solid !important;
  74.     border-radius: 0 !important;
  75. }
  76.  
  77. .boxlet {
  78.     background-color: #000040 !important;
  79.     border: 0 !important;
  80.     border-radius: 0 !important;
  81. }
  82.  
  83. .boxlet h2 {
  84.     background-color: navy !important;
  85.     font-size: 12pt !important;
  86. }
  87.  
  88. .code {
  89.     background-color: #000020 !important;
  90.     border: 0 !important;
  91.     border-radius: 0 !important;
  92.     font-size: 10pt !important;
  93. }
  94.  
  95. .boxlet h2 a {
  96.     font-size: 14pt !important;
  97.     text-decoration: none !important;
  98. }
  99.  
  100. .mini-news {
  101.     font-size: 10pt !important;
  102. }
  103. .mini-news a {
  104.     font-size: 10pt !important;
  105. }
  106.  
  107. .news h2 a {
  108.     color: #FFF !important;
  109.     font-size: 18pt !important;
  110.     text-decoration: none !important;
  111. }
  112.  
  113. .tag a {
  114.     font-size: 10pt !important;
  115. }
  116.  
  117. .newsblog-in .nav {
  118.     border: 0 !important;
  119.     border-bottom: 1px solid !important;
  120.     border-top: 1px solid !important;
  121. }
  122.  
  123. .nav {
  124.     border: gray 1px solid  !important;
  125.     background-color: #000040 !important;
  126. }
  127.  
  128. .nav a {
  129.     font-size: 12pt !important;
  130. }
  131. #navPath {
  132.     font-size: 12pt !important;
  133. }
  134.  
  135. #navPath a {
  136.     text-decoration: none !important;
  137. }
  138.  
  139. .message-table tbody {
  140.     background: navy;
  141. }
  142. .message-table td {
  143.     padding: 3px !important;
  144. }
  145. .message-table tr:hover {
  146.     background-color: #000040 !important;
  147. }
  148.  
  149. .nav li a {
  150.     text-decoration: none !important;
  151.     border: 0 !important;
  152.     border-radius: 0;
  153.     background-color: #000040 !important;
  154. }
  155.  
  156. .navLink {
  157.    font-size: 12pt !important;
  158. }
  159.  
  160. .nav li a:after {
  161.     content: ']';
  162. }
  163.  
  164. .nav li a:before {
  165.     content: '[';
  166. }
  167.  
  168. .messages .msg {
  169.     background: #000040 !important;
  170.     border-radius: 0 !important;
  171. }
  172.  
  173. .messages .msg a {
  174.    font-size: 12pt !important;
  175. }
  176.  
  177. .title {
  178.     background: navy;
  179. }
  180.  
  181. div.quote {
  182.     border-color: gray !important;
  183.     border-width: 0 0 0 2px !important;
  184. }
  185.  
  186. .reply div[style="float: right"] {
  187.     display: none !important;
  188. }
  189.  
  190. .message-w-userpic {
  191.     padding-left: 5px !important;
  192. }
  193.  
  194. .page-number {
  195.     background: #000040 !important;
  196.     border-radius: 0 !important;
  197.     border: 0px !important;
  198.     margin-top: 0px !important;
  199.     margin-bottom: 0px !important;
  200. }
  201.  
  202. }
  203.  
  204. @-moz-document url("http://www.linux.org.ru/") {
  205. #sitetitle {
  206.     background: #000 url('http://linux.org.ru/black/lorlogo-try.png');
  207.     color: transparent !important;
  208.     line-height: 200px;
  209.     width: 270px !important;
  210. }
  211. ul.menu {
  212.     float: left !important;
  213.     padding: 0 !important;
  214. /*    margin-left: 280px !important;*/
  215.     width: 500px;
  216. }
  217. ul.menu li{
  218.     float: left;
  219.     list-style: none;
  220.     font-size: 12pt !important;
  221.     display:inline;
  222.     margin: 0 !important;
  223.     padding: 5px !important;
  224.     width: 25%;
  225. }
  226.  
  227. ul.menu li:nth-child(1), ul.menu li:nth-child(4) {
  228.     border-right: 1px solid grey !important;
  229.     text-align: right;
  230. }
  231.  
  232. ul.menu li:nth-child(2), ul.menu li:nth-child(5) {
  233.     border-right: 1px solid grey !important;
  234.     text-align: center;
  235. }
  236.  
  237. ul.menu li:nth-child(3), ul.menu li:nth-child(6){
  238.     border-left: 1px solid grey !important;
  239.     text-align: left;
  240. }
  241.  
  242. ul.menu li:nth-child(-n+3){
  243.     border-bottom: 1px solid grey !important;
  244. }
  245.  
  246. ul.menu li:nth-child(-n+5) a:after{
  247.     content: '';
  248. }
  249.  
  250.  
  251. #loginGreating {
  252.     position: absolute;
  253.     float: right;
  254.     top: 10px;
  255.     right: 10px;
  256.     border: 0px !important;
  257. }
  258.  
  259. ul.menu li a {    
  260.     color: #FFF !important;
  261.     font-size: 16px !important;
  262.     text-decoration: none !important;
  263. }
  264.  
  265. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement