]>
git.p6c8.net - jirafeau.git/blob - media/courgette/style.css.php
5cffb5a5a9f413208a7d0754aa5803f58a06cabe
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 /* ==========================================================================
43 ========================================================================== */
45 /* ==========================================================================
47 ========================================================================== */
51 font
-family
: Arial
, sans
-serif
;
58 background
: url(logo
-jirafeau
.svg
) no
-repeat
;
59 background
-size
: 100%
100%
;
79 border
: 7px dashed
#bcaaa4;
95 table a
{ color
: #000;}
99 text
-decoration
: none
;
102 input
[type
="submit"] {
105 padding
: 0.4em
2.2em
;
108 border
-bottom
: 5px solid
#085B69;
115 input
[type
="password"] {
121 select
{ width
: 100%
; }
123 input
[type
="submit"]:hover
,
124 input
[type
="submit"]:focus
{
136 background
: url(upload
.svg
) no
-repeat center
;
137 -webkit
-transition
: all
0.5s ease
;
138 -moz
-transition
: all
0.5s ease
;
139 -ms
-transition
: all
0.5s ease
;
140 -o
-transition
: all
0.5s ease
;
141 transition
: all
0.5s ease
;
144 #upload fieldset:hover {
145 border
-color
: #663D1C;
164 /* ==========================================================================
166 ========================================================================== */
177 text
-decoration
: none
;
182 text
-decoration
: underline
;
185 /* ==========================================================================
187 ========================================================================== */
197 #options tr { height: 2.7em; }
199 #option_table tr:first-child {
204 #option_table td:first-child {
207 #options input[type="submit"] {
212 /* ==========================================================================
214 ========================================================================== */
228 text
-decoration
: none
;
232 #uploaded_percentage {
237 #upload_finished a:hover,
239 #upload_finished a:focus,
241 text
-decoration
: underline
;
251 /* ==========================================================================
253 ========================================================================== */
257 textarea
[readonly
="readonly"] {
260 font
-family
: Arial
, sans
-serif
;
266 textarea
[readonly
="readonly"] + p
,
267 textarea
[readonly
="readonly"] + p + p
{
272 textarea
[readonly
="readonly"] + p a
,
273 textarea
[readonly
="readonly"] + p + p a
{
275 text
-decoration
: none
;
279 textarea
[readonly
="readonly"] + p a
:hover
,
280 textarea
[readonly
="readonly"] + p + p a
:hover
,
281 textarea
[readonly
="readonly"] + p a
:focus
,
282 textarea
[readonly
="readonly"] + p + p a
:focus
{
283 text
-decoration
: underline
;
286 /* ==========================================================================
288 ========================================================================== */
291 #install + fieldset {
294 border
: 7px dashed
#bcaaa4;
298 #install + fieldset table {
300 border
-collapse
: collapse
;
301 border
-bottom
: 2px solid
#FFF;
305 #install + fieldset td {
307 border
: 2px solid
#FFF;
315 #install table form:nth-child(odd),
316 #install + fieldset tr:nth-child(odd) {
320 #install fieldset > form {
330 #install td:last-child { text-align: left; }
332 #install .info { width: 19em; }
334 #install input[type="submit"] {
338 #install + fieldset table {
342 #install + fieldset td:first-child input[type="submit"] {
350 #install + fieldset td:first-child input[type="submit"]:hover,
351 #install + fieldset td:first-child input[type="submit"]:focus {
352 text
-decoration
: underline
;
patrick-canterino.de