]>
git.p6c8.net - jirafeau_mojo42.git/blob - media/courgette/style.css.php
1ae3a458e7168fa4b0c877018b76c646fd59e529
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 /* ==========================================================================
42 ========================================================================== */
44 /* ==========================================================================
46 ========================================================================== */
50 font
-family
: Arial
, sans
-serif
;
57 background
: url(logo
-jirafeau
.svg
) no
-repeat
;
58 background
-size
: 100%
100%
;
78 border
: 7px dashed
#bcaaa4;
93 input
[type
="submit"] {
99 border
-bottom
: 5px solid
#085B69;
103 input
[type
="submit"]:hover
,
104 input
[type
="submit"]:focus
{
113 input
[type
="password"] {
125 #upload_password { width: 80%; }
127 .next input
[type
="submit"] {
130 padding
: 0.4em
2.65em
;
133 input
[value
="Déconnexion"] {
144 input
[value
="Déconnexion"]:hover
,
145 input
[value
="Déconnexion"]:focus
{
148 text
-decoration
: underline
;
151 form
[action
="index.php"] .label
{
155 form
[action
="index.php"] fieldset
{
161 select
{ width
: 127%
; }
170 background
: url(upload
.svg
) no
-repeat center
;
171 -webkit
-transition
: all
0.5s ease
;
172 -moz
-transition
: all
0.5s ease
;
173 -ms
-transition
: all
0.5s ease
;
174 -o
-transition
: all
0.5s ease
;
175 transition
: all
0.5s ease
;
178 #upload fieldset:hover {
179 border
-color
: #663D1C;
194 /* ==========================================================================
196 ========================================================================== */
207 text
-decoration
: none
;
212 text
-decoration
: underline
;
215 /* ==========================================================================
217 ========================================================================== */
225 #options tr { height: 2.7em; }
227 #option_table tr:first-child td:first-child {
233 #option_table tr td:first-child {
237 #options input[type="submit"] {
242 /* ==========================================================================
244 ========================================================================== */
259 text
-decoration
: none
;
267 #uploaded_percentage {
272 #upload_finished a:hover,
274 #upload_finished a:focus,
278 text
-decoration
: underline
;
286 #submit tr:first-child td:first-child {
299 /* ==========================================================================
301 ========================================================================== */
305 textarea
[readonly
="readonly"] {
308 font
-family
: Arial
, sans
-serif
;
314 textarea
[readonly
="readonly"] + p
,
315 textarea
[readonly
="readonly"] + p + p
{
320 textarea
[readonly
="readonly"] + p a
,
321 textarea
[readonly
="readonly"] + p + p a
{
323 text
-decoration
: none
;
327 textarea
[readonly
="readonly"] + p a
:hover
,
328 textarea
[readonly
="readonly"] + p + p a
:hover
,
329 textarea
[readonly
="readonly"] + p a
:focus
,
330 textarea
[readonly
="readonly"] + p + p a
:focus
{
331 text
-decoration
: underline
;
patrick-canterino.de