MediaWiki:Timeless.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
border-collapse: separate; | border-collapse: separate; | ||
border-spacing: 2px; | border-spacing: 2px; | ||
} | |||
table.wikitable { | |||
padding: 0; | |||
} | } | ||
.infobox table { | .infobox table { |
Revision as of 16:06, December 27, 2019
/* CSS placed here will affect users of the Timeless skin */
#siteNotice {
text-align: center;
}
table {
border-collapse: separate;
border-spacing: 2px;
}
table.wikitable {
padding: 0;
}
.infobox table {
width: 100% !important;
}
.infobox tbody {
width: 100% !important;
display: table !important;
}
@media all and (max-width: 850px) {
.mediawiki .infobox {
float: none !important;
margin: 15px 0 15.5px !important;
}
.mediawiki .infobox,
.mediawiki table {
display: block !important;
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;
}
.thumbimage {
text-align: center;
}
ul.gallery {
text-align: center;
margin-left: auto !important;
margin-right: auto !important;
}
}