MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Msot (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: .infobox { color: black; display: block; width: height: 60px; background-co…“) |
Msot (Diskussion | Beiträge) |
||
| (11 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
| + | |||
| + | .mw-body h1, .mw-body h2 { | ||
| + | font-family: sans-serif; | ||
| + | line-height: 1.3; | ||
| + | margin-bottom: 0.25em; | ||
| + | padding: 0; | ||
| + | } | ||
| + | |||
| + | /*Für Infoboxen mit Aufklappmenü*/ | ||
| + | .mw-collapsible.fixtoggle > .mw-collapsible-toggle { | ||
| + | float: none; | ||
| + | } | ||
.infobox { | .infobox { | ||
color: black; | color: black; | ||
display: block; | display: block; | ||
width: height: 60px; | width: height: 60px; | ||
| − | background-color: rgb( | + | /*background-color: rgb(255, 255, 255);*/ |
| − | padding: 10px | + | padding: 10px 10px; |
text-align: left; | text-align: left; | ||
font-family: Arial; | font-family: Arial; | ||
| − | font-size: 0. | + | font-size: 0.9em; |
text-decoration: none; | text-decoration: none; | ||
border-radius: 0px; | border-radius: 0px; | ||
| Zeile 15: | Zeile 27: | ||
border-bottom: #B70000 1px solid; | border-bottom: #B70000 1px solid; | ||
border-right: #B70000 1px solid; | border-right: #B70000 1px solid; | ||
| + | } | ||
| + | |||
| + | .tabelleinfobox{ | ||
| + | border:1px; | ||
| + | align:left; | ||
| + | width: | ||
| + | height:57px;} | ||
| + | |||
| + | .zitierhinweis { | ||
| + | color: black; | ||
| + | display: block; | ||
| + | width: height: 60px; | ||
| + | /*background-color: rgb(255, 255, 255);*/ | ||
| + | padding: 10px 10px; | ||
| + | text-align: left; | ||
| + | font-family: Arial; | ||
| + | font-size: 0.9em; | ||
| + | text-decoration: none; | ||
| + | border-radius: 0px; | ||
| + | border-top: #2EB800 1px solid; | ||
| + | border-left: #2EB800 1px solid; | ||
| + | border-bottom: #2EB800 1px solid; | ||
| + | border-right: #2EB800 1px solid; | ||
| + | } | ||
| + | |||
| + | .tabellezitierhinweis{ | ||
| + | border:1px; | ||
| + | align:left; | ||
| + | width: | ||
| + | height:57px;} | ||
| + | |||
| + | |||
| + | /* Buttons von Vorlage:pers */ | ||
| + | .button{ | ||
| + | color: black; | ||
| + | display: block; | ||
| + | width: 140px; | ||
| + | height: 40px; | ||
| + | background-color: rgb(247,247,247); | ||
| + | padding: 10px 15px; | ||
| + | text-align: left; | ||
| + | font-family: Arial; | ||
| + | font-size: 1.0em; | ||
| + | text-decoration: none; | ||
| + | border-radius: 5px; | ||
| + | border-top: #e5e5e5 1px solid; | ||
| + | border-left: #e5e5e5 1px solid; | ||
| + | border-bottom: #e5e5e5 1px solid; | ||
| + | border-right: #e5e5e5 1px solid; | ||
| + | } | ||
| + | |||
| + | .button:hover{ | ||
| + | border-bottom: rgb(169, 169, 169) 1px solid; | ||
| + | border-right: rgb(169, 169, 169) 1px solid; | ||
| + | border-top: rgb(169, 169, 169) 1px solid; | ||
| + | border-left: rgb(169, 169, 169) 1px solid; | ||
| + | border-radius:3%; | ||
| + | background-color: rgb(202, 202, 202); | ||
| + | } | ||
| + | .buttonunterstreichen{ | ||
| + | color:rgb(169, 169, 169); | ||
| + | text-decoration:underline; | ||
| + | } | ||
| + | .buttontabelle{ | ||
| + | display: block; | ||
| + | align:center; | ||
| + | padding: auto; | ||
| + | border:1px; | ||
| + | |||
| + | } | ||
| + | |||
| + | /* | ||
| + | div#mw-content-text img { | ||
| + | padding: 10px 0 20px 0; | ||
| + | } | ||
| + | */ | ||
| + | |||
| + | div#maidipedia-intro { | ||
| + | padding: 20px; | ||
| + | } | ||
| + | |||
| + | /* Default icon URLs */ | ||
| + | .leaflet-default-icon-path { | ||
| + | background-image: url(images/marker-icon.png); | ||
| + | } | ||
| + | |||
| + | .leaflet-default-shadow-path { | ||
| + | background-image: url(images/marker-shadow.png); | ||
| + | } | ||
| + | |||
| + | div#localNotice { | ||
| + | color: #BA0000; | ||
| + | padding: 1rem; | ||
| + | width: 100%; | ||
| + | border: 1px dotted #777; | ||
| + | font-weight: bold; | ||
| + | font-size: 1rem; | ||
} | } | ||
Aktuelle Version vom 28. April 2022, 09:58 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.mw-body h1, .mw-body h2 {
font-family: sans-serif;
line-height: 1.3;
margin-bottom: 0.25em;
padding: 0;
}
/*Für Infoboxen mit Aufklappmenü*/
.mw-collapsible.fixtoggle > .mw-collapsible-toggle {
float: none;
}
.infobox {
color: black;
display: block;
width: height: 60px;
/*background-color: rgb(255, 255, 255);*/
padding: 10px 10px;
text-align: left;
font-family: Arial;
font-size: 0.9em;
text-decoration: none;
border-radius: 0px;
border-top: #B70000 1px solid;
border-left: #B70000 1px solid;
border-bottom: #B70000 1px solid;
border-right: #B70000 1px solid;
}
.tabelleinfobox{
border:1px;
align:left;
width:
height:57px;}
.zitierhinweis {
color: black;
display: block;
width: height: 60px;
/*background-color: rgb(255, 255, 255);*/
padding: 10px 10px;
text-align: left;
font-family: Arial;
font-size: 0.9em;
text-decoration: none;
border-radius: 0px;
border-top: #2EB800 1px solid;
border-left: #2EB800 1px solid;
border-bottom: #2EB800 1px solid;
border-right: #2EB800 1px solid;
}
.tabellezitierhinweis{
border:1px;
align:left;
width:
height:57px;}
/* Buttons von Vorlage:pers */
.button{
color: black;
display: block;
width: 140px;
height: 40px;
background-color: rgb(247,247,247);
padding: 10px 15px;
text-align: left;
font-family: Arial;
font-size: 1.0em;
text-decoration: none;
border-radius: 5px;
border-top: #e5e5e5 1px solid;
border-left: #e5e5e5 1px solid;
border-bottom: #e5e5e5 1px solid;
border-right: #e5e5e5 1px solid;
}
.button:hover{
border-bottom: rgb(169, 169, 169) 1px solid;
border-right: rgb(169, 169, 169) 1px solid;
border-top: rgb(169, 169, 169) 1px solid;
border-left: rgb(169, 169, 169) 1px solid;
border-radius:3%;
background-color: rgb(202, 202, 202);
}
.buttonunterstreichen{
color:rgb(169, 169, 169);
text-decoration:underline;
}
.buttontabelle{
display: block;
align:center;
padding: auto;
border:1px;
}
/*
div#mw-content-text img {
padding: 10px 0 20px 0;
}
*/
div#maidipedia-intro {
padding: 20px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
background-image: url(images/marker-icon.png);
}
.leaflet-default-shadow-path {
background-image: url(images/marker-shadow.png);
}
div#localNotice {
color: #BA0000;
padding: 1rem;
width: 100%;
border: 1px dotted #777;
font-weight: bold;
font-size: 1rem;
}