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

From Baka-Tsuki
Jump to navigation Jump to search
Nero-kun (talk | contribs)
Created page with " #mw-page-base, #mw-head, #p-logo, #footer { display: none; } body { background-color: #333333 !important; color: #ddd !important; font-size: 1.0em;..."
 
Nero-kun (talk | contribs)
mNo edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
  #mw-page-base,
{
#mw-head,
    background: #000000;
#p-logo,
     color: #bbbbff;
#footer
  {
     display: none;
   }
   }


   body
   div#content, div#simpleSearch, input, button, pre
   {
   {
     background-color: #333333 !important;
     background-color: #000000 !important;
    color: #ddd !important;
    font-size: 1.0em;
   }
   }


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


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


   h1, h2, h3, h4, h5, h6
   div#mw-page-base, span, ul, li
   {
   {
     color: inherit;
     background-image: none !important;
   }
   }


   ol, ul
   h1, h2, h3, h4, h5, h6, div#content, input, button, pre
   {
   {
     list-style-image: none;
     color: #DDDDDD !important;
   }
   }


   div#mw-panel div.portal div.body ul
   div[class^="mw-customtoggle-Arc"] big
   {
   {
     list-style-type: disc;
     color: #222222;
   }
   }


   table.wikitable
   .tocnumber
   {
   {
     color: #ddd;
     color: #888;
   }
   }


   div#content
   a.mw-echo-notifications-badge
   {
   {
     background: none;
     background-color: #424242!important;
    color: #ddd;
    border-color: #ddd;
   }
   }


   div#mw-panel
   a
   {
   {
     padding-top: 0em;
     color: #aaaaff !important;
    top: 20px;
   }
   }


   #mw-panel.collapsible-nav .portal
   a:visited
   {
   {
     background: none !important;
     color: #ffaaff !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
   }
   }


   div.thumbinner
   a.external
   {
   {
     background: none;
     color: #aaffaa !important;
   }
   }


   table, tr, th, td,
   a.new
#toc,
.toc,
.mw-warning,
.catlinks,
.collapsible,
.collapsible th,
li.gallerybox div.thumb
   {
   {
     background-color: #444 !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;
  }
}