Difference between revisions of "MediaWiki:Common.css"

From coraldigest
Jump to: navigation, search
Line 13: Line 13:
#quickbar {
#quickbar {
     width: 160px;
     width: 160px;
}
#topbar, #footer {
    margin-left: 170px;
}
}


#article, #mw-data-after-content {
#article, #mw-data-after-content {
     margin-left: 168px;
     margin-left: 170px;
}
}

Revision as of 22:59, 1 February 2013

/* CSS placed here will be applied to all skins */
h1.firstHeading { display:none; }

/* for images */
span.floatright {
     float: right;
     padding: 3px;
     margin-right: 5px;
     margin-left: 15px; 
     display: block;
}

#quickbar {
     width: 160px;
}

#topbar, #footer {
    margin-left: 170px;
}

#article, #mw-data-after-content {
    margin-left: 170px;
}