Diferencia entre revisiones de «MediaWiki:Pivot.css»

De La Coppermind
Ir a la navegación Ir a la búsqueda
m (try more)
Línea 1: Línea 1:
 
/* copper colours */
 
/* copper colours */
 
body { background-color: #f3f7fe; }
 
body { background-color: #f3f7fe; }
.tab-bar, ul.side-nav label { background: #b4692d; }
+
.tab-bar, ul.side-nav label { background: #a9431e; }
   
 
/* colorise code boxes*/
 
/* colorise code boxes*/

Revisión del 01:07 14 nov 2021

/* copper colours */
body { background-color: #f3f7fe; }
.tab-bar, ul.side-nav label { background: #a9431e; }

/* colorise code boxes*/
.mw-code { background: white; padding: 1em; margin-bottom: 1em; }
#editform textarea { font: initial; font-family: monospace; }

/* sidebar width on desktop */
#page-content>.row { display: flex; }
#sidebar { width: fit-content; max-width: 15em; position: sticky; }
#p-cactions { flex-grow: 1; padding-bottom: 0!important; }

/* footer styles */
footer.row { margin-bottom: 0!important; padding: 1em; display: flex; justify-content: space-between; flex-wrap: wrap-reverse; }

/* quote styles */
blockquote span { display: none; }

/* thumbnails (copied from vector) */
.thumb { margin: 1em; margin-top: .5em; }
.thumb.tleft { margin-left: 0; }
.thumb.tright { margin-right: 0; }
.thumbinner {
  border: 1px solid #c8ccd1;
  padding: 3px;
  background-color: #f8f9fa;
  font-size: 94%;
  text-align: center;
  box-sizing: content-box;
}
.thumbimage {
  border: 1px solid #c8ccd1;
}
.thumbcaption .magnify a {
  display: block;
  width: 15px;
  height: 11px;
  background-image: linear-gradient( transparent,transparent ),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2015%22%20width%3D%2215%22%20height%3D%2211%22%3E%0A%20%20%20%20%3Cg%20id%3D%22magnify-clip%22%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22bigbox%22%20d%3D%22M1.509%201.865h10.99v7.919h-10.99z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22smallbox%22%20d%3D%22M-1.499%206.868h5.943v4.904h-5.943z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
  user-select: none;
  margin: 4px;
}

/* misc styles */
table[width="100%"] { width: 100%; }
.infobox table { margin-bottom: 0; }
#tagline { display: none; }
#categories { margin: 0; padding: 0 }
.mw-redirectedfrom { color: grey; font-size: .9em; }
#echo-notifications { margin: 1em; margin-right: 4em; margin-bottom: 0; }
#p-cactions { padding-top: 0; }
input, select, button { margin: 0; }

/* citation columns */
.mw-references-columns { column-width: auto; }
ol.references { margin-left: 1em; }

/* navbox line titles */
th { text-align: center!important; }
.infobox .kv th, .navbar .kv th { font-weight: bold; text-align: right; width: 10%; }
/* improving indicators */
.mw-indicators {
  float: none;
  margin: 0;
  text-align: center;
  width: auto;
  height: 0;
}
.mw-indicator { float: none!important; margin-top: .5em; }
#mw-indicator-status { float: right!important; }
#mw-indicator-exemplary { float: right!important; }
/* improve fieldset stuff */
fieldset hr { display: none }
fieldset .mw-input { width: fit-content; }
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; }