]>
git.p6c8.net - jirafeau_mojo42.git/blob - media/modern/style.css.php
22b6e9df7a3adc1353c8ff37d25bc99b862d0f68
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 <https://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');
34 font
-family
:"Lucida Grande","Lucida Sans Unicode",Tahoma
,sans
-serif
;
41 a
, a
:link
, a
:visited
{
43 text
-decoration
: underlined
;
52 border
: 2px solid
#dbdbdb;
53 -webkit
-border
-radius
: 5px
;
54 -moz
-border
-radius
: 5px
;
62 border
: 1px solid
#A52E13;
64 -webkit
-border
-radius
: 5px
;
65 -moz
-border
-radius
: 5px
;
78 text
-decoration
: none
;
83 text
-decoration
: none
;
102 input
[type
=text
], input
[type
=submit
], select
{
104 font
-family
:"Lucida Grande","Lucida Sans Unicode",Tahoma
,sans
-serif
;
110 background
: url('jyraphe.png') right bottom no
-repeat
;
133 border
: #FB7373 2px solid;
134 background
-color
: #FBB;
135 -webkit
-border
-radius
: 5px
;
136 -moz
-border
-radius
: 5px
;
142 content
: url('error.png');
144 -webkit
-border
-radius
: 5px
;
145 -moz
-border
-radius
: 5px
;
152 border
: #91C27C 2px solid;
153 background
-color
: #BFB;
154 -webkit
-border
-radius
: 5px
;
155 -moz
-border
-radius
: 5px
;
160 content
: url('ok.png');
168 -moz
-border
-radius
: 5px
;
169 -webkit
-border
-radius
: 5px
;
190 border
: 0px solid
#CCCCCC;
192 -webkit
-border
-radius
: 5px
;
193 -moz
-border
-radius
: 5px
;
201 border
: 2px solid
#CCCCCC;
203 -webkit
-border
-radius
: 5px
;
204 -moz
-border
-radius
: 5px
;
212 padding
-bottom
: 20px
;
215 border
: 2px solid
#91C27C;
217 -webkit
-border
-radius
: 5px
;
218 -moz
-border
-radius
: 5px
;
231 #upload_image_email {
232 padding
-bottom
: 15px
;
234 background
: url(email
.png
) no
-repeat
;
patrick-canterino.de