Vorlage:Minibutton mobil/style.css

Aus dieBasis Wiki
< Vorlage:Minibutton mobil
Version vom 8. Mai 2023, 18:53 Uhr von de>Basisnerd (neu)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen
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;
}