summaryrefslogtreecommitdiffstats
path: root/docs/ebtables.css
blob: 65a8efde122fbbba07d22584057d61341f54e211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
H1 { FONT: bold 20pt Times, serif; TEXT-ALIGN: center; TEXT-DECORATION: none }
H2 { font: arial }
P  {  FONT: 14pt Times, serif }
LI {  FONT: 18pt Times, serif;  margin-top: 5pt; }
PRE { FONT: 14pt Courier, monospace;
 margin-top: 5pt;
 margin-bottom: 5pt;
 background-color: white;
 color: black;
 }

:link { color: #993399 }  
:visited { color: #6633cc } 
:active { color: #0000FF;  } 
:hover { color: #3300ff;  }

A {
 text-decoration: none;
}

.navbar { FONT: 12pt Courier, monospace; font-weight: bolder;  
 }

.statement { TEXT-DECORATION: underline }
.section { FONT: bold 22pt Times }
.case { FONT-STYLE: italic }
.note {  
 font-family: Arial;
 font-weight: normal;
 font-size: 14pt;
 padding-left: 0.4em;
 border: solid;
 border-width: thin;
 border-left: solid;
 border-right: none;
 border-top: none;
 border-bottom: none;
 border-left-width: thin;
 border-color: red;
 margin-top: 0.2em;
 margin-bottom: 0.2em;
}

DIV {
 border: solid;
 border-width: thin;
 background-color: #ffcc99
}

BODY {
 background-color: white;
}

DT {
 color: #ff0033;
 font-size: 12pt; 
 font-style: italic;
 font-weight: bold;
 font-family: Arial;
 margin-top: 10pt;
 margin-bottom: 5pt;
}
DD {
 color: black;
 font-size: 12pt;
 font-style: normal;
 font-family: Helvetica;
}