MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 24: | Zeile 24: | ||
.tabelleinfobox{ | .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; | border:1px; | ||
align:left; | align:left; | ||
width: | width: | ||
height:57px;} | height:57px;} | ||
Version vom 18. Januar 2016, 13:38 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/*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;}