Diferencia entre revisiones de «MediaWiki:Timeless.css»

De CEBES Perquín
Línea 4: Línea 4:
 
}
 
}
  
@media (min-width: 2000px) {
+
#mw-content-block {
  #mw-content-block {
+
display: block;
    display: block;
+
}
  }
+
 
  #mw-content,
+
#mw-content,
  #content-bottom-stuff {
+
#content-bottom-stuff {
  margin-left: 14em;
+
margin-left: 14em;
  }
+
}
  #mw-content-wrapper {
+
 
    float: right;
+
#mw-content-wrapper {
    margin-left: -14em;
+
float: right;
    width: 100%;
+
margin-left: -14em;
  }
+
width: 100%;
  #mw-related-navigation {
+
}
    width: 14em;
+
#mw-related-navigation {
    padding: 0 1em 0 0;
+
width: 14em;
  }
+
padding: 0 1em 0 0;
 
}
 
}

Revisión del 16:14 22 oct 2020

/* CSS placed here will affect users of the Timeless skin */
#p-logo-text a {
    font-size: 1.5em;
}

#mw-content-block {
	display: block;
}

#mw-content,
#content-bottom-stuff {
	margin-left: 14em;
}

#mw-content-wrapper {
	float: right;
	margin-left: -14em;
	width: 100%;
}
#mw-related-navigation {
	width: 14em;
	padding: 0 1em 0 0;
}