-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patht4-updates.css
More file actions
122 lines (103 loc) · 1.73 KB
/
Copy patht4-updates.css
File metadata and controls
122 lines (103 loc) · 1.73 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
p {
margin-top: 10px;
}
header {
overflow-y: hidden;
}
#top a > i {
font-size: 30px;
vertical-align: middle;
}
#top { vertical-align: top; }
#todaysHours { display: block; }
/* hide top-level link to home */
.currentbranch0, nav > a { display: none; }
nav {
background-color: #cc092f;
overflow: hidden;
padding: 0;
z-index: 998;
}
nav ul {
list-style-type: none;
margin: 0;
padding: 0;
}
/* top-sections */
nav > ul > li {
display: inline-block;
font-size: 1.25em;
padding: .5em;
}
nav > ul > li > a {
color: white;
display: inline-block;
width: 100%;
}
nav > ul > li > a:hover {
color: white;
text-decoration: none;
}
nav > ul > li:hover,
.currentbranch1 {
background-color: #1a4463;
}
nav > ul > li:hover > ul {
display: block;
}
/* secondary ul */
nav > ul > li > ul {
background-color: #fff;
box-shadow: 0 1px 2px 1px #aaa;
display: none;
font-size: .75em;
margin-top: 8px;
margin-left: -5px;
min-width: 10em;
padding: .5em;
position: absolute;
z-index: 999;
}
/* overwrites bootstrap's 20px margin-bottom
for .breadcrumb */
.breadcrumb {
margin: 0;
}
.breadcrumb li + li:before {
content: ">";
font-weight: 900;
padding: 0 .5em;
}
.staff ul {
list-style-type: none;
margin: 0;
}
.staff h3 {
border-bottom: 1px solid #919693;
padding-bottom: 0;
}
.staff h3,
.staff p {
width: 75%;
}
.staff img {
max-width: 250px;
}
.footer-headline h4,
.footer-headline i {
color: #fff;
}
.footer-headline h4 {
font-size: 15px;
font-weight: 400;
}
/* featured resource archive image div */
.media .feature-resource-image,
.media .spotlight-image {
margin: auto;
width: 200px;
}
.media .feature-resource-image img,
.media .spotlight-image img {
max-height: 175px;
}