Diferencia entre revisiones de «MediaWiki:Pivot.css»

m
Patch for quotes in small-caps font
m (tweak order for references)
m (Patch for quotes in small-caps font)
 
(No se muestran 9 ediciones intermedias de 2 usuarios)
/* copper colours */
body { background-color: #f3f7fe; }
.tab-bar, ul.side-nav label { background: #b4692da9431e; }
 
/* colorise code boxes*/
.mw-code { background: white; padding: 1em; margin-bottom: 1em; }
#editform textarea { font: initial; font-family: monospace; }
 
/* sidebar width on desktop */
 
/* quote styles */
blockquote span.quotation-mark { display: none; }
 
/* thumbnails (copied from vector) */
#echo-notifications { margin: 1em; margin-right: 4em; margin-bottom: 0; }
#p-cactions { padding-top: 0; }
input, select, button { margin: 0; }
 
/* citation columns */
 
/* navbox line titles */
th { text-align: center!important; }
.infobox .kv th, .navbar .kv th { font-weight: bold; text-align: right; width: 10%; }
/* improving indicators */
fieldset .mw-label { padding: .2em; }
fieldset input { width: fit-content!important; display: inline!important; }
fieldset select { width: fit-content!important; height: auto; }
 
/* TemplateData styles 2018-10-26 */
.mw-templatedata-doc-params { width: 100%; }
 
/* fix .center 2018-11-24 */
div.center { margin: auto; width: fit-content; }