MediaWiki:Bswiki.css

From The Lost Media Wiki
Revision as of 12:36, 13 September 2015 by Robindeurloo (talk | contribs)
Jump to: navigation, search

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.
/* #######################################################################
   Total width of the content, basically sets the width of the green bars on the 2 sides
   ####################################################################### */

.container {
Width: 96%;
background-color: #fff;
background-image: none;
}


/* #######################################################################
   Sets the iFrame that houses the ShoutMix tingy to stretch to the width of the right sidebar
   ####################################################################### */

body{
background-image: none;
background-color: #071906;
}


@media screen
div#mw-panel div.portal h3#n-Home:before {
    content: "\e135";
}




#rightsidebar iframe {
    width: 100%;
    height: 768px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 8px;
}

#sidebar {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 3px;
}