]>
git.p6c8.net - jirafeau_mojo42.git/blob - media/dark-courgette/style.css.php
4d38d5ba988b01c7968d54839a7b26d3e88737c3
3 * Jyraphe, your web file repository
5 * Jerome Jutteau <jerome@jutteau.fr>
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.
27 header('Content-type: text/css');
31 /* ==========================================================================
43 ========================================================================== */
45 /* ==========================================================================
47 ========================================================================== */
52 font
-family
: Arial
, sans
-serif
;
63 background
: url(logo
-jirafeau
.svg
) no
-repeat
;
64 background
-size
: 100%
100%
;
84 border
: 7px dashed
#7d7d7d;
106 text
-decoration
: none
;
109 input
[type
="submit"] {
112 padding
: 0.4em
2.2em
;
115 border
-bottom
: 5px solid
#FFF;
122 input
[type
="password"] {
128 select
{ width
: 100%
; }
130 input
[type
="submit"]:hover
,
131 input
[type
="submit"]:focus
{
136 border
-bottom
: 5px solid
#555;
145 background
: url(upload
.svg
) no
-repeat center
;
146 -webkit
-transition
: all
0.5s ease
;
147 -moz
-transition
: all
0.5s ease
;
148 -ms
-transition
: all
0.5s ease
;
149 -o
-transition
: all
0.5s ease
;
150 transition
: all
0.5s ease
;
153 #upload fieldset:hover {
154 border
-color
: #e5e5e5;
172 #upload.file-selected #file_select {
176 #upload.file-selected fieldset {
177 background
-image
: none
;
181 /* ==========================================================================
183 ========================================================================== */
194 text
-decoration
: none
;
199 text
-decoration
: underline
;
202 /* ==========================================================================
204 ========================================================================== */
214 #options tr { height: 2.7em; }
216 #option_table tr:first-child {
221 #option_table td:first-child {
224 #options input[type="submit"] {
229 /* ==========================================================================
231 ========================================================================== */
243 #upload_finished > p:nth-child(1) {
248 #upload_finished div p:nth-child(1) {
253 text
-decoration
: none
;
259 text
-decoration
: none
;
263 #uploaded_percentage {
268 #upload_finished a:hover,
270 #upload_finished a:focus,
272 text
-decoration
: underline
;
286 #upload_image_email {
288 padding
-bottom
: 15px
;
289 background
: url(email
.png
) no
-repeat
;
292 /* ==========================================================================
294 ========================================================================== */
296 textarea
[readonly
="readonly"] {
299 font
-family
: Arial
, sans
-serif
;
305 textarea
[readonly
="readonly"] + p
,
306 textarea
[readonly
="readonly"] + p + p
{
311 textarea
[readonly
="readonly"] + p a
,
312 textarea
[readonly
="readonly"] + p + p a
{
314 text
-decoration
: none
;
318 textarea
[readonly
="readonly"] + p a
:hover
,
319 textarea
[readonly
="readonly"] + p + p a
:hover
,
320 textarea
[readonly
="readonly"] + p a
:focus
,
321 textarea
[readonly
="readonly"] + p + p a
:focus
{
322 text
-decoration
: underline
;
325 /* ==========================================================================
327 ========================================================================== */
330 #install + fieldset {
333 border
: 7px dashed
#bcaaa4;
337 #install + fieldset table {
339 border
-collapse
: collapse
;
343 #install + fieldset td {
352 #install table form:nth-child(odd),
353 #install + fieldset tr:nth-child(odd) {
357 #install fieldset > form {
367 #install td:last-child { text-align: left; }
369 #install .info { width: 19em; }
371 #install input[type="submit"] {
375 #install + fieldset table {
379 #install + fieldset td:first-child input[type="submit"] {
387 #install + fieldset td:first-child input[type="submit"]:hover,
388 #install + fieldset td:first-child input[type="submit"]:focus {
389 text
-decoration
: underline
;
392 /* ==========================================================================
394 ========================================================================== */
400 border
: 7px dashed
#bcaaa4;
404 #admin + fieldset table {
406 border
-collapse
: collapse
;
407 border
-bottom
: 2px solid
#FFF;
411 #admin + fieldset td {
413 border
: 2px solid
#FFF;
421 #admin table form:nth-child(odd),
422 #admin + fieldset tr:nth-child(odd) {
426 #admin fieldset > form {
436 #admin td:last-child { text-align: left; }
438 #admin .info { width: 19em; }
440 #admin input[type="submit"] {
444 #admin + fieldset table {
448 #admin + fieldset td:first-child input[type="submit"] {
456 #admin + fieldset td:first-child input[type="submit"]:hover,
457 #admin + fieldset td:first-child input[type="submit"]:focus {
458 text
-decoration
: underline
;
461 /* ==========================================================================
463 ========================================================================== */
468 background
-image
: url('pixel_bomb.png');
469 background
-size
: 40px
40px
;
470 background
-repeat
: no
-repeat
;
473 padding
-bottom
: 10px
;
patrick-canterino.de