]>
git.p6c8.net - jirafeau.git/blob - media/courgette/style.css.php
f3d087910a234b8067bcd2dedd3a0cebb660a20a
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
;
60 background
: url(logo
-jirafeau
.svg
) no
-repeat
;
61 background
-size
: 100%
100%
;
81 border
: 7px dashed
#bcaaa4;
103 text
-decoration
: none
;
106 input
[type
="submit"] {
109 padding
: 0.4em
2.2em
;
112 border
-bottom
: 5px solid
#085B69;
119 input
[type
="password"] {
125 select
{ width
: 100%
; }
127 input
[type
="submit"]:hover
,
128 input
[type
="submit"]:focus
{
140 background
: url(upload
.svg
) no
-repeat center
;
141 -webkit
-transition
: all
0.5s ease
;
142 -moz
-transition
: all
0.5s ease
;
143 -ms
-transition
: all
0.5s ease
;
144 -o
-transition
: all
0.5s ease
;
145 transition
: all
0.5s ease
;
148 #upload fieldset:hover {
149 border
-color
: #663D1C;
168 /* ==========================================================================
170 ========================================================================== */
181 text
-decoration
: none
;
186 text
-decoration
: underline
;
189 /* ==========================================================================
191 ========================================================================== */
201 #options tr { height: 2.7em; }
203 #option_table tr:first-child {
208 #option_table td:first-child {
211 #options input[type="submit"] {
216 /* ==========================================================================
218 ========================================================================== */
230 #upload_finished > p:nth-child(1) {
235 #upload_finished div p:nth-child(1) {
240 text
-decoration
: none
;
246 text
-decoration
: none
;
250 #uploaded_percentage {
255 #upload_finished a:hover,
257 #upload_finished a:focus,
259 text
-decoration
: underline
;
269 #upload_image_email {
272 background
: url(email
.png
) no
-repeat
;
275 /* ==========================================================================
277 ========================================================================== */
279 textarea
[readonly
="readonly"] {
282 font
-family
: Arial
, sans
-serif
;
288 textarea
[readonly
="readonly"] + p
,
289 textarea
[readonly
="readonly"] + p + p
{
294 textarea
[readonly
="readonly"] + p a
,
295 textarea
[readonly
="readonly"] + p + p a
{
297 text
-decoration
: none
;
301 textarea
[readonly
="readonly"] + p a
:hover
,
302 textarea
[readonly
="readonly"] + p + p a
:hover
,
303 textarea
[readonly
="readonly"] + p a
:focus
,
304 textarea
[readonly
="readonly"] + p + p a
:focus
{
305 text
-decoration
: underline
;
308 /* ==========================================================================
310 ========================================================================== */
313 #install + fieldset {
316 border
: 7px dashed
#bcaaa4;
320 #install + fieldset table {
322 border
-collapse
: collapse
;
326 #install + fieldset td {
335 #install table form:nth-child(odd),
336 #install + fieldset tr:nth-child(odd) {
340 #install fieldset > form {
350 #install td:last-child { text-align: left; }
352 #install .info { width: 19em; }
354 #install input[type="submit"] {
358 #install + fieldset table {
362 #install + fieldset td:first-child input[type="submit"] {
370 #install + fieldset td:first-child input[type="submit"]:hover,
371 #install + fieldset td:first-child input[type="submit"]:focus {
372 text
-decoration
: underline
;
375 /* ==========================================================================
377 ========================================================================== */
383 border
: 7px dashed
#bcaaa4;
387 #admin + fieldset table {
389 border
-collapse
: collapse
;
390 border
-bottom
: 2px solid
#FFF;
394 #admin + fieldset td {
396 border
: 2px solid
#FFF;
404 #admin table form:nth-child(odd),
405 #admin + fieldset tr:nth-child(odd) {
409 #admin fieldset > form {
419 #admin td:last-child { text-align: left; }
421 #admin .info { width: 19em; }
423 #admin input[type="submit"] {
427 #admin + fieldset table {
431 #admin + fieldset td:first-child input[type="submit"] {
439 #admin + fieldset td:first-child input[type="submit"]:hover,
440 #admin + fieldset td:first-child input[type="submit"]:focus {
441 text
-decoration
: underline
;
444 /* ==========================================================================
446 ========================================================================== */
451 background
-image
: url('pixel_bomb.png');
452 background
-size
: 40px
40px
;
453 background
-repeat
: no
-repeat
;
456 padding
-bottom
: 10px
;
patrick-canterino.de