forked from Mechanics-Berkeley/mechanics-berkeley.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
178 lines (151 loc) · 2.37 KB
/
default.css
File metadata and controls
178 lines (151 loc) · 2.37 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
body {
background-color: #224;
}
p, li {
color: #000;
font: normal 16px Helvetica, Arial, Georgia, "Bitstream Vera Serif", serif;
line-height: 1.4em;
text-align: justify;
}
ul li ul {
padding-bottom: 5px;
}
hr {
display: none;
}
.skip {
display: none;
}
#container {
background: #fff;
border: solid 1px #448;
width: 700px;
margin: 0;
margin-left: auto;
margin-right: auto;
padding: 14px;
}
#head {
background: #d0d8ff;
padding: 5px 10px 5px 10px;
height: 65px;
text-align: left;
vertical-align: middle;
border: 1px solid #abd;
}
#head #maintitle {
margin-top:0;
float: left;
}
#head h1 {
margin-top: 0;
margin-bottom: 0.25em;
font: bold 28px Helvetica, Arial, sans-serif;
color: #14a;
}
#head h1 a,
#head h1 a:visited,
#head h1 a:active,
#head h1 a:focus,
#head h1 a:hover {
text-decoration: none;
color: #14a;
}
#head h2 {
margin-top: 0;
margin-bottom: 0.16em;
font: normal 16px Helvetica, Arial, sans-serif;
color: #456;
}
#head h3 {
margin-top:0;
color: #456;
font: normal 13px Helvetica, Arial, sans-serif;
text-align: right;
float: right;
line-height: 1.4em;
}
#head a,
#head a:visited,
#head a:hover,
#head a:active,
#head a:focus {
color: #456;
}
h4 {
font: bold 20px Helvetica, Arial, sans-serif;
color: #46a;
/* Hide from IE Mac \*/
border-bottom: 1px solid #cde;
/* */
margin-top: 35px;
margin-bottom: 10px;
padding-bottom: 2px;
}
h4.top {
margin-top: 20px;
}
h5 {
font: normal 18px Helvetica, Arial, sans-serif;
color: #00a;
margin-top: 10px;
margin-bottom: 5px;
}
h5 .alter {
color: #500;
font-style: italic;
}
#content a {
color: #357;
}
#content a:visited {
color: #638;
}
#content a:hover,
#content a:active {
color: #d54;
}
table.talks {
margin-bottom: 20px;
border: none;
}
table.talks tr td {
border: none;
padding: 4px 5px 4px 5px;
vertical-align: top;
color: #000;
font: normal 16px Helvetica, Arial, sans-serif;
line-height: 1.3em;
}
table.talks tr td.date {
width: 125px;
}
td .alter {
color: #500;
font: italic 14px Helvetica, Arial, sans-serif;
}
#foot {
background: #d0d8ff;
border: solid 1px #abd;
clear: both;
margin-top: 5px;
color: #456;
padding: 5px;
font: normal 12px Helvetica, Arial, sans-serif;
}
#foot a,
#foot a:visited,
#foot a:hover,
#foot a:active,
#foot a:focus {
color: #456;
}
.links {
float: right;
text-align: right;
}
.trail {
text-align: left;
margin: 0;
padding: 0;
}