MediaWiki:Dzlm.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 16: | Zeile 16: | ||
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;} | ||
+ | |||
+ | .infobox { | ||
+ | color: black; | ||
+ | display: block; | ||
+ | width: height: 60px; | ||
+ | background-color: rgb(255, 255, 255); | ||
+ | /*background-color: rgb(248, 242, 226);*/ | ||
+ | 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; | ||
} | } | ||
.tabelleinfobox{ | .tabelleinfobox{ |
Version vom 18. Januar 2016, 13:39 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. */ .infobox { color: black; display: block; width: height: 60px; background-color: rgb(255, 255, 255); /*background-color: rgb(248, 242, 226);*/ 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;} .infobox { color: black; display: block; width: height: 60px; background-color: rgb(255, 255, 255); /*background-color: rgb(248, 242, 226);*/ 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; } .tabelleinfobox{ border:1px; align:left; width: height:57px;}