diff --git a/css/fleurs.TTF b/css/fleurs.TTF new file mode 100644 index 0000000..6a05f1c Binary files /dev/null and b/css/fleurs.TTF differ diff --git a/css/style.css b/css/style.css index 2e5ead7..a28ad2b 100644 --- a/css/style.css +++ b/css/style.css @@ -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{