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 */
@media all and (max-width: 850px) {
#game-icons {
margin-top: -21px !important;
}
#mw-content #game-icons a img {
height: 20px !important;
width: auto !important;
}
}
/* Standard changes */
#siteNotice {
text-align: center;
}
#firstHeading {
overflow: visible;
}
#mw-content dd {
margin-bottom: 0.25em;
}
.CodeMirror {
padding: 0.25em 0.35em;
box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.05);
}
table {
border-collapse: separate;
border-spacing: 2px;
}
table.wikitable {
padding: 0;
}
@media all and (max-width: 850px) {
#siteNotice {
display: none;
}
.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;
}
}