User:Kghbln/monobook.css

From semantic-mediawiki.org
< Karsten Hoffmeyer
Karsten HoffmeyerUser:Kghbln/monobook.css

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.
/* Width of the website */
div#globalWrapper {
    width: 990px;
}
 
#p-personal .portlet,
#p-personal .pBody {
    width: 1010px;
}
 
div#content {
    border: 1px solid #AAA;
}

div#footer {
    border: 1px solid #FABD23;
    padding: 0.4em 0;
    float: right;
    width: 833px;
}

/* Capitalize the headers in the sidebar and in the user section on the top on the right side, e. g. navigation → Navigation and my watchlist → My watchlist. */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
} 

/* Edit tab bold and in UEB-green */
.portlet h6,
#p-cactions li#ca-edit a,
#p-cactions li#ca-edit a {
       color: #FFF;
       background-color: #00A228;
       font-weight: bold;
}
 
/* Active edit tab bold and in UEB-green */
.portlet h6,
#p-cactions li#ca-edit.selected a,
#p-cactions li#ca-edit.selected a {
       color: #FFF;
       background-color: #00A228;
       font-weight: bold;
}