-
Notifications
You must be signed in to change notification settings - Fork 4
/
libhours-mobile.css
92 lines (92 loc) · 1.65 KB
/
libhours-mobile.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
/**
* Mobile hours styles
* https://github.com/upenn-libraries/LibCal-Tools
*/
.phoneonlyblock {display:none;}
.phone .phoneonlyblock {display:block;}
#holdmobilecalendar {
display: none;
}
.phone #holdmobilecalendar {
display: block !important;
}
.phone #holdcalendar {
display: none;
}
.phone #sitename {
line-height: 1;
margin: -1em 0px 0px 6em;
}
.phone #branding, #jumplistgo {
display: none;
}
.phone #pageheader {
background-image:none;
height: 28px;
}
.phone #headerbg {
background-image: none;
height: 28px;
}
.phone #contentheader {
padding: 10px 15px;
background-color: #031b51;
}
.phone h1#library {
color: #fff;
font-size: 16px;
font-style: normal;
margin: 0;
padding: 0
}
.phone h1#library a, .phone h1#library a:visited {
color: #fff;
}
.phone .jumplist select {
width: 100%;
}
.tablet .jumplist {
float: none;
top: 0;
margin: 15px;
}
.tablet .nameandacctlink, .phone #homepagelink {
display: none;
}
.mobiledate, .mobilehours {
display: inline-block;
padding: 10px 0;
}
.mobiledate {
width: 55%;
text-align: right;
margin-right: 5px;
vertical-align: top;
}
.mobiletitle {
display: inline-block;
margin: 20px;
}
.mobileconsole {
text-align: center;
font-size: 24px;
}
.mobilenav {
font-size: 26px;
font-weight: bold;
}
.mobileodd {
background-color: #FFF;
}
.mobileeven {
background-color: #EEE;
}
.today {
-moz-box-shadow: inset 0 0 5px #223D7A;
-webkit-box-shadow: inset 0 0 5px #223D7A;
box-shadow: inset 0 0 5px #223D7A;
background-color: #D4DDFF;
}
.visible {
display: block !important;
}