X-Git-Url: http://git.euphorik.ch/?p=cl7.git;a=blobdiff_plain;f=css%2Fstyle.css;fp=css%2Fstyle.css;h=ac9933a81c2578971134f6dd9a311b21a2d556bf;hp=907ffd08d9089499f9bbbdd451adced682ff79b1;hb=c1d939c263d7748af8a126f4fba72972c263561d;hpb=9340750d8800cc52b13fe6c7f7fffe51cedc6318 diff --git a/css/style.css b/css/style.css index 907ffd0..ac9933a 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,10 @@ /* coding:utf-8 */ +@font-face { + font-family: "Borgnine"; + src: url("http://cl8.euphorik.ch/css/Borgnine.ttf") +} + html { min-height: 100%; margin-bottom: 1px; @@ -53,18 +58,20 @@ em { background-repeat: repeat-y; background-position: 0px -75px; -} - +} + #titre { - width: 590px; - padding: 5px; + width: 580px; + padding: 5px 10px 5px 10px; font-size: 20px; background-image: url(../images/fond1.png); - background-repeat: repeat; + background-repeat: repeat; + color: #FFFF00; + font-family: "Borgnine", monospace; } #titre #nbPlacesRestantes { - font-size: 11px; + font-size: 11px; float: right; }