Diferencia entre revisiones de «MediaWiki:Pivot.css»

m
Patch for quotes in small-caps font
m (+TemplateData styles)
m (Patch for quotes in small-caps font)
 
(No se muestran 6 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) */
 
/* navbox line titles */
th { text-align: center!important; }
.infobox .kv th, .navbar .kv th { font-weight: bold; text-align: right; width: 10%; }
/* improving indicators */
/* TemplateData styles 2018-10-26 */
.mw-templatedata-doc-params { width: 100%; }
 
/* fix .center 2018-11-24 */
div.center { margin: auto; width: fit-content; }