Difference between revisions of "MediaWiki:Timeless.css"
Jump to navigation
Jump to search
>Teg |
>Teg |
||
| Line 12: | Line 12: | ||
position: absolute; | position: absolute; | ||
right: 0; | right: 0; | ||
| + | } | ||
| + | |||
| + | @media (max-width: 850px) { | ||
| + | .mw-portlet-body { | ||
| + | display: none; | ||
| + | } | ||
} | } | ||
Revision as of 02:07, 18 September 2018
/* CSS placed here will affect users of the Timeless skin */
#p-logo {
display: none;
}
.toc .toctitle {
position: relative;
}
.toctoggle {
position: absolute;
right: 0;
}
@media (max-width: 850px) {
.mw-portlet-body {
display: none;
}
}