MediaWiki: Tweeki.css: Difference between revisions
From The Rapid City Punk Rock Archive
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 43: | Line 43: | ||
.wikitable > tr > th, | .wikitable > tr > th, | ||
.wikitable > * > tr > th{ | .wikitable > * > tr > th{ | ||
background-color: # | background-color: #d45f2a; | ||
text-align: left; | text-align: left; | ||
color: #fff; | |||
} | |||
/* FORMATTING */ | |||
h4 { | |||
border-top: 1px solid #e7e7e7; | |||
padding-top: 5px; | |||
font-weight: bold; | |||
font-size: 22px; | |||
} | |||
#sidebar-right{ | |||
border-left: 1px solid #e7e7e7; | |||
padding-left: 10px; | |||
} | |||
#ca-viewsource{ | |||
display: none; | |||
} | } | ||
Latest revision as of 06:18, 25 October 2021
/* NAVIGATION/HEADER */
#mw-navigation{
height: 100px;
}
.with-navbar.with-navbar-fixed{
padding-top: 110px;
}
.sidebar-wrapper {
margin-top: 50px;
}
.navbar-brand img {
height: 94px;
}
.navbar-default{
background-image: none;
background-color: #fff;
}
.navbar-right{
margin-top: 50px;
}
/* SIDEBAR */
.sidebar-wrapper{
position: absolute;
}
@media (max-width: 992px){
.sidebar-wrapper{
position: static;
}
}
/* WIKI TABLE */
.wikitable{
background-color: #fff;
}
.wikitable > tr > th,
.wikitable > * > tr > th{
background-color: #d45f2a;
text-align: left;
color: #fff;
}
/* FORMATTING */
h4 {
border-top: 1px solid #e7e7e7;
padding-top: 5px;
font-weight: bold;
font-size: 22px;
}
#sidebar-right{
border-left: 1px solid #e7e7e7;
padding-left: 10px;
}
#ca-viewsource{
display: none;
}