cleanup
[plewww.git] / planetlab / css / my_slice.css
1 /*
2  Thierry Parmentelat -- INRIA
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 20px;
29 }
30
31 /* this class is used to store data that needs to get passed to javascript code */
32 /* these elements are not meant to be rendered */
33 .hidden {
34     display: none;
35 }
36 .center {
37     text-align: center;
38 }
39
40 /* the various controls for the scheduler */
41 /* bottom section with the buttons */
42 input.leases_input { width: 28px; text-align: right; }
43 .leases_label { padding-left: 12px; padding-right: 8px; }
44 #leases_settings { padding: 15px 30px 10px 30px; }
45 #leases_buttons { text-align: center; padding: 0px 10px 10px 10px; }
46 #leases_refresh,#leases_submit { padding-left: 20px; padding-right: 20px; margin-left: 10px; margin-right:10px; }
47
48 /* column configuation style */
49
50 div#toggle-container-my-slice-nodes-configuration {
51     background: #f8f8f8;
52 }
53
54 OPTION.out{background-color:white; color:black}
55 OPTION.in{background-color:#CAE8EA; color:#4f6b72}
56
57 div.out{background-color:white; color:black}
58 div.in{background-color:#CAE8EA; color:#4f6b72}
59 div.selected{background-color:gray; color:black}
60 div.invisible{display:none}
61
62 .myslice {
63         font: 11px Arial, Helvetica, sans-serif;
64         color: gray;
65 }
66
67 .myslice .title {
68         font: 11px;
69         font-weight: bold;
70 }
71
72 .myslice .desc {
73         font: 11px;
74         font-style: italic;
75 }
76
77 .myslice .subtitle{
78         color: #bb9c61;
79 }
80
81