other-roblox-projects-src/Origins06/Origins06_site/css/Origins06_classicdark.css

148 lines
2.1 KiB
CSS
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

body
{
font: normal 8pt/normal 'Comic Sans MS' , Verdana, sans-serif;
color: White;
margin-top: 0;
text-transform: none;
text-decoration: none;
background-color: #1a1a1a;
}
#Container
{
margin: 0 auto;
width: 900px;
}
#Header
{
margin: 0 auto;
border-top: solid 1px #000;
color: White;
font: normal 12px/normal Verdana, sans-serif;
font-weight: bold;
width: 900px;
text-align: center;
}
#Header a, #Header a:visited, #Header a:active
{
color: White;
text-decoration: none;
}
#Header a:hover
{
color: White;
text-decoration: underline;
}
#Banner
{
background-color: #6e99c9;
border-bottom: solid 1px #000;
border-left: solid 1px #000;
border-right: solid 1px #000;
height: 72px;
text-align: center;
}
#Banner #Logo
{
float: center;
margin: 0;
text-align: center;
width: 293px;
}
#Header .Navigation
{
clear: both;
background-color: #6e99c9;
border-bottom: solid 1px #000;
border-left: solid 1px #000;
border-right: solid 1px #000;
color: #fff;
font-family: 'Comic Sans MS' , Verdana, sans-serif;
font-size: 12pt;
font-weight: normal;
line-height: 2em;
text-decoration: none;
}
#Body
{
margin: 10px 0;
width: 900px;
}
#Footer
{
font: normal 12px/normal Verdana, sans-serif;
margin-top: 10px;
width: 900px;
text-align: center;
font-weight: bold;
}
input[type="text"]
{
border: dashed 2px #353535;
font-family: Verdana, Sans-Serif;
font-size: 1.2em;
padding: 5px;
}
input[type="submit"]
{
background-color: #B3B2AF;
color: #000;
height: 1.5em;
font-family: Comic Sans MS;
font-size: 15px;
font-weight: bold;
}
#SplashContainer
{
}
#SplashContainer h2
{
font-size: x-large;
margin: 0px 0 5px 0;
}
#SplashContainer h3
{
letter-spacing: normal;
margin: 0px 0 5px 0;
}
#SplashContainer #MainPanel
{
background-color: #989898;
border: solid 1px #000;
float: right;
margin: 0 0 10px 0;
padding: 10px;
position: relative;
text-align: left;
width: 877px;
}
#SplashContainer #ElementInsert
{
background-color: #7D7D7D;
border: solid 1px #000;
float: right;
margin: 0 0 10px 0;
padding: 10px;
position: relative;
text-align: left;
width: 856px;
}
#SplashContainer #genlink {
color: red;
}