]>
git.p6c8.net - jirafeau_mojo42.git/blob - media/courgette/style.css.php
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;
94 table a
{ color
: #000;}
98 text
-decoration
: none
;
101 input
[type
="submit"] {
104 padding
: 0.4em
2.2em
;
107 border
-bottom
: 5px solid
#085B69;
113 input
[type
="password"] {
120 select
{ width
: 127%
; }
122 input
[type
="submit"]:hover
,
123 input
[type
="submit"]:focus
{
135 background
: url(upload
.svg
) no
-repeat center
;
136 -webkit
-transition
: all
0.5s ease
;
137 -moz
-transition
: all
0.5s ease
;
138 -ms
-transition
: all
0.5s ease
;
139 -o
-transition
: all
0.5s ease
;
140 transition
: all
0.5s ease
;
143 #upload fieldset:hover {
144 border
-color
: #663D1C;
164 /* ==========================================================================
166 ========================================================================== */
177 text
-decoration
: none
;
182 text
-decoration
: underline
;
185 /* ==========================================================================
187 ========================================================================== */
195 #options tr { height: 2.7em; }
197 #option_table tr:first-child td:first-child { width: 12em; }
199 #option_table tr td:first-child {
203 #options input[type="submit"] {
208 /* ==========================================================================
210 ========================================================================== */
224 text
-decoration
: none
;
228 #uploaded_percentage {
233 #upload_finished a:hover,
235 #upload_finished a:focus,
237 text
-decoration
: underline
;
245 /* ==========================================================================
247 ========================================================================== */
251 textarea
[readonly
="readonly"] {
254 font
-family
: Arial
, sans
-serif
;
260 textarea
[readonly
="readonly"] + p
,
261 textarea
[readonly
="readonly"] + p + p
{
266 textarea
[readonly
="readonly"] + p a
,
267 textarea
[readonly
="readonly"] + p + p a
{
269 text
-decoration
: none
;
273 textarea
[readonly
="readonly"] + p a
:hover
,
274 textarea
[readonly
="readonly"] + p + p a
:hover
,
275 textarea
[readonly
="readonly"] + p a
:focus
,
276 textarea
[readonly
="readonly"] + p + p a
:focus
{
277 text
-decoration
: underline
;
280 /* ==========================================================================
282 ========================================================================== */
285 #install + fieldset {
292 #install + fieldset table {
294 border
-collapse
: collapse
;
295 border
-bottom
: 2px solid
#FFF;
299 #install + fieldset td {
301 border
: 2px solid
#FFF;
309 #install table form:nth-child(odd),
310 #install + fieldset tr:nth-child(odd) {
314 #install fieldset > form {
324 #install td:last-child { text-align: right; }
326 #install .info { width: 19em; }
328 #install input[type="submit"] {
332 #install + fieldset table {
336 #install + fieldset td:first-child input[type="submit"] {
345 #install + fieldset td:first-child input[type="submit"]:hover,
346 #install + fieldset td:first-child input[type="submit"]:focus {
349 text
-decoration
: underline
;
patrick-canterino.de