« MediaWiki:Common.css » : différence entre les versions
De Wiki des possibles
						
						| Aucun résumé des modifications | Aucun résumé des modifications | ||
| Ligne 3 : | Ligne 3 : | ||
| 	background-image: url("https://wikidespossibles.org/images/8/81/Foire_des_Possibles_dans_Ahuntsic.jpg"); | 	background-image: url("https://wikidespossibles.org/images/8/81/Foire_des_Possibles_dans_Ahuntsic.jpg"); | ||
| 	background-attachment:fixed; | 	background-attachment:fixed; | ||
| } | |||
| table.pages {    | |||
| counter-reset: rowNumber; | |||
| } | |||
| table tr.noligne { | |||
|  counter-increment: rowNumber; | |||
| } | |||
| table tr td:first-child::before {    | |||
| content: counter(rowNumber);    | |||
| min-width: 1em;    | |||
| margin-right: 0.5em; | |||
| } | } | ||
Version du 8 décembre 2024 à 22:44
/* Le CSS placé ici sera appliqué à tous les habillages. */
body {
	background-image: url("https://wikidespossibles.org/images/8/81/Foire_des_Possibles_dans_Ahuntsic.jpg");
	background-attachment:fixed;
}
table.pages {   
counter-reset: rowNumber;
}
table tr.noligne {
 counter-increment: rowNumber;
}
table tr td:first-child::before {   
content: counter(rowNumber);   
min-width: 1em;   
margin-right: 0.5em;
}

