-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss.txt
52 lines (41 loc) · 2.57 KB
/
css.txt
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
/* CSS modified from LibCal default */
.s-lc-whw thead { background-color: #F5F5F5; }
.s-lc-whw-bh {width: 150px; text-align: left;}
/*.btn {width: 30px;}*/
.s-lc-whw-head-date { color: #999;}
.s-lc-whw-today-h { background-color: #ddd; }
.s-lc-whw-today { background-color: #F5F5F5; }
.s-lc-whw-bh { text-align: right; white-space: nowrap; }
.s-lc-whw-locname { font-weight: bold;}
.s-lc-whw-sublocname{ padding-left: 10px!important; }
.s-lc-whw-footnote { color: #555; font-size: 80%; }
.s-lc-whw-footnote td:hover { background-color:#fff!important;}
/* Below styles can be removed if you are already using Bootstap v3 in host page */
.s-lc-whw-cont {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 12px;}
.s-lc-whw-pr, .s-lc-whw-ne{ padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; color: #333; background-color: #fff; border-color: #ccc; display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; }
.s-lc-whw-pr:disabled { background-color: #efefef; }
.s-lc-whw-ne:disabled { background-color: #efefef; }
.s-lc-whw { width: 100%; margin-bottom: 20px; max-width: 100%; background-color: transparent; border-bottom: none; border-left: none; border-collapse: collapse; border-spacing: 0; }
.s-lc-whw>tbody>tr>td { padding: 5px; }
.s-lc-whw>thead>tr>th { vertical-align: bottom; border-bottom: 2px solid #ddd; padding: 5px;}
.s-lc-whw th { border-top: none; border-bottom: none; border-right: none;}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
@media (max-width: 768px) {
.s-lc-whw-cont .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; -webkit-overflow-scrolling: touch; }
.s-lc-whw td { white-space: nowrap; }
}
.floatr {display: inline; float: right;}
#hrhead #fullhrs {font-size: small; font-family: arial;}
/* #s-lc-whw4756 {display: none;} */
#newhrs {padding: 2px; width: 450px;}
#newhrs h4 {padding-left: 5px;}
#newhrs div {padding: 2px 15px 2px 15px; font-size: 10pt;}
#newhrs div.days {padding-left: 30px;}
#newhrs {background-color: #CCCCCC;}
.odd {background-color: #DDDDDD;}
.contactscontain {margin-top: 5px;}
.wk2 {display: none;}
.table {display: none;}
#range {float: right; font-size: small; font-family: arial; vertical-align: bottom; margin-top: 15px;}
#range span {cursor: pointer;}
#lcl {color: #888888;}