180 lines
2.6 KiB
CSS
180 lines
2.6 KiB
CSS
body { background-color: black; margin: 0px; color: White; font-family: Cambria, Georgia, Times New Roman, Serif; font-size: 12pt }
|
|
h1 { font-family: Cambria, Georgia, Times New Roman, Serif }
|
|
h2, h3 { font-family: Helvetica, Arial, Sans-Serif }
|
|
|
|
a { color: White }
|
|
a:visited { color: White }
|
|
|
|
div#main
|
|
{
|
|
width: 1024px;
|
|
background-image: url("background.png");
|
|
background-repeat: no-repeat;
|
|
margin: 0 auto;
|
|
padding: 20px 0px;
|
|
}
|
|
|
|
div#header
|
|
{
|
|
margin-top: 30px;
|
|
height: 66px
|
|
}
|
|
|
|
div.bar
|
|
{
|
|
border-top: solid 3px #650b03;
|
|
border-bottom: solid 3px #650b03;
|
|
background-color: #272d2c;
|
|
width: 100%;
|
|
}
|
|
|
|
div#header h1
|
|
{
|
|
margin: 0 auto;
|
|
width:280px;
|
|
}
|
|
|
|
div#header img
|
|
{
|
|
vertical-align: middle;
|
|
margin: -30px 0px
|
|
}
|
|
|
|
div#content
|
|
{
|
|
text-align: justify;
|
|
width:50%;
|
|
padding-left:50px;
|
|
}
|
|
div#menu
|
|
{
|
|
margin-top: 10px;
|
|
margin-left: auto;
|
|
margin-right:auto;
|
|
width:90%;
|
|
text-align:center;
|
|
}
|
|
div#menu a { text-decoration: none; color: White }
|
|
div#menu a:visited { text-decoration: none; color: White }
|
|
div#menu a:hover { text-decoration: none; color: White }
|
|
|
|
/* Sidebar */
|
|
div#sidebar
|
|
{
|
|
margin-top: 19px;
|
|
float: right;
|
|
width: 450px;
|
|
text-align: center
|
|
}
|
|
div#sidebar strong
|
|
{
|
|
font-size: 2.3em;
|
|
display: block
|
|
}
|
|
div#sidebar .stats
|
|
{
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
}
|
|
div#sidebar .desc
|
|
{
|
|
font-size: 0.8em
|
|
}
|
|
|
|
div#sidebar a.desc
|
|
{
|
|
font-size: 0.7em
|
|
}
|
|
|
|
div.download
|
|
{
|
|
border: solid 3px #bd0000;
|
|
background-color: #272d2c;
|
|
margin: 20px auto;
|
|
width: 280px;
|
|
height: 40px;
|
|
padding: 12px 10px 10px 10px;
|
|
display: none;
|
|
}
|
|
|
|
div.download:hover
|
|
{
|
|
border-color: white;
|
|
background-color: #3f4544;
|
|
cursor: pointer
|
|
}
|
|
|
|
p.download
|
|
{
|
|
display: none;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
div#screenshots
|
|
{
|
|
width: 506px;
|
|
margin: 0 auto;
|
|
height: 316px;
|
|
}
|
|
|
|
div#footer
|
|
{
|
|
font-size: 0.7em;
|
|
margin-bottom: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
p#trademarks
|
|
{
|
|
margin-top: 10px; margin-bottom: 10px
|
|
}
|
|
|
|
span.links
|
|
{
|
|
border: none;
|
|
margin: 0px 10px;
|
|
font-size: 1.2em;
|
|
}
|
|
span.links:hover
|
|
{
|
|
border-bottom: solid 3px #bd0000;
|
|
}
|
|
|
|
div.rounded
|
|
{
|
|
border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
-khtml-border-radius: 10px;
|
|
}
|
|
|
|
#nav li
|
|
{
|
|
list-style-type: none;
|
|
display: block;
|
|
height: 15px;
|
|
width: 20px;
|
|
background-color: white;
|
|
margin-right: 10px;
|
|
float: left;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#nav li.activeSlide
|
|
{
|
|
background-color: #650b03;
|
|
}
|
|
|
|
#videoPlayer
|
|
{
|
|
padding-top: 5px;
|
|
height:410px;
|
|
width: 500px;
|
|
margin: 20px auto;
|
|
background-color: Black;
|
|
}
|
|
|
|
.border
|
|
{
|
|
border: solid 3px #650b03
|
|
} |