]>
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;
172 /* ==========================================================================
174 ========================================================================== */
185 text
-decoration
: none
;
190 text
-decoration
: underline
;
193 /* ==========================================================================
195 ========================================================================== */
205 #options tr { height: 2.7em; }
207 #option_table tr:first-child {
212 #option_table td:first-child {
215 #options input[type="submit"] {
220 /* ==========================================================================
222 ========================================================================== */
234 #upload_finished > p:nth-child(1) {
239 #upload_finished div p:nth-child(1) {
244 text
-decoration
: none
;
250 text
-decoration
: none
;
254 #uploaded_percentage {
259 #upload_finished a:hover,
261 #upload_finished a:focus,
263 text
-decoration
: underline
;
273 #upload_image_email {
276 background
: url(email
.png
) no
-repeat
;
279 /* ==========================================================================
281 ========================================================================== */
283 textarea
[readonly
="readonly"] {
286 font
-family
: Arial
, sans
-serif
;
292 textarea
[readonly
="readonly"] + p
,
293 textarea
[readonly
="readonly"] + p + p
{
298 textarea
[readonly
="readonly"] + p a
,
299 textarea
[readonly
="readonly"] + p + p a
{
301 text
-decoration
: none
;
305 textarea
[readonly
="readonly"] + p a
:hover
,
306 textarea
[readonly
="readonly"] + p + p a
:hover
,
307 textarea
[readonly
="readonly"] + p a
:focus
,
308 textarea
[readonly
="readonly"] + p + p a
:focus
{
309 text
-decoration
: underline
;
312 /* ==========================================================================
314 ========================================================================== */
317 #install + fieldset {
320 border
: 7px dashed
#bcaaa4;
324 #install + fieldset table {
326 border
-collapse
: collapse
;
330 #install + fieldset td {
339 #install table form:nth-child(odd),
340 #install + fieldset tr:nth-child(odd) {
344 #install fieldset > form {
354 #install td:last-child { text-align: left; }
356 #install .info { width: 19em; }
358 #install input[type="submit"] {
362 #install + fieldset table {
366 #install + fieldset td:first-child input[type="submit"] {
374 #install + fieldset td:first-child input[type="submit"]:hover,
375 #install + fieldset td:first-child input[type="submit"]:focus {
376 text
-decoration
: underline
;
379 /* ==========================================================================
381 ========================================================================== */
387 border
: 7px dashed
#bcaaa4;
391 #admin + fieldset table {
393 border
-collapse
: collapse
;
394 border
-bottom
: 2px solid
#FFF;
398 #admin + fieldset td {
400 border
: 2px solid
#FFF;
408 #admin table form:nth-child(odd),
409 #admin + fieldset tr:nth-child(odd) {
413 #admin fieldset > form {
423 #admin td:last-child { text-align: left; }
425 #admin .info { width: 19em; }
427 #admin input[type="submit"] {
431 #admin + fieldset table {
435 #admin + fieldset td:first-child input[type="submit"] {
443 #admin + fieldset td:first-child input[type="submit"]:hover,
444 #admin + fieldset td:first-child input[type="submit"]:focus {
445 text
-decoration
: underline
;
448 /* ==========================================================================
450 ========================================================================== */
455 background
-image
: url('pixel_bomb.png');
456 background
-size
: 40px
40px
;
457 background
-repeat
: no
-repeat
;
460 padding
-bottom
: 10px
;
patrick-canterino.de