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

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

Sous-menus paramètres

File size: 3.0 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    -moz-border-radius: 4px 4px 4px 4px;
16    -webkit-border-radius: 4px 4px 4px 4px;
17    text-decoration: none;
18    background: #70739C;
19    color: #FFFFFF;
20}
21
22#containerOptionTitle, #containerOptionType, #containerOptionCalendar {
23    margin-bottom: 25px;
24}
25
26#containerOptionTitle {
27    margin-right: 22px;
28}
29
30#containerButtons {
31    margin-top: 25px;
32}
33
34#containerOptionPlotsSelect {
35    margin-bottom: 15px;
36    margin-top: 10px;
37}
38
39/* ****************** LOADINGS ************************* */
40#loadingForPlateforms, #loadingForParameters {
41    position: relative;
42    top: 105px;
43    left: 91px;
44}
45
46.loadingPlot {
47    margin: auto;
48    height: 15px;
49    width: 128px;
50    margin-top: 50px;
51}
52
53/* ****************** OTHERS ************************* */
54#NoPlateform, #NoParameter {
55    position: relative;
56    top: 100px;
57    left: 65px;
58    color: #04155D;
59}
60
61.plateform_selected, .plateform_selected:hover,
62.parameter_selected, .parameter_selected:hover {
63    -moz-border-radius: 4px 4px 4px 4px;
64    -webkit-border-radius: 4px 4px 4px 4px;
65    background: #70739C;
66    color: #E1DEF1;
67    text-decoration: none;
68}
69
70.actionButtons {
71/*margin: 0px 22px;*/
72    margin-left: auto;
73    margin-right: auto;
74    max-width: 240px;
75}
76
77#copyright {
78    margin-left: -80em;
79}
80
81.messagesHeight {
82    margin-bottom: 5px;
83}
84
85.messages_number_parameters {
86    color: #806159;
87    font-weight: bold;
88    vertical-align: middle;
89    font-size: 80%;
90    margin-top: 2px;
91}
92
93.select_plot_option .select_item_middle:hover {
94    background-color: #ffffff;
95    color: #70739C;
96}
97
98.toolTipPlots {
99    margin-top: 4px;
100}
101
102.imageExamples {
103    margin: 10px;
104}
105
106.textExamples {
107/*color: #04155D;*/
108    margin-bottom: 10px;
109}
110
111.textExamplesTD {
112    margin: 10px;
113    color: #04155D;
114    text-align: center;
115}
116
117.parameter_name_subMenu, .parameter_name_subMenu:hover {
118    position: relative;
119    margin-left: 10px;
120    margin-right:10px;
121}
122
123.parameter_name_subMenu:hover {
124    -moz-border-radius: 4px 4px 4px 4px;
125    -webkit-border-radius: 4px 4px 4px 4px;
126    background-color: #DDEEF6;
127}
128
129/** ************************************ **/
130/** ************ CALENDAR ************** **/
131/** ************************************ **/
132/*.embeddedCalendar*/
133/*{*/
134/*margin-top: 10px;*/
135/*margin-bottom: 10px;*/
136/*max-width: 240px;*/
137/*}*/
138
139#beginDate, #endDate {
140    background-image: url("../../resources/icons/calendrier-icone-16x16.png");
141    background-position: right center;
142    background-repeat: no-repeat;
143}
144
145div.leftField {
146    float: left;
147}
148
149div.rightField {
150    float: right;
151    margin-right: 53px;
152}
153
154/** ************************************ **/
155/** ************ BUTTONS *************** **/
156/** ************************************ **/
Note: See TracBrowser for help on using the repository browser.