]>
git.p6c8.net - jirafeau_project.git/blob - media/courgette/style.css.php
b2c3e955f520a7eaed58dee725a00c20b364b27f
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 ========================================================================== */
49 -webkit
-box
-sizing
: border
-box
;
50 -moz
-box
-sizing
: border
-box
;
51 box
-sizing
: border
-box
;
56 font
-family
: Arial
, sans
-serif
;
63 background
: url(logo
-jirafeau
.svg
) no
-repeat
;
64 background
-size
: 100%
100%
;
82 border
: 7px dashed
#bcaaa4;
97 input
[type
="submit"] {
100 padding
: 0.4em
2.2em
;
103 border
-bottom
: 5px solid
#085B69;
107 input
[type
="submit"]:hover
,
108 input
[type
="submit"]:focus
{
117 input
[type
="password"] {
129 #upload_password { width: 80%; }
131 .next input
[type
="submit"] {
134 padding
: 0.4em
2.65em
;
137 input
[value
="Déconnexion"] {
148 input
[value
="Déconnexion"]:hover
,
149 input
[value
="Déconnexion"]:focus
{
152 text
-decoration
: underline
;
155 form
[action
="index.php"] .label
{
159 form
[action
="index.php"] fieldset
{
172 background
: url(upload
.svg
) no
-repeat center
;
173 -webkit
-transition
: all
0.5s ease
;
174 -moz
-transition
: all
0.5s ease
;
175 -ms
-transition
: all
0.5s ease
;
176 -o
-transition
: all
0.5s ease
;
177 transition
: all
0.5s ease
;
180 #upload fieldset:hover {
181 border
-color
: #663D1C;
196 /* ==========================================================================
198 ========================================================================== */
208 text
-decoration
: none
;
213 text
-decoration
: underline
;
216 /* ==========================================================================
218 ========================================================================== */
226 #options tr { height: 2.7em; }
228 #option_table tr:first-child td:first-child {
234 #option_table tr td:first-child {
238 #options input[type="submit"] {
243 /* ==========================================================================
245 ========================================================================== */
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