MediaWiki: Bswiki.css: Difference between revisions

From The Lost Media Wiki
Jump to: navigation, search
No edit summary
No edit summary
Line 28: Line 28:
     padding-right: 10px;
     padding-right: 10px;
     padding-left: 3px;
     padding-left: 3px;
}
@media screen
ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: .3em 0 0 .5em;
    padding: 0;
}
.nav-pills .list-unstyled .sub-side-menu {
display: none;
}
}

Revision as of 09:26, 13 September 2015

/* #######################################################################
   Total width of the content, basically sets the width of the green bars on the 2 sides
   ####################################################################### */

.container {
Width: 96%;
}


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

#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;
}