Projet

Général

Profil

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

theme / ckanext / ozwillo_theme / fanstatic / templates.t3_bs3_blank.less.style.less.css @ b9619cfa

1
.t3-header {
2
  padding-top: 22px;
3
  padding-bottom: 22px;
4
}
5
.logo {
6
  text-align: center;
7
}
8
@media screen and (min-width: 768px) {
9
  .logo {
10
    text-align: left;
11
  }
12
}
13
.logo a {
14
  display: inline-block;
15
  line-height: 1;
16
  margin: 0;
17
}
18
.logo-image span,
19
.logo-image small {
20
  display: none;
21
}
22
.logo-text a {
23
  text-decoration: none;
24
  font-size: 32px;
25
  font-weight: bold;
26
}
27
.logo-text:hover a,
28
.logo-text a:hover,
29
.logo-text a:active,
30
.logo-text a:focus {
31
  text-decoration: none;
32
}
33
.logo-text .site-slogan {
34
  display: block;
35
  font-size: 16px;
36
  margin-top: 5px;
37
}
38
.head-search {
39
  margin-top: 22px;
40
}
41
.head-search:before,
42
.head-search:after {
43
  content: " ";
44
  display: table;
45
}
46
.head-search:after {
47
  clear: both;
48
}
49
.head-search form {
50
  margin: 0;
51
}
52
.head-search label {
53
  display: none;
54
}
55
.head-search .search {
56
  position: relative;
57
}
58
.head-search .search:before {
59
  font-family: "FontAwesome";
60
  content: "\f002";
61
  display: block;
62
  position: absolute;
63
  left: 10px;
64
  top: 6px;
65
  color: #555555;
66
}
67
@media screen and (min-width: 768px) {
68
  .head-search .search {
69
    float: right;
70
  }
71
}
72
.head-search .form-control {
73
  width: 100%;
74
  padding-left: 30px;
75
}
76
@media screen and (min-width: 768px) {
77
  .head-search .form-control {
78
    width: 150px;
79
  }
80
  .head-search .form-control:focus {
81
    width: 200px;
82
  }
83
}
84
.t3-sl {
85
  padding-bottom: 44px;
86
  padding-top: 44px;
87
}
88
@media screen and (min-width: 768px) {
89
  .t3-sl {
90
    padding-bottom: 66px;
91
    padding-top: 66px;
92
  }
93
}
94
.t3-sidebar {
95
  padding-top: 22px;
96
  padding-bottom: 22px;
97
}
98
.t3-footer {
99
  background: #ffffff;
100
  color: #555555;
101
}
102
.t3-footer:before,
103
.t3-footer:after {
104
  content: " ";
105
  display: table;
106
}
107
.t3-footer:after {
108
  clear: both;
109
}
110
.t3-footer small {
111
  display: block;
112
  font-size: 100%;
113
}
114
.t3-footnav {
115
  padding: 22px 0;
116
}
117
.t3-footnav:before,
118
.t3-footnav:after {
119
  content: " ";
120
  display: table;
121
}
122
.t3-footnav:after {
123
  clear: both;
124
}
125
@media screen and (min-width: 768px) {
126
  .t3-footnav {
127
    padding: 1em 0;
128
  }
129
}
130
.t3-footnav .t3-module {
131
  color: #555555;
132
  margin-top: 11px;
133
  margin-bottom: 0;
134
}
135
.t3-footnav .t3-module .module-title {
136
  color: #636884;
137
  font-size: 20px;
138
  margin-bottom: 11px;
139
}
140
.t3-footnav .t3-module ul {
141
  list-style: none;
142
  margin-left: 0;
143
  margin-bottom: 0;
144
  padding-left: 0;
145
}
146
.t3-footnav .t3-module ul > li > a {
147
  color: #555555;
148
}
149
.t3-footnav .t3-module ul > li > a:hover,
150
.t3-footnav .t3-module ul > li > a:active,
151
.t3-footnav .t3-module ul > li > a:focus {
152
  color: #555555;
153
}
154
.t3-copyright {
155
  font-size: 14px;
156
  padding-top: 10px;
157
}
158
.t3-copyright:before,
159
.t3-copyright:after {
160
  content: " ";
161
  display: table;
162
}
163
.t3-copyright:after {
164
  clear: both;
165
}
166
.t3-copyright small {
167
  margin-bottom: 5px;
168
}
169
.poweredby:before,
170
.poweredby:after {
171
  content: " ";
172
  display: table;
173
}
174
.poweredby:after {
175
  clear: both;
176
}
177
@media screen and (min-width: 991px) {
178
  .poweredby {
179
    text-align: right;
180
  }
181
}
182
.poweredby .t3-logo,
183
.poweredby .t3-logo-small {
184
  opacity: .8;
185
  display: inline-block;
186
}
(18-18/21)