X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=styles%2F1%2Feuphorik.css;h=6859cd8c371d05b3dfc4965edfaea8293b5647a2;hb=d6dcd0fd8af56bd4791aa4e621c2e5058033c37a;hp=54aef6267c4c42026fb27ed788f31e3b6bd479ad;hpb=8ee1535f5594573931ddaebee77bf6148a5358cb;p=euphorik.git diff --git a/styles/1/euphorik.css b/styles/1/euphorik.css index 54aef62..6859cd8 100755 --- a/styles/1/euphorik.css +++ b/styles/1/euphorik.css @@ -31,6 +31,34 @@ em.fort { 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); @@ -251,16 +279,16 @@ form input[readonly] { } /***** Les liens *****/ -.lien, a { +.pageLink, a { text-decoration: underline; color: #c62929; } -.lien { +.pageLink { cursor: pointer } a:link, a:visited { color: #c62929; } -.lien:hover, .lien:active, a:hover, a:active { +.pageLink:hover, .pageLink:active, a:hover, a:active { color: #e84747; }