Projet

Général

Profil

Télécharger (2,66 ko) Statistiques
| Branche: | Tag: | Révision:

theme / ckanext / ozwillo_theme / fanstatic / templates.t3_bs3_blank.less.components.less.css @ 667bd8d9

1
.page-header {
2
  padding-bottom: 10px;
3
  margin: 0 0 22px;
4
  border-bottom: 1px solid #eeeeee;
5
}
6
.page-title,
7
.page-header h1 {
8
  line-height: 1;
9
}
10
.page-subheader {
11
  border-bottom: 1px solid #eeeeee;
12
  margin: 0 0 22px;
13
}
14
.page-subheader:before,
15
.page-subheader:after {
16
  content: " ";
17
  display: table;
18
}
19
.page-subheader:after {
20
  clear: both;
21
}
22
.page-subtitle,
23
.page-subheader h2 {
24
  line-height: 1;
25
  margin: 0;
26
}
27
.page-header + .page-subheader {
28
  margin-top: -22px;
29
}
30
.article-title,
31
.article-header h1 {
32
  margin: 0 0 22px 0;
33
}
34
.item-title {
35
  font-weight: bold;
36
}
37
.jumbotron h1,
38
.jumbotron h2,
39
.jumbotron h3 {
40
  margin-top: 0;
41
}
42
.jumbotron p:last-child {
43
  margin-bottom: 0;
44
}
45
.container .jumbotron {
46
  border-radius: 6px;
47
}
48
.masthead {
49
  padding: 44px 0;
50
  text-align: center;
51
}
52
.masthead p:last-child {
53
  margin-bottom: 0;
54
}
55
@media screen and (min-width: 768px) {
56
  .masthead {
57
    padding: 88px 0;
58
  }
59
  .masthead h1 {
60
    font-size: 112px;
61
  }
62
  .masthead p {
63
    font-size: 32px;
64
  }
65
  .masthead .btn-lg {
66
    margin-top: 22px;
67
    padding: 18px 42px;
68
    font-size: 24px;
69
  }
70
}
71
.jumbotron-primary {
72
  background-color: #6e418e;
73
  color: #e9def0;
74
}
75
.jumbotron-primary h1,
76
.jumbotron-primary h2,
77
.jumbotron-primary h3 {
78
  color: #ffffff;
79
}
80
.jumbotron-primary p {
81
  color: #ffffff;
82
}
83
.jumbotron-primary .btn-primary {
84
  border-color: #fff;
85
}
86
.label:empty {
87
  display: none;
88
}
89
.badge:empty {
90
  display: none;
91
}
92
.btn .badge {
93
  position: relative;
94
  top: -1px;
95
}
96
.page-header .label,
97
.page-header .badge {
98
  vertical-align: middle;
99
}
100
.alert h4 {
101
  color: inherit;
102
}
103
.media:first-child {
104
  margin-top: 0;
105
}
106
.media-object {
107
  display: block;
108
}
109
.media-heading {
110
  margin: 0 0 5px;
111
}
112
.media > .pull-left {
113
  margin-right: 10px;
114
}
115
.media > .pull-right {
116
  margin-left: 10px;
117
}
118
.list-group-item > .badge {
119
  float: right;
120
}
121
.list-group-item > .badge + .badge {
122
  margin-right: 5px;
123
}
124
a.list-group-item.active .list-group-item-heading,
125
a.list-group-item.active:hover .list-group-item-heading,
126
a.list-group-item.active:focus .list-group-item-heading {
127
  color: inherit;
128
}
129
a.list-group-item.active .list-group-item-text,
130
a.list-group-item.active:hover .list-group-item-text,
131
a.list-group-item.active:focus .list-group-item-text {
132
  color: #d1bbe0;
133
}
134
.panel-heading > .dropdown .dropdown-toggle {
135
  color: inherit;
136
}
137
.panel-title > a {
138
  color: inherit;
139
}
140
.modal-backdrop.fade {
141
  opacity: 0;
142
  filter: alpha(opacity=0);
143
}
144
.modal-backdrop.in {
145
  opacity: 0.5;
146
  filter: alpha(opacity=50);
147
}
148
@media screen and (min-width: 768px) {
149
  .modal-dialog {
150
    width: 600px;
151
    margin: 30px auto;
152
  }
153
  .modal-content {
154
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
155
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
156
  }
157
}
(9-9/21)