Zum Inhalt springen

MediaWiki:Minerva.css: Unterschied zwischen den Versionen

Aus test_auth
Frank3 (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Frank3 (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:
.vote-radio-span{
.vote-radio-span{
   display: inline-block;
   display: inline-block;
   width:10px;
   width:14px;
}
}


.vote-radio{
.vote-radio{
   width:8px;
   width:12px;
   height:8px;
   height:12px;
   margin-left:1px;
   margin-left:1px;
}
}

Version vom 25. Juni 2024, 13:07 Uhr

/* All CSS here will be loaded for users of the MinervaNeue skin */

/* Style of the radio buttons in the vote */
.vote-radio-span{
  display: inline-block;
  width:14px;
}

.vote-radio{
  width:12px;
  height:12px;
  margin-left:1px;
}



input {
  background-color: white;
}

fieldset {
  background-color: whitesmoke;
  cursor: pointer;
  margin: 5px;
  padding: 5px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  max-width: 500px;


}

fieldset p {
  margin: 1em;
}

legend {
  color: white;
  background-color: grey;
  float: right;
  padding: 0.2em 1.5em;
  border-bottom-left-radius: 0.5em;
}

.mw-collapsible {
  background-color: whitesmoke;
  cursor: pointer;
  margin: 5px;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .mw-collapsible:hover {
  background-color: lightgrey;
}

.mw-collapsible-content {
  padding: 5px;
  display: none;
  overflow: hidden;
  background-color: whitesmoke;
}
Cookies helfen uns bei der Bereitstellung von test_auth. Durch die Nutzung von test_auth erklärst du dich damit einverstanden, dass wir Cookies speichern.