Projet

Général

Profil

« Précédent | Suivant » 

Révision cc12ccfe

Ajouté par Serghei Mihai (congés, retour 15/05) il y a plus de 9 ans

gadjo theme used for templates
Category and announces management views and urls updated

Voir les différences:

corbo/static/css/corbo.css
15 15
    margin: 0;
16 16
}
17 17

  
18
a:link, a:visited, a:hover {
19
    text-decoration: none;
20
    color: #000;
21
}
22

  
18 23
header h1 {
19 24
    padding: 5px 10px;
20 25
    border-bottom: 1px solid #000;
......
37 42
    padding: 0;
38 43
}
39 44

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

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

  
49
ul.announces li.grey {
50
    background: #eee;
54
li.bluesky {
55
    background: #d3d8e8 !important;
51 56
}
52 57

  
53 58
div.pub_time {
......
60 65
}
61 66

  
62 67
ul.pagination {
63
    font-size: .8>em;
68
    font-size: .8em;
64 69
    margin: 0;
65 70
    padding: 0;
66 71
}
67 72

  
68
ul.pagination li {
69
    list-style-type: none;
73
#management ul.pagination li {
70 74
    display: inline;
75
    margin: 0 2px;
71 76
}
72 77

  
73 78
ul.pagination li.current {
......
130 135

  
131 136
div.user {
132 137
    font-weight: bold;
138
    font-size: .9em;
133 139
    float: right;
134 140
    margin: 0 10px;
135 141
    padding: 3px;
136
    border: 1px solid #ccc;
142
    border: 1px solid #777;
137 143
    border-top: 0;
138 144
    border-radius: 0 0 .3em .3em;
139
    background: #aaa;
145
    background: #ddd;
140 146
}
141 147

  
142
ul#management {
148
div.user a.logout:before {
149
    content: '\f08b';
150
    margin-left: .4em;
151
}
152

  
153
#management {
143 154
    margin: 1em 0 .5em 0;
155
}
156

  
157
#management ul {
158
    margin: 1em 0 0 0;
144 159
    padding: 0;
145 160
}
146 161

  
147
ul#management li {
162
#management ul li {
148 163
    padding: 5px;
149 164
    border: 1px solid #aaa;
150 165
    background: #eee;
......
153 168
    position: relative;
154 169
}
155 170

  
171
#management h4 {
172
    margin: .4em 0;
173
}
174

  
156 175
.title {
157 176
    font-size: .9em;
158 177
    font-weight: bold;
......
208 227
    width: 20em;
209 228
    color: #aaa;
210 229
    margin: 0 auto;
230
}
231

  
232
.categories {
233
    float: right;
234
}
235

  
236
.categories select {
237
    border: 1px solid #aaa;
238
    display: inline;
239
}
240

  
241
.categories a, #management > span a {
242
    color: #000;
243
    border: 1px solid #666;
244
    padding: 1px 3px;
245
    margin: 0;
246
    font-weight: bold;
247
    font-size: .75em;
248
    background: #eee;
249
}
250

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

Formats disponibles : Unified diff