MediaWiki:Timeless.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Timeless skin */ | /* CSS placed here will affect users of the Timeless skin */ | ||
/* Standard changes */ | |||
#siteNotice { | #siteNotice { | ||
text-align: center; | text-align: center; | ||
} | |||
#mw-content dd { | |||
margin-bottom: 0.25em; | |||
} | } | ||
table { | table { |
Revision as of 04:11, December 30, 2019
/* CSS placed here will affect users of the Timeless skin */
/* Standard changes */
#siteNotice {
text-align: center;
}
#mw-content dd {
margin-bottom: 0.25em;
}
table {
border-collapse: separate;
border-spacing: 2px;
}
table.wikitable {
padding: 0;
}
@media all and (max-width: 850px) {
.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;
}
}