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:
{
{
   div#mw-head, table, html, body, div.vectorTabs ul li
   body, div, table, span, h1, h2, h3, h
   {
   {
    background-color: black !important;
     background: none, #111 !important;
     background: black !important;
     color: #eee !important;
     color: white !important;
   }
   }


   div#content
   a
  {
    background-color: black !important;
    color: white !important;
  }
 
  #content
  {
    background-color: black !important;
    color: white !important;
  }
 
  footer
  {
    background-color: black !important;
    color: white !important;
  }
 
  bodycontent
   {
   {
     background-color: black !important;
     color: #ccf !important;
    color: white !important;
   }
   }


   div#mw-panel
   a:hover
   {
   {
     background-color: black !important;
     color: #44c !important;
    color: white !important;
   }
   }


   div#footer
   a:visited
  {
    background-color: black !important;
    color: white !important;
  }
 
  a
   {
   {
     color: red !important;
     color: #966 !important;
   }
   }


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


   h3
   p
   {
   {
     color: red !important;
     font-size: 12pt !important;
   }
   }
}
}

Revision as of 05:03, 29 September 2020

{
  body, div, table, span, h1, h2, h3, h
  {
    background: none, #111 !important;
    color: #eee !important;
  }

  a
  {
    color: #ccf !important;
  }

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

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

  a.new
  {
    color: red!important;
  }

  p
  {
    font-size: 12pt !important;
  }
}