Projet

Général

Profil

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

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

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