Projet

Général

Profil

0001-add-imuse-montpellier-association-style-9961.patch

Josué Kouka, 22 février 2016 11:23

Télécharger (25,2 ko)

Voir les différences:

Subject: [PATCH] add imuse montpellier association style (#9961)

 .../static/montpellier3m/imuse/css/associate.css   |  85 +++++++++++++++++++++
 .../static/montpellier3m/imuse/css/mandaye.css     |   3 +
 .../montpellier3m/imuse/images/associate.png       | Bin 0 -> 15757 bytes
 .../static/montpellier3m/imuse/images/logo.png     | Bin 0 -> 1836 bytes
 4 files changed, 88 insertions(+)
 create mode 100644 mandayejs/static/montpellier3m/imuse/css/associate.css
 create mode 100644 mandayejs/static/montpellier3m/imuse/css/mandaye.css
 create mode 100644 mandayejs/static/montpellier3m/imuse/images/associate.png
 create mode 100644 mandayejs/static/montpellier3m/imuse/images/logo.png
mandayejs/static/montpellier3m/imuse/css/associate.css
1
body {
2
    width: 900px;
3
    max-width: 100%;
4
    margin: 0 auto;
5
    position: relative;
6
    background-color: #CCCCFF;
7
}
8

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

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

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

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

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

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

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

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

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

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

  
mandayejs/static/montpellier3m/imuse/css/mandaye.css
1
#mandaye-js {
2
    height: 35px;
3
}