Subversion Repositories wimsdev

Rev

Rev 3425 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3425 Rev 6975
Line 7... Line 7...
7
}
7
}
8
 
8
 
9
/*********************************/
9
/*********************************/
10
 
10
 
11
#hud_video_intro {
11
#hud_video_intro {
12
       width: 480px; /* width_flash:450 + 2 x margin_hud:10 + 2 x margin_plugin:5 */
12
    width: 480px; /* width_flash:450 + 2 x margin_hud:10 + 2 x margin_plugin:5 */
13
}
13
}
14
#hud_video_intro_plugin {
14
#hud_video_intro_plugin {
15
       background-color: #000000;
15
    background-color: #000;
16
       padding: 5px;
16
    padding: 5px;
17
}
17
}
18
#hud_video_intro h5 {
18
#hud_video_intro h5 {
19
       text-align: center;
19
    text-align: center;
20
       margin-top: 10px;
20
    margin-top: 10px;
21
}
21
}
22
#hud_video_intro h5 a {
22
#hud_video_intro h5 a {
23
      color: #FFFFFF !important;
23
    color: #FFF !important;
24
        text-decoration: underline;
24
        text-decoration: underline;
25
}
25
}
26
 
26
 
27
/*********************************/
27
/*********************************/
28
.hud_element a{
28
.hud_element a{
29
                color:#FFFFFF;
29
        color:#FFF;
30
 
30
 
31
}
31
}
32
.hud_element {
32
.hud_element {
33
        width:40em;
33
        width:40em;
34
        border:10px solid #0a111f;
34
        border:10px solid #0a111f;
35
        color:#FFFFFF;
35
        color:#FFF;
36
        background-color: #0a111f;
36
        background-color: #0a111f;
37
        background-image: url("../../../gifs/editor/hud_element_fond.gif");
37
        background-image: url("../../../gifs/editor/hud_element_fond.gif");
38
        background-repeat: repeat-x;
38
        background-repeat: repeat-x;
39
        background-position: center top;
39
        background-position: center top;
40
        display:none;
40
        display:none;
41
        padding:0px;
41
        padding:0;
42
        margin:0px;
42
        margin:0;
43
}
43
}
44
.hud_element h3, .hud_element h4 {
44
.hud_element h3, .hud_element h4 {
45
        margin:0px;
45
        margin:0;
46
        padding:0px;
46
        padding:0;
47
        padding-bottom:10px;
47
        padding-bottom:10px;
48
        text-align:center;
48
        text-align:center;
49
        color:#ffffff;
49
    color:#FFF;
50
}
50
}
51
.hud_element p {
51
.hud_element p {
52
        white-space: normal;
52
    white-space: normal;
53
}
53
}
54
.hud_element img {
54
.hud_element img {
55
        float: none;
55
    float: none;
56
}
56
}
57
.hud_boutons {
57
.hud_boutons {
58
        padding-top:20px;
58
        padding-top:20px;
59
        text-align:center;
59
        text-align:center;
60
        clear:both;
60
    clear:both;
61
}
61
}
62
.hud_boutons a {
62
.hud_boutons a {
63
        margin-left:5px;
63
        margin-left:5px;
64
        margin-right:5px;
64
        margin-right:5px;
65
        border:0px !important;
65
        border:0 !important;
66
}
66
}
67
.hud_lancement {
67
.hud_lancement {
68
        white-space: nowrap;
68
        white-space: nowrap;
69
        margin-bottom:0px;
69
    margin-bottom:0;
70
        float: left;
70
    float: left;
71
}
71
}
72
.hud_lancement a {
72
.hud_lancement a {
73
        border:0px !important;
73
        border:0 !important;
74
}
74
}
75
 
75
 
76
.hud_element label, .hud_element input[type="text"], .hud_element textarea {
76
.hud_element label, .hud_element input[type="text"], .hud_element textarea {
77
        display: block;
77
        display: block;
78
        width: 100%;
78
        width: 100%;
79
        float: left;
79
        float: left;
80
}
80
}
81
.hub_element_bloc {
81
.hub_element_bloc {
82
        float: left;
82
        float: left;
83
        display: block;
83
        display: block;
84
        clear: both;
84
    clear: both;
85
}
85
}
86
 
86
 
87
/*.hud_element input[type="checkbox"] {
87
/*.hud_element input[type="checkbox"] {
88
        display: block;
88
        display: block;
89
        width: 100%;
89
        width: 100%;
90
        float: left;
90
        float: left;
91
}*/
91
}*/
-
 
92
 
92
.hud_element label {
93
.hud_element label {
93
        text-align: center;
94
        text-align: center;
94
        width: 100%;
95
        width: 100%;
95
        padding-right: 20px;
96
        padding-right: 20px;
96
        padding-top: 0.5em;
97
        padding-top: .5em;
97
        padding-bottom: 0.5em;
98
        padding-bottom: .5em;
98
}
99
}
-
 
100
 
99
.hud_element .formHelp {
101
.hud_element .formHelp {
100
        color:#ffffff;
102
        color:#FFF;
101
}
103
}
102
 
104
 
103
/***************************************************************/
105
/***************************************************************/
104
 
106
 
105
.contenu_sendmail label {
107
.contenu_sendmail label {