X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=styles%2F2%2Feuphorik.css;h=f2a6781508bb207ecf2b0bc0d46bb876e483e80d;hb=d6dcd0fd8af56bd4791aa4e621c2e5058033c37a;hp=52f959f0334926249c64ad1cd7289e1d55368ece;hpb=7cf389481b133c57d6563b5e6747131f4abbf589;p=euphorik.git diff --git a/styles/2/euphorik.css b/styles/2/euphorik.css index 52f959f..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; @@ -234,17 +243,17 @@ form input[readonly] { } /***** Les liens *****/ -.lien, a { +.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; }