Difference between revisions of "MediaWiki:Common.css"

From Open Educational Resources
Jump to navigation Jump to search
Line 15: Line 15:
  
 
#p-navigation, #p-tb { display:none }
 
#p-navigation, #p-tb { display:none }
 +
 +
.nowrap,
 +
.nowraplinks a,
 +
.nowraplinks .selflink,
 +
sup.reference a {
 +
    white-space: nowrap;
 +
}
 +
.nowrap pre {
 +
    white-space: pre;
 +
}

Revision as of 04:57, 28 February 2017

/* CSS placed here will be applied to all skins */

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

.externalimage-holder {
    position: relative;
}
.externalimage-holder img {
    width: 100%;
    height: auto;
}

body { font-size: larger; }


#p-navigation, #p-tb { display:none }

.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
    white-space: nowrap;
}
.nowrap pre {
    white-space: pre;
}