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

144 lines
2.0 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 Verdana, sans-serif;
margin-top: 0;
text-transform: none;
text-decoration: none;
}
#Container
{
margin: 0 auto;
width: 900px;
}
#Header
{
margin: 0 auto;
color: Black;
font: normal 12px/normal Verdana, sans-serif;
font-weight: bold;
width: 900px;
text-align: center;
}
#Header a, #Header a:visited, #Header a:active
{
color: Black;
text-decoration: none;
}
#Header a:hover
{
color: Black;
text-decoration: underline;
}
#Banner
{
background-color: #eee;
border-left: solid 2px #d1d1d1;
border-right: solid 2px #d1d1d1;
border-top: solid 2px #d1d1d1;
height: 72px;
text-align: center;
}
#Banner #Logo
{
float: center;
margin: 0;
text-align: center;
width: 293px;
}
#Header .Navigation
{
background-color: #eee;
border-left: solid 2px #d1d1d1;
border-right: solid 2px #d1d1d1;
border-bottom: solid 2px #d1d1d1;
font-family: 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 Gray;
font-family: Verdana, Sans-Serif;
font-size: 1.2em;
padding: 5px;
}
input[type="submit"]
{
background-color: #e0dfdb;
color: #000;
height: 1.5em;
font-family: Verdana;
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: #eee;
border: solid 2px #d1d1d1;
float: right;
margin: 0 0 10px 0;
padding: 10px;
position: relative;
text-align: left;
width: 877px;
}
#SplashContainer #ElementInsert
{
background-color: #ddd;
border: solid 2px #ccc;
float: right;
margin: 0 0 10px 0;
padding: 10px;
position: relative;
text-align: left;
width: 856px;
}
#SplashContainer #genlink {
color: red;
}