X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=styles%2F1%2Feuphorik.css;h=f795070491efc40aa5f1c621b7059a50d3a7c846;hp=4db3de187a89e3e3be8a2c60a5ea5bbb59a062ea;hb=dc66525bdce5df290c5afe8d3f5eedb1a736d955;hpb=a57cb5dd4f773111f734c726f61f06434c39b94e diff --git a/styles/1/euphorik.css b/styles/1/euphorik.css index 4db3de1..f795070 100755 --- a/styles/1/euphorik.css +++ b/styles/1/euphorik.css @@ -22,6 +22,43 @@ body { margin: 0px; } +/***** Textile *****/ +em { + font-style: italic +} +strong { + 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); @@ -221,6 +258,7 @@ div#info .boutons div:hover { form input, form button, form select { + color: #841919; background-color: #f0df95; border: #841919 1px solid; } @@ -241,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; }