Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.48 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("wiki.unvanquished.net") {
  4.   body {
  5.     font-family: 'Noto Sans', sans !important;
  6.   }
  7.  
  8.   .mw-body h1,
  9.   .mw-body h2,
  10.   .mw-body h3,
  11.   .mw-body h4,
  12.   .mw-body h5,
  13.   .mw-body h6 {
  14.     border: none;
  15.     font-family: 'Noto Sans', sans !important;
  16.     margin: 30px 0 10px 0 !important;
  17.   }
  18.  
  19.   h1.firstHeading {
  20.     margin-top: 10px !important;
  21.   }
  22.  
  23.   #toc {
  24.     padding: 15px;
  25.   }
  26.  
  27.   #toc,
  28.   .toc,
  29.   .mw-warning, .toccolours,
  30.   table,
  31.   table > tbody > tr > th,
  32.   table > tbody > tr > td {
  33.     border: 1px solid #444 !important;
  34.   }
  35.  
  36.   div.mainPageNewBox h2 {
  37.     font-size: 140%;
  38.     margin-top: 0 !important;
  39.   }
  40.  
  41.   div.mainPageNewBox {
  42.     background: #222 !important;
  43.     border: 1px solid #444 !important;
  44.     margin: 20px 20px 20px 0;
  45.     padding: 20px;
  46.     border-radius: 0;
  47.     height: 16em;
  48.   }
  49.  
  50.   #content,
  51.   #footer,
  52.   #right-navigation {
  53.     margin-right: 40px;
  54.   }
  55.  
  56.   #p-personal {
  57.     right: 40px;
  58.   }
  59.  
  60.   #mw-head {
  61.     right: 40px;
  62.   }
  63.  
  64.   div#mw-head,
  65.   #mw-page-base {
  66.     background: none !important;
  67.   }
  68.  
  69.   div#mw-panel div.portal,
  70.   div.vectorTabs ul,
  71.   div.vectorTabs ul li,
  72.   div.vectorMenu h3 {
  73.     background: none !important;
  74.     border: none !important;
  75.   }
  76.  
  77.   div#mw-panel div.portal,
  78.   div#mw-panel div.portal div.body,
  79.   div#mw-panel #p-logo + div.portal div.body{
  80.     margin: 0;
  81.     padding: 0;
  82.   }
  83.  
  84.   div#mw-panel div.portal {
  85.     margin-left: 1em;
  86.   }
  87.  
  88.   div#mw-panel div.portal h3 {
  89.     padding: 0;
  90.     margin: 20px 0 10px 0;
  91.     color: #666 !important;
  92.     font-size: 80%;
  93.   }
  94.  
  95.   div.vectorTabs {
  96.     padding: 0;
  97.   }
  98.  
  99.   div.vectorMenu h3 span,
  100.   div.vectorTabs li a {
  101.     height: 40px !important;
  102.     line-height: 40px !important;
  103.     font-size: 14px;
  104.   }
  105.  
  106.   div.vectorTabs li a,
  107.   #p-personal li a,
  108.   div.vectorMenu h3 > span,
  109.   div.vectorMenu h3 > a,
  110.   div#mw-panel div.portal div.body ul li a {
  111.     color: #888 !important;
  112.   }
  113.  
  114.   div.vectorMenu h3 a {
  115.     background-position: 100% 50%;
  116.     right: 10px;
  117.   }
  118.  
  119.   div.vectorMenu h3,
  120.   div.vectorTabs li a {
  121.     padding: 0 10px 0 10px !important;
  122.   }
  123.  
  124.   div.vectorMenu h3 span {
  125.     padding: 0 !important;
  126.   }
  127.  
  128.   div.vectorTabs li.new a {
  129.     color: #846 !important;
  130.   }
  131.  
  132.   div.vectorTabs span a {
  133.     padding-top: 0 !important;
  134.   }
  135.  
  136.   div.vectorTabs li span {
  137.     text-align: center;
  138.   }
  139.  
  140.   div.vectorTabs li.selected span {
  141.     background: #25282C !important;
  142.   }
  143.  
  144.   div.vectorTabs li.selected a {
  145.     color: #ccc !important;
  146.   }
  147.  
  148.   #ca-watch.icon a,
  149.   #ca-unwatch.icon a {
  150.     background: none;
  151.     width: auto;
  152.   }
  153.  
  154.    
  155.   #ca-watch.icon a:hover,
  156.   #ca-unwatch.icon a:hover {
  157.     background: none;
  158.   }
  159.  
  160.   #ca-watch.icon a:after {
  161.     content: '☆';
  162.   }
  163.  
  164.   #ca-unwatch.icon a:after {
  165.     content: '★';
  166.   }
  167.  
  168.   #p-search {
  169.     margin-right: 0;
  170.   }
  171.  
  172.   #p-search form {
  173.     margin-top: 0.25em;
  174.   }
  175.  
  176.   div#simpleSearch {
  177.     color: #999;
  178.     background: #222;
  179.     border: none;
  180.     height: 2em;
  181.     margin-top: 0;
  182.   }
  183.  
  184.   div#simpleSearch input {
  185.     color: #999;
  186.     padding: 0.5em 0.75em 0.5em 0.75em !important;
  187.   }
  188.  
  189.   div#simpleSearch #searchButton {
  190.      width: 2.5em;
  191.   }
  192.  
  193.   #content {
  194.     border: none;
  195.   }
  196.  
  197.   #bodyContent p {
  198.     text-align: justify;
  199.     hyphens: auto;
  200.   }
  201.  
  202.   #catlinks {
  203.     background: none;
  204.     border: none;
  205.   }
  206. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement