Diferencia entre revisiones de «MediaWiki:Pivot.css»

De La Coppermind
Ir a la navegación Ir a la búsqueda
m (oops)
m (try thies)
Línea 4: Línea 4:
 
/* sidebar width on desktop */
 
/* sidebar width on desktop */
 
#page-content>.row { display: flex; }
 
#page-content>.row { display: flex; }
#sidebar { width: 15%; min-width: fit-content; }
+
#sidebar { width: 15%; min-width: fit-content; max-height: 100vh; overflow: scroll; }
 
#p-cactions { flex-grow: 1; }
 
#p-cactions { flex-grow: 1; }
 
/*@media only screen and (min-width: 64.0625em) #sidebar { width: 15%; }*/
 
/*@media only screen and (min-width: 64.0625em) #sidebar { width: 15%; }*/

Revisión del 18:30 15 jun 2018

/* copper colours */
body { background-color: #f3f7fe; }
.tab-bar, ul.side-nav label { background: #b4692d; }
/* sidebar width on desktop */
#page-content>.row { display: flex; }
#sidebar { width: 15%; min-width: fit-content; max-height: 100vh; overflow: scroll; }
#p-cactions { flex-grow: 1; }
/*@media only screen and (min-width: 64.0625em) #sidebar { width: 15%; }*/
/*@media only screen and (min-width: 64.0625em) #p-cactions { width: 85%; }*/

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

/* misc styles */
table[width="100%"] { width: 100%; }
.infobox table { margin-bottom: 0; }
#tagline { display: none; }
#editform textarea { font-family: monospace; }
#categories { margin: 0; padding: 0 }
.mw-redirectedfrom { color: grey; font-size: .9em; }
#echo-notifications { margin: 1em; padding-right: 3em; margin-bottom: 0; }
#p-cactions { padding-top: 0; }
/* citation columns */
.mw-references-columns { column-width: auto; }
.references { margin-left: 1em; }
/* navbox line titles */
.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; }