@charset "utf-8";
/*
Crash Mania
Main stylesheet

Web: http://crashmania.net
File: global.css
Copyright: HP Zoner, 2009
Author: HP Zoner
E-mail: hp(AT)crashmania(DOT)net
*/
html{
margin: 0px;
padding: 0px;
}
body{
/*A cor e a imagem de fundo sao definidas em addons/background.php*/
margin: 0px;
padding: 0px;
font-family: "Trebuchet MS";
font-size: 14px;
color: #333;
background-repeat: repeat-y;
background-attachment: fixed;
background-position: center;
text-align: center;
}
a:link{
color: #0033CC;
text-decoration: none;
}
a:visited{
text-decoration: none;
color: #666666;
}
a:hover{
text-decoration: underline;
color: #0066CC;
}
a:active{
text-decoration: none;
color: #66FFFF;
}
h3{
margin: 0px;
padding: 0px;
}
table, .tabela{
margin: auto;
}
.tabela td{
background-color: #FFF;
border: 1px solid #999;
padding: 5px;
}
.bulletlist li{
list-style: none;
background-image: url("images/icons/wumpaicon.gif");
background-repeat: no-repeat;
padding-left: 1.5em;
}
.imagem{
margin-left: 10px;
}
.spoilers{
color: #7400CC;
}
#wrapper{
margin: 0 auto;
width: 1000px;
text-align: center;
}
#mainmenu{
/*A largura esta definida em addons/mainmenu.php. A imagem de fundo esta definida em addons/background.php*/
background-repeat: no-repeat;
float: left;
}
#wumpaheart, #logo, #logo_small{
padding-top: 10px;
}
#slogan{
padding-top: 5px;
}
#searchbar{
margin-top: 10px;
}
#crunch{
width: 207px;
height: 138px;
background-image: url("images/menu/crunchsays.png");
background-repeat: no-repeat;
text-align: left;
}
#crunchtext{
/*O padding-top e definido no index.php*/
width: 150px;
text-align: center;
}
#main{
/*A imagem de fundo e definida em addons/background.php*/
width: 792px;
float: left;
background-repeat: no-repeat;
text-align: center;
}
#content_top{
margin-top: 10px;
margin-left: auto;
margin-right: auto;
width: 728px;
height: 98px;
background-image: url("images/bg/content_top.png");
background-repeat: no-repeat;
}
#content_middle{
/*A altura mínima e a largura estão definidas no index.php*/
margin-left: auto;
margin-right: auto;
text-align: justify;
padding-left: 50px;
padding-right: 50px;
background-image: url("images/bg/content_middle.png");
background-position: center;
background-repeat: repeat-y;
display: inline-block;
}
#content_bottom{
margin-left: auto;
margin-right: auto;
width: 728px;
height: 61px;
background-image: url("images/bg/content_bottom.png");
background-repeat: no-repeat;
}
#main_copyright{
/*A cor da letra e definida em addons/background.php*/
font-family: "Verdana";
font-size: 10px;
width: 728px;
margin-top: 10px;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
}
.copyright{
font-family: "Verdana";
font-size: 10px;
margin-top: 10px;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
}
#contact{
/*A cor da letra em "Contact site owner" esta definida em background.php*/
margin: auto;
margin-top: 10px;
width: 180px;
height: 22px;
clear: both;
}
#contact_button{
width: 88px;
height: 22px;
margin-left: auto;
float: left;
}
#links_button{
width: 88px;
margin-left: auto;
float: right;
}
#visitors{
width: 100%;
font-size: 12px;
}
#visitors a{
color: #333;
text-decoration: none;
}
#skin{
width: 190px;
margin: auto;
padding-right: 3px;
}
#gamelogo, #w3c{
margin-top: 10px;
}
.small{
font-size: 12px;
}
#gamemenu{
font-size: 12px;
padding-bottom: 3px;
border-bottom: 1px solid #999;
}
.pediaimg{
border-left: 2px solid #DFAB0D;
border-top: 2px solid #DFAB0D;
border-right: 2px solid #6C4511;
border-bottom: 2px solid #6C4511;
background-color: #FFF;
}
.spyroimg{
border-left: 2px solid #DFAB0D;
border-top: 2px solid #DFAB0D;
border-right: 2px solid #6C4511;
border-bottom: 2px solid #6C4511;
background-color: #FFF;
}
.cmimg{
border-left: 1px solid #6C8CA9;
border-top: 1px solid #6C8CA9;
border-right: 2px solid #394986;
border-bottom: 2px solid #394986;
}
.genimg{
border-left: 1px solid #6C8CA9;
border-top: 1px solid #6C8CA9;
border-right: 2px solid #394986;
border-bottom: 2px solid #394986;
margin-right: 10px;
}
/*Usado em chronology.php*/
.chrono{
background-color: #FBFF98;
width: 100%;
margin: auto;
border-top: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}
.contest_form{
background-color: #FFCC66;
border: 1px solid #FF9933;
padding: 5px;
}
.contest_form td{
background-color: #FFCC66;
}
.obligatory{
color: #FF0000;
}