User:ElectricVersion/monobook.css

From Runic Games Wiki
Jump to navigationJump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
html {
   font-size:100%;
}

body {
   font-family:"Ubuntu";
   font-size:0.75em;
   background-image:url('http://images.shoutwiki.com/runic/1/13/Hob_bg.png');
   background-repeat:repeat-x;
   background-color:#aeb3b2;
}
 
a {
   color:#219a68 !important;
}

div#content.mw-body {
   background-color:#f8f8f8;
   color:#000000;
   border:0px;
   margin-left:12.2em;
   margin-top:3.8em;
   font-size:1em;
}

div#p-cactions ul li, div#p-cactions ul li.selected {
   border:0px;
   background-color:#f8f8f8;
   background-color:transparent;
   height:100%;
}

div#p-cactions ul li a, div#p-cactions ul li.selected a, div#p-cactions ul li a:hover {
   background-color:#f8f8f8;
   height:100%;
   display:inline-block;
   line-height:2.2em;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}

div#p-cactions ul {
   margin:0px;
   height:100%;
}

div#p-cactions {
   left:12.2em;
   padding-left:0px;
   height:2.5em;
   font-size:1em;
}

div#p-cactions .pBody {
   height:100%;
}

h1,h2,h3,h4,h5,h6 {
   color:inherit;
}

.portlet ul {
   font-size:1em;
}

div.portlet .pBody {
   border-width: 0px;
   background-color:#f8f8f8;
   margin-top:0px;
   border-bottom-right-radius:3px
}

div.portlet .pBody ul {
   margin:0em 1em;
}

div.portlet h3 {
   display:block;
   background-color:#f8f8f8;
   padding:0.5em;
   border-top-right-radius:3px;
   margin-bottom:0px;
   font-size:1em
}

#p-personal li a:hover {
    background-color: transparent;
    text-decoration: none;
}

#p-personal div.pBody {
    background-color:#f8f8f8;
    padding:0.5em;
    float:right;
    width:auto;
    border-bottom-left-radius:3px;
}

#p-personal ul {
    padding:0em;
}