Retour [./template/style.css]
show/hide
0
1 /** Feuille de style CSS pour TigerWiki
2  * http://www.chabel.org/TigerWiki/
3  * Par JJL : http://kubuntu.free.fr/TigerWiki/
4  */
5
6 #mainTable {
7 border: 1px solid #11141A;
8 }
9
10 /* Titre de la page */
11 #header {
12 height: 50px;
13 padding: .3em;
14 padding-left: 1em;
15 background: #333C4D;
16 color: white;
17 text-align: left;
18 border-bottom: 1px dashed #11141A;
19 }
20
21 #header h1 {
22 font-family: "Futura Condensed", Futura, sans-serif !important;
23 font-weight: bolder;
24 padding-top: 10px;
25 padding-bottom: 4px;
26 margin-top: 0;
27 margin-bottom: 0;
28 }
29
30 #header a {
31 text-decoration: none;
32 color: white !important;
33 }
34
35 #header p {
36 font-size: 80%;
37 margin-top: 0;
38 margin-bottom: 0;
39 padding-left: 2em;
40 }
41
42 /* Bandeaux haut et bas */
43 .headerFooter {
44 padding-left: 1em;
45 padding-right: 1em;
46 padding-top:.3em;
47 padding-bottom:.3em;
48 font-size: 80%;
49 margin-top: 0;
50 margin-bottom: 0;
51 background-color: #eee;
52 color: #666;
53 }
54
55 .headerFooter a {
56 font-weight: bold;
57 text-decoration: none;
58 }
59
60 /* bandeau haut */
61 .headerFooter#headerLinks {
62 border-bottom: 1px dashed #ccc !important;
63 }
64
65 /* bandeau Pied de page */
66 .headerFooter#footerLinks {
67 border-top: 1px dashed #ccc !important;
68 }
69
70 /* Colonnes des bandeaux */
71 #colG {
72      width: 40%;
73      display:inline;
74      float: left;
75 }
76 #colD {
77      width: 33%;
78      text-align: right;
79      float:right;
80 }
81
82 /* MAIN */
83 #mainContent {
84 background-color:#9999CC;
85 font-size: 90%;
86 padding: 1em;
87 background-color: white;
88 }
89
90 #mainContent h2:first-child {
91 margin-top: 0px;
92 }
93
94 /* Balises */
95 body {
96 background-color: #828A99;
97 font-family: Trebuchet, "Trebuchet MS", sans-serif;
98 font-size: 14px;
99 line-height: 16px;
100 }
101
102 pre
103
104 border: 1px dotted #ccc;
105 padding: 4px;
106 width: 640px;
107 overflow: auto;
108 }
109
110 code
111 {
112 font-family: Monaco, Arial, sans-serif;
113 font-size: 12px;
114 }
115
116 a {
117 color: #333C4D;
118 }
119
120 a.pending {
121 color: #7F4736;
122 }
123
124 a.url {
125 color: #808080;
126 }
127
128 a:hover {
129 color: #57A2D4;
130 background: inherit;
131 }
132
133 .category {
134   color: #999;
135   background: inherit;
136 }
137
138
139 h1, h2, h3, h4, h5, h6 {
140 font-family: "Futura Condensed", Futura, sans-serif !important;
141 }
142
143 .error {
144 color: #F25A5A;
145 font-size: 8px;
146 font-weight: bold;
147 }
148
149 form {
150 display: inline
151 }
152

153