Second revision by Master Leon
205
pages/descriptions/diz/base.css
Normal file
|
|
@ -0,0 +1,205 @@
|
|||
body
|
||||
{
|
||||
color: #7093DB;
|
||||
background-color: #040e1e;
|
||||
background-image: url(.jpg);
|
||||
background-attachment: fixed;
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
scrollbar-arrow-color: #E6EBFB;
|
||||
scrollbar-base-color: #344566;
|
||||
scrollbar-track-color: #344566;
|
||||
scrollbar-face-color: #344566;
|
||||
scrollbar-highlight-color: #344566;
|
||||
scrollbar-3dlight-color: #465673;
|
||||
scrollbar-darkshadow-color: #344566;
|
||||
scrollbar-shadow-color: #465673;
|
||||
font-size: 13px;
|
||||
font-family: Tahoma,sans-serif;
|
||||
margin-left: 68px;
|
||||
}
|
||||
|
||||
u {
|
||||
font-style: underline;
|
||||
}
|
||||
|
||||
i {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #4080ff;
|
||||
font-size: 12px;
|
||||
font-family: verdana, serif;
|
||||
text-decoration: underline;
|
||||
border: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a:active, a:focus {
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.zone_texte {
|
||||
background-color: #000031;
|
||||
color: #4080ff;
|
||||
border: 1px solid #1256C6;
|
||||
font-family: verdana, serif;
|
||||
}
|
||||
|
||||
.bouton {
|
||||
background-color: navy;
|
||||
color: #afbdff;
|
||||
font-family: verdana, serif;
|
||||
BORDER-LEFT-COLOR: white;
|
||||
BORDER-BOTTOM-COLOR: navy;
|
||||
BORDER-TOP-COLOR: white;
|
||||
BACKGROUND-COLOR: navy;
|
||||
BORDER-RIGHT-COLOR: navy;
|
||||
BORDER-STYLE: outset;
|
||||
}
|
||||
|
||||
.bouton:hover {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.bouton:active {
|
||||
BORDER-STYLE: inset;
|
||||
color: red;
|
||||
}
|
||||
|
||||
div {
|
||||
border: 1px solid #004080;
|
||||
float: left;
|
||||
margin: 1 1 1 1;
|
||||
}
|
||||
|
||||
div.a {
|
||||
height: 125;
|
||||
width: 125;
|
||||
}
|
||||
|
||||
div.b {
|
||||
height: 125;
|
||||
width: 400;
|
||||
text-align: justify;
|
||||
background-image: url(fond/apb.jpg);
|
||||
}
|
||||
|
||||
div.c {
|
||||
height: 125;
|
||||
width: 149;
|
||||
text-align: center;
|
||||
background-image: url(fond/apc.jpg);
|
||||
}
|
||||
|
||||
div.d {
|
||||
background-color: #00024A;
|
||||
border: 1px solid #02058A;
|
||||
margin-bottom: 20;
|
||||
margin-left: 450;
|
||||
}
|
||||
|
||||
div.fin {
|
||||
height: 20;
|
||||
width: 339;
|
||||
text-align: center;
|
||||
background-image: url(fond/apfin.jpg);
|
||||
}
|
||||
|
||||
div.long {
|
||||
font-weight: bold;
|
||||
color: #ff8040;
|
||||
width: 550;
|
||||
text-align: center;
|
||||
margin-left: 90px;
|
||||
}
|
||||
|
||||
div.ensemble {
|
||||
width: 550;
|
||||
height: 300;
|
||||
margin-left: 90px;
|
||||
}
|
||||
|
||||
div.e {
|
||||
height: 280;
|
||||
width: 125;
|
||||
text-align: justify;
|
||||
background-color: #000151;
|
||||
border: 0;
|
||||
border-right: 1px solid #004080;
|
||||
float: left;
|
||||
margin: 0;
|
||||
margin-right: 8px;
|
||||
padding: 15 10 5 10;
|
||||
}
|
||||
|
||||
#axion {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
br.a {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
span.rc {
|
||||
font-size: 13px;
|
||||
font-family: Tahoma,sans-serif;
|
||||
font-weight: bold;
|
||||
color: #ffc080;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: separate;
|
||||
empty-cells: show;
|
||||
text-align: center;
|
||||
border: 0px;
|
||||
font-size: 12px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
table#ressource {
|
||||
margin-bottom: 35px;
|
||||
}
|
||||
|
||||
TD {
|
||||
background-color: #00024A;
|
||||
border: 1px solid #02058A;
|
||||
}
|
||||
|
||||
TD.a {
|
||||
background-color: #000151;
|
||||
border: 1px solid #040e1e;
|
||||
width: 210px;
|
||||
}
|
||||
|
||||
TD.b {
|
||||
background-color: #000151;
|
||||
border: 1px solid #040e1e;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
TD.xyz {
|
||||
background-color: #000151;
|
||||
border: 1px solid #000170;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*attaque {
|
||||
color: #CC0000;
|
||||
}
|
||||
|
||||
filter: alpha(opacity=10);
|
||||
-moz-opacity: 0.9; */
|
||||
BIN
pages/descriptions/diz/batiment/caserne.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
pages/descriptions/diz/batiment/centrale_f.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
pages/descriptions/diz/batiment/centrale_fusion.jpg
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
pages/descriptions/diz/batiment/centrale_s.JPG
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
pages/descriptions/diz/batiment/chantier_terrestre.jpg
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
pages/descriptions/diz/batiment/chantier_terrestre.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
pages/descriptions/diz/batiment/ecole_militaire.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
pages/descriptions/diz/batiment/entrepot.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
pages/descriptions/diz/batiment/ionisateur.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
pages/descriptions/diz/batiment/mine_c.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
pages/descriptions/diz/batiment/mine_m.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
pages/descriptions/diz/batiment/oeil.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
pages/descriptions/diz/batiment/purificateur_c.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
pages/descriptions/diz/batiment/purificateur_m.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
pages/descriptions/diz/batiment/radar.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
pages/descriptions/diz/batiment/recherches.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
pages/descriptions/diz/batiment/silo.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
pages/descriptions/diz/fond/apb.jpg
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
pages/descriptions/diz/fond/apc.jpg
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
pages/descriptions/diz/fond/apfin.jpg
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
pages/descriptions/diz/fond/apmenu.jpg
Normal file
|
After Width: | Height: | Size: 827 B |
BIN
pages/descriptions/diz/m.gif
Normal file
|
After Width: | Height: | Size: 591 B |
61
pages/descriptions/diz/menu.css
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
body
|
||||
{
|
||||
background-color: #040e1e;
|
||||
background-image: url(.jpg);
|
||||
background-attachment: fixed;
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
scrollbar-arrow-color: #E6EBFB;
|
||||
scrollbar-base-color: #344566;
|
||||
scrollbar-track-color: #344566;
|
||||
scrollbar-face-color: #344566;
|
||||
scrollbar-highlight-color: #344566;
|
||||
scrollbar-3dlight-color: #465673;
|
||||
scrollbar-darkshadow-color: #344566;
|
||||
scrollbar-shadow-color: #465673;
|
||||
margin-left: 12;
|
||||
margin-top: 20;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0096ff;
|
||||
font-size: 13px;
|
||||
font-family: Tahoma,sans-serif;
|
||||
text-decoration: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a:active, a:focus {
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.link {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
div {
|
||||
margin: 1 1 1 1;
|
||||
width: 150px;
|
||||
text-align: center;
|
||||
border:1px #415680 solid;
|
||||
background-image: url(fond/apmenu.jpg);
|
||||
}
|
||||
|
||||
.blanc {
|
||||
height: 27;
|
||||
}
|
||||
|
||||
#datetime {
|
||||
color: #4080ff;
|
||||
font-family: Tahoma,sans-serif;
|
||||
font-size: 15px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
BIN
pages/descriptions/diz/planete/1.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
pages/descriptions/diz/planete/10.jpg
Normal file
|
After Width: | Height: | Size: 53 KiB |
BIN
pages/descriptions/diz/planete/11.jpg
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
pages/descriptions/diz/planete/12.jpg
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
pages/descriptions/diz/planete/2.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
pages/descriptions/diz/planete/3.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
pages/descriptions/diz/planete/4.jpg
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
pages/descriptions/diz/planete/5.jpg
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
pages/descriptions/diz/planete/6.jpg
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
pages/descriptions/diz/planete/7.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
pages/descriptions/diz/planete/8.jpg
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
pages/descriptions/diz/planete/9.jpg
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
pages/descriptions/diz/planete/Thumbs.db
Normal file
BIN
pages/descriptions/diz/techno/blindage.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
pages/descriptions/diz/techno/hyperespace.JPG
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
pages/descriptions/diz/unit/Thumbs.db
Normal file
BIN
pages/descriptions/diz/unit/commandeur.JPG
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
pages/descriptions/diz/unit/croiseur.JPG
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
pages/descriptions/diz/unit/fregate.JPG
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
pages/descriptions/diz/unit/grandtransporteur.JPG
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
pages/descriptions/diz/unit/invulnerable.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
pages/descriptions/diz/unit/megatransporteur.JPG
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
pages/descriptions/diz/unit/ptransporteur.JPG
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
pages/descriptions/diz/unit/satellite_solaire.JPG
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
pages/descriptions/diz/unit/soldat.JPG
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
pages/descriptions/diz/unit/vaisseaumine.JPG
Normal file
|
After Width: | Height: | Size: 14 KiB |