nodescore/www/about/style.css

62 lines
1.3 KiB
CSS
Raw Permalink Normal View History

Body{
background-color: black;
color: white;
padding: 10px 10px 10px 10px ;
width: 1200px;
}
h1,h2,h3,h4,h5,h6 {
width: 400px;
background-color: white;
display: inline;
color: #666;
padding: 0px 10px 0px 10px ;
z-index: 2;
}
h1{ background-color: white; font: 44px Helvetica, Arial; }
h2{ font: 18px Helvetica, Arial; }
h3{ font: 12px Helvetica, Arial; }
h4{ background-color: black; font: 19px Helvetica, Arial; text-align: center; margin-left:auto; margin-right:auto;}
a:link {color:#666;}
a:visited {color: #666;}
a:hover {color: black; background-color:gray;}
a:active {color: black;background-color:white;}
.linkbar{
width: 400px;
padding: 10px 10px 10px 10px;
background-color: gray;
font: 12px Helvetica, Arial;
border: 2px solid white;
display:inline-block;
text-align:center;
}
#title{
width: 200px;
background-color: white;
height: 60px;
border: 2px solid #666;
z-index: 2;
opacity: 0.4;
}
#footer{
padding: 10px 10px 10px 10px ;
width: 1200px;
background-color: white;
height: 20px;
font: 12px Helvetica, Arial;
text-align: left;
vertical-align: left;
color: #666;
border: 0px solid #666;
position: relative;
bottom: 10px;
}
p.footer{color:white;
}