]>
git.p6c8.net - jirafeau_mojo42.git/blob - media/modern/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");
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
;
63 border
: 1px solid
#A52E13;
65 -webkit
-border
-radius
: 5px
;
66 -moz
-border
-radius
: 5px
;
80 text
-decoration
: none
;
98 input
[type
=text
], input
[type
=submit
], select
{
100 font
-family
:"Lucida Grande","Lucida Sans Unicode",Tahoma
,sans
-serif
;
106 background
: url('jyraphe.png') right bottom no
-repeat
;
129 border
: #FB7373 2px solid;
130 background
-color
: #FBB;
131 -webkit
-border
-radius
: 5px
;
132 -moz
-border
-radius
: 5px
;
138 content
: url('error.png');
140 -webkit
-border
-radius
: 5px
;
141 -moz
-border
-radius
: 5px
;
148 border
: #91C27C 2px solid;
149 background
-color
: #BFB;
150 -webkit
-border
-radius
: 5px
;
151 -moz
-border
-radius
: 5px
;
156 content
: url('ok.png');
164 -moz
-border
-radius
: 5px
;
165 -webkit
-border
-radius
: 5px
;
186 border
: 0px solid
#CCCCCC;
188 -webkit
-border
-radius
: 5px
;
189 -moz
-border
-radius
: 5px
;
197 border
: 2px solid
#CCCCCC;
199 -webkit
-border
-radius
: 5px
;
200 -moz
-border
-radius
: 5px
;
208 padding
-bottom
: 20px
;
211 border
: 2px solid
#91C27C;
213 -webkit
-border
-radius
: 5px
;
214 -moz
-border
-radius
: 5px
;
patrick-canterino.de