X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2Fstyle.css;h=ac9933a81c2578971134f6dd9a311b21a2d556bf;hb=c1d939c263d7748af8a126f4fba72972c263561d;hp=5db76780c33632401e1528dfbdbf9faa910276a9;hpb=96ad00a7adb7626acc3328b0669eb58e54c1381b;p=cl7.git diff --git a/css/style.css b/css/style.css index 5db7678..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; } @@ -126,10 +133,21 @@ ul#menu { #contenu col#inscriptionColonneValeur { width: 70%; } - #contenu #formulaireJeuxJoues .aVote { color: #ffff00; -} +} +#contenu #formulaireInscription p { + margin-top: 1px; + margin-bottom: 0px; +} +#contenu .inscrits .participe { + text-align: center; + background-image: url(../images/fond2.png); + background-repeat: repeat; +} +#contenu .inscrits .participe:before { + content: "×"; +} #informations { margin: 5px;