User:Suzon/monobook.css

From Animation Domination Wiki
Jump to navigation Jump 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.
/* stop background image from scrolling with content area */
body { background-attachment: fixed; }

/* replace the background with something else */
body { background: #C7FDC7; }

/* changes the background of pre areas  */
pre { background: White }

/* suppress the person icon by your username */
li#pt-userpage { background: none }


/*Display body content in a larger column for easier reading*/
/*adjust percentages as desired*/
div#bodyContent {
  width:100.5%;
  line-height: 105%;
}

/* change background of unselected tabs */
#p-cactions ul li a { background: #C7FDC7; }

/* change background of selected tabs */
#p-cactions ul li.selected a { background: #C7FDC7; }


/* tab bottom not removed on hover */
#p-cactions li a:hover { z-index: 0; text-decoration: none; }
#p-cactions li.selected a:hover { z-index: 3; }

/* style the search box and the buttons below it */
input.searchButton {
    background-color: #efefef !important;
    border: 1px outset !important;
}
#searchInput { border: 1px inset !important; }

/* standard link colors */
a:link { color: #0645ad !important; }
a:visited { color: #0b0080 !important; }
a.new:link { color: #cc2200 !important; }
a.new:visited { color: #a55858 !important; }
a.extiw:link { color: #3366bb !important; } /* links to other Wikipedias */
a.extiw:visited { color: #3366bb !important; }
a.external:link { color: #3366bb !important; } /* external links */
a.external:visited { color: #3366bb !important; }

/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }