forked from gergely/calendar-social
[Cleanup] Style fix in style.css
This commit is contained in:
parent
b54674c703
commit
13e55e7c68
@ -23,55 +23,55 @@ footer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
table.calendar > * {
|
table.calendar > * {
|
||||||
font-family: sans;
|
font-family: sans;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.calendar {
|
table.calendar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.month > td {
|
tr.month > td {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: 2px solid black;
|
border-bottom: 2px solid black;
|
||||||
padding-bottom: .5em;
|
padding-bottom: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.month > td > a {
|
tr.month > td > a {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.month > td.month-name > a {
|
tr.month > td.month-name > a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.days > td {
|
tr.days > td {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-bottom: 2px solid black;
|
border-bottom: 2px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.week > td {
|
tr.week > td {
|
||||||
height: 3em;
|
height: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.week > td > span.day-num {
|
tr.week > td > span.day-num {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.week > td.other-month > span.day-num {
|
tr.week > td.other-month > span.day-num {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #909090;
|
color: #909090;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.week > td.today {
|
tr.week > td.today {
|
||||||
background-color: #d8d8d8;
|
background-color: #d8d8d8;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.week > td > a.event {
|
tr.week > td > a.event {
|
||||||
display: block;
|
display: block;
|
||||||
color: black;
|
color: black;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -81,9 +81,9 @@ footer {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.sizer > td {
|
tr.sizer > td {
|
||||||
width: 14.2857%;
|
width: 14.2857%;
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user