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

@@ -9,6 +9,7 @@
<meta name="keywords" content="truc, bidule, chouette">
<link href="./styles/style.css" type="text/css" rel="stylesheet">
<link href="./styles/actualites.css" type="text/css" rel="stylesheet">
<style> html {visibility: hidden; opacity: 0;} </style>
</head>
<body>
<nav class="sticky">

View File

@@ -9,6 +9,7 @@
<meta name="keywords" content="truc, bidule, chouette">
<link href="./styles/style.css" type="text/css" rel="stylesheet">
<link href="./styles/kosmopolit.css" type="text/css" rel="stylesheet">
<style> html {visibility: hidden; opacity: 0;} </style>
</head>
<body>
<nav class="sticky">

View File

@@ -9,6 +9,7 @@
<meta name="keywords" content="truc, bidule, chouette">
<link href="./styles/style.css" type="text/css" rel="stylesheet">
<link href="./styles/lettres.css" type="text/css" rel="stylesheet">
<style> html {visibility: hidden; opacity: 0;} </style>
</head>
<body>
<nav class="sticky">

View File

@@ -9,6 +9,7 @@
<meta name="keywords" content="truc, bidule, chouette">
<link href="./styles/style.css" type="text/css" rel="stylesheet">
<link href="./styles/litterall.css" type="text/css" rel="stylesheet">
<style> html {visibility: hidden; opacity: 0;} </style>
</head>
<body>
<nav class="sticky">

View File

@@ -9,11 +9,7 @@
<meta name="keywords" content="truc, bidule, chouette">
<link href="./styles/style.css" type="text/css" rel="stylesheet">
<link href="./styles/litterall_26.css" type="text/css" rel="stylesheet">
<style>
aside.aside_right .relative_box {
border-style: none;
}
</style>
<style> html {visibility: hidden; opacity: 0;} </style>
</head>
<body>

View File

@@ -9,11 +9,7 @@
<meta name="keywords" content="truc, bidule, chouette">
<link href="./styles/style.css" type="text/css" rel="stylesheet">
<link href="./styles/litterall_27.css" type="text/css" rel="stylesheet">
<style>
aside.aside_right .relative_box {
border-style: none;
}
</style>
<style> html {visibility: hidden; opacity: 0;} </style>
</head>
<body>

View File

@@ -9,6 +9,7 @@
<meta name="keywords" content="truc, bidule, chouette">
<link href="./styles/style.css" type="text/css" rel="stylesheet">
<link href="./styles/traduire_retraduire.css" type="text/css" rel="stylesheet">
<style> html {visibility: hidden; opacity: 0;} </style>
</head>
<body>

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);