]>
git.p6c8.net - jirafeau_mojo42.git/blob - media/courgette/style.css.php
3 * Jyraphe, your web file repository
5 * Jerome Jutteau <j.jutteau@gmail.com>
6 * Jimmy Beauvois <jimmy.beauvois@gmail.com>
8 * This program is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU Affero General Public License as
10 * published by the Free Software Foundation, either version 3 of the
11 * License, or (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU Affero General Public License for more details.
18 * You should have received a copy of the GNU Affero General Public License
19 * along with this program. If not, see <https://www.gnu.org/licenses/>.
23 * This stylesheet is the default stylesheet for Jyraphe.
24 * The content is dynamically generated for easier handling.
29 header('Content-type: text/css');
33 /* ==========================================================================
45 ========================================================================== */
47 /* ==========================================================================
49 ========================================================================== */
53 font
-family
: Arial
, sans
-serif
;
64 background
: url(logo
-jirafeau
.svg
) no
-repeat
;
65 background
-size
: 100%
100%
;
85 border
: 7px dashed
#bcaaa4;
107 text
-decoration
: none
;
110 input
[type
="submit"] {
113 padding
: 0.4em
2.2em
;
116 border
-bottom
: 5px solid
#085B69;
123 input
[type
="password"] {
129 select
{ width
: 100%
; }
131 input
[type
="submit"]:hover
,
132 input
[type
="submit"]:focus
{
144 background
: url(upload
.svg
) no
-repeat center
;
145 -webkit
-transition
: all
0.5s ease
;
146 -moz
-transition
: all
0.5s ease
;
147 -ms
-transition
: all
0.5s ease
;
148 -o
-transition
: all
0.5s ease
;
149 transition
: all
0.5s ease
;
152 #upload fieldset:hover {
153 border
-color
: #663D1C;
171 #upload.file-selected #file_select {
175 #upload.file-selected fieldset {
176 background
-image
: none
;
180 /* ==========================================================================
182 ========================================================================== */
193 text
-decoration
: none
;
198 text
-decoration
: underline
;
201 /* ==========================================================================
203 ========================================================================== */
212 #options tr { height: 2.7em; }
214 #option_table tr:first-child {
219 #option_table td:first-child {
222 #options input[type="submit"] {
227 /* ==========================================================================
229 ========================================================================== */
241 #upload_finished > p:nth-child(1) {
246 #upload_finished div p:nth-child(1) {
251 text
-decoration
: none
;
257 text
-decoration
: none
;
261 #uploaded_percentage {
266 #upload_finished a:hover,
268 #upload_finished a:focus,
270 text
-decoration
: underline
;
280 #upload_image_email {
283 padding
-bottom
: 15px
;
284 background
: url(email
.png
) no
-repeat
;
287 /* ==========================================================================
289 ========================================================================== */
291 textarea
[readonly
="readonly"] {
294 font
-family
: Arial
, sans
-serif
;
300 textarea
[readonly
="readonly"] + p
,
301 textarea
[readonly
="readonly"] + p + p
{
306 textarea
[readonly
="readonly"] + p a
,
307 textarea
[readonly
="readonly"] + p + p a
{
309 text
-decoration
: none
;
313 textarea
[readonly
="readonly"] + p a
:hover
,
314 textarea
[readonly
="readonly"] + p + p a
:hover
,
315 textarea
[readonly
="readonly"] + p a
:focus
,
316 textarea
[readonly
="readonly"] + p + p a
:focus
{
317 text
-decoration
: underline
;
320 /* ==========================================================================
322 ========================================================================== */
325 #install + fieldset {
328 border
: 7px dashed
#bcaaa4;
332 #install + fieldset table {
334 border
-collapse
: collapse
;
338 #install + fieldset td {
347 #install table form:nth-child(odd),
348 #install + fieldset tr:nth-child(odd) {
352 #install fieldset > form {
362 #install td:last-child { text-align: left; }
364 #install .info { width: 19em; }
366 #install input[type="submit"] {
370 #install + fieldset table {
374 #install + fieldset td:first-child input[type="submit"] {
382 #install + fieldset td:first-child input[type="submit"]:hover,
383 #install + fieldset td:first-child input[type="submit"]:focus {
384 text
-decoration
: underline
;
387 /* ==========================================================================
389 ========================================================================== */
395 border
: 7px dashed
#bcaaa4;
399 #admin + fieldset table {
401 border
-collapse
: collapse
;
402 border
-bottom
: 2px solid
#FFF;
406 #admin + fieldset td {
408 border
: 2px solid
#FFF;
416 #admin table form:nth-child(odd),
417 #admin + fieldset tr:nth-child(odd) {
421 #admin fieldset > form {
431 #admin td:last-child { text-align: left; }
433 #admin .info { width: 19em; }
435 #admin input[type="submit"] {
439 #admin + fieldset table {
443 #admin + fieldset td:first-child input[type="submit"] {
451 #admin + fieldset td:first-child input[type="submit"]:hover,
452 #admin + fieldset td:first-child input[type="submit"]:focus {
453 text
-decoration
: underline
;
456 /* ==========================================================================
458 ========================================================================== */
463 background
-image
: url('pixel_bomb.png');
464 background
-size
: 40px
40px
;
465 background
-repeat
: no
-repeat
;
468 padding
-bottom
: 10px
;
patrick-canterino.de