MediaWiki:Common.css: Difference between revisions

no edit summary
(Created page with "→‎Reset italic styling set by user agent: cite, dfn { font-style: inherit; } →‎Straight quote marks for <q>: q { quotes: '"' '"' "'" "'"; } /* Avoid collision...")
 
No edit summary
Line 1:
/* CSS placed here will be applied to all skins */
@import url('/w/index.php?title=MediaWiki:Fonts.css&action=raw&ctype=text/css&cb=3');
 
/* Reset italic styling set by user agent */
cite, dfn {
Line 372 ⟶ 375:
 
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output mw-collapsible-toggle {
font-weight: normal;
/* @noflip */
text-align: right;
padding-right: 0.2em;
padding-left: 0.2em;
}
 
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* @noflip */
float:left;
/* @noflip */
text-align:left;
}
 
Line 1,441 ⟶ 1,453:
.flaggedrevs_stable_synced {
display: none;
}
 
#icons {
position:absolute;
z-index:100;
right:3px;
top:-60px;
float: right;
}
 
.hiddenStructure {
display: none;
speak: none;
}