]>
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 <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 ========================================================================== */
227 #upload_finished > p:nth-child(1) {
232 #upload_finished div p:nth-child(1) {
237 text
-decoration
: none
;
243 text
-decoration
: none
;
247 #uploaded_percentage {
252 #upload_finished a:hover,
254 #upload_finished a:focus,
256 text
-decoration
: underline
;
266 #upload_image_email {
269 background
: url(email
.png
) no
-repeat
;
272 /* ==========================================================================
274 ========================================================================== */
276 textarea
[readonly
="readonly"] {
279 font
-family
: Arial
, sans
-serif
;
285 textarea
[readonly
="readonly"] + p
,
286 textarea
[readonly
="readonly"] + p + p
{
291 textarea
[readonly
="readonly"] + p a
,
292 textarea
[readonly
="readonly"] + p + p a
{
294 text
-decoration
: none
;
298 textarea
[readonly
="readonly"] + p a
:hover
,
299 textarea
[readonly
="readonly"] + p + p a
:hover
,
300 textarea
[readonly
="readonly"] + p a
:focus
,
301 textarea
[readonly
="readonly"] + p + p a
:focus
{
302 text
-decoration
: underline
;
305 /* ==========================================================================
307 ========================================================================== */
310 #install + fieldset {
313 border
: 7px dashed
#bcaaa4;
317 #install + fieldset table {
319 border
-collapse
: collapse
;
323 #install + fieldset td {
332 #install table form:nth-child(odd),
333 #install + fieldset tr:nth-child(odd) {
337 #install fieldset > form {
347 #install td:last-child { text-align: left; }
349 #install .info { width: 19em; }
351 #install input[type="submit"] {
355 #install + fieldset table {
359 #install + fieldset td:first-child input[type="submit"] {
367 #install + fieldset td:first-child input[type="submit"]:hover,
368 #install + fieldset td:first-child input[type="submit"]:focus {
369 text
-decoration
: underline
;
372 /* ==========================================================================
374 ========================================================================== */
380 border
: 7px dashed
#bcaaa4;
384 #admin + fieldset table {
386 border
-collapse
: collapse
;
387 border
-bottom
: 2px solid
#FFF;
391 #admin + fieldset td {
393 border
: 2px solid
#FFF;
401 #admin table form:nth-child(odd),
402 #admin + fieldset tr:nth-child(odd) {
406 #admin fieldset > form {
416 #admin td:last-child { text-align: left; }
418 #admin .info { width: 19em; }
420 #admin input[type="submit"] {
424 #admin + fieldset table {
428 #admin + fieldset td:first-child input[type="submit"] {
436 #admin + fieldset td:first-child input[type="submit"]:hover,
437 #admin + fieldset td:first-child input[type="submit"]:focus {
438 text
-decoration
: underline
;
441 /* ==========================================================================
443 ========================================================================== */
448 background
-image
: url('pixel_bomb.png');
449 background
-size
: 40px
40px
;
450 background
-repeat
: no
-repeat
;
453 padding
-bottom
: 10px
;
patrick-canterino.de