Projet

Général

Profil

Télécharger (1,39 ko) Statistiques
| Branche: | Tag: | Révision:

mandayejs / mandayejs / sites / vincennes / static / vincennes / conservatoire / css / vincennes_associate.css @ 4fa3be27

1
body {
2
    width: 900px;
3
    max-width: 100%;
4
    margin: 0 auto;
5
    position: relative;
6
}
7

    
8
h1 {
9
    font-size: larger;
10
}
11

    
12
.helptext {
13
    font-size: x-small;
14
}
15

    
16
.messages {
17
    font-size: small;
18
    text-align: left;
19
    postion: relative;
20
    margin-left: 90px;
21
    color: red;
22
}
23

    
24
.messages li { list-style-type: none }
25

    
26
.errorlist {
27
    font-size: small;
28
    text-align: left;
29
    position: relative;
30
    left: 90px;
31
    color: red;
32
    margin: 0;
33
}
34

    
35
.errorlist li { list-style-type: none }
36

    
37
#main-div {
38
    width: 400px;
39
    max-width: 100%;
40
    margin-left: auto;
41
    margin-right: auto;
42
    position: relative;
43
    background: #f7f7fd;
44
    color: #3a4450;
45
    border: 1px solid #f0f0fb;
46
    border-radius: 5px;
47
    text-align: center;
48
}
49

    
50
#submit {
51
    border-color: #6bbef6;
52
    background: #6bbef6;
53
    color: #ffffff;
54
    text-transform: uppercase;
55
    font-weight: bold;
56
}
57

    
58
p {
59
    text-align: left; 
60
    width: 90%;
61
    max-width: 15em;;
62
    margin: 1ex auto;
63
}
64
label {
65
    display: block;
66
    margin-left: auto;
67
    margin-right: auto;
68
    vertical-align: top;
69
    text-align: left;
70
    font-size: 14px;
71
    font-weight: normal;
72
    line-height: 20px;
73
}
74

    
75
input {
76
    width: 100%;
77
    display: block;
78
    margin-left: auto;
79
    margin-right: auto;
80
    padding: 4px;
81
    vertical-align: top;
82
}
83

    
84
#imgMain {
85
    height: 120px;
86
    border: none;
87
    display: block;
88
    margin: 1ex auto;
89
    border: 1px solid #eee;
90
}
(3-3/3)