-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmystyles.css
More file actions
195 lines (168 loc) · 2.86 KB
/
mystyles.css
File metadata and controls
195 lines (168 loc) · 2.86 KB
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
/* colours:
-----------------------------
dark blue: rgb(0, 123, 147) NB slightly darker than web version
light blue: rgb(153, 204, 204)
orange: rgb(246, 140, 88)
dark grey: rgb(58, 54, 73) NB slightly darker than web version
light grey: rgb(232, 229, 211)
-----------------------------
*/
h1
{
color: rgb(58, 54, 73);
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 18pt;
font-weight: bold;
font-style: normal;
}
h2
{
color: white;
font: bold 10pt "Trebuchet MS", Verdana, Arial, Sans-serif;
background: rgb(153, 204, 204);
padding: 5px 10px 5px 10px;
}
h3
{
color: #333;
font: bold 12pt "Trebuchet MS", Verdana, Arial, Sans-serif;
margin-left: 10px;
margin-bottom: 0px;
}
p
{
color: rgb(58, 54, 73);
font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
font-size: 9pt;
}
p b
{
color: black;
}
.keyword
{
font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
font-size: 10pt;
font-style: italic;
color: #FF0000;
}
li
{
color: rgb(58, 54, 73);
font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
font-size: 9pt;
line-height: 12pt;
}
code
{
font-family: "Courier New", Courier, mono;
font-size: 9pt;
border: 1px solid #c7cfd5;
background: #f1f5f9;
margin-right: 0px;
margin-left: 0px;
padding: 8px;
text-align: left;
display: block;
}
td
{
font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
font-size: 9pt;
color: rgb(58, 54, 73);
}
td b
{
color: black;
}
a, a:link, a:visited
{
color: rgb(0, 123, 147);
text-decoration: none;
}
a:active
{
color: rgb(0, 123, 147);
text-decoration: none;
}
a:hover
{
color: rgb(0, 123, 147);
text-decoration: underline;
}
body
{
background-color: #FFFFFF;
}
.pageheader
{
color: rgb(58, 54, 73);
font-family: Arial, Verdana, sans-serif;
font-size: 1.5em;
font-weight: bold;
}
.sectheader, .oldsectheader
{
color: rgb(0, 123, 147);
font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
font-size: 0.8em;
font-weight: bold;
text-align: right;
}
.language
{
font-family: "Courier New", Courier, mono;
font-size: 9pt;
font-weight: bold;
margin-right: 0px;
margin-left: 0px;
}
.wsgtable
{
width: 100%;
background-color: rgb(230, 242, 242);
}
.wsgtable code
{
font-family: "Courier New", Courier, mono;
font-size: 9pt;
color: #001e87;
border: 0px ;
background: none;
margin-right: 0px;
margin-left: 0px;
padding: 0pt;
text-align: left;
display: inline-block;
}
.frontpagebody
{
background-color: #FFFFFF;
}
.backgrounder
{
border: 2px solid rgb(246, 140, 88);
color: black;
padding: 20px;
margin: 10px;
width: 100%;
}
.backgrounder p
{
color: black;
}
.note
{
border-left: 2px solid rgb(246, 140, 88);
color: black;
padding: 0 40px 0 20px;
margin-left: 10px;
}.smallprint {
font-size: 6pt;
}
.example {
width: 302px;
}
.example-landscape {
width: 390px;
}