Vorlage:Minibutton mobil/style.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
de>Basisnerd (neu) |
K (1 Version importiert: DB-Crash) |
Aktuelle Version vom 28. Oktober 2023, 16:35 Uhr
span.minibutton {
background:#f2f2f2;
color:darkgreen;
word-wrap:break-word;
opacity:1;
transition:opacity 1.2s;
}
a.minibutton {
text-decoration:none !important;
}
.minibutton:hover {
opacity:0.7;
color:yellow;
background: red;
text-decoration: none !important;
word-wrap:break-word;
font-size: 120%;
}
a:link {
text-decoration: none !important;
}
a:hover {
text-decoration: none !important;
}
table.mytable {
text-decoration:none !important;
border: 0px;
}
th.mytable {
text-decoration:none !important;
border: 0px;
}
td.mytable {
text-decoration:none !important;
border: 0px;
}