MediaWiki:RecentChanges.css: verschil tussen versies

Uit Wikikids
Naar navigatie springen Naar zoeken springen
(Nieuwe pagina aangemaakt met '.client-js .mw-recentchanges-toplinks:not(.mw-recentchanges-toplinks-collapsed) { margin-top: -1px; margin-left: -1px; margin-bottom: 0.5em; border:...')
 
Regel 5: Regel 5:
 
border: none;
 
border: none;
 
padding: 0;
 
padding: 0;
  +
}
  +
.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
  +
color: #087ecc;
  +
font-weight: bold;
  +
}
  +
.oo-ui-labelElement .oo-ui-labelElement-label, .oo-ui-labelElement.oo-ui-labelElement-label {
  +
-webkit-box-sizing: border-box;
  +
-moz-box-sizing: border-box;
  +
box-sizing: border-box;
  +
font-size: 12px;
  +
}
  +
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected .oo-ui-menuOptionWidget-checkIcon {
  +
display: none;
  +
}
  +
.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea {
  +
background-color: #fff;
  +
color: #000;
  +
border: 1px solid #a2a9b1;
  +
border-radius: 0px;
  +
padding: 0.546875em 0.5em 0.625em 0.5em;
  +
box-shadow: 0;
  +
font-size: inherit;
  +
font-family: inherit;
 
}
 
}

Versie van 8 aug 2019 20:27

.client-js .mw-recentchanges-toplinks:not(.mw-recentchanges-toplinks-collapsed) {
    margin-top: -1px;
    margin-left: -1px;
    margin-bottom: 0.5em;
    border: none;
    padding: 0;
}
.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
    color: #087ecc;
    font-weight: bold;
}
.oo-ui-labelElement .oo-ui-labelElement-label, .oo-ui-labelElement.oo-ui-labelElement-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected .oo-ui-menuOptionWidget-checkIcon {
    display: none;
}
.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea {
    background-color: #fff;
    color: #000;
    border: 1px solid #a2a9b1;
    border-radius: 0px;
    padding: 0.546875em 0.5em 0.625em 0.5em;
    box-shadow: 0;
    font-size: inherit;
    font-family: inherit;
}
Afkomstig van Wikikids , de interactieve Nederlandstalige Internet-encyclopedie voor en door kinderen. "https://wikikids.nl/index.php?title=MediaWiki:RecentChanges.css&oldid=572028"