Subversion Repositories Applications.papyrus

Rev

Rev 442 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 442 Rev 658
Line 1... Line 1...
1
/* vim: set expandtab tabstop=4 shiftwidth=4: */
1
.edit {margin:5px 0;border: 1px solid #3082AA;width:520px;}
2
/* ========================================================================================================
-
 
3
| Copyright (C) 1999-2004 Tela Botanica (accueil@tela-botanica.org)                                       |
-
 
4
+---------------------------------------------------------------------------------------------------------+
-
 
5
| This file is part of Papyrus.                                                                           |
-
 
6
|                                                                                                         |
-
 
7
| Foobar is free software; you can redistribute it and/or modify it under the terms of the GNU General    |
-
 
8
| Public License as published by the Free Software Foundation; either version 2 of the License, or        |
-
 
9
| (at your option) any later version.                                                                     |
-
 
10
|                                                                                                         |
-
 
11
| Foobar is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the    |
-
 
12
| implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public    |
-
 
13
| License for more details.                                                                               |
-
 
14
|                                                                                                         |
-
 
15
| You should have received a copy of the GNU General Public License along with Foobar; if not, write to   |
-
 
16
| the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA             |
-
 
17
+---------------------------------------------------------------------------------------------------------+
-
 
18
 CVS : $Id: wikini.css,v 1.1 2005-09-14 09:12:15 ddelon Exp $
-
 
19
===========================================================================================================
-
 
20
 DESCRIPTION : Fichier de style des Wikini integres à papyrus
-
 
21
 
-
 
22
 
-
 
23
===========================================================================================================
-
 
24
 Auteur original : David DELON <david.delon@clapas.net>
2
.buttons {padding:1px; background: #7FB1CA;margin: 1; float:left; }
25
 
-
 
26
 Autres auteurs :
-
 
27
 
-
 
28
===========================================================================================================
-
 
29
 AUTEUR   : $Author: ddelon $
-
 
30
 VERSION  : $Revision: 1.1 $ $Date: 2005-09-14 09:12:15 $
-
 
31
=======================================================================================================  */
-
 
32
 
-
 
33
/* +----------------------------------------------------------------------------------------------------+
-
 
34
|                                                STRUCTURE                                           |
-
 
35
+----------------------------------------------------------------------------------------------------+*/
-
 
36
 
-
 
37
.edit { width: 100%; height: 400px; }
3
.raise{ background: #7FB1CA;margin:1;    float:left; }
38
 
-
 
39
 
-
 
40
.buttons { background: #ccc; border: 1px solid #ccc; margin: 1; float:left; }
4
.press {background: #7FB1CA; margin:1; float:left; }
41
.raise{ border-top: 1px solid buttonhighlight; border-left: 1px solid buttonhighlight; border-bottom: 1px solid buttonshadow; border-right: 1px solid buttonshadow; background: #ccc; margin:1;    float:left; }
-
 
42
.press { border-top: 1px solid buttonshadow; border-left: 1px solid buttonshadow; border-bottom: 1px solid buttonhighlight; border-right: 1px solid buttonhighlight; background: #ccc; margin:1; float:left; }
-
 
43
/* ci dessous les petits champs */
5
/* ci dessous les petits champs */
44
.ACsearchbox { background: #FFFFF8; border: 0px; border-bottom: 1px solid #CCCCAA; padding: 0px; margin: 0px; font-size: 10px; }
6
.ACsearchbox {padding: 0; margin: 0; font-size: 10px; }
45
.texteChampsImage {font-size: 10px; }
7
.texteChampsImage {font-size: 10px; }
46
#toolbar { margin: 0; width: 450px; padding: 0; height:20px; background: #ccc; border-top: 1px solid buttonhighlight; border-left: 1px solid buttonhighlight; border-bottom: 1px solid buttonshadow; border-right: 1px solid buttonshadow; text-align:left; }
-
 
47
 
-
 
48
/* +----------------------------------------------------------------------------------------------------+
-
 
49
|                                                  DESIGN                                            |
-
 
50
+----------------------------------------------------------------------------------------------------+*/
-
 
51
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
-
 
52
*/
-
 
53
8
#toolbar { float:left;margin: 0; width:520px; padding: 2px; height:20px; background: #7FB1CA; text-align:left; }
-
 
9
.boutons_wiki {margin-left:200px;}
-
 
10
54
11