Difference between revisions of "MediaWiki:Common.css"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| (65 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| @import url( 'https://use.typekit.net/icj2jcr.css'); | |||
| /* Changes the default font used for MediaWiki to Sofia Pro (does not include headings or monospaced text): */ | |||
| body { | |||
|   font-family: "sofia-pro", sans-serif; | |||
|   font-style:normal; | |||
|   font-weight:400 | |||
| } | |||
| /* Changes the default font used for MediaWiki headings to Sofia Pro */ | |||
| #content h1,  | |||
| #content h2 { | |||
|   font-family: "sofia-pro", sans-serif; | |||
|   font-style:normal; | |||
|   font-weight:400 | |||
| } | |||
| /* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| /* unneeded elemets in the sidebar /* | |||
| li#t-info, li#n-randompage { | |||
| 	display:none; | |||
| } | |||
| /* Unneeded FlaggedRevs elements */ | /* Unneeded FlaggedRevs elements */ | ||
| .fr-rating-options {display:none;} | .fr-rating-options {display:none;} | ||
| /* Farbdefinitionen */ | |||
| .cd-background-darkgreen { | .cd-background-darkgreen { | ||
| 	background-color: #2e520b; | 	background-color: #2e520b; | ||
| } | } | ||
| .cd- | .cd-text-darkgreen, .cd-darkgreen { | ||
| 	color: #2e520b; | 	color: #2e520b; | ||
| } | } | ||
| Line 13: | Line 33: | ||
| 	background-color: #c5cfb6; | 	background-color: #c5cfb6; | ||
| } | } | ||
| .cd- | .cd-text-lightgreen, .cd-lightgreen { | ||
| 	color: #c5cfb6; | 	color: #c5cfb6; | ||
| } | } | ||
| Line 19: | Line 39: | ||
| 	background-color: #9a846d; | 	background-color: #9a846d; | ||
| } | } | ||
| .cd- | .cd-text-brown, .cd-brown { | ||
| 	color: #9a846d; | 	color: #9a846d; | ||
| } | } | ||
| Line 25: | Line 45: | ||
| 	background-color: #f4f5f6; | 	background-color: #f4f5f6; | ||
| } | } | ||
| .cd- | .cd-text-beige, .cd-beige { | ||
| 	color: #f4f5f6; | 	color: #f4f5f6; | ||
| } | } | ||
| .cd-background-yellow { | .cd-background-yellow { | ||
| 	background-color: #dfac40; | 	background-color: #dfac40; | ||
| } | |||
| .cd-yellow { | |||
| 	color: #dfac40; | |||
| } | } | ||
| Line 35: | Line 58: | ||
| 		border-bottom-color: #9a846d   | 		border-bottom-color: #9a846d   | ||
| } | } | ||
| .cd- | .cd-text-yellow { | ||
| 	color: #dfac40; | 	color: #dfac40; | ||
| } | } | ||
| .cd-border-darkgreen { | |||
| 	border: 1px solid #2e520b; | |||
| } | |||
| .cd-border-lightgreen { | |||
| 	border: 1px solid #c5cfb6; | |||
| } | |||
| .cd-border-beige { | |||
| 	border: 1px solid #9a846d; | |||
| } | |||
| .cd-border-brown { | |||
| 	border: 1px solid #f4f5f6; | |||
| } | |||
| .cd-border-yellow { | |||
| 	border: 1px solid #dfac40; | |||
| } | |||
| /* Geklickte Links brown */ | |||
| a:visited { | a:visited { | ||
| 	color: #9a846d; | 	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%; | |||
| } | |||
| .vector-menu-dropdown { | |||
| 	margin-top: -1px; | |||
| } | |||
| .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; | |||
| } | |||
| .page-Main_Page h1 { | |||
| 	display:none; | |||
| } | } | ||
Latest revision as of 08:18, 4 March 2022
@import url( 'https://use.typekit.net/icj2jcr.css');
/* Changes the default font used for MediaWiki to Sofia Pro (does not include headings or monospaced text): */
body {
  font-family: "sofia-pro", sans-serif;
  font-style:normal;
  font-weight:400
}
/* Changes the default font used for MediaWiki headings to Sofia Pro */
#content h1, 
#content h2 {
  font-family: "sofia-pro", sans-serif;
  font-style:normal;
  font-weight:400
}
/* CSS placed here will be applied to all skins */
/* unneeded elemets in the sidebar /*
li#t-info, li#n-randompage {
	display:none;
}
/* Unneeded FlaggedRevs elements */
.fr-rating-options {display:none;}
/* Farbdefinitionen */
.cd-background-darkgreen {
	background-color: #2e520b;
}
.cd-text-darkgreen, .cd-darkgreen {
	color: #2e520b;
}
.cd-background-lightgreen {
	background-color: #c5cfb6;
}
.cd-text-lightgreen, .cd-lightgreen {
	color: #c5cfb6;
}
.cd-background-brown {
	background-color: #9a846d;
}
.cd-text-brown, .cd-brown {
	color: #9a846d;
}
.cd-background-beige {
	background-color: #f4f5f6;
}
.cd-text-beige, .cd-beige {
	color: #f4f5f6;
}
.cd-background-yellow {
	background-color: #dfac40;
}
.cd-yellow {
	color: #dfac40;
}
.firstHeading {
		border-bottom-color: #9a846d 
}
.cd-text-yellow {
	color: #dfac40;
}
.cd-border-darkgreen {
	border: 1px solid #2e520b;
}
.cd-border-lightgreen {
	border: 1px solid #c5cfb6;
}
.cd-border-beige {
	border: 1px solid #9a846d;
}
.cd-border-brown {
	border: 1px solid #f4f5f6;
}
.cd-border-yellow {
	border: 1px solid #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%;
}
.vector-menu-dropdown {
	margin-top: -1px;
}
.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;
}
.page-Main_Page h1 {
	display:none;
}