X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=styles%2F1%2Feuphorik.css;h=8ad1bff26377a78909fc58a7e4e905c092b63356;hb=784e21644150dc43de89449f5383e5a281476f55;hp=6323df07cd5d6dded523a3f31f2183b9831c04e3;hpb=1c0f8ac7be1f4536df1d30a42af95c318dd1632d;p=euphorik.git diff --git a/styles/1/euphorik.css b/styles/1/euphorik.css index 6323df0..8ad1bff 100755 --- a/styles/1/euphorik.css +++ b/styles/1/euphorik.css @@ -22,6 +22,34 @@ body { margin: 0px; } +/***** 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);