]>
git.p6c8.net - jirafeau_mojo42.git/blob - media/courgette/style.css.php
3bb25a9cc827cac5fc304c547b365dfafffa3a68
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 /* ==========================================================================
268 ========================================================================== */
270 textarea
[readonly
="readonly"] {
273 font
-family
: Arial
, sans
-serif
;
279 textarea
[readonly
="readonly"] + p
,
280 textarea
[readonly
="readonly"] + p + p
{
285 textarea
[readonly
="readonly"] + p a
,
286 textarea
[readonly
="readonly"] + p + p a
{
288 text
-decoration
: none
;
292 textarea
[readonly
="readonly"] + p a
:hover
,
293 textarea
[readonly
="readonly"] + p + p a
:hover
,
294 textarea
[readonly
="readonly"] + p a
:focus
,
295 textarea
[readonly
="readonly"] + p + p a
:focus
{
296 text
-decoration
: underline
;
299 /* ==========================================================================
301 ========================================================================== */
304 #install + fieldset {
307 border
: 7px dashed
#bcaaa4;
311 #install + fieldset table {
313 border
-collapse
: collapse
;
317 #install + fieldset td {
326 #install table form:nth-child(odd),
327 #install + fieldset tr:nth-child(odd) {
331 #install fieldset > form {
341 #install td:last-child { text-align: left; }
343 #install .info { width: 19em; }
345 #install input[type="submit"] {
349 #install + fieldset table {
353 #install + fieldset td:first-child input[type="submit"] {
361 #install + fieldset td:first-child input[type="submit"]:hover,
362 #install + fieldset td:first-child input[type="submit"]:focus {
363 text
-decoration
: underline
;
366 /* ==========================================================================
368 ========================================================================== */
374 border
: 7px dashed
#bcaaa4;
378 #admin + fieldset table {
380 border
-collapse
: collapse
;
381 border
-bottom
: 2px solid
#FFF;
385 #admin + fieldset td {
387 border
: 2px solid
#FFF;
395 #admin table form:nth-child(odd),
396 #admin + fieldset tr:nth-child(odd) {
400 #admin fieldset > form {
410 #admin td:last-child { text-align: left; }
412 #admin .info { width: 19em; }
414 #admin input[type="submit"] {
418 #admin + fieldset table {
422 #admin + fieldset td:first-child input[type="submit"] {
430 #admin + fieldset td:first-child input[type="submit"]:hover,
431 #admin + fieldset td:first-child input[type="submit"]:focus {
432 text
-decoration
: underline
;
435 /* ==========================================================================
437 ========================================================================== */
442 background
-image
: url('pixel_bomb.png');
443 background
-size
: 40px
40px
;
444 background
-repeat
: no
-repeat
;
447 padding
-bottom
: 10px
;
patrick-canterino.de