]>
git.p6c8.net - jirafeau.git/blob - media/jyraphe/style.css.php
376703bda54648159b500f918d776e90e66b8b62
3 * Jirafeau, your web file repository
4 * Copyright (C) 2008 Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
6 * This program is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU Affero General Public License as
8 * published by the Free Software Foundation, either version 3 of the
9 * License, or (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU Affero General Public License for more details.
16 * You should have received a copy of the GNU Affero General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
21 * This stylesheet is the default stylesheet for Jirafeau.
22 * The content is dynamically generated for easier handling.
27 header("Content-type: text/css");
33 font
-family
: sans
-serif
;
36 border
: <?php
echo $dark; ?
> 5px solid
;
40 text
-decoration
: none
;
42 border
-bottom
: <?php
echo $dark; ?
> 1px dotted
;
47 background
: url('jirafeau.png') left top repeat
-y
;
66 border
-bottom
: <?php
echo $dark; ?
> 1px dashed
;
90 vertical
-align
: bottom
;
112 border
: red
2px solid
;
113 background
-color
: #FBB;
117 content
: url('error.png');
123 border
: green
2px solid
;
124 background
-color
: #BFB;
128 content
: url('ok.png');
157 vertical
-align
: bottom
;
205 vertical
-align
: bottom
;
233 #upload_image_email {
236 background
: url(email
.png
) no
-repeat
;
patrick-canterino.de