-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackup.css
More file actions
210 lines (200 loc) · 5.58 KB
/
backup.css
File metadata and controls
210 lines (200 loc) · 5.58 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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
div.content, div.contentapi, div.contentprimary, div.contentquery, div.contentgeo {
width:90%;
height:90%;
margin-left: 10px;
padding-top: 10px;
float: left;
}
/* Eliminate default margins for all heading types */
h1, h2, h3, h4, h5, h6{
margin:0;
}
/* Make new layout elements block elements in older browsers */
header, nav, aside, article, footer, section {
display:block;
}
/* ==================================================Layout Sections */
/* ==========Styling for page header */
header{
height: 80px;
/* Font size, line-height, and family */
font: 40px/80px Impact, Gadget, Fantasy;
text-align: center;
}
/* ==========Styling for the sidebar section border-bottom: solid 10px; (aside) */
aside {
margin-top: 0px;
width: 200px;
padding:10px;
float:left;
border-right: solid 1px black;
}
/* ==========Styling for the right sidebar section (aside) */
aside.right{
float:right;
border-right: none;
}
/*======== Styling for links in the nav section */
nav a{
display:block;
background-color: #004B8D;
color: white;
font-weight: bold;
text-align: center;
/* As wide as the content width */
width: 100%;
/* Small vertical margin, zero side margin */
margin: 2px 0;
/* Bigger text */
font-size: 10px;
/* Some extra height */
padding: 12px 0;
/* No underline or dotted outline */
text-decoration: none;
outline: none;
}
nav a:link, nav a:visited {
background-color: #004B8D;
color: white;
}
nav a:hover, nav a:active {
background-color: #71CDF5;
color: white;
}
/* ==========Styling for the article section */
article{
padding:10px;
/* Left margin should match neighboring column full width */
margin-left:250px;
margin-right:100px;
background-color: white;
}
/*==========Styling for footer */
footer{
clear: both;
height:50px;
padding:5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top: solid 5px;
}
footer td {
width: 20%;
}
/* Styling for table in footer */
footer table {
width: 100%;
margin: 5px auto;
color:black;
}
/* Style rule for the footer */
#afooter {
width: 100%;
background-color: white;
background-image: none;
/* Default font styling */
font: 10pt Arial, Helvetica, Sans-Serif;
color: #5d3f25;
border: 0;
margin: 0px;
}
/*========================= More general style rules and classes */
/* Style for h1 headings */
h1 {
font: small-caps bold 28px Arial Black, Gadget, Sans-Serif;
}
/* Style for h2 headings */
h2 {
font: small-caps bold 24px Arial Black, Gadget, Sans-Serif;
}
h3 {
font: small-caps bold 20px Arial Black, Gadget, Sans-Serif;
}
h4 {
font: small-caps bold 16px Arial Black, Gadget, Sans-Serif;
}
/* Style for paragraphs */
p {
line-height:1.5;
margin-top:0;
}
/* === Style classes === */
/* Highlight any span of text */
.hilite {
background-color: yellow;
}
/* Create raised appearance with border, rounded corners, and shadow */
/* Works with images, tables, and block elements (div, p, and headings) */
.raised {
border: solid 1px gray;
border-radius: 5px;
box-shadow: 5px 5px 5px gray;
}
/* Image floating to the left of neighboring text */
img.left {
float: left;
width: 30%;
margin-right: 10px;
}
/* Image floating to the left of neighboring text */
img.right {
float: right;
width: 30%;
margin-left: 10px;
}
/* Use class="centerall" in p or div to center
all text and images inside the element */
.centerall {
text-align: center;
/* Clear any floating elements */
clear: both;
}
ul.horizontal {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333333;
}
li.horiz {
float: left;
min-width: 175px;
}
li.horiz a {
display: block;
color: white;
text-align: center;
padding: 16px;
text-decoration: none;
}
li.horiz a:hover {
background-color: #111111;
}
img {display: block; border: solid 1px;}
img.noborder {display: inline; border: 0px;}
#main {margin-left:10px;}
code.lab {background-color: #FEF9E7; color: #a93226;}
#contentDiv {background-color: #EBF0EF; margin-left:10px; padding-left: 5px;}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 85%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
.in1 { font-family: monospace; font-weight: normal; font-size: 9pt; text-indent: 15px;}
.in2 { font-family: monospace; font-weight: normal; font-size: 9pt; text-indent: 30px; line-height: 40%; }
.in3 { font-family: monospace; font-weight: normal; font-size: 9pt; text-indent: 45px; line-height: 40%; }
.in4 { font-family: monospace; font-weight: normal; font-size: 9pt; text-indent: 60px; line-height: 40%; }
.in5 { font-family: monospace; font-weight: normal; font-size: 9pt; text-indent: 75px; line-height: 40%; }
.input{font-family: monospace; font-weight: normal; font-size:9pt;}
.s12 { font-family: monospace; font-weight: normal; font-size: 14pt; }
.s120 { font-family: monospace; font-weight: normal; font-size: 14pt; line-height: 20%; }
.s121 { font-family: monospace; font-weight: normal; font-size: 14pt; text-indent: 15px; line-height: 20%; }
.s122 { font-family: monospace; font-weight: normal; font-size: 14pt; text-indent: 30px; line-height: 20%; }
.s123 { font-family: monospace; font-weight: normal; font-size: 14pt; text-indent: 45px; line-height: 20%; }
.imgsection { border:1px solid; overflow:hidden; }
img.vid { display: inline; border: 0px solid; }