Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
imported>Ivanhoe |
imported>Ivanhoe |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | |||
| + | p.none { | ||
| + | -webkit-hyphens: none; | ||
| + | -ms-hyphens: none; | ||
| + | hyphens: none; | ||
| + | } | ||
| + | p.manual { | ||
| + | -webkit-hyphens: manual; | ||
| + | -ms-hyphens: manual; | ||
| + | hyphens: manual; | ||
| + | } | ||
| + | p.auto { | ||
| + | -webkit-hyphens: auto; | ||
| + | -ms-hyphens: auto; | ||
| + | hyphens: auto; | ||
| + | } | ||
div#content a[href ^="https://"].external | div#content a[href ^="https://"].external | ||
Revision as of 18:18, 26 March 2017
/* CSS placed here will be applied to all skins */
p.none {
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
p.manual {
-webkit-hyphens: manual;
-ms-hyphens: manual;
hyphens: manual;
}
p.auto {
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
div#content a[href ^="https://"].external
{
background: center right no-repeat; padding-right: 18px;
}
.mw-body p {
max-width: 500px;
margin: auto;
}
.mw-body blockquote {
max-width: 450px;
margin: auto;
}
.mw-body references {
max-width: 500px;
margin: auto;
}
.toc, #toc { display: none; }