-
Notifications
You must be signed in to change notification settings - Fork 0
/
MSL_styl.css
138 lines (138 loc) · 3.47 KB
/
MSL_styl.css
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
body {
color:#000000;
background-color:#ffffff;
font-family:Tahoma, Verdana, Arial, Helvetica, "MS Sans Serif";
font-size:90%; }
a:link {
color:#0033ff; }
a:active {
color:#000000; }
a:visited {
color:#9900cc; }
a:hover {
color:#000000;
background-color:#ffffcc; }
p {
margin-bottom:.6em;
margin-top:.6em; }
P.TableCell {
padding-left:3pt;
margin-bottom:0em;
margin-top:0em; }
P.Note {
margin-left:5em;
margin-top:0em; }
P.Indent {
margin-left:1.6em;
margin-top:0.2em;
margin-bottom:0.2em; }
P.SubBullet {
list-style-type:circle;
margin-left:-0.5em; }
P.LinkBul {
list-style-type:square;
color:#0033ff; }
H1 {
background-color:#0033ff;
color:#ffffff;
margin-top:1.0em;
margin-bottom:0.5em;
font-size:130%;
padding-left:2pt; }
H2 {
color:#0033ff;
margin-top:1.0em;
margin-bottom:0.5em;
font-size:120%; }
h3 {
font-size:100%;
font-weight:bold;
margin-bottom:0em; }
H3.NoteTipHead {
font-size:100%;
font-weight:bold; }
H3.TableHead {
background-color:#eeeeee;
padding-left:3pt;
text-align:left; }
HR {
border-top:1pt solid;
color:#800040;
margin-bottom:0em;
margin-top:0em; }
ul {
margin-bottom:0em;
margin-top:.0em; }
ol {
margin-bottom:0em;
margin-left:1.5em;
margin-top:.0em; }
li p {
margin-bottom:0.2em;
margin-top:0.2em;
margin-left:0em; }
table {
font-size:100%;
margin-bottom:0pt; }
th { }
tr {
vertical-align:top; }
td {
border:1pt #808080 solid;
vertical-align:top; }
dt {
font-weight:bold;
margin-left:0em;
margin-top:1em; }
dl li {
margin-bottom:.7em; }
dl dl {
margin-left:0em;
margin-top:0em; }
SPAN.Big {
font-weight:bold;
font-size:105%; }
indent li p {
margin-bottom:0.2em;
margin-top:0.2em;
margin-left:-2em; }
P.Preformatted {
line-height:normal;
x-text-tab-stops:repeat 1in;
white-space:nowrap;
margin-top:0em;
margin-bottom:0em;
font-size:100%;
font-family:"Courier New" , Courier, monospace;
background-color:#eeeeee; }
A.expandspot {
font-style:normal;
cursor:hand;
color:#0033ff; }
SPAN.expandtext {
font-weight:normal;
font-style:italic;
color:#0033ff; }
A.dropspot {
cursor:hand;
color:#0033ff;
x-text-underline:normal;
font-style:normal;
text-decoration:underline; }
A.glossterm {
x-text-underline:normal;
font-style:normal;
cursor:hand;
color:#0033ff;
text-decoration:underline; }
SPAN.glosstext {
font-weight:normal;
font-style:italic;
color:#0033ff; }
SPAN.Code {
font-size:100%;
font-family:"Courier New" , Courier, monospace; }
P.SpecialMarker {
x-next-type:p;
background-color:#ffffcb;
margin-left:18pt; }