Difference between revisions of "MediaWiki:Common.css"
Line 22: | Line 22: | ||
div#p-logo { | div#p-logo { | ||
position: absolute; | position: absolute; | ||
− | top: - | + | top: -100px; |
left: 0; | left: 0; | ||
width: 5em; | width: 5em; | ||
Line 32: | Line 32: | ||
position: absolute; | position: absolute; | ||
top: 260px; | top: 260px; | ||
− | padding-top: | + | padding-top: 10em; |
− | width: | + | width: 20em; |
left: 0; | left: 0; | ||
} | } |
Revision as of 01:30, 14 May 2017
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
div#mw-panel div.portal h3 {
font-family: 'SERAFIM+GEORGIOS';
font-size: 40pt;
}
div#footer {
display: none;
}
.printfooter {
display: none;
}
div#siteSub {
display: none;
}
div#p-logo {
position: absolute;
top: -100px;
left: 0;
width: 5em;
height: 100px;
}
div#mw-panel {
font-size: inherit;
position: absolute;
top: 260px;
padding-top: 10em;
width: 20em;
left: 0;
}
@font-face {
font-family: 'SERAFIM+GEORGIOS';
src: local('SERAFIM+GEORGIOS'),
url('/fonts/SERAFIM+GEORGIOS.woff2') format('woff2'),
url('/fonts/SERAFIM+GEORGIOS.otf') format('otf');
}
@font-face {
font-family: 'SERAFIM';
src: local('SERAFIM'),
url('/fonts/SERAFIM.otf') format('otf'),
url('/fonts/SERAFIM.woff2') format('woff2');
}