72 lines
1.5 KiB
CSS
Executable file
72 lines
1.5 KiB
CSS
Executable file
body {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
background-image: url('/images/page-background-text.png'), url('/images/bg-kona.png');
|
|
background-repeat: no-repeat;
|
|
background-position: top left, bottom right;
|
|
width: 790px;
|
|
padding-bottom: 20px;
|
|
color: mediumvioletred;
|
|
}
|
|
#top { height: 0px; width: 0px; padding: 0; margin: 0;}
|
|
a, a:visited, a:active {
|
|
color: hotpink;
|
|
text-decoration: none;
|
|
border-bottom: 1px dashed hotpink;
|
|
}
|
|
a:hover {
|
|
color: indianred;
|
|
border-bottom: 1px solid indianred;
|
|
}
|
|
#flash-banner-ad {
|
|
border: 1px solid hotpink;
|
|
background: pink;
|
|
color: black;
|
|
padding: 4px 0 0 0;
|
|
margin: 0;
|
|
}
|
|
#flash-banner-ad > p {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
#ad-disclaimer {
|
|
font-size: x-small;
|
|
float: right;
|
|
margin-top: 1px;
|
|
border-bottom: 1px dashed hotpink;
|
|
}
|
|
.small-text {
|
|
font-size: x-small;
|
|
}
|
|
#page-title {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
line-height: 20px;
|
|
}
|
|
h2 {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
.section-heading {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
padding: 0;
|
|
margin: 15px 0 0 0;
|
|
background: url('/images/section-heading-bg.gif') no-repeat left bottom;
|
|
}
|
|
p {
|
|
margin-top: 5px;
|
|
}
|
|
.blog-image-embed {
|
|
border: 1px solid hotpink;
|
|
background: pink;
|
|
}
|
|
.blog-image-embed > tbody > tr > td > a > img,
|
|
.blog-image-embed > tbody > tr > td > div > a > img {
|
|
border: 1px dashed hotpink;
|
|
}
|
|
|
|
ul.link-categories { padding-left: 0; }
|
|
ul.link-categories > li {
|
|
display: inline;
|
|
padding-right: 20px;
|
|
} |