User:Nero-kun/common.css: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
Nero-kun (talk | contribs)
mNo edit summary
Nero-kun (talk | contribs)
mNo edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{
{
   div#mw-head, table, html, body, div.vectorTabs ul li
    background: #000000;
    color: #bbbbff;
  }
 
   div#content, div#simpleSearch, input, button, pre
  {
    background-color: #000000 !important;
  }
 
  body, div#toc, th, div#mw-page-base, div#catlinks, div.mw-content-ltr#mw-content-text > div:first-of-type, div#siteNotice
   {
   {
     background-color: black !important;
     background-color: #000000 !important;
    background: black !important;
    color: white !important;
   }
   }


   div#content
   ul, li, td, tr, table, div.thumb, div#localNotice > div
   {
   {
     background-color: black !important;
     background-color: inherit !important;
    color: white !important;
   }
   }


   #content
   div#mw-page-base, span, ul, li
   {
   {
     background-color: black !important;
     background-image: none !important;
    color: white !important;
   }
   }


   footer
   h1, h2, h3, h4, h5, h6, div#content, input, button, pre
   {
   {
     background-color: black !important;
     color: #DDDDDD !important;
    color: white !important;
   }
   }


   bodycontent
   div[class^="mw-customtoggle-Arc"] big
   {
   {
     background-color: black !important;
     color: #222222;
    color: white !important;
   }
   }


   div#mw-panel
   .tocnumber
   {
   {
     background-color: black !important;
     color: #888;
    color: white !important;
   }
   }


   div#footer
   a.mw-echo-notifications-badge
   {
   {
     background-color: black !important;
     background-color: #424242!important;
    color: white !important;
   }
   }


   a
   a
   {
   {
     color: red !important;
     color: #aaaaff !important;
  }
 
  a:visited
  {
    color: #ffaaff !important;
   }
   }


   a.new, #quickbar a.new
   a.external
   {
   {
     color: white !important;
     color: #aaffaa !important;
   }
   }


   h3
   a.new
   {
   {
     color: red !important;
     color: red !important;
   }
   }
}
}

Latest revision as of 05:18, 29 September 2020

 {
    background: #000000;
    color: #bbbbff;
  }

  div#content, div#simpleSearch, input, button, pre
  {
    background-color: #000000 !important;
  }

  body, div#toc, th, div#mw-page-base, div#catlinks, div.mw-content-ltr#mw-content-text > div:first-of-type, div#siteNotice
  {
    background-color: #000000 !important;
  }

  ul, li, td, tr, table, div.thumb, div#localNotice > div
  {
    background-color: inherit !important;
  }

  div#mw-page-base, span, ul, li
  {
    background-image: none !important;
  }

  h1, h2, h3, h4, h5, h6, div#content, input, button, pre
  {
    color: #DDDDDD !important;
  }

  div[class^="mw-customtoggle-Arc"] big
  {
    color: #222222;
  }

  .tocnumber
  {
    color: #888;
  }

  a.mw-echo-notifications-badge
  {
    background-color: #424242!important;
  }

  a
  {
    color: #aaaaff !important;
  }

  a:visited
  {
    color: #ffaaff !important;
  }

  a.external
  {
    color: #aaffaa !important;
  }

  a.new
  {
    color: red !important;
  }
}