MediaWiki:Minerva.css: Unterschied zwischen den Versionen

Frank3 (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Frank5 (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 22: Zeile 22:
.mw-message-box {
.mw-message-box {
   background-color: whitesmoke;
   background-color: whitesmoke;
  cursor: pointer;
   margin: 0px;
   margin: 5px;
   padding: 5px;
   padding: 5px;
   width: 100%;
   width: 100%;
Zeile 34: Zeile 33:
fieldset {
fieldset {
   background-color: whitesmoke;
   background-color: whitesmoke;
  cursor: pointer;
   margin: 0px;
   margin: 5px;
   padding: 5px;
   padding: 5px;
   border: none;
   border: none;
   text-align: left;
   text-align: left;
   outline: none;
   outline: none;
  font-size: 15px;
   max-width: 500px;
   max-width: 500px;


}
}
Zeile 54: Zeile 50:
   background-color: grey;
   background-color: grey;
   float: right;
   float: right;
   padding: 0.2em 1.5em;
   padding: 0.2em 1em;
   border-bottom-left-radius: 0.5em;
   border-bottom-left-radius: 0.5em;
}
select {
  background-color: white;
  max-width:200px;
  white-space: pre;
  text-overflow: ellipsis;
}
}


Zeile 70: Zeile 73:
}
}


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


.mw-collapsible-content {
.mw-collapsible-content {
Zeile 88: Zeile 89:
   padding: 5px;
   padding: 5px;
   border: 1px solid #555;
   border: 1px solid #555;
   z-index: 99;
   z-index: 10002;
   width:300px;
   width:300px;
   font-size: 1rem;   
   font-size: 1rem;   
Zeile 102: Zeile 103:
   display:inline-block;
   display:inline-block;
   height: fit-content;
   height: fit-content;
 
  user-select: none;
 
}
}