User:Japsu/monobook.css

From translatewiki.net

Note: After publishing, 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: Press Ctrl-F5.
body {
background-color: white;
background-image: none;
}

#content {
border-top: none;
border-bottom: none;
border-right: none;
}

/* Make the portlets also blend into the background */
.pBody, #p-cactions a, #p-cactions li {
border: none;
background-color: white !important;
}

/* Make sure the content area border is visible also below active view links */
#p-cactions .selected a, #p-cactions li a:hover {
z-index: 0;
}

/* Mark active views with bold */
#p-cactions .selected a  {
font-weight: bold;
}

/* Show input components in sensible colours */
input, textarea {
background-color: white;
color: black; border:
1pt solid #999;
}