]>
git.p6c8.net - jirafeau.git/blob - media/courgette/style.css.php
4c85c04ad7dffcdacbad5cf2cbc2435caa8ace20
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"] {
122 select
{ width
: 127%
; }
124 input
[type
="submit"]:hover
,
125 input
[type
="submit"]:focus
{
137 background
: url(upload
.svg
) no
-repeat center
;
138 -webkit
-transition
: all
0.5s ease
;
139 -moz
-transition
: all
0.5s ease
;
140 -ms
-transition
: all
0.5s ease
;
141 -o
-transition
: all
0.5s ease
;
142 transition
: all
0.5s ease
;
145 #upload fieldset:hover {
146 border
-color
: #663D1C;
166 /* ==========================================================================
168 ========================================================================== */
179 text
-decoration
: none
;
184 text
-decoration
: underline
;
187 /* ==========================================================================
189 ========================================================================== */
197 #options tr { height: 2.7em; }
199 #option_table tr:first-child td:first-child { width: 12em; }
201 #option_table tr td:first-child {
205 #options input[type="submit"] {
210 /* ==========================================================================
212 ========================================================================== */
226 text
-decoration
: none
;
230 #uploaded_percentage {
235 #upload_finished a:hover,
237 #upload_finished a:focus,
239 text
-decoration
: underline
;
249 /* ==========================================================================
251 ========================================================================== */
255 textarea
[readonly
="readonly"] {
258 font
-family
: Arial
, sans
-serif
;
264 textarea
[readonly
="readonly"] + p
,
265 textarea
[readonly
="readonly"] + p + p
{
270 textarea
[readonly
="readonly"] + p a
,
271 textarea
[readonly
="readonly"] + p + p a
{
273 text
-decoration
: none
;
277 textarea
[readonly
="readonly"] + p a
:hover
,
278 textarea
[readonly
="readonly"] + p + p a
:hover
,
279 textarea
[readonly
="readonly"] + p a
:focus
,
280 textarea
[readonly
="readonly"] + p + p a
:focus
{
281 text
-decoration
: underline
;
284 /* ==========================================================================
286 ========================================================================== */
289 #install + fieldset {
296 #install + fieldset table {
298 border
-collapse
: collapse
;
299 border
-bottom
: 2px solid
#FFF;
303 #install + fieldset td {
305 border
: 2px solid
#FFF;
313 #install table form:nth-child(odd),
314 #install + fieldset tr:nth-child(odd) {
318 #install fieldset > form {
328 #install td:last-child { text-align: right; }
330 #install .info { width: 19em; }
332 #install input[type="submit"] {
336 #install + fieldset table {
340 #install + fieldset td:first-child input[type="submit"] {
349 #install + fieldset td:first-child input[type="submit"]:hover,
350 #install + fieldset td:first-child input[type="submit"]:focus {
353 text
-decoration
: underline
;
patrick-canterino.de