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
Line 1: Line 1:
@namespace url(http://www.w3.org/1999/xhtml);
{
  {
    background: #444444;
    color: #bbbbff;
  }


@-moz-document domain("baka-tsuki.org")
  div#content, div#simpleSearch, input, button, pre
{
  {
   body, div, table, span, h1, h2, h3, h
    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: #222222 !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
   {
   {
    background: none, #111 !important;
     color: #888;
     color: #eee !important;
   }
   }


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


   a:hover
   a
   {
   {
     color: #44c !important;
     color: #aaaaff !important;
   }
   }


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


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


   p
   a.new
   {
   {
     font-size: 12pt !important;
     color: red !important;
   }
   }
}
}

Revision as of 05:09, 29 September 2020

{
   {
    background: #444444;
    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: #222222 !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;
  }
}