MediaWiki:Timeless.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Timeless skin */
/* Infoboxes */
.infobox {
border: 1px solid #AAA;
background-color: #F9F9F9;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #AAA;
}
.infobox th {
background: #CEF2E0;
}
.infoboxTitle {
font-size: 125%;
background: #CEF2E0;
text-align: center;
}
/* Fixes */
.titledBoxTitle {
display: table !important;
width: 100% !important;
}
@media all and (max-width: 850px) {
#siteNotice {
margin-top: 12px;
}
}
.mw-indicators {
top: 4px;
}
/* Standard changes */
#toc ul ul {
margin: 0 0 0 1em;
}
#toc li:last-child {
margin: 0;
}
.wikiEditor-ui {
margin-top: 0.5em;
}
.CodeMirror {
padding: 0.25em 0.35em;
box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.05);
}
.floatleft {
margin: 0 1em 0.5em 0;
}
.floatright {
margin: 0 0 0.5em 1em;
}
a.mw-selflink {
color: #000 !important;
font-weight: bold;
}
table {
border-collapse: separate;
}
table.wikitable img {
max-width: 100% !important;
height: auto !important;
}
.mw-indicators {
line-height: unset !important;
}
@media all and (max-width: 850px) {
.mw-indicator {
margin: 0 !important;
}
.infobox {
display: block !important;
float: none !important;
margin: 15px 0 15.5px !important;
}
.infobox, table {
display: block;
width: auto !important;
min-width: 0 !important;
max-width: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
overflow-x: auto !important;
overflow-y: hidden !important;
}
.infobox table {
width: 100% !important;
}
table tbody {
width: 100% !important;
display: table !important;
}
.thumbimage {
text-align: center;
}
ul.gallery {
text-align: center;
margin-left: auto !important;
margin-right: auto !important;
}
}
/* Talk spacing */
.ns-talk dd,
.ns-4 dd,
.ns-110 dd {
margin-top: 0.25em !important;
}
.ns-talk dl,
.ns-4 dl,
.ns-110 dl {
margin-left: 0 !important;
}
.ns-talk p + dl,
.ns-4 p + dl,
.ns-110 p + dl {
margin-top: -0.25em !important;
}
.ns-talk ul + dl,
.ns-4 ul + dl,
.ns-110 ul + dl {
margin-top: -0.5em !important;
}
.ns-talk ol + dl,
.ns-4 ol + dl,
.ns-110 ol + dl {
margin-top: -0.5em !important;
}
.ns-talk dl + dl,
.ns-4 dl + dl,
.ns-110 dl + dl {
margin-top: -0.25em !important;
}