Difference between revisions of "MediaWiki:Timeless.css"
Line 1: | Line 1: | ||
− | #mw-content- | + | #mw-related-navigation .sidebar-chunk { |
− | + | background: #EBEBEB; | |
− | + | } | |
+ | #mw-content h1.firstHeading { | ||
+ | margin: 1.25em 0 .5em; | ||
+ | } | ||
+ | #searchform input { | ||
+ | width: 95%; | ||
+ | } | ||
+ | #searchButton, #mw-searchButton { | ||
+ | display: none; | ||
+ | } | ||
+ | #mw-site-navigation .sidebar-chunk { | ||
+ | margin: -2em 0; | ||
+ | background: #EBEBEB; | ||
+ | } | ||
+ | #mw-site-navigation .sidebar-chunk ul { | ||
+ | margin-bottom: 1em; | ||
} | } | ||
− | #mw- | + | #mw-site-navigation { |
− | + | margin: -2em 0; | |
+ | padding: 0em 0em 0em; | ||
+ | background: #EBEBEB; | ||
} | } | ||
#mw-site-navigation .sidebar-chunk h3 { | #mw-site-navigation .sidebar-chunk h3 { | ||
border-bottom: solid 1px darkred; | border-bottom: solid 1px darkred; | ||
+ | } | ||
+ | #mw-related-navigation { | ||
+ | margin: -1em 0 !important; | ||
+ | padding-left: 0em; | ||
+ | padding-right: 0em; | ||
background: #EBEBEB; | background: #EBEBEB; | ||
} | } | ||
− | # | + | #mw-related-navigation .sidebar-chunk h3 { |
+ | border-bottom: solid 1px darkred; | ||
+ | background: #EBEBEB; | ||
+ | } | ||
+ | #p-search { | ||
+ | margin-left: 14em; | ||
+ | margin-right: 0em; | ||
+ | } | ||
+ | #p-personal { | ||
+ | display: none; | ||
+ | } | ||
+ | #searchButton, #mw-searchButton { | ||
+ | right: -9.5em; | ||
+ | color: darkred; | ||
+ | } | ||
+ | #searchform input { | ||
+ | border: none; | ||
+ | } | ||
+ | #mw-header-container { | ||
+ | background: grey; | ||
+ | } | ||
+ | #user-tools { | ||
+ | background: grey; | ||
+ | } | ||
+ | #p-search { | ||
+ | background: grey; | ||
+ | margin-left: 0em; | ||
+ | } | ||
+ | #p-logo-text a { | ||
+ | display: none; | ||
+ | } | ||
+ | #mw-content-container { | ||
+ | background: grey; | ||
+ | } | ||
+ | .color-middle-container, .ts-inner { | ||
+ | padding: 0em 0em 0em; | ||
+ | } | ||
+ | div#content a.external { | ||
+ | background:none !important; | ||
+ | padding: 0px !important; | ||
+ | } | ||
+ | .color-middle { | ||
+ | background: #990000; | ||
+ | } | ||
+ | .color-right { | ||
+ | background: #990000; | ||
+ | } | ||
+ | #ca-talk { | ||
display: none !important; | display: none !important; | ||
} | } | ||
Line 22: | Line 91: | ||
border-bottom: solid 1px black; | border-bottom: solid 1px black; | ||
} | } | ||
− | #mw-content h1.firstHeading | + | #mw-content h1.firstHeading { |
border-bottom: solid 1px darkred; | border-bottom: solid 1px darkred; | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
div#content a.external { | div#content a.external { | ||
Line 33: | Line 98: | ||
padding: 0px !important; | padding: 0px !important; | ||
} | } | ||
− | #mw-content h1 | + | #mw-footer-container a { |
− | border-bottom: solid 1px | + | display: none; |
+ | } | ||
+ | #mw-content-container { | ||
+ | border-bottom: solid 4px #990000; | ||
+ | } | ||
+ | #mw-content h1, #mw-content h2 { | ||
+ | border-bottom: solid 1px darkgrey; | ||
+ | } | ||
+ | .ts-inner { | ||
+ | max-width: 100%; | ||
+ | } | ||
+ | div#warningBox | ||
+ | display: none; | ||
} | } |
Revision as of 19:32, 2 October 2020
#mw-related-navigation .sidebar-chunk {
background: #EBEBEB;
}
#mw-content h1.firstHeading {
margin: 1.25em 0 .5em;
}
#searchform input {
width: 95%;
}
#searchButton, #mw-searchButton {
display: none;
}
#mw-site-navigation .sidebar-chunk {
margin: -2em 0;
background: #EBEBEB;
}
#mw-site-navigation .sidebar-chunk ul {
margin-bottom: 1em;
}
#mw-site-navigation {
margin: -2em 0;
padding: 0em 0em 0em;
background: #EBEBEB;
}
#mw-site-navigation .sidebar-chunk h3 {
border-bottom: solid 1px darkred;
}
#mw-related-navigation {
margin: -1em 0 !important;
padding-left: 0em;
padding-right: 0em;
background: #EBEBEB;
}
#mw-related-navigation .sidebar-chunk h3 {
border-bottom: solid 1px darkred;
background: #EBEBEB;
}
#p-search {
margin-left: 14em;
margin-right: 0em;
}
#p-personal {
display: none;
}
#searchButton, #mw-searchButton {
right: -9.5em;
color: darkred;
}
#searchform input {
border: none;
}
#mw-header-container {
background: grey;
}
#user-tools {
background: grey;
}
#p-search {
background: grey;
margin-left: 0em;
}
#p-logo-text a {
display: none;
}
#mw-content-container {
background: grey;
}
.color-middle-container, .ts-inner {
padding: 0em 0em 0em;
}
div#content a.external {
background:none !important;
padding: 0px !important;
}
.color-middle {
background: #990000;
}
.color-right {
background: #990000;
}
#ca-talk {
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 black;
}
#mw-content h1.firstHeading {
border-bottom: solid 1px darkred;
}
div#content a.external {
background:none !important;
padding: 0px !important;
}
#mw-footer-container a {
display: none;
}
#mw-content-container {
border-bottom: solid 4px #990000;
}
#mw-content h1, #mw-content h2 {
border-bottom: solid 1px darkgrey;
}
.ts-inner {
max-width: 100%;
}
div#warningBox
display: none;
}