]>
git.p6c8.net - jirafeau_project.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
;
85 text
-decoration
: none
;
104 input
[type
=text
], input
[type
=submit
], select
{
106 font
-family
:"Lucida Grande","Lucida Sans Unicode",Tahoma
,sans
-serif
;
112 background
: url('jyraphe.png') right bottom no
-repeat
;
135 border
: #FB7373 2px solid;
136 background
-color
: #FBB;
137 -webkit
-border
-radius
: 5px
;
138 -moz
-border
-radius
: 5px
;
144 content
: url('error.png');
146 -webkit
-border
-radius
: 5px
;
147 -moz
-border
-radius
: 5px
;
154 border
: #91C27C 2px solid;
155 background
-color
: #BFB;
156 -webkit
-border
-radius
: 5px
;
157 -moz
-border
-radius
: 5px
;
162 content
: url('ok.png');
170 -moz
-border
-radius
: 5px
;
171 -webkit
-border
-radius
: 5px
;
192 border
: 0px solid
#CCCCCC;
194 -webkit
-border
-radius
: 5px
;
195 -moz
-border
-radius
: 5px
;
203 border
: 2px solid
#CCCCCC;
205 -webkit
-border
-radius
: 5px
;
206 -moz
-border
-radius
: 5px
;
214 padding
-bottom
: 20px
;
217 border
: 2px solid
#91C27C;
219 -webkit
-border
-radius
: 5px
;
220 -moz
-border
-radius
: 5px
;
patrick-canterino.de