[SPIP] ~2.1.12 -->2.1.25
[velocampus/web/www.git] / www / prive / aide_body.css
1 /**************************************************************************/
2 /* SPIP, Systeme de publication pour l'internet */
3 /* */
4 /* Copyright (c) 2001-2014 */
5 /* Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James */
6 /* */
7 /* Ce programme est un logiciel libre distribue sous licence GNU/GPL. */
8 /* Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. */
9 /**************************************************************************/
10
11 .spip_cadre {
12 width : 100%;
13 background-color: #FFFFFF;
14 padding: 5px;
15 }
16 .spip_quote {
17 margin-left : 40px;
18 margin-top : 10px;
19 margin-bottom : 10px;
20 border : solid 1px #aaaaaa;
21 background-color: #dddddd;
22 padding: 5px;
23 }
24
25 a { text-decoration: none; }
26 a:focus,a:hover,a:active { color: #FF9900; text-decoration: underline; }
27
28 body {
29 font-family: Georgia, Garamond, Times New Roman, serif;
30 }
31 h3.spip {
32 font-family: Verdana, Geneva, Sans, sans-serif;
33 font-weight: bold;
34 font-size: 115%;
35 text-align: center;
36 }
37
38 table.spip {
39 }
40
41 table.spip tr.row_first {
42 background-color: #FCF4D0;
43 }
44
45 table.spip tr.row_odd {
46 background-color: #C0C0C0;
47 }
48
49 table.spip tr.row_even {
50 background-color: #F0F0F0;
51 }
52
53 table.spip td {
54 padding: 1px;
55 text-align: left;
56 vertical-align: middle;
57 }