User:Von117/common.css: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
Von117 (talk | contribs)
Created page with "@-moz-document url-prefix("http://www.baka-tsuki.org/project/index.php?title=") { body, div, table, span, h1, h2, h3, h { background: none, #111 !important; c..."
 
Von117 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
@-moz-document url-prefix("http://www.baka-tsuki.org/project/index.php?title=")
@namespace url(http://www.w3.org/1999/xhtml);
 
@-moz-document domain("baka-tsuki.org")
{
{
      
 
   body, div, table, span, h1, h2, h3, h
/*!========================================\\
|| Dark Baka-Tsuki                        ||
||-----------------------------------------||
|| Created by ARH                          ||
||-----------------------------------------||
|| A simple dark theme for Baka-Tsuki      ||
|| Especially usefull when reading at night||
||-----------------------------------------||
|| contact: [email protected]                  ||
\\----------------------------------------!*/
 
  ::-moz-selection
  {
     background: #444444;
    color: #bbbbff;
  }
 
  div#content, div#simpleSearch, input, button, pre
  {
    background-color: #222222 !important;
  }
 
   body, div#toc, th, div#mw-page-base, div#catlinks, div.mw-content-ltr#mw-content-text > div:first-of-type
  {
    background-color: #000000 !important;
  }
 
  ul, li, td, tr, table, div.thumb
  {
    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
   {
   {
    background: none, #111 !important;
     color: #DDDDDD !important;
     color: #eee !important;
   }
   }


   p
   div[class^="mw-customtoggle-Arc"] big
   {
   {
     font-size: 12pt !important;
     color: #222222;
   }
   }


   p
   a.mw-echo-notifications-badge
   {
   {
     margin: 2px;
     background-color: #424242!important;
    color: #36C;
/* color of normal text */;
   }
   }


   .quwot
   a
   {
   {
     background-color: #444;
     color: #aaaaff !important;
    margin: 20px 30px 20px 10px;
    color: #3C3;
/* color of "" text */;
   }
   }


   .thinking
   a:visited
   {
   {
    margin: 20px 30px 20px 10px;
     color: #ffaaff !important;
     color: #808080;
/* color of () text */;
   }
   }


   .quwot2
   a.external
   {
   {
     background-color: #444;
     color: #aaffaa !important;
    margin: 20px 30px 20px 10px;
    color: #33CCFF;
/* color of [] text */;
   }
   }


   .quwot3
   a.new
   {
   {
    margin: 2px 10px 2px;
     color: red !important;
     color: #9F9;
/* color of "" text */;
   }
   }
}
}

Latest revision as of 16:47, 7 August 2017

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("baka-tsuki.org")
{

/*!========================================\\
|| Dark Baka-Tsuki                         ||
||-----------------------------------------||
|| Created by ARH                          ||
||-----------------------------------------||
|| A simple dark theme for Baka-Tsuki      ||
|| Especially usefull when reading at night||
||-----------------------------------------||
|| contact: [email protected]                  ||
\\----------------------------------------!*/

  ::-moz-selection
  {
    background: #444444;
    color: #bbbbff;
  }

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

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

  ul, li, td, tr, table, div.thumb
  {
    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;
  }

  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;
  }
}