checkpoint
[plewww.git] / planetlab / css / plc_peers.css
1 /* $Id$ */
2
3 /* rounded corner around lists (all nodes, all sites, ..) */
4 div.objects-list {
5     background-color: #f0f0f0 ;
6
7
8 /* -------------------- foreign objects */
9 /* default for foreign objects */
10 .peer-foreign {
11     background:  #808080;
12 }
13
14 /* -------------------- PLC is bluish */
15 div.peer-plc {
16     background-color:  #0e5e95;
17 }
18 table.plekit_table>tbody>tr>td.peer-plc a {
19     font-weight: bold;
20     color:  #0e5e95;
21 }
22     
23 /* -------------------- PLE is redish */
24 div.peer-ple {
25     background-color: #6e1c19; 
26 }
27 table.plekit_table>tbody>tr>td.peer-ple a {
28     font-weight: bold;
29     color:  #6e1c19;
30 }