MediaWiki: Bswiki.css: Difference between revisions

From The Lost Media Wiki
Jump to: navigation, search
No edit summary
No edit summary
Line 20: Line 20:




.navbar-toggle .collapsed {
.navbar-toggle {
     position: relative;
     position: relative;
     /* float: right; */
     /* float: right; */
     padding: 9px 10px;
     padding: 9px 10px;
     margin-top: 8px;
     margin-top: 8px;
     margin-right: 15px;
     margin-left: 8px;
     margin-bottom: 8px;
     margin-bottom: 8px;
     background-color: transparent;
     background-color: transparent;
     background-image: none;
     /* background-image: none; */
     border: 1px solid transparent;
     border: 1px solid transparent;
     border-radius: 4px;
     /* border-radius: 4px; */
}
}



Revision as of 12:30, 13 September 2015

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


.navbar-toggle {
    position: relative;
    /* float: right; */
    padding: 9px 10px;
    margin-top: 8px;
    margin-left: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    /* background-image: none; */
    border: 1px solid transparent;
    /* border-radius: 4px; */
}





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