X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=styles%2F1%2Feuphorik.css;h=59e8ab036ce3b0a70dff92e9742050f24bc8be5e;hp=76cce82fd02ab496f9127287ff45d7f4bef4c977;hb=85dc0facbc2b2de826978fac3768db7949a6b92f;hpb=11fe8f6d268a9b1c0a773294cc7d70ffdb6afb30 diff --git a/styles/1/euphorik.css b/styles/1/euphorik.css index 76cce82..59e8ab0 100755 --- a/styles/1/euphorik.css +++ b/styles/1/euphorik.css @@ -17,15 +17,48 @@ body { background-color: #f6dfc2; } -td { - padding-right: 4px -} - #container { height: auto; margin: 0px; } +/***** Textile *****/ +em.leger { + font-style: italic +} +em.fort { + font-style: normal; + font-weight: bold +} + +/***** Une barre de progression s'affichant lors des communications entre le client et le serveur *****/ +#waitbar { + text-align: center; + height: 16px; + width:100%; + position: fixed; + left: 0px; + top: 0px; + z-index: 500; +} +#waitbar .image { + background-image: url(../../img/waitbar.gif); + margin-top: 3px; + margin-right: 3px; + float: right; + height: 13px; + width: 105px; +} + +/***** Textile *****/ +em.leger { + font-style: italic +} +em.fort { + font-style: normal; + font-weight: bold +} + /***** Menu *****/ ul#menu { background-image: url(img/logo_fond.png); @@ -140,7 +173,7 @@ div#info { top: 0px; background-color: #841919; border-bottom: 1px solid #FFFFFF; - z-index: 20; + z-index: 100; color: #f0df95 } div#info div.fermer { @@ -225,6 +258,7 @@ div#info .boutons div:hover { form input, form button, form select { + color: #841919; background-color: #f0df95; border: #841919 1px solid; }