Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : Maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac) ;
  • Google Chrome : Appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac) ;
  • Internet Explorer : Maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ;
  • Opera : Allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité & sécurité → Effacer les données d'exploration → Images et fichiers en cache.
@charset "UTF-8";
/* 240425 1612 - Editing User:Ineuw/vector.css - Wikisource, the free online library — Mozilla Firefox */

/* Hide popup of edit has been saved. OK as of 2019-03-25 */
.postedit {
	display: none;
}

/* OK as of 2019-03-25 */
#mw-panel {
	top: 0 !important;
}

#p-logo {
	display: none;}

#column-one {
	padding-top: 0;}

.reference-text .__pbreak{
	line-height:80% !important;
}

#ca-proofreadPageEditInSequenceLink{
	visibility: hidden !important;
}

/* wiki preview content box can only be padded. margins don't work.*/
#wikiPreview.ontop {
	padding-right:660px !important;
}

/* Page namespace "read" view text and margins */
.pagetext {
	font-family:FreeSerif !important;
	font-size:large !important;
	line-height:140% !important;
	padding-left:40px !important;
	margin-right:40px !important;
	text-align:justify !important;
}

/* Page namespace "edit" text and margins in side by side display */
.mw-editform #wpTextbox1 {
	font-family:FreeMono !important;
	font-size:19px !important;
	line-height:130% !important;
	padding-left:40px !important;
	padding-right:40px !important;
	background-color: #F5F5F5 !important;
}

/*  */
.mw-editform #wpHeaderTextbox, #wpFooterTextbox {
	font-family:FreeMono !important;
	font-size:19px !important;
	line-height:130% !important;
	padding-left:40px !important;
	padding-right:40px !important;
	background-color: #F5F5F5 !important;
}
/* main namespace page content only */
.ws-page-container, .page-Main_Page, #body {
	font-size: large !important;
	line-height: 1.4 !important;
	font-family: FreeSerif !important;
}