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ü*/ | | /*Für Infoboxen mit Aufklappmenü*/ |
Zeile 51: |
Zeile 58: |
| width: | | width: |
| height:57px;} | | 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; |
| + | |
| + | } |