Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* unneeded elemts in the sidebar /* | |||
#t-info, #n-randompage { | |||
display:none; | |||
} | |||
/* Unneeded FlaggedRevs elements */ | /* Unneeded FlaggedRevs elements */ | ||
Revision as of 06:50, 9 June 2021
/* CSS placed here will be applied to all skins */
/* unneeded elemts in the sidebar /*
#t-info, #n-randompage {
display:none;
}
/* Unneeded FlaggedRevs elements */
.fr-rating-options {display:none;}
/* Farbdefinitionen */
.cd-background-darkgreen {
background-color: #2e520b;
}
.cd-text-darkgreen {
color: #2e520b;
}
.cd-background-lightgreen {
background-color: #c5cfb6;
}
.cd-text-lightgreen {
color: #c5cfb6;
}
.cd-background-brown {
background-color: #9a846d;
}
.cd-text-brown {
color: #9a846d;
}
.cd-background-beige {
background-color: #f4f5f6;
}
.cd-text-beige {
color: #f4f5f6;
}
.cd-background-yellow {
background-color: #dfac40;
}
.firstHeading {
border-bottom-color: #9a846d
}
.cd-text-yellow {
color: #dfac40;
}
/* Geklickte Links brown */
a:visited {
color: #9a846d;
}
/* Ungeklickte Links darkgreen
a:link, a:hover {
color: #f4f5f6;
}
*/
.mediawiki, #mw-head {
background-color: #f4f5f6;
}
.mw-body {
margin-top: -1px;
border: 1px solid #2e520b;
border-right-width: 0;
}
/* Verlauf in den Tabs */
.vector-menu-tabs li {
background-image: linear-gradient(to top, #f4f5f6 0%, rgb(255, 255, 255) 100%);
}
h1, h2 {
border-bottom: 1px solid #9a846d;
}
/* Senkrechte Trenner zwischen den Tabs */
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
background-image: url(/w/skins/Vector/resources/skins.vector.styles/images/tab-separator.png?09d4b);
background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#2e520b 100%);
background-repeat: no-repeat;
background-size: 1px 100%;
}
.catlinks {
border: 1px solid #2e520b;
background-color: #f4f5f6;
}
.vector-menu-tabs ul {
margin: -1px;
border-left: 1px solid #2e520b;
}
#ca-talk, #ca-view, #ca-edit, #ca-nstab-main, #ca-ve-edit, #ca-history, #ca-watch, #ca-unwatch, #p-search, .vector-menu-dropdown{
border-bottom:1px solid #2e520b;
}
#ca-talk.selected#ca-view.collapsible.selected, #ca-edit.collapsible.selected, #ca-nstab-main.selected, #ca-ve-edit.collapsible.selected, #ca-history.collapsible.selected, #ca-nstab-special {
border-bottom:none;
}