Subversion Repositories Applications.wikini

Rev

Rev 17 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
15 jpm 1
/* GENERAL */
2
body {
3
  background-color: white;
4
  color: black;
5
  font-family: Arial, Helvetica, sans-serif, 'Lucida Grande', Verdana, Geneva, Lucida;
6
  }
7
a {
8
  color: #bca46e;
9
  font-weight: bold;}
10
h1, h2, h3, h4, h5, form {
11
  margin: 0;
12
  padding: 0;
13
}
14
ul, ol {
15
  margin-top: 0;
16
  padding-top: 0;
17
  padding-bottom: 0;}
18
tt {
19
  color: Navy;}
20
address{
21
  font-size: 1.2em;}
22
/* ENTÊTE */
23
.header {
24
  padding: 10px;
25
  padding-top: 0;}
26
#site_titre h1 {
27
  font-size:1.6em;
28
  padding:0;
29
  margin:0;
30
}
31
/* PAGE */
32
.page {
33
  background-color: white;
34
  padding: 10px;}
35
h1 {
36
  color: white;
37
  font-size: 1.7em;
38
  font-weight: bold;}
39
h2 {
40
  margin: 2px 2px 2px 20px;
41
  color: black;
42
  font-size: 1.5em;
43
  font-weight: bold;}
44
h3 {
45
  margin: 2px 2px 2px 40px;
46
  color: black;
47
  font-size: 1.3em;
48
  font-weight: bold;}
49
h4 {
50
  margin: 2px 2px 2px 60px;
51
  color: black;
52
  font-size: 1.1em;
53
  font-style: italic;}
54
.page li {
55
  padding-bottom: 0.8em;}
56
/* ADMINISTRATION :*/
57
.edit {
58
  width: 100%;
59
  height: 400px;}
60
.footer {
61
  clear: both;
62
  background-color: #DDDDDD;
63
  padding: 5px;
64
  border: 1px inset;}
65
.prev_alert {
66
  background-color: red;
67
  color: white;
68
  font-size: 1.7em;
69
  font-weight: bold;
70
  margin-bottom: 5px;}
71
/* DIVERS */
72
.commentsheader{
73
  visibility:hidden;}
74
.error {
75
  color: #CC3333;
76
  font-weight: bold;}
77
.indent {
78
  margin-left: 40px;}
79
.additions {
80
  color: #008800;}
81
.deletions {
82
  color: #880000;}
83
.add {
84
  font-weight: bold;
85
  color:#c00;
86
  text-decoration: underline; }
87
.del {
88
  font-style: italic;
89
  color:#c00;
90
  text-decoration: line-through;}
91
.code {
92
  background: #FFFFFF;
93
  border: solid #888888 2px;
94
  font-family: "Courier New", Courier;
95
  color: black;
96
  font-size: 0.8em;
97
  width: 100%;
98
  height: 400px;
99
  overflow: scroll;
100
  padding: 3px;}
101
.revisioninfo {
102
  color: #AAAAAA;
103
  padding-bottom: 20px;}
104
.copyright {
105
  font-size: 0.8em;
106
  color: #AAAAAA;
107
  text-align: right;}
108
.copyright a {
109
  color: #AAAAAA;}
110
.searchbox {
111
  background: #FFFFF8;
112
  border: 0;
113
  border-bottom: 1px solid #CCCCAA;
114
  padding: 0;
115
  margin: 0;}
116
.hr_clear{
117
  clear:both;
118
  display:none;}
119
.debug {
120
  font-size: 0.8em;
121
  color: #888888;}