0a20eb26c0c58c6fd48eb22b0401e91cc04a7e9c
[plewww.git] / planetlab / css / my_slice.css
1 /*
2  $Id: toggle.css 12435 2009-03-11 15:07:00Z thierry $
3  */
4
5 /* space around various messages */
6 div.my-slice-renewal {
7     margin: 30px;
8 }
9
10 /* toggles for the nodes sections */
11 div#toggle-container-my-slice-persons-current,
12 div#toggle-container-my-slice-nodes-current {
13     background: #f0f0f0;
14 }
15
16 div#toggle-container-my-slice-persons-add,
17 div#toggle-container-my-slice-nodes-add {
18     background: #f0e0e0;
19 }
20
21 /* the scheduler area */
22 div#toggle-container-my-slice-nodes-reserve {
23     background: #def;
24 }
25
26 /* where the graphics go */
27 div#leases_area {
28   padding: 10px 25px;
29 }
30
31 /* don't display the scheduler data table - not quite sure this works */
32 table#leases_data {
33     display: none;
34 }
35
36 /* the various controls for the scheduler */
37 /* upper section, with selection mode */
38 #leases_modes { padding: 10px; text-align: center; color: #333; }
39
40 #leases_buttons { padding: 0px 10px 10px 10px; }
41 #leases_clear { position: relative; left: 30%;}
42 #leases_submit { position: relative; left: 60%; }
43         
44
45 /* column configuation style */
46
47 div#toggle-container-my-slice-nodes-configuration {
48     background: #f8f8f8;
49 }
50
51 OPTION.out{background-color:white; color:black}
52 OPTION.in{background-color:#CAE8EA; color:#4f6b72}
53
54 div.out{background-color:white; color:black}
55 div.in{background-color:#CAE8EA; color:#4f6b72}
56 div.selected{background-color:gray; color:black}
57 div.invisible{display:none}
58
59 .myslice {
60         font: 11px Arial, Helvetica, sans-serif;
61         color: gray;
62 }
63
64 .myslice .title {
65         font: 11px;
66         font-weight: bold;
67 }
68
69 .myslice .desc {
70         font: 11px;
71         font-style: italic;
72 }
73
74 .myslice .subtitle{
75         color: #bb9c61;
76 }
77
78