~ubuntu-branches/ubuntu/jaunty/awstats/jaunty-updates

« back to all changes in this revision

Viewing changes to docs/styles.css

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2004-05-05 05:12:07 UTC
  • Revision ID: james.westby@ubuntu.com-20040505051207-wfi8hydpa89pvuoi
Tags: upstream-6.0
ImportĀ upstreamĀ versionĀ 6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body { 
 
2
        background-color: #FFFFFF;
 
3
        font: 14px verdana,arial;
 
4
        font-family: sans-serif;
 
5
        margin-top: 4;
 
6
        margin-bottom: 4;
 
7
        margin-right: 4;
 
8
        margin-left: 4;
 
9
}
 
10
a:link          { font: 14px verdana,arial; color: #2200C0; font-family: sans-serif; text-decoration: none; }
 
11
a:visited       { font: 14px verdana,arial; color: #2200C0; font-family: sans-serif; text-decoration: none; }
 
12
a:active        { font: 14px verdana,arial; color: #2200C0; font-family: sans-serif; text-decoration: none; }
 
13
a:hover         { font: 14px verdana,arial; color: #2200C0; font-family: sans-serif; text-decoration: underline; }
 
14
 
 
15
.CHead                  { background-color: #9999CC; }
 
16
.CTextAreaConf  { font: 11px verdana,arial; color: #202020; font-family: sans-serif; text-decoration: none; }
 
17
 
 
18
td.CFAQ         { font: 14px verdana,arial; color: #000000; font-family: sans-serif; text-decoration: none; }
 
19
.CProblem       { font: 14px verdana,arial; color: #660000; font-family: sans-serif; text-decoration: none; }
 
20
.CSolution      { font: 14px verdana,arial; color: #448866; font-family: sans-serif; text-decoration: none; }
 
21
 
 
22
input     { font: 12px verdana,arial; font-family: sans-serif; }