]>
git.p6c8.net - jirafeau.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 <http://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;
97 table a
{ color
: #000;}
101 text
-decoration
: none
;
104 input
[type
="submit"] {
107 padding
: 0.4em
2.2em
;
110 border
-bottom
: 5px solid
#085B69;
117 input
[type
="password"] {
123 select
{ width
: 100%
; }
125 input
[type
="submit"]:hover
,
126 input
[type
="submit"]:focus
{
138 background
: url(upload
.svg
) no
-repeat center
;
139 -webkit
-transition
: all
0.5s ease
;
140 -moz
-transition
: all
0.5s ease
;
141 -ms
-transition
: all
0.5s ease
;
142 -o
-transition
: all
0.5s ease
;
143 transition
: all
0.5s ease
;
146 #upload fieldset:hover {
147 border
-color
: #663D1C;
166 /* ==========================================================================
168 ========================================================================== */
179 text
-decoration
: none
;
184 text
-decoration
: underline
;
187 /* ==========================================================================
189 ========================================================================== */
199 #options tr { height: 2.7em; }
201 #option_table tr:first-child {
206 #option_table td:first-child {
209 #options input[type="submit"] {
214 /* ==========================================================================
216 ========================================================================== */
228 #upload_finished > p:nth-child(1) {
233 #upload_finished div p:nth-child(1) {
238 text
-decoration
: none
;
244 text
-decoration
: none
;
248 #uploaded_percentage {
253 #upload_finished a:hover,
255 #upload_finished a:focus,
257 text
-decoration
: underline
;
267 #upload_image_email {
270 background
: url(email
.png
) no
-repeat
;
273 /* ==========================================================================
275 ========================================================================== */
277 textarea
[readonly
="readonly"] {
280 font
-family
: Arial
, sans
-serif
;
286 textarea
[readonly
="readonly"] + p
,
287 textarea
[readonly
="readonly"] + p + p
{
292 textarea
[readonly
="readonly"] + p a
,
293 textarea
[readonly
="readonly"] + p + p a
{
295 text
-decoration
: none
;
299 textarea
[readonly
="readonly"] + p a
:hover
,
300 textarea
[readonly
="readonly"] + p + p a
:hover
,
301 textarea
[readonly
="readonly"] + p a
:focus
,
302 textarea
[readonly
="readonly"] + p + p a
:focus
{
303 text
-decoration
: underline
;
306 /* ==========================================================================
308 ========================================================================== */
311 #install + fieldset {
314 border
: 7px dashed
#bcaaa4;
318 #install + fieldset table {
320 border
-collapse
: collapse
;
324 #install + fieldset td {
333 #install table form:nth-child(odd),
334 #install + fieldset tr:nth-child(odd) {
338 #install fieldset > form {
348 #install td:last-child { text-align: left; }
350 #install .info { width: 19em; }
352 #install input[type="submit"] {
356 #install + fieldset table {
360 #install + fieldset td:first-child input[type="submit"] {
368 #install + fieldset td:first-child input[type="submit"]:hover,
369 #install + fieldset td:first-child input[type="submit"]:focus {
370 text
-decoration
: underline
;
373 /* ==========================================================================
375 ========================================================================== */
381 border
: 7px dashed
#bcaaa4;
385 #admin + fieldset table {
387 border
-collapse
: collapse
;
388 border
-bottom
: 2px solid
#FFF;
392 #admin + fieldset td {
394 border
: 2px solid
#FFF;
402 #admin table form:nth-child(odd),
403 #admin + fieldset tr:nth-child(odd) {
407 #admin fieldset > form {
417 #admin td:last-child { text-align: left; }
419 #admin .info { width: 19em; }
421 #admin input[type="submit"] {
425 #admin + fieldset table {
429 #admin + fieldset td:first-child input[type="submit"] {
437 #admin + fieldset td:first-child input[type="submit"]:hover,
438 #admin + fieldset td:first-child input[type="submit"]:focus {
439 text
-decoration
: underline
;
442 /* ==========================================================================
444 ========================================================================== */
449 background
-image
: url('pixel_bomb.png');
450 background
-size
: 40px
40px
;
451 background
-repeat
: no
-repeat
;
454 padding
-bottom
: 10px
;
patrick-canterino.de