Un style un peu mieux, un titre à la page, et d'autres trucs

This commit is contained in:
Mysaa
2021-06-05 18:17:31 +02:00
parent f515420c6c
commit 7ac29bb13d
16 changed files with 192 additions and 201 deletions
BIN
View File
Binary file not shown.
+6 -33
View File
@@ -1,20 +1,8 @@
/** General **/
@font-face {
font-family: funny;
src: url("funny.otf");
}
@font-face {
font-family: fleurs;
src: url("fleurs.TTF");
}
body{
body ,a{
background-color:#222;
color:rgb(100,200,40);
text-align:center;
font-family:funny;
font-size:50px;
}
body::selection , br::selection{
background-color: rgb(100,200,40);
@@ -25,19 +13,6 @@ article{
padding:5px;
border:3px #999 outset;
}
a{
color:black;
}
a.bleu{
color:blue;
}
a.grand{
font-size:4em;
}
header{
background-color:#222;
color:rgb(100,200,40);
@@ -46,9 +21,9 @@ header{
border-bottom:3px rgb(100,200,40) solid;
text-align:center;
}
/*header a{
header a{
color:rgb(100,200,40);
}*/
}
#bande{
display:block;
padding-bottom:5px;
@@ -59,18 +34,16 @@ header{
nav{
text-align:center;
}
/*
nav a{
color:rgb(100,200,40);
padding-left:70px;
padding-right:70px;
background-color:#222;
font-family:fleurs;
font-size:4ex;
border:3px rgb(100,200,40) outset;border:3px rgb(100,200,40) outset;
border-collapse:collapse;
text-decoration:none;
}*/
}
footer{
border-top:10px rgb(100,200,40) double;
background-color:#222;
@@ -84,14 +57,14 @@ footer{
#me_contacter{
float:right;
color:rgb(100,200,40);
}/*
}
a#haut_de_page{
background-color:rgb(100,200,40);
color:#222;
position:relative;
top:10px;
padding:10px;
}*/
}
/** Login **/
#loginForm{