~ubuntu-branches/ubuntu/trusty/libstruts1.2-java/trusty-proposed

« back to all changes in this revision

Viewing changes to web/example/base.css

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2004-11-19 15:35:25 UTC
  • Revision ID: james.westby@ubuntu.com-20041119153525-mdu08a76z4zo67xt
Tags: upstream-1.2.4
ImportĀ upstreamĀ versionĀ 1.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * Base stylesheet
 
3
 * @version $Revision: 1.2 $ $Date: 2004/03/07 20:22:52 $
 
4
 */
 
5
 
 
6
body {
 
7
  background-color:#FFFFFF;
 
8
  color:#000000;
 
9
  link:000066;
 
10
  visited:#660066;
 
11
  active:#33CCCC;
 
12
}
 
13
 
 
14
A:hover { color: #FF0000; }
 
15
 
 
16
h1 { font-family: Arial,Helvetica,sans-serif; }
 
17
h2 { font-family: Arial,Helvetica,sans-serif; }
 
18
h3 { font-family: Arial,Helvetica,sans-serif; }
 
19
h4 { font-family: Arial,Helvetica,sans-serif; }
 
20
h5 { font-family: Arial,Helvetica,sans-serif; }
 
21
h6 { font-family: Arial,Helvetica,sans-serif; }
 
22
 
 
23
font.hint {
 
24
  font-style:italic;
 
25
  font-size:80%;
 
26
  font-family:Arial,Helvetica,sans-serif;
 
27
  font-weight:bold;
 
28
  text-align:left;
 
29
}
 
 
b'\\ No newline at end of file'