X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=styles%2F2%2Feuphorik.css;h=f2a6781508bb207ecf2b0bc0d46bb876e483e80d;hb=d6dcd0fd8af56bd4791aa4e621c2e5058033c37a;hp=66029b5ffcbc25e65c879f51ebf897edfde88223;hpb=f39b28682e1e41cd487a2268320552b687640adf;p=euphorik.git diff --git a/styles/2/euphorik.css b/styles/2/euphorik.css index 66029b5..f2a6781 100755 --- a/styles/2/euphorik.css +++ b/styles/2/euphorik.css @@ -25,6 +25,15 @@ body { margin-top: 40px; } +/***** Textile *****/ +em.leger { + font-style: italic +} +em.fort { + font-style: normal; + font-weight: bold +} + /***** Menu *****/ ul#menu { padding-left: 300px; @@ -107,6 +116,9 @@ ul#menu { top: 20px; left: 4px; } +#logo.ekMaster { + background-image: url(img/logo_2_ek_master.png); +} /***** Le pied de page *****/ #footer { @@ -231,17 +243,17 @@ form input[readonly] { } /***** Les liens *****/ -.lien, a { - text-decoration: none; +.pageLink, a { + text-decoration: none; color: #7664ff; } -.lien { +.pageLink { cursor: pointer; } a:link, a:visited { color: #7664ff; } -.lien:hover, .lien:active, a:hover, a:active { +.pageLink:hover, .pageLink:active, a:hover, a:active { color: #ffad0f; }