Projet

Général

Profil

Télécharger (3,48 ko) Statistiques
| Branche: | Tag: | Révision:

theme / ckanext / ozwillo_theme / fanstatic / templates.t3_bs3_blank.less.modules.less.css @ 7fe3e55f

1
.t3-module {
2
  background: transparent;
3
  color: inherit;
4
  margin-bottom: 22px;
5
}
6
@media screen and (min-width: 768px) {
7
  .t3-module {
8
    margin-bottom: 44px;
9
  }
10
}
11
.t3-module .module-inner {
12
  padding: 0;
13
}
14
.module-title {
15
  background: transparent;
16
  color: inherit;
17
  font-size: 20px;
18
  margin: 0 0 11px 0;
19
  padding: 0;
20
}
21
@media screen and (min-width: 768px) {
22
  .module-title {
23
    margin-bottom: 22px;
24
  }
25
}
26
.module-ct {
27
  background: transparent;
28
  color: inherit;
29
  padding: 0;
30
}
31
.module-ct:before,
32
.module-ct:after {
33
  content: " ";
34
  display: table;
35
}
36
.module-ct:after {
37
  clear: both;
38
}
39
.module-ct > ul,
40
.module-ct .custom > ul,
41
.module-ct > ol,
42
.module-ct .custom > ol {
43
  margin-left: 20px;
44
  padding-left: 0;
45
}
46
.module-ct > ul.unstyled,
47
.module-ct .custom > ul.unstyled,
48
.module-ct > ol.unstyled,
49
.module-ct .custom > ol.unstyled {
50
  padding-left: 0;
51
}
52
.module-ct > ul.nav,
53
.module-ct .custom > ul.nav,
54
.module-ct > ol.nav,
55
.module-ct .custom > ol.nav {
56
  padding-left: 0;
57
  margin-left: 0;
58
}
59
.module_menu .nav > li > a,
60
.module_menu .nav > li > .separator {
61
  padding: 6px 5px;
62
  display: block;
63
}
64
#login-form input[type="text"],
65
#login-form input[type="password"] {
66
  width: 100%;
67
}
68
#login-form ul.unstyled {
69
  margin-top: 22px;
70
  padding-left: 20px;
71
}
72
#login-form #form-login-remember label {
73
  font-weight: normal;
74
}
75
.banneritem a {
76
  font-weight: bold;
77
}
78
.bannerfooter {
79
  border-top: 1px solid #eeeeee;
80
  font-size: 14px;
81
  padding-top: 11px;
82
  text-align: right;
83
}
84
.categories-module,
85
ul.categories-module,
86
.category-module,
87
ul.category-module {
88
  margin: 0;
89
}
90
.categories-module li,
91
ul.categories-module li,
92
.category-module li,
93
ul.category-module li {
94
  list-style: none;
95
  padding: 11px 0;
96
  border-top: 1px solid #eeeeee;
97
}
98
.categories-module li:first-child,
99
ul.categories-module li:first-child,
100
.category-module li:first-child,
101
ul.category-module li:first-child {
102
  border-top: 0;
103
}
104
.categories-module h4,
105
ul.categories-module h4,
106
.category-module h4,
107
ul.category-module h4 {
108
  font-size: 16px;
109
  font-weight: normal;
110
  margin: 0;
111
}
112
.feed h4 {
113
  font-weight: bold;
114
}
115
.feed .newsfeed,
116
.feed ul.newsfeed {
117
  border-top: 1px solid #eeeeee;
118
}
119
.feed .newsfeed .feed-link,
120
.feed ul.newsfeed .feed-link,
121
.feed .newsfeed h5.feed-link,
122
.feed ul.newsfeed h5.feed-link {
123
  font-size: 16px;
124
  font-weight: normal;
125
  margin: 0;
126
}
127
.latestusers,
128
ul.latestusers {
129
  margin-left: 0;
130
}
131
.latestusers li,
132
ul.latestusers li {
133
  background: #eeeeee;
134
  display: inline-block;
135
  padding: 5px 10px;
136
  border-radius: 4px;
137
}
138
.stats-module dt,
139
.stats-module dd {
140
  display: inline-block;
141
  margin: 0;
142
}
143
.stats-module dt {
144
  font-weight: bold;
145
  width: 35%;
146
}
147
.stats-module dd {
148
  width: 60%;
149
}
150
.tagspopular ul {
151
  display: block;
152
  margin: 0;
153
  padding: 0;
154
  list-style: none;
155
  overflow: hidden;
156
}
157
.tagspopular ul > li {
158
  color: #555555;
159
  display: inline-block;
160
  margin: 0 5px 5px 0;
161
}
162
.tagspopular ul > li > a {
163
  background: #eeeeee;
164
  border-radius: 3px;
165
  color: #555555;
166
  display: block;
167
  padding: 2px 5px;
168
}
169
.tagspopular ul > li > a:hover,
170
.tagspopular ul > li > a:focus,
171
.tagspopular ul > li > a:active {
172
  background: #45295a;
173
  color: #ffffff;
174
  text-decoration: none;
175
}
176
.tagssimilar ul {
177
  margin: 0;
178
  padding: 0;
179
  list-style: none;
180
}
181
.tagssimilar ul > li {
182
  border-bottom: 1px solid #eeeeee;
183
  padding: 8px 0;
184
}
185
.tagssimilar ul > li > a {
186
  color: #555555;
187
}
188
.tagssimilar ul > li > a:hover,
189
.tagssimilar ul > li > a:focus,
190
.tagssimilar ul > li > a:active {
191
  color: #45295a;
192
}
193
.module-ct > ol.breadcrumb {
194
  padding: 6px 12px;
195
  margin-left: 0;
196
}
(15-15/23)