Achtung: diese Seite wird nur zu Testzwecken betrieben. Hier gelangen Sie zur Madipedia-Website: https://madipedia.de
MediaWiki:Dzlm.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 62: | Zeile 62: | ||
.button{ | .button{ | ||
color: black; | color: black; | ||
display: block; | |||
width: 140px; | |||
height: 40px; | |||
background-color: rgb(239, 233, 217); | |||
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{ | .button:hover{ | ||
border-bottom: | border-bottom: #a9a9a9 1px solid; | ||
border-right: | border-right: #a9a9a9 1px solid; | ||
border-top: | border-top: #a9a9a9 1px solid; | ||
border-left: | border-left: #a9a9a9 1px solid; | ||
border-radius: | padding: 11px 14px 9px 16px; | ||
background-color: rgb( | border-radius:5px; | ||
background-color: rgb(180, 150, 80); | |||
} | } | ||
.buttonunterstreichen{ | .buttonunterstreichen{ | ||
color: | color:#e5e5e5; | ||
text-decoration:underline; | text-decoration:underline; | ||
} | } |
Aktuelle Version vom 13. April 2016, 08:12 Uhr
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */ .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(239, 233, 217); 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: #a9a9a9 1px solid; border-right: #a9a9a9 1px solid; border-top: #a9a9a9 1px solid; border-left: #a9a9a9 1px solid; padding: 11px 14px 9px 16px; border-radius:5px; background-color: rgb(180, 150, 80); } .buttonunterstreichen{ color:#e5e5e5; text-decoration:underline; } .buttontabelle{ display: block; align:center; padding: auto; border:1px; }