MediaWiki:Gadget-Timeless.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 32: Line 32:
background: #f9f9f9;
background: #f9f9f9;
}
}
#mw-header-nav-hack,
#mw-header-nav-hack {
border-top: 0;
}
#catlinks {
#catlinks {
border-top: 0;
border-top: 0;
padding: 0.75em 0 0.5em;
}
}
#mw-footer-container {
#mw-footer-container {
border-top: 0;
border-top: 0;
box-shadow: none;
box-shadow: none;
}
#mw-content h1.firstHeading {
margin-top: 0.25em;
}
#contentSub {
margin-bottom: 10px;
}
#mw-content h1, #mw-content h2,
#mw-content h3, #mw-content h4,
#mw-content h5, #mw-content h6,
#mw-content dt {
margin-top: 1em;
}
#mw-content dd {
margin-bottom: 0.25em;
}
div.editOptions {
margin-top: 0;
border-bottom-width: 1px;
}
table {
border-spacing: 2px;
}
table td, table th {
padding: 2px 4px;
}
table.wikitable {
padding: 0;
}
blockquote {
margin-left: 0;
border-left: 3px solid #c8ccd1;
}
.thumb, .thumbcaption {
padding-bottom: 0;
}
body.ns-14 .gallery,
body.ns-14 #mw-pages > .mw-content-ltr {
margin-bottom: 1em !important;
}
@media all and (max-width: 850px) {
#bodyContent img {
max-width: 100% !important;
height: auto !important;
}
#searchInput {
padding-left: 10px;
}
#searchButton,
#mw-searchButton {
right: 1.25px !important;
}
#mw-content dl {
margin-block-start: 0;
margin-block-end: 0;
}
#mw-content {
padding-bottom: 1em;
}
.footer-icons {
margin-top: -5px !important;
}
h2.list-header {
color: #001133;
padding: 0;
background: transparent;
}
body.ns-special .content-header {
border-bottom: 0;
padding-bottom: 0;
}
body.ns-special #mw-content h2.mw-mf-title-wrapper {
font-size: 1.85em;
text-align: center;
border-bottom: 0;
margin: 0;
}
body.ns-special ul {
list-style: inherit;
padding-left: 1.6em;
}
ul.diff-summary-list,
ul.revision-history-links {
list-style: none !important;
padding: 0;
}
.revision-history-prev + .revision-history-next {
margin-top: -19px;
}
.previewnote p, .successbox,
.errorbox, .warningbox,
.mw-revision {
padding-left: 1em;
padding-right: 1em;
}
ol {
margin-left: 1.6em;
}
figure, .thumb {
clear: both !important;
max-width: none !important;
}
table {
display: block;
overflow-x: auto !important;
overflow-y: hidden !important;
}
}
@media all and (min-width: 851px) {
.mw-warning-with-logexcerpt {
padding-left: 1em;
padding-right: 1em;
}
}
}