zigford.org/kronks/main.css
2020-07-21 06:49:32 +10:00

93 lines
1.5 KiB
CSS

body{
font-family:Georgia,"Times New Roman",Times,serif;
margin:0;
padding:0;
background-color:#282828;
}
#divbodyholder{
padding:5px;
background-color:#3c3836;
width:100%;
max-width:874px;
margin:24px auto;
/* min-width:1200px; */
}
#video {
text-align: center;
}
#divbody{
border:solid 1px #665c54;
background-color:#3c3836;
padding:0px 48px 24px 48px;
top:0;
}
.headerholder{
color:white;
background-color:#3c3836;
border-top:solid 1px #665c54;
border-left:solid 1px #665c54;
border-right:solid 1px #665c54;
}
.header{
width:100%;
max-width:800px;
margin:0px auto;
padding-top:24px;
padding-bottom:8px;
color:#a89984
}
.content{
margin-bottom:5%;
color:#ebdbb2
}
.nomargin{
margin:0;
}
.description{
margin-top:10px;
border-top:solid 1px #666;
padding:10px 0;
}
h3{
font-size:20pt;
width:100%;
font-weight:bold;
margin-top:32px;
margin-bottom:0;
}
code{
color:#8ec07c
}
.clear{
clear:both;
}
#footer{
padding-top:10px;
border-top:solid 1px #666;
color:#d5c4a1;
text-align:center;
font-size:small;
font-family:"Courier New","Courier",monospace;
}
a{
text-decoration:none;
color:#d79921 !important;
}
a:visited{
text-decoration:none;
color:#b16286 !important;
}
blockquote{
background-color:#504945;
color:#bdae93;
border-left:solid 4px #928374;
margin-left:12px;
padding:12px 12px 12px 24px;
}
img{
margin:12px 0px;
}
iframe{
margin:12px 0px;
}