Skip to content

Commit 92c6b7b

Browse files
committed
libcal
1 parent 80fcad6 commit 92c6b7b

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

css/custom.css

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -135,21 +135,18 @@ h2, h3, h4 {margin-top: 0.9rem;}
135135
/* sidebar menu */
136136

137137

138-
.fourthnav ul {background-color: #000; color:#fff;}
139-
.fourthnav ul.menu a.is-active {background-color: var(--broomeyellow); color: #000;}
138+
.fourthnav ul {background-color: #000; color:#fff; /*padding:30px;*/}
139+
.fourthnav ul.menu a.is-active {color: var(--broomeyellow);}
140+
.fourthnav li {border-bottom: 1px solid #d8d8d8;}
141+
.fourthnav a {font-weight:bold; padding-bottom:15px; color:#fff;}
142+
.fourthnav .nav.nav-pills.flex-column > li {margin: -1px 0 0; /*border: solid 1px #e9ecef;*/}
143+
.fourthnav .nav.nav-pills.flex-column > li ul > li {border: none;}
144+
.fourthnav .nav.nav-pills.flex-column > li a:focus, .nav.nav-pills.flex-column > li a:hover {color: var(--broomeyellow);}
145+
.fourthnav .nav.nav-pills.flex-column > li a:is-active {color: var(--broomeyellow);}
140146

141-
.fourthnav li {border-bottom: 1px solid #d8d8d8;}
147+
.fourthnav a.is-active {color: #eeb310;}
142148

143-
.fourthnav a {font-weight:bold; padding-bottom:15px; color:#fff;}
144-
145-
.fourthnav .nav.nav-pills.flex-column > li {margin: -1px 0 0;border: solid 1px #e9ecef;}
146-
147-
.fourthnav .nav.nav-pills.flex-column > li ul > li {border: none;}
148-
149-
.fourthnav .nav.nav-pills.flex-column > li a:focus, .nav.nav-pills.flex-column > li a:hover {background-color: var(--broomeyellow); color: #000;}
150-
151-
152-
.fourthnav .nav.nav-pills.flex-column > li ul > li a {font-weight: 500; font-size:0.9em;}
149+
.fourthnav .nav.nav-pills.flex-column > li ul > li a {font-weight: 500; font-size:0.9em;}
153150

154151
/* alerts */
155152
.bcc_alert {background-color: #ff1111; color:#fff;}
@@ -219,6 +216,7 @@ div.homepagesearch.tabs li > button:hover {font-weight: bold; color: #946232;}
219216
.s-lc-w-today-view-link a { text-decoration: underline; /*border-bottom: 1px dotted #ccc;*/ }
220217
.s-lc-w-today-view-all { padding: 8px 5px; }
221218

219+
222220
/* hours page */
223221

224222
.sr-only {display:none;}
@@ -228,7 +226,6 @@ div.homepagesearch.tabs li > button:hover {font-weight: bold; color: #946232;}
228226
color: #ffffff; background-color: #001E44;}
229227

230228

231-
232229
.s-lc-fhw-map { border:1px solid #ccc; width: 750px; height: 300px; }
233230
.s-lc-fhw-pills { padding: 10px 0px;}
234231
#s-lc-fhw-ltab {display:none;}
@@ -241,6 +238,18 @@ div.homepagesearch.tabs li > button:hover {font-weight: bold; color: #946232;}
241238
.s-lc-mhw-header { text-align: center; }
242239
.s-lc-mhw-header-date { text-align: center; display: inline-block; margin-top: 5px; font-size: 130%; }
243240

241+
.pull-left {float: left;}
242+
.pull-right {float: right;}
243+
244+
245+
.s-lc-mhw-header .btn-group-sm > .btn, .btn-sm {font-size: 20px; font-weight:bold;line-height: 1.5;}
246+
.s-lc-mhw-header .btn-default {color: #333;background-color: #fff;border-color: #ccc;}
247+
248+
.s-lc-mhw-loc-name {display: none;}
249+
.s-lc-mhw-day-l {text-align: right;font-size: 1.2em; padding: 2px;font-weight: bold;}
250+
.s-lc-time {font-size: 1.1em;display: block;}
251+
.s-lc-note.s-lc-h-excep {font-size: 1em;}
252+
244253
/* libcal events widget */
245254

246255
#lc_1632b5c05e43 {max-height:550px;}

0 commit comments

Comments
 (0)