ajout css pour cacher la page tant que pas chargee entierement

This commit is contained in:
ethylotest
2021-03-23 16:35:01 +01:00
parent 0d132858c1
commit 4105d23024
11 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,6 @@
aside.aside_right .relative_box {
border-style: none;
}
img#cataplasme {
border: 1px solid lightgrey;
}

View File

@@ -1,3 +1,6 @@
aside.aside_right .relative_box {
border-style: none;
}
.sommaire_name_width {
padding: 0px 5px;
background-color: hsl(var(--hue-4) 50% 90%);

4
styles/load.css Normal file
View File

@@ -0,0 +1,4 @@
html {
visibility: visible !important;
opacity: 1 !important;
}

View File

@@ -15,4 +15,5 @@
@import url(./text.css);
@import url(./images.css);
@import url(./load.css);