Commentaires sur le découpage du CSS

This commit is contained in:
Vincent Calame 2022-01-08 12:10:27 +01:00 committed by root
parent c2066cc6f6
commit 66c4ddd0a7
1 changed files with 16 additions and 2 deletions

View File

@ -7,11 +7,21 @@
|_| |_|
*/ */
/********************************
* Ajustement global
*******************************/
body { body {
margin-top: 0; margin-top: 0;
padding-top: 42px !important; padding-top: 42px !important;
} }
/********************************
* Classes .chapril-banniere-
*******************************/
.chapril-banniere-Entree { .chapril-banniere-Entree {
font-family: sans-serif; font-family: sans-serif;
text-transform: uppercase; text-transform: uppercase;
@ -136,12 +146,16 @@ body {
} }
/* Fixed Dokuwiki. */ /************************************
* Adaptation pour certains services
************************************
/* Dokuwiki. */
#dokuwiki__usertools { #dokuwiki__usertools {
top: 43px !important; top: 43px !important;
} }
/* Fixed PAD. */ /* PAD. */
#editorcontainerbox { #editorcontainerbox {
top: 43px !important; top: 43px !important;
} }