diff options
Diffstat (limited to 'public/css/main.css')
-rw-r--r-- | public/css/main.css | 52 |
1 files changed, 51 insertions, 1 deletions
diff --git a/public/css/main.css b/public/css/main.css index c5289f0..93a7bcf 100644 --- a/public/css/main.css +++ b/public/css/main.css | |||
@@ -57,7 +57,7 @@ article .logo2 | |||
57 | } | 57 | } |
58 | article img | 58 | article img |
59 | { | 59 | { |
60 | max-width: 100%; | 60 | width: 100%; |
61 | height: auto; | 61 | height: auto; |
62 | } | 62 | } |
63 | 63 | ||
@@ -131,4 +131,54 @@ main button:hover | |||
131 | article a:hover | 131 | article a:hover |
132 | { | 132 | { |
133 | cursor: pointer; | 133 | cursor: pointer; |
134 | } | ||
135 | |||
136 | |||
137 | |||
138 | /* -- mode modification d'une page -- */ | ||
139 | /*.modif_page_explanations | ||
140 | { | ||
141 | background-color: white; | ||
142 | padding: 10px; | ||
143 | margin: 10px 20px; | ||
144 | } | ||
145 | .modif_page_explanations div | ||
146 | { | ||
147 | display: flex; | ||
148 | flex-wrap: wrap; | ||
149 | font-size: smaller; | ||
150 | }*/ | ||
151 | .new_bloc | ||
152 | { | ||
153 | background-color: white; | ||
154 | padding: 10px; | ||
155 | margin: 10px 20px; | ||
156 | |||
157 | } | ||
158 | .new_bloc p | ||
159 | { | ||
160 | margin: 5px; | ||
161 | } | ||
162 | .new_bloc #bloc_title | ||
163 | { | ||
164 | width: 100%; | ||
165 | max-width: 300px; | ||
166 | } | ||
167 | .new_bloc form select, .new_bloc form input[type=submit] | ||
168 | { | ||
169 | color: #ff1d04; | ||
170 | font-size: medium; | ||
171 | border-radius: 4px; | ||
172 | background-color: white; | ||
173 | border: lightgrey 2px outset; | ||
174 | } | ||
175 | select:hover | ||
176 | { | ||
177 | cursor: pointer; | ||
178 | } | ||
179 | .new_bloc form input[type=submit]:hover | ||
180 | { | ||
181 | background-color: #ffff00; | ||
182 | border-radius: 4px; | ||
183 | cursor: pointer; | ||
134 | } \ No newline at end of file | 184 | } \ No newline at end of file |