160 lines
3.1 KiB
CSS
160 lines
3.1 KiB
CSS
/*************************************************************
|
|
..
|
|
.... ............ ........
|
|
. ....... . .... ..
|
|
. ... .. .. .. .. ..... . ..
|
|
.. .. ....@@@. .. . ........ .
|
|
.. . .. ..@.@@..@@. .@@@@@@@ @@@@@@. ....
|
|
.@@@@. .@@@@. .@@@@..@@.@@..@@@..@@@..@@@@.... ....
|
|
@@@@... .@@@.. @@ @@ .@..@@..@@...@@@. .@@@@@. ..
|
|
.@@@.. . @@@. @@.@@..@@.@@..@@@ @@ .@@@@@@.. .....
|
|
...@@@.... @@@ .@@.......... ........ ..... ..
|
|
. ..@@@@.. . .@@@@. .. ....... . .............
|
|
. .. .... .. .. . ... ....
|
|
. . .... ............. .. ...
|
|
.. .. ... ........ ... ...
|
|
................................
|
|
|
|
==============================================================
|
|
macines.css - Intranet Style
|
|
|
|
Copyright (c) 2006 by www.crans.org
|
|
|
|
**************************************************************/
|
|
#globalDiv {
|
|
padding-left : 25%;
|
|
margin:0;
|
|
position:relative;
|
|
}
|
|
h2 {
|
|
margin: 0 5px .5em 5px;padding:5px;
|
|
}
|
|
|
|
div.alias {
|
|
color:gray;
|
|
margin:0;
|
|
padding:0 0 0 60px;
|
|
display:block;
|
|
font-weight:normal;
|
|
font-size:0.6em;
|
|
|
|
}
|
|
|
|
table.blacklist_table,
|
|
table.ports_table {
|
|
border-top: thin black solid;
|
|
border-left: thin black solid;
|
|
}
|
|
|
|
table.blacklist_table td,
|
|
table.blacklist_table th,
|
|
table.ports_table td,
|
|
table.ports_table th {
|
|
border-right: thin black solid;
|
|
border-bottom: thin black solid;
|
|
padding: 3px;
|
|
}
|
|
|
|
.actif {
|
|
color:red;
|
|
}
|
|
.inactif {
|
|
}
|
|
|
|
|
|
#gestion_machines_main_frame {
|
|
padding:5px;
|
|
}
|
|
|
|
dl.basicInfos dt {
|
|
float:left;
|
|
font-weight:bold;
|
|
clear:left;
|
|
}
|
|
|
|
dl.basicInfos dd {
|
|
float:left;
|
|
margin:0 1em;
|
|
}
|
|
|
|
ul#listeMachines {
|
|
list-style-type:none;
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
|
|
ul#listeMachines li {
|
|
float:left;
|
|
height:70px;
|
|
width:100px;
|
|
margin:5px;
|
|
display:block;
|
|
text-align:center;
|
|
}
|
|
|
|
ul#listeMachines li span {
|
|
margin-bottom:0;
|
|
display:block;
|
|
}
|
|
|
|
ul#listeMachines li a {
|
|
display:block;
|
|
color:black;
|
|
text-decoration:none;
|
|
}
|
|
|
|
ul#listeMachines li a:hover {
|
|
background:#bbbbff;
|
|
}
|
|
|
|
ul#listeMachines li a:active {
|
|
background:#8888ff;
|
|
}
|
|
|
|
ul#listeMachines li img {
|
|
margin:2px auto;
|
|
width:32px;
|
|
height:32px;
|
|
}
|
|
|
|
#menu_actions {
|
|
background:#eeeeff;
|
|
padding:.3em;
|
|
max-width:20%;
|
|
float:left;
|
|
position:absolute;
|
|
top:1em;
|
|
left:0;
|
|
border: thin black solid;
|
|
}
|
|
|
|
#menu_actions ul {
|
|
list-style-type:none;
|
|
padding:0;
|
|
margin:.5em;
|
|
}
|
|
#menu_actions ul li a {
|
|
text-decoration:none;
|
|
}
|
|
#menu_actions ul li a:hover {
|
|
text-decoration:underline;
|
|
}
|
|
|
|
#menu_actions h1 {
|
|
font-size:1em;
|
|
margin:0;
|
|
text-align:center;
|
|
border-bottom: thin black solid;
|
|
}
|
|
|
|
// on change la couleur des messages
|
|
.message {
|
|
background-color:#000080;
|
|
color:white;
|
|
}
|
|
|
|
label {
|
|
width:175px;
|
|
display:block;
|
|
float:left;
|
|
}
|