-
Notifications
You must be signed in to change notification settings - Fork 0
/
css_tweaks.css
43 lines (40 loc) · 972 Bytes
/
css_tweaks.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
div#block-tb-megamenu-book-toc-4386 {
z-index: 1;
}
.top-bar .top-center {
display: block !important;
}
.views-form input#edit-submit {
display: initial !important;
}
/*menu*/
.tb-megamenu-nav [title="library hours"] {
display:none !important;
}
.field--name-field-subjects .taxonomy-term--subject a {font-size:1rem;font-family: "Roboto Condensed", sans-serif;}
.field--name-field-subjects .taxonomy-term--subject h2 {margin:0;line-height: 1;}
.field--name-field-subjects .field__label {
background: #333;
color: #fefefe;
padding: 5px 1rem 0;
margin: 0;
border-radius: 4px 4px 0 0;
border-bottom: 4px solid #517E1B;
}
#block-views-subject-guides-block-1 {
display:none;
}
.subject_librarian {
transition: all 0.5s ease;
padding: 1rem;
padding: 0.5rem;
width: 174px !important;
border: 1px solid #ddd;
height: 224px !important;
margin: 0 auto;
margin-bottom: 0.5rem;
background: #f5f4f4;
}
.tb-megamenu-column-inner.mega-inner {
width: 1170px;
}