source: ether_megapoli/trunk/web/resources/css/visu_parameter_by_pf.css @ 173

Last change on this file since 173 was 173, checked in by vmipsl, 13 years ago

Interface _ plusieurs graphs possible sur le même quicklook

File size: 2.3 KB
Line 
1/* ****************** CONTAINERS ************************* */
2#containerPlateforms, #containerParameters, #containerCalendar {
3    margin-top: 10px;
4}
5
6.containerParameter {
7    width: 250px;
8}
9
10.containerPlateform, .containerParameter {
11    color: #6178BC;
12}
13
14.containerPlateform:hover, .containerParameter:hover {
15    text-decoration: none;
16    background: #70739C;
17    color: #FFFFFF;
18}
19
20#containerOptionTitle, #containerOptionType, #containerOptionCalendar {
21    margin-bottom: 25px;
22}
23
24#containerOptionTitle {
25    margin-right: 22px;
26}
27
28#containerButtons {
29    margin-top: 25px;
30}
31
32#containerOptionPlotsSelect {
33    margin-bottom: 15px;
34    margin-top: 10px;
35}
36
37/* ****************** LOADINGS ************************* */
38#loadingForPlateforms, #loadingForParameters {
39    position: relative;
40    top: 102px;
41    left: 100px;
42}
43
44.loadingPlot {
45    margin: auto;
46    height: 15px;
47    width: 128px;
48    margin-top: 50px;
49}
50
51/* ****************** OTHERS ************************* */
52#NoPlateform, #NoParameter {
53    position: relative;
54    top: 100px;
55    left: 65px;
56    color: #04155D;
57}
58
59.plateform_selected, .plateform_selected:hover,
60.parameter_selected, .parameter_selected:hover {
61    background: #70739C;
62    color: #E1DEF1;
63    text-decoration: none;
64}
65
66.errorAndButtons {
67/*margin: 0px 22px;*/
68    margin-left: auto;
69    margin-right: auto;
70    max-width: 240px;
71}
72
73#copyright {
74    margin-left: -80em;
75}
76
77.messagesHeight {
78    margin-bottom: 5px;
79}
80
81.messages_number_parameters {
82    color: #806159;
83    font-weight: bold;
84    vertical-align: middle;
85    font-size: 80%;
86    margin-top: 2px;
87}
88
89.select_plot_option .select_item_middle:hover {
90    background-color: #ffffff;
91    color: #70739C;
92}
93
94.toolTipPlots {
95    margin-top: 4px;
96}
97
98/** ************************************ **/
99/** ************ CALENDAR ************** **/
100/** ************************************ **/
101/*.embeddedCalendar*/
102/*{*/
103/*margin-top: 10px;*/
104/*margin-bottom: 10px;*/
105/*max-width: 240px;*/
106/*}*/
107
108#beginDate, #endDate {
109    background-image: url("../../resources/icons/calendrier-icone-16x16.png");
110    background-position: right center;
111    background-repeat: no-repeat;
112}
113
114div.leftField {
115    float: left;
116}
117
118div.rightField {
119    float: right;
120    margin-right: 53px;
121}
122
123/** ************************************ **/
124/** ************ BUTTONS *************** **/
125/** ************************************ **/
Note: See TracBrowser for help on using the repository browser.