]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Doc
authorLaurent Destailleur (aka Eldy) <eldy@destailleur.fr>
Mon, 6 Jan 2025 13:13:06 +0000 (14:13 +0100)
committerLaurent Destailleur (aka Eldy) <eldy@destailleur.fr>
Mon, 6 Jan 2025 13:13:06 +0000 (14:13 +0100)
docs/styles.css

index 2105a071db510f63e5825232570b51dd232325cf..e745bc4754b576f9001098c18f9ba19b45527d02 100644 (file)
@@ -7,17 +7,17 @@ body {
        margin-right: 6;
        margin-left: 6;
 }
-a:link         { font: 14px verdana,arial; color: #2200C0; font-family: sans-serif; text-decoration: none; }
-a:visited      { font: 14px verdana,arial; color: #2200C0; font-family: sans-serif; text-decoration: none; }
-a:active       { font: 14px verdana,arial; color: #2200C0; font-family: sans-serif; text-decoration: none; }
-a:hover                { font: 14px verdana,arial; color: #2200C0; font-family: sans-serif; text-decoration: underline; }
+a:link         { color: #2200C0; font-family: sans-serif; text-decoration: none; }
+a:visited      { color: #2200C0; font-family: sans-serif; text-decoration: none; }
+a:active       { color: #2200C0; font-family: sans-serif; text-decoration: none; }
+a:hover                { color: #2200C0; font-family: sans-serif; text-decoration: underline; }
 
 .CHead                         { background-color: #9999CC; }
 .CTextAreaConf { font: 11px verdana,arial; color: #202020; font-family: sans-serif; text-decoration: none; }
 
-td.CFAQ                { font: 14px verdana,arial; color: #000000; font-family: sans-serif; text-decoration: none; }
-.CProblem      { font: 14px verdana,arial; color: #660000; font-family: sans-serif; text-decoration: none; }
-.CSolution     { font: 14px verdana,arial; color: #448866; font-family: sans-serif; text-decoration: none; }
+td.CFAQ                { color: #000000; font-family: sans-serif; text-decoration: none; }
+.CProblem      { color: #660000; font-family: sans-serif; text-decoration: none; }
+.CSolution     { color: #448866; font-family: sans-serif; text-decoration: none; }
 
 input     {
        font-family: arial,verdana,helvetica, sans-serif;