css:mytheme
/* Tag Redefinitions */
body {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
size: 11px;
background: black url('http://lukoi.net/phpBB3/styles/fullmoon/theme/images/background.jpg') fixed;
margin-bottom: 0;
color: #666699
}
h1 {
font-family: Book Antiqua;
font-size: 25px;
color: #FEF7D1;
text-shadow: 1px 1px 1px #666;
background: url('http://lukoi.net/phpBB3/styles/fullmoon/theme/images/title_spacer.png') no-repeat left top;
padding-left: 105px;
padding-top: 10px;
padding-bottom: 15px;
}
h2 {
font-family: Monotype Corsiva;
font-size: 25px;
color: #E7D793;
text-shadow: 1px 1px 1px #000;
}
p:first-letter {
font-size: 1.6em;
padding-right: 2px;
}
/* Links */
a:link {
color: #E7D793;
text-decoration: none;
}
a:visited {
color: #A19767;
text-decoration: none;
}
a:hover {
color: #FEFBE8;
text-decoration: underline;
text-shadow: 1px 1px 1px #666;
-webkit-transition: color .5s linear, text-shadow .5s linear;
-moz-transition: color .5s linear, text-shadow .5s linear;
background-color: transparent;
}
a:active {
color: #FEF7D1;
text-decoration: none;
}
/* Header */
#header
{
height: 300px;
}
#header h1
{
height: 300px;
background: transparent;
}
#header h1 a
{
display: block;
background: url('http://lukoi.net/phpBB3/styles/fullmoon/imageset/banner.png') no-repeat center top;
height: 300px;
width: 100%;
}
#header h1 a span {
display: none;
}
#header h2 span {
display: none;
}
#top-bar a:hover {
background-color: transparent;
}
#top-bar ul {
background-color: transparent;
}
#top-bar ul li {
background-color: transparent;
}
#top-bar ul li ul {
background-color: transparent;
}
#top-bar ul li li {
background-color: transparent;
}
#top-bar ul li li a {
background-color: black;
opacity: .8;
}
#top-bar ul li li a:hover {
background-color: black;
opacity: 1.0;
}
/* ToC */
#toc {
background-color: transparent;
}
page revision: 24, last edited: 07 Nov 2011 09:50