MediaWiki:Common.css: verschil tussen versies

Uit wiki-lilaca
Ga naar: navigatie, zoeken
Regel 20: Regel 20:
 
         top: 0;
 
         top: 0;
 
}
 
}
 +
/* remove history tab */
 +
#ca-history { display:none!important; }
 +
 +
/* remove talk tab (overleg) */
 +
#ca-talk { display:none!important; }

Versie van 2 aug 2016 om 16:50

/** CSS die hier wordt geplaatst heeft invloed op alle skins */
/* working ... */
#content{
        margin-left:auto !important;
        margin-right:auto;
	max-width: 950px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	max-width: 950px;
}

/* testing */
#mw-navigation {
        margin-left: auto !important;
	margin-right: auto;
	max-width: 1140px;
        top: 0;
}
/* remove history tab */
#ca-history { display:none!important; }

/* remove talk tab (overleg) */
#ca-talk { display:none!important; }