Projet

Général

Profil

Télécharger (3,86 ko) Statistiques
| Branche: | Tag: | Révision:

root / corbo / static / css / corbo.css @ c97ac72b

1
.icon:before, .icon:after {
2
    font-family: FontAwesome;
3
}
4

    
5

    
6
body {
7
    margin: 0;
8
}
9

    
10
a:link, a:visited, a:hover {
11
    text-decoration: none;
12
    color: #000;
13
}
14

    
15
header h1 {
16
    padding: 5px 10px;
17
    border-bottom: 1px solid #000;
18
    background: #aab8d0;
19
}
20

    
21
footer {
22
    padding: 3px;
23
    border-top: 1px solid #aaa;
24
    font: normal .7em Arial;
25
    text-align: center;
26
}
27

    
28
div#content {
29
    padding: 0 10px;
30
}
31

    
32
ul.announces {
33
    margin: 0;
34
    padding: 0;
35
}
36

    
37
ul.announces li, ul.auth li, #management ul li {
38
    list-style-type: none;
39
    padding: .1em .5em;
40
}
41

    
42
li.bright {
43
    background: #fff;
44
}
45

    
46
li.bluesky {
47
    background: #d3d8e8 !important;
48
}
49

    
50
div.pub_time {
51
    float: right;
52
    font: bold Arial .8em;
53
}
54

    
55
div.clear {
56
    clear: both;
57
}
58

    
59
ul.pagination {
60
    font-size: .8em;
61
    margin: 0;
62
    padding: 0;
63
}
64

    
65
#management ul.pagination li {
66
    display: inline;
67
    margin: 0 2px;
68
}
69

    
70
ul.pagination li.current {
71
    border: 0;
72
}
73

    
74
ul.pagination a {
75
    color: #000;
76
}
77

    
78
ul.pagination li.next a:before {
79
    content: '\f105';
80
}
81

    
82
ul.pagination li.prev a:before {
83
    content: '\f104';
84
}
85

    
86
ul.auth {
87
    border-radius: .2em;
88
    -moz-border-radius: .2em;
89
    -webkit-border-radius: .2em;
90
    width: 20em;
91
    border: 1px solid #777;
92
    margin: 0 auto;
93
    padding: 10px;
94
    background: #ccc;
95
}
96

    
97
.tip {
98
    font-size: .8em;
99
}
100

    
101
ul.auth label {
102
    float: left;
103
    font: bold .8em Arial;
104
    width: 7em;
105
}
106

    
107
ul.auth ul.errorlist {
108
    padding-left: 6em;
109
}
110

    
111
ul.auth ul.errorlist li {
112
    margin: 0;
113
    padding: 0;
114
    color: #f00;
115
    font-size: .8em;
116
}
117

    
118
ul.auth input, ul.auth button {
119
    border: 1px solid #777;
120
    font-weight: bold;
121
}
122

    
123
ul.auth button {
124
    background: #5c7fff;
125
    color: #fff;
126
}
127

    
128
div.user {
129
    font-weight: bold;
130
    font-size: .9em;
131
    float: right;
132
    margin: 0 10px;
133
    padding: 3px;
134
    border: 1px solid #777;
135
    border-top: 0;
136
    border-radius: 0 0 .3em .3em;
137
    background: #ddd;
138
}
139

    
140
div.user a.logout:before {
141
    content: '\f08b';
142
    margin-left: .4em;
143
}
144

    
145
#management {
146
    margin: 1em 0 .5em 0;
147
}
148

    
149
#management ul {
150
    margin: 1em 0 0 0;
151
    padding: 0;
152
}
153

    
154
#management ul li {
155
    padding: 5px;
156
    border: 1px solid #aaa;
157
    background: #eee;
158
    margin:2px 0;
159
    border-radius: .3em;
160
    position: relative;
161
}
162

    
163
#management h4 {
164
    margin: .4em 0;
165
}
166

    
167
.title {
168
    font-size: .9em;
169
    font-weight: bold;
170
}
171

    
172
.preview {
173
    padding-left: 10px;
174
    font-size: .8em;
175
    color: #777;
176
}
177

    
178
.actions {
179
    position: absolute;
180
    top: 2px;
181
    right: 5px;
182
}
183

    
184
.status {
185
    position: absolute;
186
    padding: 2px;
187
    top: 3px;
188
    left: 3px;
189
    bottom: 3px;
190
    width: 20px;
191
}
192

    
193
.edit:before {
194
    content: '\f044';
195
}
196

    
197
.delete:before {
198
    content: '\f1f8';
199
}
200

    
201
.status .icon {
202
    color: #888;
203
}
204

    
205
.status .published:before {
206
    content: '\f1ea';
207
}
208

    
209
.status .unpublished:before {
210
    content: '\f06a';
211
}
212

    
213
.status .expired:before {
214
    content: '\f0f6';
215
}
216

    
217
.announce {
218
    margin-left: 25px;
219
    width: 65%;
220
}
221

    
222
#management .datetime {
223
    width: 15%;
224
    float: right;
225
    margin-right: 35px;
226
}
227

    
228
.empty {
229
    text-align: center;
230
    width: 20em;
231
    color: #aaa;
232
    margin: 0 auto;
233
}
234

    
235
.categories {
236
    float: right;
237
}
238

    
239
.categories select {
240
    border: 1px solid #aaa;
241
    display: inline;
242
}
243

    
244
.categories a, #management > span a {
245
    color: #000;
246
    padding: 1px 3px;
247
    margin: 0;
248
    font-weight: bold;
249
    font-size: .75em;
250
}
251

    
252
a.add:before {
253
    content: '\f067';
254
    padding-right:3px;
255
}
256

    
257
form ul li {
258
    list-style-type: none;
259
    margin: 5px 0;
260
}
261

    
262
li.datetime:after {
263
    margin-left: 5px;
264
    font-family: FontAwesome;
265
    content: '\f073';
266
    color: #555;
267
}
268

    
269
form ul li label {
270
    display: block;
271
}
272

    
273
#id_transport_channel li, #id_transport_channel label {
274
    display: inline;
275
}
276

    
277
.content {
278
    width: 50%;
279
    margin: auto;
280
}
281

    
282
.unsubscription {
283
    background: #e6db74;
284
    border: 1px solid #aaa;
285
    padding: 5px;
286
}
287

    
288
.info {
289
    background: #a6e22e;
290
    border: 1px solid #aaa;
291
    padding: 5px;
292
}
    (1-1/1)