game/templates/forerunner/base.css

381 lines
4.5 KiB
CSS

*
{
margin: 0;
padding: 0;
border: 0;
}
a
{
text-decoration: none;
font-weight: bold;
color: #FF3B01;
}
a:hover,a:visited:hover
{
text-decoration: underline;
}
a:visited
{
text-decoration: none;
}
body, html
{
background-color: #000000;
text-align: center;
font-family: "arial";
font-size: 10px;
color: #585858;
}
.all
{
background-color: #161616;
width: 930px;
margin-top: 30px;
margin-bottom: 70px;
margin-left: auto;
margin-right: auto;
padding: 16px;
}
.header
{
background-color: #1C1C1C;
border: #222222 solid 1px;
color: #FF3B01;
margin-bottom: 20px;
}
.header_link
{
text-align: left;
margin-left: 30px;
}
.buttons
{
margin-top: 5px;
margin-left: auto;
margin-right: auto;
width: 890px;
text-align: center;
}
.buttons a
{
display: block;
float: left;
width: 105px;
height: 30px;
text-align: center;
padding-top: 10px;
margin-right: 15px;
color: #FFFFFF;
border: #373737 solid 1px;
background: #232323 url(images/button.gif) repeat-x bottom;
}
.buttons a:hover
{
color: #FF3B01;
background: #414141 url(images/button_hover.gif) repeat-x bottom;
text-decoration: none;
}
.pub
{
background-color: transparent;
border: none;
}
.corps
{
background-color: #1C1C1C;
border: #222222 solid 1px;
padding: 30px;
line-height: 18px;
}
.cadre
{
background-color: #222222;
border: #303030 solid 1px;
padding: 20px;
margin-bottom: 50px;
}
.titre_cadre
{
background-color: #1C1C1C;
border: #303030 solid 1px;
padding: 5px;
margin-bottom: 30px;
}
.titre
{
border: #303030 solid 1px;
padding: 15px;
margin-bottom: 10px;
}
.accueil_planete
{
border: #3E3E3E solid 1px;
margin: 20px;
}
.contour
{
background-color: #1C1C1C;
border: #303030 solid 1px;
padding: 5px;
}
.accueil
{
border: #303030 solid 1px;
padding: 15px;
margin-top: 20px;
}
.footer
{
background-color: #FFFFFF;
padding: 15px;
font-size: 11px;
color: #925F46;
}
.hightlight
{
color: #C2671E;
font-family: sans-serif;
font-size: 12px;
word-spacing: 2px;
}
.construction
{
margin-left: auto;
margin-right: auto;
text-align: center;
border-collapse: separate;
border-spacing: 20px;
}
.constructionD
{
width: 130px;
height: 132px;
border: #464646 solid 1px;
cursor: pointer;
float: left;
}
.constructionI
{
height: 150px;
width: 20px;
float: left;
border: none;
}
.espace
{
width: 450px;
text-align: right;
}
input[type="text"]
{
color: #E88607;
width: 60px;
background-color: #DFDFDF;
border: #4F4F4F solid 1px;
}
input[type="text"]:focus
{
background-color: #FFD49D;
color: #000000;
}
input[type="text"]:hover
{
color: #8F5100;
}
input[type="submit"]
{
color: #F26701;
background-color:#FFFFFF;
font-weight: bold;
font-size: 12px;
border: outset #3A3A3A 2px;
margin: 8px;
padding: 2px;
}
input[type="submit"]:focus
{
border: inset #3A3A3A 2px;
}
.espace a
{
font-size: 22px;
font-family: sans-serif;
}
.systeme
{
margin-left: auto;
margin-right: auto;
text-align: center;
border-collapse: separate;
border-spacing: 4px;
empty-cells: show;
}
.systeme td
{
border: #614F3E solid 1px;
padding: 4px 10px;
font-size: 11px;
font-weight: bold;
color: #93846F;
}
#arbre
{
position:absolute;
bottom: 60px;
left: 20px;
width: 220px;
display: none;
}
#menu
{
float: left;
width: 50px;
height: 15px;
background-color: #C05B01;
color: #FFFFFF;
border: outset #3A3A3A 1px;
margin: 20px;
cursor: pointer;
}
#arbre a
{
display: block;
background-color: #7A7A7A;
width: 220px;
height: 15px;
margin-bottom: 1px;
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
}
#arbre a:hover
{
background-color: #373737;
color: #FF3B01;
}
#arbre .space
{
background-color: transparent;
height: 3px;
}
.bulle
{
position: absolute;
width: 200px;
height: 250px;
background-color: #000000;
filter: alpha(opacity=70);
-moz-opacity: 0.70;
opacity: 0.70;
padding: 5px;
}
.bulle a
{
font-size: 13px;
}
#barre
{
position: fixed;
left: 0px;
bottom: 0px;
z-index: 50;
width: 100%;
height: 65px;
background-color: #2B2B2B;
}
#barre span
{
float: left;
display: block;
padding: 4px;
margin: 15px 20px;
font-size: 12px;
border: #E28500 ridge 2px;
background-color: #A8A8A8;
}
#barre .planetes img
{
width: 55px;
height: 55px;
padding: 2px;
}
#barre a.planetes
{
display: block;
margin: 0 10px;
float: right;
display: block;
color: #FFFFFF;
filter: alpha(opacity=50);
-moz-opacity: 0.50;
opacity: 0.50;
border: #2B2B2B 1px dashed;
}
#barre a.planetes:hover
{
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
border: #E14C03 1px dashed;
}
.versions
{
font-size: 12px;
}
.versions th
{
background-color: #222222;
border: #3C3C3C solid 1px;
}
.versions td
{
background-color: #222222;
border: #3C3C3C solid 1px;
}