ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/make/_files/style.css
Revision: 1490
Committed: Fri Sep 24 04:16:43 2004 UTC (19 years, 11 months ago) by gezelter
Content type: text/css
File size: 2457 byte(s)
Log Message:
Import of OOPSE v. 2.0

File Contents

# User Rev Content
1 gezelter 1490 BODY, P, A, TD, OL, UL {
2     font-family: Arial, Helvetica, sans-serif;
3     font-size: 10pt;
4     }
5    
6    
7     H1 {
8     font-family: Arial, Helvetica, sans-serif;
9     font-size: 12pt;
10     font-weight: bold;
11     }
12    
13    
14     H2, H3, H4 {
15     font-family: Arial, Helvetica, sans-serif;
16     font-size: 10pt;
17     font-weight: bold;
18     }
19    
20    
21     TT, CODE, PRE {
22     font-family: fixed;
23     font-size: 1.0em;
24     }
25    
26    
27     CODE, PRE {
28     color: #000099;
29     font-size: 0.75em;
30     }
31    
32    
33     PRE {
34     margin-left: 20pt;
35     }
36    
37     .comment {
38     color: #990000;
39     }
40    
41     .normal {
42     color: #000099;
43     }
44    
45     .menu {
46     background: #004477;
47     }
48    
49     A.menuentry, A.selected {
50     text-decoration: none;
51     text-align: right;
52     font-size: 14pt;
53     font-weight: bold;
54     font-style: italic;
55     }
56    
57     A.menuentry:link {
58     color: #cccccc;
59     }
60    
61     A:menuentry:active {
62     color: white;
63     }
64    
65     A:menuentry:hover {
66     color: white;
67     }
68    
69     A.menuentry:visited {
70     color: #cccccc;
71     }
72    
73     A.selected {
74     color: white;
75     }
76    
77    
78     .title, .smalltitle {
79     color: #cccccc;
80     background: #004477;
81     font-family: Arial, Helvetica, sans-serif;
82     font-size: 24pt;
83     font-weight: bold;
84     text-align: right;
85     }
86    
87     .smalltitle {
88     font-size: 18pt;
89     font-style: italic;
90     }
91    
92     .footnote {
93     font-family: Arial, Helvetica, sans-serif;
94     font-size: 8pt;
95     }
96    
97     .address {
98     font-family: Arial, Helvetica, sans-serif;
99     font-size: 12pt;
100     font-weight: bold;
101     }
102    
103    
104     .access, .noaccess, .legend {
105     background: #990000;
106     font-size: 8pt;
107     }
108    
109     .noaccess {
110     background: #ccbbbb;
111     }
112    
113     .legend {
114     background: #ccaaaa;
115     }
116    
117     .trendentry {
118     font-size: 1.0em;
119     }
120    
121    
122     .navigator {
123     font-family: Arial, Helvetica, sans-serif;
124     font-weight: bold;
125     background: #ccbbbb;
126     }
127    
128     .recom {
129     background: #BBCCEE;
130     font-weight: bold;
131     }
132    
133     .practice {
134     background: #BBCCEE;
135     font-weight: bold;
136     }
137    
138    
139     .rationale {
140     font-size: 0.75em;
141     }
142    
143     .cvtitle, .cvsmalltitle {
144     color: #cccccc;
145     background: #004477;
146     font-family: Arial, Helvetica, sans-serif;
147     font-size: 24pt;
148     font-weight: bold;
149     text-align: center;
150     }
151    
152     .cvsmalltitle {
153     font-size: 18pt;
154     text-align: left;
155     font-weight: normal;
156     }
157    
158     .cvprompt {
159     font-weight: bold;
160     }
161    
162    
163     .warning {
164     color: red;
165     background: yellow;
166     }
167    
168     .copyright {
169     font-family: Arial, Helvetica, sans-serif;
170     font-size: 7pt;
171     }
172    
173     .small {
174     font-family: Arial, Helvetica, sans-serif;
175     font-size: 8pt;
176     }
177