MediaWiki:Timeless.css: Difference between revisions

m
no edit summary
No edit summary
Tag: Manual revert
mNo edit summary
 
(15 intermediate revisions by the same user not shown)
Line 3: Line 3:
/* Site notice */
/* Site notice */
@media all and (max-width: 850px) {
@media all and (max-width: 850px) {
#siteNotice {
body #siteNotice {
margin-top: 12px;
margin-top: 12px;
}
}
Line 11: Line 11:
.main-page-left-col > table:first-of-type {
.main-page-left-col > table:first-of-type {
border-spacing: 0;
border-spacing: 0;
}
/* Infoboxes */
.infobox {
border: 1px solid #AAA;
background-color: #F9F9F9;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #AAA;
}
.infobox th,
.infoboxTitle {
background: #CEF2E0;
}
}


Line 34: Line 20:


/* Standard changes */
/* Standard changes */
.overflowed {
margin: 0 !important;
}
.overflowed .content-table {
overflow: visible !important;
}
.content-table-scrollbar,
.content-table-left, .content-table-right {
display: none !important;
}
.mediawiki {
.mediawiki {
font-size: 15px;
font-size: 15px;
Line 55: Line 31:
ul#filetoc {
ul#filetoc {
padding: 0.625em 0.875em;
padding: 0.625em 0.875em;
}
#toc ul ul {
margin: 0 0 0 1em;
}
#toc li:last-child {
margin: 0;
}
}
.wikiEditor-ui {
.wikiEditor-ui {
Line 74: Line 44:
.floatleft, .floatright {
.floatleft, .floatright {
margin: 0;
margin: 0;
}
.center * {
margin-left: auto;
margin-right: auto;
}
}
table {
table {
Line 125: Line 99:


/* Talk spacing */
/* Talk spacing */
.ns-talk dd,
:is(.ns-talk, .ns-4, .ns-110) dd {
.ns-4 dd,
.ns-110 dd {
margin-top: 0.25em !important;
margin-top: 0.25em !important;
}
}
.ns-talk dl,
:is(.ns-talk, .ns-4, .ns-110) :is(p, dl) + 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;
margin-top: -0.25em !important;
}
}