source: tapas/web/resources/css/visu_plateform.css @ 376

Last change on this file since 376 was 376, checked in by rboipsl, 12 years ago

Creation projet tapas

File size: 1.4 KB
Line 
1/* ****************** CONTAINERS ************************* */
2#containerPlateforms, #containerParameters, #containerCalendar
3{
4        margin-top: 10px;
5}
6
7.containerPlateform, .containerParameter
8{
9        color: #6178BC;
10}
11
12.containerPlateform:hover, .containerParameter:hover
13{
14#       text-decoration: underline;
15        background: #70739C;
16        color: #FFFFFF;
17}
18
19/* ****************** LOADINGS ************************* */
20#loadingForPlateforms, #loadingForParameters
21{
22    position: relative;
23    top: 102px;
24    left: 100px;
25}
26
27/* ****************** OTHERS ************************* */
28#NoPlateform, #NoParameter
29{
30    position: relative;
31    top: 100px;
32    left: 65px;
33        color: #04155D;
34}
35
36.plateform_selected, .plateform_selected:hover,
37.parameter_selected, .parameter_selected:hover
38{
39        background: #70739C;
40        color: #E1DEF1;
41        text-decoration: none;
42}
43
44.errorAndButtons{
45#       margin: 0px 22px;
46        margin-left: auto;
47    margin-right: auto;
48    max-width: 240px;
49}
50
51#copyright {
52        margin-left:-80em;
53}
54/** ************************************ **/
55/** ************ CALENDAR ************** **/
56/** ************************************ **/
57.embeddedCalendar
58{
59        margin-top: 10px;
60        margin-bottom: 10px;
61        max-width: 240px;
62}
63
64div.leftField{
65        float: left;
66        margin-left: 53px;
67}
68
69div.rightField{
70        float: right;
71        margin-right: 53px;
72}
73
74/** ************************************ **/
75/** ************ BUTTONS *************** **/
76/** ************************************ **/
Note: See TracBrowser for help on using the repository browser.