This repository has been archived by the owner on Sep 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
findingaid.css
122 lines (99 loc) · 1.85 KB
/
findingaid.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
body {
position: relative;
}
.header{
height: 220px;
margin-right: auto;
margin-left: auto;
background-color: #050939;
padding: 0px;
}
.topLogo {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
background-color: #050939;
}
/*.topLogo img {
margin-top: 20px;
margin-left: 10px;
}
.navbar-header {
line-height: 56px;
font-family: 'League Gothic';
font-size: 40px;
color: #fff;
float: none;
}
.navbar-header img {
width: 100%;
height: 100%;
border: 0;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}
.navbar-uh {
border-radius: 0;
background-color: #1f2534;
height: 120px;
}
.navbar-brand {
padding: 0 15px;
}
*/
.list-group.affix {
width: 284px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
color: #555;
background-color: #fff;
border-color: #ccc;
}
.bold {
font-weight: bold;
}
#listings ul {
list-style: none;
padding-left: 20px;
margin: 10px 0;
}
#listings li {
font-weight: normal;
/*changed from bold to normal*/
}
#listings li .desc {
font-weight: normal;
font-size: 90%;
font-color: #777;
}
.has-children {
cursor: pointer;
}
.has-children:before {
content: "\f196"; /* FontAwesome Unicode */
font-family: FontAwesome;
display: inline-block;
margin-left: -1.3em; /* same as padding-left set on li */
width: 1.3em; /* same as padding-left set on li */
}
.has-children.open:before {
content: "\f147";
}
.digital-object-link {
margin-left: 15px;
}
.digital-object-link .small {
margin-left: 5px;
}
.footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
background-color: #050939;
color: #fff;
text-align: center;
}