MediaWiki:Mobile.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 51: | Zeile 51: | ||
/* Buttons von Vorlage:pers */ | /* Buttons von Vorlage:pers */ | ||
| − | . | + | .button{ |
color: black; | color: black; | ||
display: block; | display: block; | ||
| Zeile 67: | Zeile 67: | ||
} | } | ||
| − | . | + | .button:hover{ |
border-bottom: rgb(169, 169, 169) 1px solid; | border-bottom: rgb(169, 169, 169) 1px solid; | ||
border-right: rgb(169, 169, 169) 1px solid; | border-right: rgb(169, 169, 169) 1px solid; | ||
| Zeile 75: | Zeile 75: | ||
background-color: rgb(202, 202, 202); | background-color: rgb(202, 202, 202); | ||
} | } | ||
| − | . | + | .buttonunterstreichen{ |
color:rgb(169, 169, 169); | color:rgb(169, 169, 169); | ||
text-decoration:underline; | text-decoration:underline; | ||
} | } | ||
| − | . | + | .buttontabelle{ |
display: block; | display: block; | ||
align:center; | align:center; | ||
Version vom 22. März 2016, 11:20 Uhr
/* Das folgende CSS wird für alle Nutzer der mobilen Version geladen. */
.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:100%;
height: 100%;
background-color: rgb(247, 247, 247);
font-size: 0.5em;
text-align: left;
text-decoration: none;
border-radius:2%;
border-top: rgb(229, 229, 229) 1px solid;
border-left: rgb(229, 229, 229) 1px solid;
border-bottom:rgb(229, 229, 229) 1px solid;
border-right: rgb(229, 229, 229) 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;
font-size: 0.5em;
padding: auto;
border:1px;
width:100%;
height:100%;
}