Quelques petites modifications de style …
This commit is contained in:
parent
3e8d10144f
commit
f515420c6c
BIN
css/fleurs.TTF
Normal file
BIN
css/fleurs.TTF
Normal file
Binary file not shown.
@ -1,8 +1,20 @@
|
|||||||
/** General **/
|
/** 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;
|
background-color:#222;
|
||||||
color:rgb(100,200,40);
|
color:rgb(100,200,40);
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
font-family:funny;
|
||||||
|
font-size:50px;
|
||||||
}
|
}
|
||||||
body::selection , br::selection{
|
body::selection , br::selection{
|
||||||
background-color: rgb(100,200,40);
|
background-color: rgb(100,200,40);
|
||||||
@ -13,6 +25,19 @@ article{
|
|||||||
padding:5px;
|
padding:5px;
|
||||||
border:3px #999 outset;
|
border:3px #999 outset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a{
|
||||||
|
color:black;
|
||||||
|
}
|
||||||
|
a.bleu{
|
||||||
|
color:blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.grand{
|
||||||
|
font-size:4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
header{
|
header{
|
||||||
background-color:#222;
|
background-color:#222;
|
||||||
color:rgb(100,200,40);
|
color:rgb(100,200,40);
|
||||||
@ -21,9 +46,9 @@ header{
|
|||||||
border-bottom:3px rgb(100,200,40) solid;
|
border-bottom:3px rgb(100,200,40) solid;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
header a{
|
/*header a{
|
||||||
color:rgb(100,200,40);
|
color:rgb(100,200,40);
|
||||||
}
|
}*/
|
||||||
#bande{
|
#bande{
|
||||||
display:block;
|
display:block;
|
||||||
padding-bottom:5px;
|
padding-bottom:5px;
|
||||||
@ -34,16 +59,18 @@ header a{
|
|||||||
nav{
|
nav{
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
nav a{
|
nav a{
|
||||||
color:rgb(100,200,40);
|
color:rgb(100,200,40);
|
||||||
padding-left:70px;
|
padding-left:70px;
|
||||||
padding-right:70px;
|
padding-right:70px;
|
||||||
background-color:#222;
|
background-color:#222;
|
||||||
|
font-family:fleurs;
|
||||||
font-size:4ex;
|
font-size:4ex;
|
||||||
border:3px rgb(100,200,40) outset;border:3px rgb(100,200,40) outset;
|
border:3px rgb(100,200,40) outset;border:3px rgb(100,200,40) outset;
|
||||||
border-collapse:collapse;
|
border-collapse:collapse;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}*/
|
||||||
footer{
|
footer{
|
||||||
border-top:10px rgb(100,200,40) double;
|
border-top:10px rgb(100,200,40) double;
|
||||||
background-color:#222;
|
background-color:#222;
|
||||||
@ -57,14 +84,14 @@ footer{
|
|||||||
#me_contacter{
|
#me_contacter{
|
||||||
float:right;
|
float:right;
|
||||||
color:rgb(100,200,40);
|
color:rgb(100,200,40);
|
||||||
}
|
}/*
|
||||||
a#haut_de_page{
|
a#haut_de_page{
|
||||||
background-color:rgb(100,200,40);
|
background-color:rgb(100,200,40);
|
||||||
color:#222;
|
color:#222;
|
||||||
position:relative;
|
position:relative;
|
||||||
top:10px;
|
top:10px;
|
||||||
padding:10px;
|
padding:10px;
|
||||||
}
|
}*/
|
||||||
/** Login **/
|
/** Login **/
|
||||||
|
|
||||||
#loginForm{
|
#loginForm{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user