Difference between revisions of "MediaWiki:Timeless.css"
Line 1: | Line 1: | ||
− | + | .ts-inner { | |
− | + | max-width: 100%; | |
} | } | ||
− | #mw-content | + | #mw-content-container { |
− | + | border-bottom: solid 4px #990000; | |
+ | background: lightgrey; | ||
} | } | ||
− | + | #mw-content h1, #mw-content h2 { | |
− | + | border-bottom: solid 1px darkgrey; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | #mw- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
#mw-site-navigation .sidebar-chunk h3 { | #mw-site-navigation .sidebar-chunk h3 { | ||
border-bottom: solid 1px darkred; | border-bottom: solid 1px darkred; | ||
} | } | ||
− | # | + | #ca-talk, #mw-footer-container a, #p-logo-text a { |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | #p-logo-text a | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
display: none !important; | display: none !important; | ||
} | } | ||
Line 89: | Line 22: | ||
} | } | ||
#firstHeading{ | #firstHeading{ | ||
− | border-bottom: solid 1px | + | border-bottom: solid 1px darkred; |
} | } | ||
− | #mw- | + | #mw-related-navigation .sidebar-chunk h3 { |
border-bottom: solid 1px darkred; | border-bottom: solid 1px darkred; | ||
+ | } | ||
+ | .color-right, .color-left, .color-middle { | ||
+ | background: #777777; | ||
} | } | ||
div#content a.external { | div#content a.external { | ||
Line 98: | Line 34: | ||
padding: 0px !important; | padding: 0px !important; | ||
} | } | ||
− | #mw- | + | #mw-content h1.firstHeading { |
− | + | border-bottom: solid 1px darkred; | |
} | } | ||
− | #mw- | + | #mw-header-container { |
− | + | background: darkgrey; | |
+ | } | ||
+ | @media screen and (min-width: 1340px) { | ||
+ | #mw-related-navigation .sidebar-chunk { | ||
+ | margin: 0em 0; | ||
+ | } | ||
+ | } | ||
+ | @media screen and (min-width: 1340px) { | ||
+ | #mw-related-navigation, #mw-site-navigation { | ||
+ | padding-left: 0em; | ||
+ | padding-right: 0em; | ||
} | } | ||
− | |||
− | |||
} | } | ||
− | .ts-inner { | + | @media screen and (min-width: 1340px) { |
− | + | .color-middle-container, .ts-inner { | |
+ | padding: 0 0em; | ||
} | } | ||
− | |||
− | |||
} | } |
Revision as of 20:02, 2 October 2020
.ts-inner {
max-width: 100%;
}
#mw-content-container {
border-bottom: solid 4px #990000;
background: lightgrey;
}
#mw-content h1, #mw-content h2 {
border-bottom: solid 1px darkgrey;
}
#mw-site-navigation .sidebar-chunk h3 {
border-bottom: solid 1px darkred;
}
#ca-talk, #mw-footer-container a, #p-logo-text a {
display: none !important;
}
#mw-content h2 {
border-bottom: solid 1px black;
}
#mw-page-header-links li.selected {
border-bottom: solid 1px black;
}
#firstHeading{
border-bottom: solid 1px darkred;
}
#mw-related-navigation .sidebar-chunk h3 {
border-bottom: solid 1px darkred;
}
.color-right, .color-left, .color-middle {
background: #777777;
}
div#content a.external {
background:none !important;
padding: 0px !important;
}
#mw-content h1.firstHeading {
border-bottom: solid 1px darkred;
}
#mw-header-container {
background: darkgrey;
}
@media screen and (min-width: 1340px) {
#mw-related-navigation .sidebar-chunk {
margin: 0em 0;
}
}
@media screen and (min-width: 1340px) {
#mw-related-navigation, #mw-site-navigation {
padding-left: 0em;
padding-right: 0em;
}
}
@media screen and (min-width: 1340px) {
.color-middle-container, .ts-inner {
padding: 0 0em;
}
}