MediaWiki:Monobook.css

From BIONICLEsector01

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.
/* CSS placed here will affect users of the MonoBook skin */

.portlet,
.pBody {
    background-color: rgba(255, 255, 255, 0.6);
    border: 0;
}

#p-logo {
    background-color: transparent;
    padding-top: 15px;
}

#p-personal li a:hover {
    background-color: rgba(255, 255, 255, 0.75);
}

#p-cactions li {
    background-color: transparent;
    border: 0;
}

#p-cactions li a {
    background-color: rgba(255, 255, 255, 0.6);
    padding-bottom: 0;
    height: 100%;
    display: inline-block;
}

#p-cactions li a:hover,
#p-cactions li.selected a {
    background-color: rgba(255, 255, 255, 0.75);
}

#content {
    background-color: rgba(255, 255, 255, 0.75);
    border: 0;
}

body {
    background: #a8dae3 url(//biosector01.com/w/skins/MonoBook/bgbio2015.jpg) no-repeat center center fixed;
     background-size: cover;
}

div#footer {
    background-color: rgba(255, 255, 255, 0.6);
}

/* High-res logo */
#p-logo a {
   background-size: 135px auto;
}

/* Make room for page status indicators */
.mw-indicators {
   margin-top: -.5em;
}

/***** Social media buttons *****/

.sidebar-social-button {
  list-style: none;
}


/*** don't collapse some tables ***/
.mw-collapsible.mw-collapsed.collapsible-small-only tr { /* override inline styles */
	display: table-row !important;
	opacity: 1 !important;
}

.mw-collapsible.collapsible-small-only .mw-collapsible-toggle {
	display: none;
}