]>
git.p6c8.net - jirafeau_project.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;
96 table a
{ color
: #000;}
100 text
-decoration
: none
;
103 input
[type
="submit"] {
106 padding
: 0.4em
2.2em
;
109 border
-bottom
: 5px solid
#085B69;
116 input
[type
="password"] {
122 select
{ width
: 100%
; }
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;
165 /* ==========================================================================
167 ========================================================================== */
178 text
-decoration
: none
;
183 text
-decoration
: underline
;
186 /* ==========================================================================
188 ========================================================================== */
198 #options tr { height: 2.7em; }
200 #option_table tr:first-child {
205 #option_table td:first-child {
208 #options input[type="submit"] {
213 /* ==========================================================================
215 ========================================================================== */
229 text
-decoration
: none
;
233 #uploaded_percentage {
238 #upload_finished a:hover,
240 #upload_finished a:focus,
242 text
-decoration
: underline
;
252 /* ==========================================================================
254 ========================================================================== */
258 textarea
[readonly
="readonly"] {
261 font
-family
: Arial
, sans
-serif
;
267 textarea
[readonly
="readonly"] + p
,
268 textarea
[readonly
="readonly"] + p + p
{
273 textarea
[readonly
="readonly"] + p a
,
274 textarea
[readonly
="readonly"] + p + p a
{
276 text
-decoration
: none
;
280 textarea
[readonly
="readonly"] + p a
:hover
,
281 textarea
[readonly
="readonly"] + p + p a
:hover
,
282 textarea
[readonly
="readonly"] + p a
:focus
,
283 textarea
[readonly
="readonly"] + p + p a
:focus
{
284 text
-decoration
: underline
;
287 /* ==========================================================================
289 ========================================================================== */
292 #install + fieldset {
299 #install + fieldset table {
301 border
-collapse
: collapse
;
302 border
-bottom
: 2px solid
#FFF;
306 #install + fieldset td {
308 border
: 2px solid
#FFF;
316 #install table form:nth-child(odd),
317 #install + fieldset tr:nth-child(odd) {
321 #install fieldset > form {
331 #install td:last-child { text-align: right; }
333 #install .info { width: 19em; }
335 #install input[type="submit"] {
339 #install + fieldset table {
343 #install + fieldset td:first-child input[type="submit"] {
351 #install + fieldset td:first-child input[type="submit"]:hover,
352 #install + fieldset td:first-child input[type="submit"]:focus {
353 text
-decoration
: underline
;
patrick-canterino.de