Quelques petites modifications de style …

This commit is contained in:
Mysaa 2021-06-05 18:12:49 +02:00
parent 3e8d10144f
commit f515420c6c
2 changed files with 33 additions and 6 deletions

BIN
css/fleurs.TTF Normal file

Binary file not shown.

View File

@ -1,8 +1,20 @@
/** General **/
body ,a{
@font-face {
font-family: funny;
src: url("funny.otf");
}
@font-face {
font-family: fleurs;
src: url("fleurs.TTF");
}
body{
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);
@ -13,6 +25,19 @@ 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);
@ -21,9 +46,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;
@ -34,16 +59,18 @@ header a{
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;
@ -57,14 +84,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{