comicpress-core/style/archive-comic-calendar.css

52 lines
951 B
CSS
Raw Permalink Normal View History

2009-07-13 09:10:56 +00:00
.cpcal-month {
width: 157px;
height: 138px;
padding: 5px 0 5px 5px;
margin: 0 8px 8px 0;
float: left;
border: 1px solid #000;
}
.cpcal-monthtitle {
width: 154px;
height: 16px;
padding: 0 0 5px 0;
text-align: center;
font-family: 'Georgia', serif;
font-variant: small-caps;
font-size: 16px;
line-height: 16px;
letter-spacing: -1px;
}
.cpcal-dayletter {
width: 20px;
height: 15px;
margin: 0 2px 2px 0;
display: block;
float: left;
text-align: center;
font-size: 10px;
line-height: 13px;
}
.cpcal-day {
width: 18px;
height: 13px;
margin: 0 2px 2px 0;
display: block;
float: left;
text-align: center;
font-size: 10px;
line-height: 13px;
border: 1px solid #000;
}
.cpcal-day a {
width: 18px;
height: 13px;
line-height: 13px;
display: block;
font-size: 12px;
font-weight: bold;
}
.cpcal-day a:hover {
color: #fff;
background: #000;
}