]>
git.p6c8.net - jirafeau_project.git/blob - media/jyraphe/style.css.php
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 <https://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');
35 font
-family
: sans
-serif
;
38 border
: <?php
echo $dark; ?
> 5px solid
;
42 text
-decoration
: none
;
44 border
-bottom
: <?php
echo $dark; ?
> 1px dotted
;
49 background
: url('jirafeau.png') left top repeat
-y
;
68 border
-bottom
: <?php
echo $dark; ?
> 1px dashed
;
92 vertical
-align
: bottom
;
114 border
: red
2px solid
;
115 background
-color
: #FBB;
119 content
: url('error.png');
125 border
: green
2px solid
;
126 background
-color
: #BFB;
130 content
: url('ok.png');
159 vertical
-align
: bottom
;
207 vertical
-align
: bottom
;
239 #upload_image_email {
240 padding
-bottom
: 15px
;
242 background
: url(email
.png
) no
-repeat
;
patrick-canterino.de