]>
git.p6c8.net - jirafeau_mojo42.git/blob - media/courgette/style.css.php
183364c23a69a200444f4e3e9a46f387f60e301b
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 ========================================================================== */
51 font
-family
: Arial
, sans
-serif
;
62 background
: url(logo
-jirafeau
.svg
) no
-repeat
;
63 background
-size
: 100%
100%
;
83 border
: 7px dashed
#bcaaa4;
105 text
-decoration
: none
;
108 input
[type
="submit"] {
111 padding
: 0.4em
2.2em
;
114 border
-bottom
: 5px solid
#085B69;
121 input
[type
="password"] {
127 select
{ width
: 100%
; }
129 input
[type
="submit"]:hover
,
130 input
[type
="submit"]:focus
{
134 border
-bottom
: 5px solid
#0D9CB2;
143 background
: url(upload
.svg
) no
-repeat center
;
144 -webkit
-transition
: all
0.5s ease
;
145 -moz
-transition
: all
0.5s ease
;
146 -ms
-transition
: all
0.5s ease
;
147 -o
-transition
: all
0.5s ease
;
148 transition
: all
0.5s ease
;
151 #upload fieldset:hover {
152 border
-color
: #663D1C;
170 #upload.file-selected #file_select {
174 #upload.file-selected fieldset {
175 background
-image
: none
;
179 /* ==========================================================================
181 ========================================================================== */
192 text
-decoration
: none
;
197 text
-decoration
: underline
;
200 /* ==========================================================================
202 ========================================================================== */
211 #options tr { height: 2.7em; }
213 #option_table tr:first-child {
218 #option_table td:first-child {
221 #options input[type="submit"] {
226 /* ==========================================================================
228 ========================================================================== */
240 #upload_finished > p:nth-child(1) {
245 #upload_finished div p:nth-child(1) {
250 text
-decoration
: none
;
256 text
-decoration
: none
;
260 #uploaded_percentage {
265 #upload_finished a:hover,
267 #upload_finished a:focus,
269 text
-decoration
: underline
;
283 #upload_image_email {
285 padding
-bottom
: 15px
;
286 background
: url(email
.png
) no
-repeat
;
289 /* ==========================================================================
291 ========================================================================== */
293 textarea
[readonly
="readonly"] {
296 font
-family
: Arial
, sans
-serif
;
302 textarea
[readonly
="readonly"] + p
,
303 textarea
[readonly
="readonly"] + p + p
{
308 textarea
[readonly
="readonly"] + p a
,
309 textarea
[readonly
="readonly"] + p + p a
{
311 text
-decoration
: none
;
315 textarea
[readonly
="readonly"] + p a
:hover
,
316 textarea
[readonly
="readonly"] + p + p a
:hover
,
317 textarea
[readonly
="readonly"] + p a
:focus
,
318 textarea
[readonly
="readonly"] + p + p a
:focus
{
319 text
-decoration
: underline
;
322 /* ==========================================================================
324 ========================================================================== */
327 #install + fieldset {
330 border
: 7px dashed
#bcaaa4;
334 #install + fieldset table {
336 border
-collapse
: collapse
;
340 #install + fieldset td {
349 #install table form:nth-child(odd),
350 #install + fieldset tr:nth-child(odd) {
354 #install fieldset > form {
364 #install td:last-child { text-align: left; }
366 #install .info { width: 19em; }
368 #install input[type="submit"] {
372 #install + fieldset table {
376 #install + fieldset td:first-child input[type="submit"] {
384 #install + fieldset td:first-child input[type="submit"]:hover,
385 #install + fieldset td:first-child input[type="submit"]:focus {
386 text
-decoration
: underline
;
389 /* ==========================================================================
391 ========================================================================== */
397 border
: 7px dashed
#bcaaa4;
401 #admin + fieldset table {
403 border
-collapse
: collapse
;
404 border
-bottom
: 2px solid
#FFF;
408 #admin + fieldset td {
410 border
: 2px solid
#FFF;
418 #admin table form:nth-child(odd),
419 #admin + fieldset tr:nth-child(odd) {
423 #admin fieldset > form {
433 #admin td:last-child { text-align: left; }
435 #admin .info { width: 19em; }
437 #admin input[type="submit"] {
441 #admin + fieldset table {
445 #admin + fieldset td:first-child input[type="submit"] {
453 #admin + fieldset td:first-child input[type="submit"]:hover,
454 #admin + fieldset td:first-child input[type="submit"]:focus {
455 text
-decoration
: underline
;
458 /* ==========================================================================
460 ========================================================================== */
465 background
-image
: url('pixel_bomb.png');
466 background
-size
: 40px
40px
;
467 background
-repeat
: no
-repeat
;
470 padding
-bottom
: 10px
;
patrick-canterino.de