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
.missingpage+a {
3
  display:inline;
4
}
5
/* ADMINISTRATION : entĂȘte, pieds de page, nom du wiki, nom de la page, formulaire Ă©dition */
6
.footer, .header {
7
  padding: 5px;
8
  margin: 0;
9
  background: #cfcfcf;
10
  border: 1px solid gray;
11
  font-size: 0.8em;
12
  text-align: center;
13
}
14
.footer a, .header a {
15
  color:black;
16
}
17
.wiki_name {
18
  color: white;
19
  float: left;
20
  font-size: 1.8em;
21
  margin: 0px 0px 0px 100px;
22
  padding: 10px;
23
}
24
.page_name {
25
  position: absolute;
26
  top: 5px;
27
  right: 5px;
28
  font-size: 1.4em;
29
  margin: 0;
30
  padding: 0;
31
}
32
.edit {
33
  width: 100%;
34
  height: 400px;
35
}
36
 
37
/* CONTRIBUTION ACTION ATTACH */
38
/* - les images */
39
/* - les images */
40
.attach_maj{display:inline;}
41
 
42
/* - le gestionnaire des uploads */
43
.tableFM {border: thin solid Black; width: 100%;  }
44
.tableFM thead { background-color: Silver; font-weight: bold; text-align: center;   }
45
.tableFM tfoot { background-color: Silver; font-weight: bold; text-align: left;   }
46
.tableFM tbody tr { text-align: center;  }
47
.tableFMCol1 { background-color: Aqua; }
48
.tableFMCol2 { background-color: Yellow; }
49
 
50
/* CONTRIBUTION ACeditor */
51
#toolbar {
52
  margin: 0;
53
  padding: 0;
54
  height:20px;
55
  background: #ccc;
56
  border-top: 1px solid buttonhighlight;
57
  border-left: 1px solid buttonhighlight;
58
  border-bottom: 1px solid buttonshadow;
59
  border-right: 1px solid buttonshadow;
60
  text-align:left;
61
}
62
#toolbar img {
63
  margin:0;
64
}
65
.buttons {
66
  background: #ccc;
67
  border: 1px solid #ccc;
68
  margin: 1px;
69
  float:left;
70
}
71
.raise{
72
  border-top: 1px solid buttonhighlight;
73
  border-left: 1px solid buttonhighlight;
74
  border-bottom: 1px solid buttonshadow;
75
  border-right: 1px solid buttonshadow;
76
  background: #ccc;
77
  margin:1;
78
  float:left;
79
}
80
.press {
81
  border-top: 1px solid buttonshadow;
82
  border-left: 1px solid buttonshadow;
83
  border-bottom: 1px solid buttonhighlight;
84
  border-right: 1px solid buttonhighlight;
85
  background: #ccc;
86
  margin:1;
87
  float:left;
88
}
89
.ACsearchbox {
90
  background: #FFFFF8;
91
  border: 0;
92
  border-bottom: 1px solid #CCCCAA;
93
  padding: 0;
94
  margin: 0;
95
  font-size:0.8em;
96
}
97
.texteChampsImage {
98
  font-size: 0.8em;
99
}
100