X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=styles%2F1%2Feuphorik.css;h=f795070491efc40aa5f1c621b7059a50d3a7c846;hp=59e8ab036ce3b0a70dff92e9742050f24bc8be5e;hb=dc66525bdce5df290c5afe8d3f5eedb1a736d955;hpb=85dc0facbc2b2de826978fac3768db7949a6b92f diff --git a/styles/1/euphorik.css b/styles/1/euphorik.css index 59e8ab0..f795070 100755 --- a/styles/1/euphorik.css +++ b/styles/1/euphorik.css @@ -23,10 +23,10 @@ body { } /***** Textile *****/ -em.leger { +em { font-style: italic } -em.fort { +strong { font-style: normal; font-weight: bold } @@ -279,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; }