~ubuntu-branches/ubuntu/wily/pluxml/wily

« back to all changes in this revision

Viewing changes to core/admin/theme/style.css

  • Committer: Package Import Robot
  • Author(s): Tanguy Ortolo
  • Date: 2015-07-22 14:22:20 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20150722142220-m5tzuyfq6klb44vs
Tags: 5.4-1
* New upstream release.
* debian/dirs: update to new layout (data/images/ replaced by data/medias).
* debian/postinst:
   + migrate images from data/images/ to data/medias/.
   + update main configuration file (version has changed, and a parameter
     was added).
   + use `command -v` instead of `test` to check for lighty-enable-mod
     existence, to avoid using a fully qualified path.
* debian/postrm:
   + use `command -v` instead of `test` to check for lighty-disable-mod, ucf
     and ucfr existence, to avoid using a fully qualified path.
* debian/rules: remove some JavaScript minimizing rules (that file is no
  longer part of PluXml).
* debian/control:
   + no longer depend on slimit (no more JavaScript minimizing).
   + use a line per build dependency and order them alphabetically.
   + update Standards-Version to 3.9.6 (no change needed).
* debian/copyright: remove everything about respond.js which is no longer
  part of PluXml.
* debian/links: update to new layout (data/images replaced by data/medias).
* debian/NEWS: added, to document the migration to 5.4 layout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
h2 {
2
 
        margin:10px 0px 10px 0px;
3
 
        padding:0px;
4
 
        font-size:28px;
5
 
        color:#555;
6
 
}
7
 
h3 {
8
 
        font-size: 13px;
9
 
}
10
 
a {
11
 
        color:#2175bd;
12
 
        text-decoration:none;
13
 
        font-weight:bold;
14
 
        outline:none;
15
 
}
16
 
ul {
17
 
                list-style: none;
18
 
}
19
 
a:link, a:visited {color:#2175bd;}
20
 
a:hover { text-decoration:none; color:#db2020; }
21
 
 
22
 
p.back, p#medias_back { margin: 10px 0 10px 0; }
23
 
p.back a:before, p#medias_back a:before  {content:"\00AB\00A0"; }
24
 
p.breadcrumbs { margin: 5px 0 5px 0 }
25
 
 
26
 
a.help {
27
 
        padding:0 0 0 16px;
28
 
        margin:0 0 0 2px;
29
 
        width:16px;
30
 
        cursor:help;
31
 
        background:url('images/help.gif') no-repeat 0 0;
32
 
}
33
 
 
34
 
a.selected {color:#444 !important}
35
 
 
36
 
.center { text-align:center; }
37
 
.left { text-align:left; }
38
 
.right { text-align:right; }
39
 
.top { vertical-align:top }
40
 
 
41
 
a.hcolumn {
42
 
        color:#000;
43
 
        text-decoration:underline;
44
 
}
45
 
a.hcolumn:hover {
46
 
        color:#000;
47
 
        text-decoration:none;
48
 
}
49
 
#sitename {
50
 
        margin:0;
51
 
        padding:0;
52
 
        font-size: 12px;
53
 
        color: #888;
54
 
}
55
 
 
56
 
/* index.php */
57
 
.quicksearch {
58
 
        float:right;
59
 
        padding-top:18px;
60
 
}
61
 
 
62
 
/* install.php */
63
 
.panel ul {
64
 
        list-style: none;
65
 
}
66
 
.panel ul li {
67
 
        padding:2px 0 2px 0;
68
 
}
69
 
 
70
 
/* Form + fieldset */
71
 
fieldset {
72
 
        border:0;
73
 
        margin:0 0 10px;
74
 
        padding:0 0 14px 0;
75
 
        width:100%;
76
 
}
77
 
fieldset p, #p_content, #p_chapo {
78
 
        clear:both;
79
 
        padding:5px 0 2px 0 !important;
80
 
}
81
 
fieldset p.field label {
82
 
        float:left;
83
 
        width:300px;
84
 
        padding-right: 15px;
85
 
}
86
 
fieldset.config p  {
87
 
        padding:8px 0 2px 0 !important;
88
 
}
89
 
fieldset.config label {
90
 
        padding-top:10px;
91
 
}
92
 
fieldset.config select {
93
 
        margin-top:7px;
94
 
}
95
 
fieldset p.field {
96
 
        clear:both;
97
 
        margin:0;
98
 
        padding:0 0 2px 0;
99
 
}
100
 
fieldset.config input[type=text] {
101
 
        margin-top:5px;
102
 
        width: 300px;
103
 
}
104
 
fieldset input[type=text].fieldnum  {
105
 
        width: 40px;
106
 
}
107
 
textarea {
108
 
        width:98%;
109
 
        border:1px solid #bbb;
110
 
}
111
 
input {
112
 
        border:1px solid #bbb;
113
 
        cursor:pointer;
114
 
}
115
 
input:hover {
116
 
        background:#DDF0F8;
117
 
}
118
 
input[type=checkbox], input[type=radio]  {
119
 
        border:0;
120
 
}
121
 
input[type=text], input[type=password] {
122
 
        padding:3px 5px 3px 5px !important;
123
 
}
124
 
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
125
 
        outline:none;
126
 
        color:#222;
127
 
        border:1px solid #77BACE;
128
 
}
129
 
input[type=submit] {
130
 
        margin: 0 2px 0 2px;
131
 
        background-color:#dedede;
132
 
        border:1px solid #A8A9A8;
133
 
        color:#555;
134
 
        padding:2px 5px 2px 5px !important;
135
 
}
136
 
input[type=submit]:hover {
137
 
        color:#000;
138
 
        background-color: #bbb ;
139
 
}
140
 
.select {
141
 
        background-color:#333 !important;
142
 
        color:#fff !important;
143
 
}
144
 
.readonly, .readonly:hover {
145
 
        background-color:#efefef;
146
 
}
147
 
.fld1 {
148
 
        width: 20px;
149
 
}
150
 
.fld2 {
151
 
        width: 35px;
152
 
}
153
 
#extra-content #id_title, #extra-content #id_link { width: 96% }
154
 
 
155
 
/* Pagination */
156
 
#pagination {
157
 
        width:100%;
158
 
        text-align:left;
159
 
        margin:10px auto 10px auto;
160
 
        padding:10px 0 10px 0;
161
 
}
162
 
#pagination span {
163
 
        border:1px #dedede solid;
164
 
        padding:3px 5px 3px 5px;
165
 
        margin-right:5px;
166
 
}
167
 
 
168
 
/* Medias */
169
 
#files_manager{
170
 
        margin-top: 15px;
171
 
        min-width:700px;
172
 
}
173
 
#files_manager ul {
174
 
        list-style: none;
175
 
}
176
 
#files_manager .manager {
177
 
        margin-bottom: 10px;
178
 
        float:left;
179
 
        width:100%;
180
 
}
181
 
#files_manager .uploader {
182
 
        margin-bottom: 10px;
183
 
        float:right;
184
 
}
185
 
#files_manager .browser {
186
 
        float:left;
187
 
        margin:10px 0 20px 0;
188
 
}
189
 
#files_manager .browser  .folder {
190
 
        width: 300px;
191
 
}
192
 
#files_manager .create {
193
 
        float:right;
194
 
}
195
 
#files_manager .files {
196
 
        float:left;
197
 
        width:100%;
198
 
}
199
 
#files_manager .files table {
200
 
        margin:0 0 15px 0;
201
 
}
202
 
/* --- */
203
 
#files_uploader {
204
 
        margin-top: 15px;
205
 
        display:none;
206
 
}
207
 
#files_uploader .manager {
208
 
        float:left;
209
 
}
210
 
#files_uploader .uploader {
211
 
        float:right;
212
 
}
213
 
#files_uploader .files_list{
214
 
        margin: 15px 0 15px 0;
215
 
}
216
 
#files_uploader .options1{
217
 
        clear:both;
218
 
        float:left;
219
 
        width: 300px;
220
 
}
221
 
#files_uploader .options2{
222
 
        float:left;
223
 
        width: 300px;
224
 
}
225
 
#files_uploader ul {
226
 
        list-style:none;
227
 
}
228
 
#files_uploader ul li {
229
 
        margin: 3px 0 0 3px !important;
230
 
}
231
 
.rowfile {
232
 
        clear:both;
233
 
        float:left;
234
 
        margin:0;
235
 
        padding:0 0 5px;
236
 
}
237
 
a.btnDelete{
238
 
        margin:0;
239
 
        padding:0;
240
 
        outline: none;
241
 
        float:left;
242
 
        display:inline;
243
 
}
244
 
.divtitle {
245
 
        margin: 2px 0 0 5px;
246
 
        padding:0;
247
 
        float:left;
248
 
}
249
 
#btn_upload {
250
 
        clear:both;
251
 
        float:left;
252
 
}
253
 
 
254
 
/* Table */
255
 
.table {
256
 
        width:100%;
257
 
        border: 1px #dedede solid;
258
 
        margin:15px 0 10px 0;
259
 
        border-collapse:collapse;
260
 
}
261
 
thead {
262
 
        background-color:#ddd;
263
 
        color:#000;
264
 
        text-align:left;
265
 
}
266
 
th {
267
 
        text-align:left; /* IE */
268
 
}
269
 
th, tr, td {
270
 
        padding: 8px 4px 8px 4px;
271
 
}
272
 
tr.new {
273
 
        background-color:#e0e0e0;
274
 
}
275
 
tr.line-0 {
276
 
        background-color:#ffffff;
277
 
}
278
 
tr.line-1 {
279
 
        background-color:#f5f5f5;
280
 
}
281
 
 
282
 
th.checkbox { width: 5px; }
283
 
th.date { width:65px; }
284
 
th.title , th.message { white-space: nowrap;}
285
 
th.category { width:250px; white-space: nowrap; }
286
 
th.nbcoms { width: 50px;  white-space: nowrap;}
287
 
th.author, td.author  { width:150px; white-space: nowrap; }
288
 
th.action  { min-width: 150px; white-space: nowrap; text-align: center;}
289
 
td.action  { min-width: 150px; white-space: nowrap; text-align: center;}
290
 
 
291
 
th.datetime, td.datetime { width:120px; white-space: nowrap; }
292
 
th.image { width: 60px; }
293
 
th.infos {width:90px;}
294
 
th.description { width: 90%; }
295
 
th.col { width: 10%; }
296
 
th.icon { width: 50px; }
297
 
 
298
 
td.config { width: 170px; text-align:right; }
299
 
 
300
 
/* Nouvel article */
301
 
p.field_head {
302
 
        background-color: #dedede;
303
 
        margin: 40px 15px 0 0;
304
 
        padding: 5px 15px 5px 5px;
305
 
}
306
 
 
307
 
/* Commentaires */
308
 
#comments blockquote {
309
 
        border:1px solid #ddd;
310
 
        padding: 5px 10px 5px 10px;
311
 
}
312
 
.type-normal {
313
 
        background-color: #fff;
314
 
}
315
 
.type-admin {
316
 
        background-color: #fffdea !important;
317
 
}
318
 
 
319
 
/* Messages */
320
 
.warning {
321
 
        margin: 10px 320px 10px 0;
322
 
        padding: 10px 5px 10px 20px;
323
 
        border: 1px solid #df8f8f;
324
 
        font-size: 13px;
325
 
        width:96%;
326
 
        background-color: #ffcece;
327
 
}
328
 
.notification {
329
 
        position:absolute;
330
 
        top:-1px;
331
 
        z-index:9999;
332
 
        padding: 2px 15px 2px 15px;
333
 
        border: 1px solid;
334
 
        font-size: 13px;
335
 
        font-weight:bold;
336
 
        color:#000 !important;
337
 
}
338
 
.error {
339
 
        background-color: #ffcfcf;
340
 
        border-color: #df8f8f;
341
 
}
342
 
.success {
343
 
        background-color: #fff1a8;
344
 
        border-color: #e6db55;
345
 
}
346
 
 
347
 
span.alert {
348
 
        color: red;
349
 
}
350