source: ether_megapoli/trunk/web/resources/css/apple_visu_parameter_by_pf.css @ 225

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

cleaning

File size: 2.5 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: 42px;
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.actionButtons {
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.imageExamples {
99    margin : 10px;
100}
101
102.textExamples {
103    color: #04155D;
104    margin-bottom: 10px;
105}
106
107.textExamplesTD {
108    margin: 10px;
109    color: #04155D;
110    text-align: center;
111}
112
113/** ************************************ **/
114/** ************ CALENDAR ************** **/
115/** ************************************ **/
116/*.embeddedCalendar*/
117/*{*/
118/*margin-top: 10px;*/
119/*margin-bottom: 10px;*/
120/*max-width: 240px;*/
121/*}*/
122
123#beginDate, #endDate {
124    background-image: url("../../resources/icons/calendrier-icone-16x16.png");
125    background-position: right center;
126    background-repeat: no-repeat;
127}
128
129div.leftField {
130    float: left;
131}
132
133div.rightField {
134    float: right;
135    margin-right: 53px;
136}
137
138/** ************************************ **/
139/** ************ BUTTONS *************** **/
140/** ************************************ **/
Note: See TracBrowser for help on using the repository browser.