- Successfully imported 1731 WordPress posts to Hugo markdown format - Migrated 204+ images from archive to static directory - Copied standalone directories (curtain, farm, gobbler, house, images, party, revcemetery, railsday, birthday) - Fixed all internal links to use /legacy prefix for archived content - Remapped archive links to point to correct Hugo posts - Fixed Louisville Georgia Cemetery post rendering issue 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
218 lines
4.1 KiB
CSS
218 lines
4.1 KiB
CSS
body {
|
|
margin:0px 0px 10px 0px;
|
|
background:#FFFFFF;
|
|
}
|
|
A { color: #999966; text-decoration: none; font-weight:bold; }
|
|
A:link { color: #999966; text-decoration: none; }
|
|
A:visited { color: #999966; text-decoration: none; }
|
|
A:active { color: #99CC66; }
|
|
A:hover { color: #99CC66; }
|
|
|
|
#banner {
|
|
font-family:verdana, arial, sans-serif;
|
|
color:#FFF;
|
|
font-size:20px;
|
|
font-weight:normal;
|
|
border-bottom:1px dotted #FFF;
|
|
border-top:3px solid #99CCFF;
|
|
background:#336699;
|
|
padding:15px;
|
|
text-transform:uppercase;
|
|
letter-spacing: .2em;
|
|
}
|
|
|
|
.description {
|
|
font-family:verdana, arial, sans-serif;
|
|
color:#99CCFF;
|
|
font-size:12px;
|
|
font-weight:bold;
|
|
background:#336699;
|
|
text-transform:none;
|
|
letter-spacing: .none;
|
|
}
|
|
|
|
#content {
|
|
float:left;
|
|
width:65%;
|
|
background:#fff;
|
|
border-right:1px dotted #999;
|
|
margin-right:15px;
|
|
padding-bottom:20px;
|
|
}
|
|
|
|
#links {
|
|
background:#fff;
|
|
padding-right:15px;
|
|
}
|
|
|
|
.blog {
|
|
padding-left:15px;
|
|
padding-top:15px;
|
|
padding-right:15px;
|
|
}
|
|
|
|
.blogbody {
|
|
font-family:georgia, verdana, arial, sans-serif;
|
|
color:#333;
|
|
font-size:11px;
|
|
font-weight:normal;
|
|
background:#FFF;
|
|
line-height:14px;
|
|
padding-left:10px;
|
|
padding-right:10px;
|
|
padding-top:10px;
|
|
}
|
|
|
|
.title {
|
|
font-family: verdana, arial;
|
|
font-size: 10px;
|
|
color: #003366;
|
|
text-transform: uppercase;
|
|
font-weight:bold;
|
|
}
|
|
|
|
#menu {
|
|
margin-bottom:15px;
|
|
background:#FFF;
|
|
}
|
|
|
|
.date {
|
|
font-family:georgia, verdana, arial, sans-serif;
|
|
font-size: 11px;
|
|
color: #666;
|
|
border:1px solid #999;
|
|
padding:5px;
|
|
margin-bottom:10px;
|
|
font-weight:normal;
|
|
}
|
|
|
|
.posted {
|
|
font-family:verdana, arial, sans-serif;
|
|
font-size: 11px;
|
|
color: #003366;
|
|
margin-bottom:15px;
|
|
}
|
|
|
|
|
|
#calendar {
|
|
font-family:verdana, arial, sans-serif;
|
|
color:#666;
|
|
font-size:10px;
|
|
font-weight:normal;
|
|
background:#FFF;
|
|
line-height:14px;
|
|
padding:2px;
|
|
align:center;
|
|
}
|
|
|
|
.calendarhead {
|
|
font-family:verdana, arial, sans-serif;
|
|
color:#003366;
|
|
font-size:10px;
|
|
font-weight:bold;
|
|
background:#FFF;
|
|
line-height:14px;
|
|
padding:2px;
|
|
}
|
|
|
|
.side {
|
|
font-family:verdana, arial, sans-serif;
|
|
color:#333;
|
|
font-size:11px;
|
|
font-weight:normal;
|
|
background:#FFF;
|
|
line-height:14px;
|
|
padding:2px;
|
|
}
|
|
|
|
.sidetitle {
|
|
font-family:verdana, arial, sans-serif;
|
|
color:#666;
|
|
font-size:9px;
|
|
font-weight:bold;
|
|
background:#EEE;
|
|
line-height:14px;
|
|
padding:2px;
|
|
margin-top:10px;
|
|
text-align:center;
|
|
text-transform:uppercase;
|
|
letter-spacing: .2em;
|
|
}
|
|
|
|
.syndicate {
|
|
font-family:verdana, arial, sans-serif;
|
|
font-size:9px;
|
|
font-weight:bold;
|
|
line-height:14px;
|
|
padding:2px;
|
|
margin-top:10px;
|
|
text-align:center;
|
|
background:#EEE;
|
|
}
|
|
|
|
.powered {
|
|
font-family:verdana, arial, sans-serif;
|
|
color:#003366;
|
|
font-size:9px;
|
|
font-weight:bold;
|
|
border-top:1px solid #CCC;
|
|
border-bottom:1px solid #CCC;
|
|
line-height:14px;
|
|
text-transform:uppercase;
|
|
padding:2px;
|
|
margin-top:10px;
|
|
text-align:center;
|
|
letter-spacing: .2em
|
|
}
|
|
|
|
|
|
.comments-body {
|
|
font-family:verdana, arial, sans-serif;
|
|
color:#666;
|
|
font-size:11px;
|
|
font-weight:normal;
|
|
background:#FFF;
|
|
line-height:14px;
|
|
padding:10px;
|
|
}
|
|
|
|
.comments-post {
|
|
font-family:verdana, arial, sans-serif;
|
|
color:#666;
|
|
font-size:10px;
|
|
font-weight:normal;
|
|
background:#FFF;
|
|
}
|
|
|
|
.comments-head {
|
|
font-family: georgia, verdana, arial, sans-serif;
|
|
font-size: 11px;
|
|
color: #666;
|
|
border:1px solid #999;
|
|
padding:5px;
|
|
font-weight:normal;
|
|
margin-top:10px;
|
|
}
|
|
|
|
#banner-commentspop {
|
|
font-family:georgia, verdana, arial, sans-serif;
|
|
color:#FFF;
|
|
font-size:16px;
|
|
font-weight:bold;
|
|
border-bottom:1px dotted #FFF;
|
|
border-top:3px solid #99CCFF;
|
|
background:#336699;
|
|
padding:15px;
|
|
}
|
|
|
|
.comments-body {
|
|
font-family:verdana, arial, sans-serif;
|
|
color:#333;
|
|
font-size:11px;
|
|
font-weight:normal;
|
|
background:#FFF;
|
|
line-height:12px;
|
|
padding-left:10px;
|
|
padding-right:10px;
|
|
}
|