democracyos-aurora-calendar
Version:
Aurora calendar theme
53 lines (47 loc) • 1.24 kB
CSS
.calendar a {
display: block;
padding: 5px;
text-decoration: none;
color: inherit;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px
}
.calendar a:hover {
background: #efefef
}
.calendar a:active {
opacity: .75;
}
.calendar-table {
font-size: 13px;
border-bottom: 1px solid #ddd;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-o-box-shadow: 0 1px 2px #eee;
-ms-box-shadow: 0 1px 2px #eee;
-moz-box-shadow: 0 1px 2px #eee;
-webkit-box-shadow: 0 1px 2px #eee;
box-shadow: 0 1px 2px #eee
}
.calendar-table .selected {
background: none
}
.calendar-table .selected a {
background: -o-linear-gradient(#76aaef, #0085CC);
background: -ms-linear-gradient(#76aaef, #0085CC);
background: -moz-linear-gradient(#76aaef, #0085CC);
background: -webkit-linear-gradient(#76aaef, #0085CC);
background: linear-gradient(#76aaef, #0085CC);
color: white;
-o-box-shadow: inset 0 1px #2b8dea;
-ms-box-shadow: inset 0 1px #2b8dea;
-moz-box-shadow: inset 0 1px #2b8dea;
-webkit-box-shadow: inset 0 1px #2b8dea;
box-shadow: inset 0 1px #2b8dea
}