MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
Zeile 5: | Zeile 5: | ||
#taxobox5 {font-size:0.9em; width: 20em; border: 7px solid #aaaaaa; background-color: #f9f9f9; color: black; float: right; margin-left:36px; margin-top:-2px; -webkit-box-shadow: 3px 2px 5px #aaa; -moz-box-shadow: 3px 2px 5px #aaa; box-shadow: 3px 2px 5px #aaa; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; } | #taxobox5 {font-size:0.9em; width: 20em; border: 7px solid #aaaaaa; background-color: #f9f9f9; color: black; float: right; margin-left:36px; margin-top:-2px; -webkit-box-shadow: 3px 2px 5px #aaa; -moz-box-shadow: 3px 2px 5px #aaa; box-shadow: 3px 2px 5px #aaa; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; } | ||
#taxobox-oben {text-align: center; background-color:#ccccff; font-size:1.5em; padding-top:6px; padding-bottom:6px; Color:#575757; } | #taxobox-oben {text-align: center; background-color:#ccccff; font-size:1.5em; padding-top:6px; padding-bottom:6px; Color:#575757; } | ||
+ | /* Links */ | ||
+ | a { | ||
+ | color: #256592 !important; | ||
+ | } | ||
+ | |||
+ | #mw-navigation #mw-panel .portal a { | ||
+ | color: #256592 !important; | ||
+ | } | ||
+ | #mw-navigation #mw-panel .portal a:visited { | ||
+ | color: #68757f; | ||
+ | } | ||
+ | /* Rahmenfarbe um den Inhaltsbereich anpassen */ | ||
+ | |||
+ | div#content { | ||
+ | border-color: #8cb84f; | ||
+ | } | ||
+ | |||
+ | div.vectorTabs { | ||
+ | background-image: linear-gradient( #fff6f6 0%, #8cb84f 100%); | ||
+ | } | ||
+ | |||
+ | div.vectorTabs ul li { | ||
+ | background-image: none; | ||
+ | } | ||
+ | |||
+ | div.vectorTabs span { | ||
+ | background-image: linear-gradient( #fff6f6 0%, #8cb84f 100%); | ||
+ | } | ||
+ | |||
+ | /* Linkfarbe anpassen */ | ||
+ | div.vectorTabs li a | ||
+ | { | ||
+ | color: #8cb84f; | ||
+ | } | ||
+ | |||
+ | .vectorTabs .new a, .vectorTabs .new a:visited{ | ||
+ | color: #4b9051; | ||
+ | |||
+ | }/* # Startseite: # */ | ||
+ | |||
+ | .page-Hauptseite #mw-content-text { | ||
+ | width: 1000px; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite #firstHeading, | ||
+ | .page-Hauptseite #toc | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite #mw-content-text h2, | ||
+ | .page-Hauptseite #mw-content-text h3 | ||
+ | { | ||
+ | color: #8cb84f; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite #mw-content-text h2 { | ||
+ | margin-bottom: 10px; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite #mw-content-text h3 { | ||
+ | font-weight: 400; | ||
+ | line-height: 1.2; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite #mw-content-text hr { | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite .ersteReihe { | ||
+ | float: left; | ||
+ | margin: 0 0 25px; | ||
+ | width: 25%; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite #mw-content-text .ersteReihe h3 { | ||
+ | font-size: 1.3em; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite #mw-content-text ul { | ||
+ | margin: 20px 0 0 12px; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite .zweiteReihe{ | ||
+ | float: left; | ||
+ | width: 25%; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite .dritteReihe { | ||
+ | /* margin: 15px 0; */ | ||
+ | float: left; | ||
+ | width: 25%; | ||
+ | margin-bottom: 30px; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite .dritteReihe h3 { | ||
+ | margin-top: 0; | ||
+ | padding-top: 0; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite .ueberschriftEinzeilig { | ||
+ | margin-bottom: 29px; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite #mw-content-text #ueberschriftNachfolgomat { | ||
+ | color: #0d522b; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite #mw-content-text #ueberschriftMarkencloud { | ||
+ | color: #25aae2; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | .page-Hauptseite .dritteReihe p { | ||
+ | margin: 10px 0 0; | ||
+ | } | ||
+ | */ | ||
+ | |||
+ | .page-Hauptseite .vierteReihe{ | ||
+ | clear: both; | ||
+ | margin-bottom: 30px; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite #reiheNetzwerk{ | ||
+ | background-color: #8cb84f; | ||
+ | width: 100%; | ||
+ | height: 200px; | ||
+ | margin-top: 20px; | ||
+ | margin-bottom: 20px; | ||
+ | color: #fff; | ||
+ | padding: 30px 0px 0px 0px; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite #reiheNetzwerkDeutschlandText { | ||
+ | padding: 2.8% 0; | ||
+ | float: left; | ||
+ | width: 60%; | ||
+ | margin-right: 6.6%; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite #reiheNetzwerkDeutschlandBild { | ||
+ | float: left; | ||
+ | margin-top: 8px; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite .partner { | ||
+ | float: left; | ||
+ | width: 25%; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite #partner1 p { | ||
+ | margin: 11% 0 0; | ||
+ | } | ||
+ | #partner3{ | ||
+ | margin-left: 5%; | ||
+ | width: 15%; | ||
+ | } | ||
+ | |||
+ | #partner4{ | ||
+ | margin-top: 25px; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite #reiheEMail { | ||
+ | } | ||
+ | |||
+ | |||
+ | .page-Hauptseite #partner2 p { | ||
+ | margin: 6% 0 0; | ||
+ | } |
Version vom 1. Juli 2023, 22:08 Uhr
#taxobox {font-size:0.9em; width: 45em; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; float: right; margin-left:36px; margin-top:-2px; -webkit-box-shadow: 3px 2px 5px #aaa; -moz-box-shadow: 3px 2px 5px #aaa; box-shadow: 3px 2px 5px #aaa; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
#taxobox2 {font-size:0.9em; width: 68em; border: 5px solid #aaaaaa; background-color: #f9f9f9; color: black; float: right; margin-left:36px; margin-top:-2px; -webkit-box-shadow: 3px 2px 5px #aaa; -moz-box-shadow: 3px 2px 5px #aaa; box-shadow: 3px 2px 5px #aaa; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
#taxobox3 {font-size:0.9em; width: 38em; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; float: right; margin-left:36px; margin-top:-2px; -webkit-box-shadow: 3px 2px 5px #aaa; -moz-box-shadow: 3px 2px 5px #aaa; box-shadow: 3px 2px 5px #aaa; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
#taxobox4 {font-size:0.9em; width: 35em; border: 4px solid #aaaaaa; background-color: #f9f9f9; color: black; float: right; margin-left:36px; margin-top:-2px; -webkit-box-shadow: 3px 2px 5px #aaa; -moz-box-shadow: 3px 2px 5px #aaa; box-shadow: 3px 2px 5px #aaa; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
#taxobox5 {font-size:0.9em; width: 20em; border: 7px solid #aaaaaa; background-color: #f9f9f9; color: black; float: right; margin-left:36px; margin-top:-2px; -webkit-box-shadow: 3px 2px 5px #aaa; -moz-box-shadow: 3px 2px 5px #aaa; box-shadow: 3px 2px 5px #aaa; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
#taxobox-oben {text-align: center; background-color:#ccccff; font-size:1.5em; padding-top:6px; padding-bottom:6px; Color:#575757; }
/* Links */
a {
color: #256592 !important;
}
#mw-navigation #mw-panel .portal a {
color: #256592 !important;
}
#mw-navigation #mw-panel .portal a:visited {
color: #68757f;
}
/* Rahmenfarbe um den Inhaltsbereich anpassen */
div#content {
border-color: #8cb84f;
}
div.vectorTabs {
background-image: linear-gradient( #fff6f6 0%, #8cb84f 100%);
}
div.vectorTabs ul li {
background-image: none;
}
div.vectorTabs span {
background-image: linear-gradient( #fff6f6 0%, #8cb84f 100%);
}
/* Linkfarbe anpassen */
div.vectorTabs li a
{
color: #8cb84f;
}
.vectorTabs .new a, .vectorTabs .new a:visited{
color: #4b9051;
}/* # Startseite: # */
.page-Hauptseite #mw-content-text {
width: 1000px;
}
.page-Hauptseite #firstHeading,
.page-Hauptseite #toc
{
display: none;
}
.page-Hauptseite #mw-content-text h2,
.page-Hauptseite #mw-content-text h3
{
color: #8cb84f;
}
.page-Hauptseite #mw-content-text h2 {
margin-bottom: 10px;
}
.page-Hauptseite #mw-content-text h3 {
font-weight: 400;
line-height: 1.2;
}
.page-Hauptseite #mw-content-text hr {
clear: both;
}
.page-Hauptseite .ersteReihe {
float: left;
margin: 0 0 25px;
width: 25%;
}
.page-Hauptseite #mw-content-text .ersteReihe h3 {
font-size: 1.3em;
}
.page-Hauptseite #mw-content-text ul {
margin: 20px 0 0 12px;
}
.page-Hauptseite .zweiteReihe{
float: left;
width: 25%;
}
.page-Hauptseite .dritteReihe {
/* margin: 15px 0; */
float: left;
width: 25%;
margin-bottom: 30px;
}
.page-Hauptseite .dritteReihe h3 {
margin-top: 0;
padding-top: 0;
}
.page-Hauptseite .ueberschriftEinzeilig {
margin-bottom: 29px;
}
.page-Hauptseite #mw-content-text #ueberschriftNachfolgomat {
color: #0d522b;
}
.page-Hauptseite #mw-content-text #ueberschriftMarkencloud {
color: #25aae2;
}
/*
.page-Hauptseite .dritteReihe p {
margin: 10px 0 0;
}
*/
.page-Hauptseite .vierteReihe{
clear: both;
margin-bottom: 30px;
}
.page-Hauptseite #reiheNetzwerk{
background-color: #8cb84f;
width: 100%;
height: 200px;
margin-top: 20px;
margin-bottom: 20px;
color: #fff;
padding: 30px 0px 0px 0px;
}
.page-Hauptseite #reiheNetzwerkDeutschlandText {
padding: 2.8% 0;
float: left;
width: 60%;
margin-right: 6.6%;
}
.page-Hauptseite #reiheNetzwerkDeutschlandBild {
float: left;
margin-top: 8px;
}
.page-Hauptseite .partner {
float: left;
width: 25%;
}
.page-Hauptseite #partner1 p {
margin: 11% 0 0;
}
#partner3{
margin-left: 5%;
width: 15%;
}
#partner4{
margin-top: 25px;
}
.page-Hauptseite #reiheEMail {
}
.page-Hauptseite #partner2 p {
margin: 6% 0 0;
}