Projet

Général

Profil

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

root / corbo / static / css / corbo.css @ e0d858ba

1
@font-face {
2
  font-family: 'FontAwesome';
3
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
4
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
5
  font-weight: normal;
6
  font-style: normal;
7
}
8

    
9
.icon:before, .icon:after {
10
    font-family: FontAwesome;
11
}
12

    
13

    
14
body {
15
    margin: 0;
16
}
17

    
18
header h1 {
19
    padding: 5px 10px;
20
    border-bottom: 1px solid #000;
21
    background: #aab8d0;
22
}
23

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

    
31
div#content {
32
    padding: 0 10px;
33
}
34

    
35
ul.announces {
36
    margin: 0;
37
    padding: 0;
38
}
39

    
40
ul.announces li, ul.auth li, ul#management li {
41
    list-style-type: none;
42
    padding: .1em .5em;
43
}
44

    
45
ul.announces li.bright {
46
    background: #fff;
47
}
48

    
49
ul.announces li.grey {
50
    background: #eee;
51
}
52

    
53
div.pub_time {
54
    float: right;
55
    font: bold Arial .8em;
56
}
57

    
58
div.clear {
59
    clear: both;
60
}
61

    
62
ul.pagination {
63
    margin: 0;
64
    padding-left: 1em;
65
}
66

    
67
ul.pagination li {
68
    list-style-type: none;
69
    display: inline;
70
}
71

    
72
ul.pagination li.current {
73
    border: 0;
74
}
75

    
76
ul.pagination a {
77
    color: #000;
78
}
79

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

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

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

    
99
.tip {
100
    font-size: .8em;
101
}
102

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

    
109
ul.auth ul.errorlist {
110
    padding-left: 6em;
111
}
112

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

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

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

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

    
141
ul#management {
142
    margin: 0;
143
    padding: 0;
144
}
145

    
146
ul#management li {
147
    padding: 5px;
148
    border: 1px solid #aaa;
149
    background: #eee;
150
    margin:2px 0;
151
    border-radius: .3em;
152
    position: relative;
153
}
154

    
155
.title {
156
    font-size: .9em;
157
    font-weight: bold;
158
}
159

    
160
.text_preview {
161
    padding-left: 10px;
162
    font-size: .8em;
163
    color: #777;
164
}
165

    
166
.actions {
167
    position: absolute;
168
    top: 2px;
169
    right: 5px;
170
}
171

    
172
.status {
173
    position: absolute;
174
    padding: 2px;
175
    top: 3px;
176
    left: 3px;
177
    bottom: 3px;
178
    width: 20px;
179
}
180

    
181
.actions .edit:before {
182
    content: '\f044';
183
}
184

    
185
.actions .delete:before {
186
    content: '\f1f8';
187
}
188

    
189
.status .published:before {
190
    content: '\f0f6';
191
}
192

    
193
.status .unpublished:before {
194
    content: '\f06a';
195
}
196

    
197
.status .expired:before {
198
    content: '\f0f6';
199
}
200

    
201
.announce {
202
    margin-left: 25px;
203
}
    (1-1/1)