Vorlage:Minibutton mobil/style.css

< Vorlage:Minibutton mobil
Version vom 28. Oktober 2023, 17:35 Uhr von Basisnerd (Diskussion | Beiträge) (1 Version importiert: DB-Crash)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
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;
}