Projet

Général

Profil

Télécharger (14,9 ko) Statistiques
| Branche: | Tag: | Révision:

theme / ckanext / ozwillo_theme / fanstatic / templates.t3_bs3_blank.less.joomla.less.css @ 5785e1fd

1
.items-leading .leading {
2
  margin-bottom: 44px;
3
}
4
.items-row .item {
5
  margin-bottom: 44px;
6
}
7
.divider-vertical {
8
  margin: 0 0 44px;
9
  border: 0;
10
  border-top: 1px solid #eeeeee;
11
}
12
.article-aside {
13
  color: #999999;
14
  font-size: 15px;
15
  margin-bottom: 22px;
16
}
17
.article-info {
18
  margin: 0;
19
  width: 85%;
20
}
21
.article-info .article-info-term {
22
  display: none;
23
}
24
.article-info dd {
25
  display: inline-block;
26
  margin-left: 0;
27
  margin-right: 10px;
28
  white-space: nowrap;
29
}
30
.article-info dd strong {
31
  font-weight: bold;
32
}
33
.article-footer {
34
  color: #999999;
35
  font-size: 14px;
36
  margin-bottom: 22px;
37
}
38
.article-intro img,
39
.article-content img {
40
  display: block;
41
  width: 100% \9;
42
  max-width: 100%;
43
  height: auto;
44
}
45
.article-intro img[align=left],
46
.article-content img[align=left],
47
.article-intro .img_caption.left,
48
.article-content .img_caption.left,
49
.article-intro .pull-left.item-image,
50
.article-content .pull-left.item-image {
51
  margin: 0 33px 22px 0;
52
}
53
.article-intro img[align=right],
54
.article-content img[align=right],
55
.article-intro .img_caption.right,
56
.article-content .img_caption.right,
57
.article-intro .pull-right.item-image,
58
.article-content .pull-right.item-image {
59
  margin: 0 0 22px 33px;
60
}
61
@media (max-width: 768px) {
62
  .article-content iframe {
63
    width: 100% !important;
64
    height: auto;
65
  }
66
}
67
.img-intro-none,
68
.img-intro-left,
69
.img-intro-right,
70
.img-fulltext-none,
71
.img-fulltext-left,
72
.img-fulltext-right,
73
.img_caption {
74
  position: relative;
75
}
76
.img-intro-none,
77
.img-intro-left,
78
.img-intro-right,
79
.img-fulltext-none,
80
.img-fulltext-left,
81
.img-fulltext-right,
82
.img_caption {
83
  margin-bottom: 22px;
84
  max-width: 100%;
85
}
86
.img-fulltext-left {
87
  float: left;
88
  margin-right: 22px;
89
}
90
.img-fulltext-right {
91
  float: right;
92
  margin-left: 22px;
93
}
94
.img-intro-none img,
95
.img-intro-left img,
96
.img-intro-right img,
97
.img-fulltext-none img,
98
.img-fulltext-left img,
99
.img-fulltext-right img {
100
  margin: 0;
101
}
102
.img_caption img {
103
  margin-bottom: 1px !important;
104
}
105
.img_caption p.img_caption {
106
  background: #eeeeee;
107
  color: #555555;
108
  font-size: 14px;
109
  width: 100%;
110
  margin: 0;
111
  padding: 5px;
112
  text-align: center;
113
  clear: both;
114
}
115
@media screen and (max-width: 767px) {
116
  article img[align=left],
117
  .img_caption.left,
118
  article img[align=right],
119
  .img_caption.right,
120
  .img-fulltext-left,
121
  .img-fulltext-right {
122
    float: none !important;
123
    margin-left: 0;
124
    margin-right: 0;
125
    width: 100% !important;
126
  }
127
}
128
article aside .btn-group > .dropdown-toggle,
129
article aside .btn-group > .dropdown-toggle:hover,
130
article aside .btn-group > .dropdown-toggle:active,
131
article aside .btn-group > .dropdown-toggle:focus {
132
  padding: 2px 5px;
133
}
134
article aside .btn-group > .dropdown-toggle .caret {
135
  margin-left: 2px;
136
}
137
.row-even,
138
.row-odd {
139
  padding: 5px;
140
  width: 99%;
141
  border-bottom: 1px solid #dddddd;
142
}
143
.row-odd {
144
  background-color: transparent;
145
}
146
.row-even {
147
  background-color: #f9f9f9;
148
}
149
.blog-row-rule,
150
.blog-item-rule {
151
  border: 0;
152
}
153
.row-fluid .row-reveal {
154
  visibility: hidden;
155
}
156
.row-fluid:hover .row-reveal {
157
  visibility: visible;
158
}
159
.nav-list > li.offset > a {
160
  padding-left: 30px;
161
  font-size: 12px;
162
}
163
.list-striped,
164
.row-striped {
165
  list-style: none;
166
  line-height: 22px;
167
  text-align: left;
168
  vertical-align: middle;
169
  border-top: 1px solid #dddddd;
170
  margin-left: 0;
171
  padding-left: 0;
172
}
173
.list-striped li,
174
.list-striped dd,
175
.row-striped .row,
176
.row-striped .row-fluid {
177
  border-bottom: 1px solid #dddddd;
178
  padding: 10px 15px;
179
}
180
.list-striped li:nth-child(odd),
181
.list-striped dd:nth-child(odd),
182
.row-striped .row:nth-child(odd),
183
.row-striped .row-fluid:nth-child(odd) {
184
  background-color: #f9f9f9;
185
}
186
.list-striped li:hover,
187
.list-striped dd:hover,
188
.row-striped .row:hover,
189
.row-striped .row-fluid:hover {
190
  background-color: #f5f5f5;
191
}
192
.row-striped .row-fluid {
193
  width: 97%;
194
}
195
.row-striped .row-fluid [class*="span"] {
196
  min-height: 10px;
197
}
198
.row-striped .row-fluid [class*="span"] {
199
  margin-left: 8px;
200
}
201
.row-striped .row-fluid [class*="span"]:first-child {
202
  margin-left: 0;
203
}
204
.list-condensed li {
205
  padding: 5px 10px;
206
}
207
.row-condensed .row,
208
.row-condensed .row-fluid {
209
  padding: 5px 10px;
210
}
211
.list-bordered,
212
.row-bordered {
213
  list-style: none;
214
  line-height: 18px;
215
  text-align: left;
216
  vertical-align: middle;
217
  margin-left: 0;
218
  border: 1px solid #dddddd;
219
}
220
.login-wrap .other-links ul {
221
  padding-left: 15px;
222
}
223
.form-register fieldset {
224
  padding: 0 0 10px;
225
}
226
.form-register p {
227
  margin: 0 0 5px;
228
}
229
.form-register p.form-des {
230
  margin: 15px 0;
231
}
232
.form-register label {
233
  display: block;
234
  float: left;
235
  font-weight: bold;
236
  text-align: right;
237
  width: 130px;
238
}
239
.form-register .input,
240
.form-register .inputbox {
241
  margin-left: 10px;
242
  width: 200px;
243
}
244
.form-register .btn,
245
.form-register .button {
246
  margin-left: 140px;
247
}
248
.registration fieldset dt {
249
  margin-right: 5px;
250
}
251
.admintable textarea {
252
  max-width: 90% !important;
253
  resize: none;
254
}
255
.com_mailto body {
256
  padding: 11px;
257
}
258
.com_mailto .t3-mainbody {
259
  padding-top: 0;
260
  padding-bottom: 0;
261
}
262
.com_mailto .t3-content {
263
  width: auto;
264
}
265
#mailto-window {
266
  background: #fff;
267
  margin: 10px 0 20px;
268
  padding: 0;
269
  position: relative;
270
}
271
#mailto-window h2 {
272
  margin-top: 0;
273
  margin-bottom: 20px;
274
}
275
#mailtoForm .formelm {
276
  padding: 5px 0;
277
  vertical-align: middle;
278
  overflow: hidden;
279
}
280
#mailtoForm .formelm label {
281
  display: inline-block;
282
  float: left;
283
  font-weight: bold;
284
  vertical-align: middle;
285
  width: 100px;
286
}
287
#mailtoForm p {
288
  margin-top: 20px;
289
}
290
#mailtoForm .input,
291
#mailtoForm .inputbox {
292
  width: 65%;
293
}
294
#mailtoForm .btn,
295
#mailtoForm .button,
296
#mailtoForm button {
297
  margin-right: 5px;
298
}
299
.user-details {
300
  padding: 10px 0;
301
}
302
.user-details p {
303
  margin: 0 0 5px;
304
}
305
.user-details label {
306
  display: block;
307
  float: left;
308
  font-weight: bold;
309
  text-align: right;
310
  width: 130px;
311
}
312
.user-details .input,
313
.user-details .inputbox {
314
  margin-left: 10px;
315
  width: 200px;
316
}
317
.user-details .btn,
318
.user-details button {
319
  margin-left: 140px;
320
}
321
.user-details .paramlist .paramlist_key {
322
  padding: 0 0 5px;
323
  width: 130px;
324
}
325
.user-details .paramlist .paramlist_value {
326
  padding: 0 0 5px;
327
}
328
.user-details .user_name span {
329
  font-weight: bold;
330
  padding-left: 10px;
331
}
332
.reset .form-validate p,
333
.remind .form-validate p {
334
  background: #eeeeee;
335
  border: 1px solid #eeeeee;
336
  margin-bottom: 22px;
337
  padding: 11px 22px;
338
  border-radius: 4px;
339
}
340
.reset .form-validate fieldset dl,
341
.remind .form-validate fieldset dl {
342
  margin: 0;
343
}
344
.reset .form-validate fieldset dt,
345
.remind .form-validate fieldset dt {
346
  margin: 4px 0 0 0;
347
}
348
.profile-edit input {
349
  position: relative;
350
  min-height: 1px;
351
  padding-left: 6px;
352
  padding-right: 6px;
353
}
354
@media (min-width: 768px) {
355
  .profile-edit input {
356
    float: left;
357
    width: 50%;
358
  }
359
}
360
.profile-edit select {
361
  position: relative;
362
  min-height: 1px;
363
  padding-left: 6px;
364
  padding-right: 6px;
365
}
366
@media (min-width: 768px) {
367
  .profile-edit select {
368
    float: left;
369
    width: 50%;
370
  }
371
}
372
.profile-edit select + button {
373
  margin-left: 5px;
374
}
375
#searchForm:before,
376
#searchForm:after {
377
  content: " ";
378
  display: table;
379
}
380
#searchForm:after {
381
  clear: both;
382
}
383
#searchForm fieldset {
384
  margin: 22px 0;
385
}
386
#searchForm legend {
387
  margin-bottom: 11px;
388
}
389
#searchForm select {
390
  width: auto;
391
  display: inline-block;
392
  margin-left: 5px;
393
  padding-left: 5px;
394
}
395
#searchForm .form-limit {
396
  margin-top: 22px;
397
}
398
#searchForm .form-limit .counter {
399
  margin-top: 0;
400
}
401
#search-form ul#finder-filter-select-list {
402
  margin-left: 0;
403
  padding-left: 0;
404
}
405
#search-form ul#finder-filter-select-list li {
406
  list-style: none;
407
  padding: 11px 0;
408
}
409
#search-form ul#finder-filter-select-list li label {
410
  width: 150px;
411
}
412
#search-form .word .form-group {
413
  margin-bottom: 11px;
414
}
415
@media screen and (max-width: 768px) {
416
  #searchForm .radio-inline,
417
  #searchForm .checkbox-inline {
418
    display: block;
419
    width: 100%;
420
    margin-left: 0;
421
  }
422
}
423
.search-results {
424
  margin-top: 22px;
425
  margin-left: 0;
426
  padding-left: 0;
427
}
428
.search-results .result-title {
429
  font-size: 18px;
430
  margin-top: 22px;
431
}
432
.search-results .result-category {
433
  font-size: 14px;
434
  color: #999999;
435
}
436
.search-results .result-text {
437
  margin-top: 5px;
438
  margin-bottom: 5px;
439
}
440
.search-results .result-url {
441
  color: #555555;
442
  margin-top: 22px;
443
}
444
.search-results .result-created {
445
  font-size: 14px;
446
  color: #999999;
447
}
448
div.finder {
449
  margin-bottom: 22px;
450
}
451
#searchForm .phrases-box input[type="radio"] {
452
  vertical-align: top;
453
  margin-top: 3px;
454
}
455
@media (max-width: 768px) {
456
  .contact .thumbnail {
457
    width: 100%;
458
  }
459
}
460
@media (max-width: 768px) {
461
  .contact .dl-horizontal > dt {
462
    float: left;
463
    margin-right: 5px;
464
    width: auto;
465
  }
466
}
467
@media (max-width: 768px) {
468
  .contact .dl-horizontal > dd {
469
    margin-left: 0;
470
  }
471
}
472
.contact-form #jform_contact_emailmsg {
473
  width: 100%;
474
}
475
.contact-form #jform_contact_message {
476
  width: 100%;
477
  height: auto;
478
}
479
@media (max-width: 768px) {
480
  .contact-form #jform_captcha-lbl {
481
    display: none;
482
  }
483
  .contact-form #recaptcha_image {
484
    width: 220px;
485
  }
486
  .contact-form #recaptcha_image img {
487
    max-width: 220px;
488
  }
489
  .contact-form #recaptcha_response_field {
490
    max-width: 220px;
491
  }
492
}
493
.contact .accordion-toggle {
494
  font-weight: bold;
495
}
496
#archive-items > li {
497
  line-height: normal;
498
  margin: 0;
499
  overflow: visible;
500
  padding: 0;
501
}
502
#archive-items .intro {
503
  clear: both;
504
  overflow: hidden;
505
}
506
.categories-list {
507
  margin-bottom: 22px;
508
}
509
.category-item:before,
510
.category-item:after {
511
  content: " ";
512
  display: table;
513
}
514
.category-item:after {
515
  clear: both;
516
}
517
.category-item .page-header {
518
  line-height: normal;
519
  padding: 11px 5px;
520
  margin: 0;
521
  font-size: 20px;
522
  font-weight: normal;
523
}
524
.category-item .category-item {
525
  margin-bottom: 0;
526
  margin-left: 30px;
527
}
528
.category-item .category-item .page-header {
529
  font-size: 16px;
530
}
531
.cat-children .page-header {
532
  line-height: normal;
533
  padding: 11px 5px;
534
  margin: 0;
535
  font-size: 20px;
536
  font-weight: normal;
537
}
538
.newsfeed-category > h2,
539
.newsfeed > h2 {
540
  border-bottom: 1px solid #eeeeee;
541
  padding-bottom: 22px;
542
  margin-bottom: 22px;
543
  margin-top: 0;
544
}
545
.newsfeed-category .category-desc,
546
.newsfeed .category-desc {
547
  margin-bottom: 22px;
548
}
549
.newsfeed-category .category li:before,
550
.newsfeed .category li:before,
551
.newsfeed-category .category li:after,
552
.newsfeed .category li:after {
553
  content: " ";
554
  display: table;
555
}
556
.newsfeed-category .category li:after,
557
.newsfeed .category li:after {
558
  clear: both;
559
}
560
.newsfeed > h2 {
561
  border-bottom: 1px solid #eeeeee;
562
  padding-bottom: 22px;
563
  margin-bottom: 22px;
564
  margin-top: 0;
565
}
566
.newsfeed .feed-description {
567
  margin-bottom: 22px;
568
  font-size: 18px;
569
}
570
.newsfeed .feed-item-description .feed-description {
571
  font-size: 16px;
572
}
573
.newsfeed ol li > a {
574
  font-weight: bold;
575
  font-size: 18px;
576
}
577
.article-content .pagination ul {
578
  display: block;
579
  list-style: none;
580
  padding: 0;
581
  overflow: hidden;
582
}
583
.article-content .pagination ul li {
584
  border: 1px solid #eeeeee;
585
  float: left;
586
  line-height: normal;
587
  margin-right: 11px;
588
  padding: 11px 22px;
589
}
590
.article-content .pagination ul li a {
591
  border: 0;
592
  text-decoration: none;
593
  background-color: transparent;
594
  line-height: normal;
595
  padding: 0;
596
}
597
.pagenavcounter {
598
  margin: 0 0 22px;
599
  font-weight: bold;
600
}
601
#article-index,
602
.article-index {
603
  border: 1px solid #eeeeee;
604
  border-radius: 4px;
605
  float: right;
606
  padding: 10px;
607
  margin: 0 0 22px 22px;
608
  width: 25%;
609
}
610
#article-index ul,
611
.article-index ul {
612
  list-style: none;
613
  margin: 0;
614
  padding: 0;
615
  border: 0;
616
}
617
#article-index ul > li,
618
.article-index ul > li {
619
  border: 0;
620
  margin-top: 2px;
621
}
622
#article-index ul > li > a,
623
.article-index ul > li > a {
624
  border: 0;
625
  padding: 5px;
626
  border-radius: 4px;
627
}
628
#article-index ul > .active > a,
629
.article-index ul > .active > a {
630
  border: 0;
631
  background: #6e418e;
632
  color: #ffffff;
633
}
634
#article-index ul > .active > a:hover,
635
.article-index ul > .active > a:hover,
636
#article-index ul > .active > a:active,
637
.article-index ul > .active > a:active,
638
#article-index ul > .active > a:focus,
639
.article-index ul > .active > a:focus {
640
  border: 0;
641
  background: #6e418e;
642
  color: #ffffff;
643
}
644
.pagenav {
645
  margin: 0;
646
  padding: 0;
647
  list-style: none;
648
}
649
.pagenav > li {
650
  margin: 0;
651
  padding: 0;
652
  float: left;
653
}
654
.pagenav > li.pagenav-prev,
655
.pagenav > li.previous {
656
  margin-right: 10px;
657
}
658
.pagenav li > a {
659
  padding: 11px 22px;
660
  line-height: normal;
661
  border: 1px solid #dddddd;
662
  border-radius: 4px;
663
}
664
.pagenav li > a:hover,
665
.pagenav li > a:active,
666
.pagenav li > a:focus {
667
  background-color: #eeeeee;
668
}
669
.items-more h3 {
670
  margin: 0 0 22px;
671
}
672
.items-more .nav > li {
673
  border-top: 1px solid #eeeeee;
674
}
675
.items-more .nav > li > a {
676
  padding: 6px 5px;
677
}
678
.back_button a {
679
  display: block;
680
  margin: 10px 0;
681
}
682
.filters {
683
  margin: 11px 0 5px;
684
}
685
.display-limit {
686
  margin: 11px 0 5px;
687
}
688
.filters .display-limit {
689
  float: right;
690
  text-align: right;
691
}
692
#system-message dt {
693
  font-weight: bold;
694
}
695
#system-message dd {
696
  font-weight: bold;
697
}
698
#system-message dd.message ul,
699
#system-message dd.error ul,
700
#system-message dd.notice ul {
701
  margin: 0;
702
  padding: 0;
703
}
704
#system-message dd.message ul li,
705
#system-message dd.error ul li,
706
#system-message dd.notice ul li {
707
  background: none;
708
  margin: 0;
709
  padding: 5px;
710
}
711
.alert-message {
712
  background-color: #dff0d8;
713
  border-color: #d6e9c6;
714
  color: #468847;
715
}
716
.alert-message hr {
717
  border-top-color: #c9e2b3;
718
}
719
.alert-message .alert-link {
720
  color: #356635;
721
}
722
.alert-notice {
723
  background-color: #d9edf7;
724
  border-color: #bce8f1;
725
  color: #3a87ad;
726
}
727
.alert-notice hr {
728
  border-top-color: #a6e1ec;
729
}
730
.alert-notice .alert-link {
731
  color: #2d6987;
732
}
733
.alert-error {
734
  background-color: #f2dede;
735
  border-color: #ebccd1;
736
  color: #b94a48;
737
}
738
.alert-error hr {
739
  border-top-color: #e4b9c0;
740
}
741
.alert-error .alert-link {
742
  color: #953b39;
743
}
744
.tip-wrap {
745
  background: #fff6df;
746
  border: 1px solid #fb3;
747
  border-radius: 5px;
748
  -webkit-box-shadow: none;
749
  box-shadow: none;
750
  max-width: 300px;
751
  z-index: 999;
752
}
753
.tip-title {
754
  border-bottom: 1px solid #fb3;
755
  font-weight: bold;
756
  padding: 5px 10px;
757
}
758
.tip-text {
759
  font-size: 16px;
760
  margin: 0;
761
  padding: 5px 10px;
762
}
763
.hasTip img {
764
  border: none;
765
  margin: 0 5px 0 0;
766
}
767
@media (min-width: 768px) {
768
  .languageswitcherload {
769
    float: right;
770
    width: 100%;
771
  }
772
  .languageswitcherload .mod-languages {
773
    text-align: right;
774
  }
775
}
776
div.calendar {
777
  width: 187px;
778
}
779
.edit.item-page fieldset .btn-toolbar {
780
  margin-top: 11px;
781
}
782
.edit.item-page .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
783
  height: auto;
784
}
785
.iframe-bordered {
786
  border: 1px solid #dddddd;
787
}
788
.chzn-container {
789
  display: block;
790
}
791
.chzn-container-single .chzn-single,
792
.chzn-container-multi .chzn-choices .search-field input,
793
.chzn-container-single .chzn-search input {
794
  height: 26px;
795
}
796
.chzn-container-single .chzn-drop,
797
.chzn-container .chzn-drop {
798
  -webkit-box-sizing: content-box !important;
799
  -moz-box-sizing: content-box !important;
800
  box-sizing: content-box !important;
801
}
802
.input-prepend .chzn-container-single .chzn-single {
803
  border-color: #cccccc;
804
  height: 26px;
805
  border-radius: 0 3px 3px 0;
806
  -webkit-box-shadow: none;
807
  box-shadow: none;
808
}
809
.input-prepend .chzn-container-active .chzn-single-with-drop {
810
  border-radius: 0 3px 0 0;
811
}
812
.input-prepend .chzn-container-single .chzn-drop {
813
  border-color: #cccccc;
814
}
815
.btn-group .chzn-results {
816
  white-space: normal;
817
}
(12-12/21)