Diferencia entre revisiones de «MediaWiki:Timeless.css»
De CEBES Perquín
| Línea 16: | Línea 16: | ||
	float: right;  | 	float: right;  | ||
	margin-left: -14em;  | 	margin-left: -14em;  | ||
| − | 	width:   | + | 	width: 70%;  | 
}  | }  | ||
#mw-related-navigation {  | #mw-related-navigation {  | ||
Revisión del 13:27 8 dic 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: 70%;
}
#mw-related-navigation {
	width: 14em;
	padding: 0 1em 0 0;
}