Revision 9f53e815
Added by Guillaume Denis over 8 years ago
ckanext/ozwillo_theme/fanstatic/plugins.system.t3.base-bs3.less.t3.less.css | ||
---|---|---|
1 |
/*@media (max-width: 767px) { |
|
2 |
.always-show .mega > .mega-dropdown-menu, |
|
3 |
.always-show .dropdown-menu { |
|
4 |
display: block !important; |
|
5 |
position: static; |
|
6 |
} |
|
7 |
.open .dropdown-menu { |
|
8 |
display: block; |
|
9 |
} |
|
10 |
} |
|
11 |
.t3-logo, |
|
12 |
.t3-logo-small { |
|
13 |
display: block; |
|
14 |
text-decoration: none; |
|
15 |
text-align: left; |
|
16 |
background-repeat: no-repeat; |
|
17 |
background-position: center; |
|
18 |
} |
|
19 |
.t3-logo { |
|
20 |
width: 182px; |
|
21 |
height: 50px; |
|
22 |
} |
|
23 |
.t3-logo-small { |
|
24 |
width: 60px; |
|
25 |
height: 30px; |
|
26 |
} |
|
27 |
.t3-logo, |
|
28 |
.t3-logo-color { |
|
29 |
background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png"); |
|
30 |
} |
|
31 |
.t3-logo-small, |
|
32 |
.t3-logo-small.t3-logo-color { |
|
33 |
background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png"); |
|
34 |
} |
|
35 |
.t3-logo-dark { |
|
36 |
background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png"); |
|
37 |
} |
|
38 |
.t3-logo-small.t3-logo-dark { |
|
39 |
background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png"); |
|
40 |
} |
|
41 |
.t3-logo-light { |
|
42 |
background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png"); |
|
43 |
} |
|
44 |
.t3-logo-small.t3-logo-light { |
|
45 |
background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png"); |
|
46 |
} |
|
47 |
@media (max-width: 767px) { |
|
48 |
.logo-control .logo-img-sm { |
|
49 |
display: block; |
|
50 |
} |
|
51 |
.logo-control .logo-img { |
|
52 |
display: none; |
|
53 |
} |
|
54 |
} |
|
55 |
@media (min-width: 768px) { |
|
56 |
.logo-control .logo-img-sm { |
|
57 |
display: none; |
|
58 |
} |
|
59 |
.logo-control .logo-img { |
|
60 |
display: block; |
|
61 |
} |
|
62 |
} |
|
63 |
#community-wrap .collapse { |
|
64 |
position: relative; |
|
65 |
height: 0; |
|
66 |
overflow: hidden; |
|
67 |
display: block; |
|
68 |
} |
|
69 |
.body-data-holder:before { |
|
70 |
display: none; |
|
71 |
content: "grid-float-breakpoint:768px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px"; |
|
72 |
}*/ |
ckanext/ozwillo_theme/fanstatic/template.css | ||
---|---|---|
1 |
div.mod-languages ul { |
|
2 |
margin: 0; |
|
3 |
padding: 0; |
|
4 |
list-style:none; |
|
5 |
} |
|
6 |
div.mod-languages li { |
|
7 |
margin-left: 5px; |
|
8 |
margin-right: 5px; |
|
9 |
} |
|
10 |
|
|
11 |
div.mod-languages ul.lang-inline li { |
|
12 |
display:inline; |
|
13 |
} |
|
14 |
|
|
15 |
div.mod-languages ul.lang-block li { |
|
16 |
display:block; |
|
17 |
} |
|
18 |
|
|
19 |
div.mod-languages img { |
|
20 |
border:none; |
|
21 |
} |
|
22 |
|
|
23 |
div.mod-languages a { |
|
24 |
text-decoration: none; |
|
25 |
} |
ckanext/ozwillo_theme/fanstatic/templates.t3_bs3_blank.less.components.less.css | ||
---|---|---|
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 |
} |
ckanext/ozwillo_theme/fanstatic/templates.t3_bs3_blank.less.core.less.css | ||
---|---|---|
1 |
input, |
|
2 |
button, |
|
3 |
select, |
|
4 |
textarea { |
|
5 |
font-family: inherit; |
|
6 |
font-size: inherit; |
|
7 |
line-height: inherit; |
|
8 |
} |
|
9 |
a { |
|
10 |
color: #6e418e; |
|
11 |
text-decoration: none; |
|
12 |
} |
|
13 |
a:hover, |
|
14 |
a:focus { |
|
15 |
color: #45295a; |
|
16 |
text-decoration: underline; |
|
17 |
} |
|
18 |
a:focus { |
|
19 |
outline: thin dotted; |
|
20 |
outline: 5px auto -webkit-focus-ring-color; |
|
21 |
outline-offset: -2px; |
|
22 |
} |
|
23 |
img { |
|
24 |
vertical-align: middle; |
|
25 |
} |
|
26 |
th, |
|
27 |
td { |
|
28 |
line-height: 1.42857143; |
|
29 |
text-align: left; |
|
30 |
vertical-align: top; |
|
31 |
} |
|
32 |
th { |
|
33 |
font-weight: bold; |
|
34 |
} |
|
35 |
td, |
|
36 |
tr td { |
|
37 |
border-top: 1px solid #dddddd; |
|
38 |
} |
|
39 |
.cat-list-row0:hover, |
|
40 |
.cat-list-row1:hover { |
|
41 |
background: #f5f5f5; |
|
42 |
} |
|
43 |
.cat-list-row1, |
|
44 |
tr.cat-list-row1 td { |
|
45 |
background: #f9f9f9; |
|
46 |
} |
|
47 |
table.contentpane, |
|
48 |
table.tablelist, |
|
49 |
table.category, |
|
50 |
table.admintable, |
|
51 |
table.blog { |
|
52 |
width: 100%; |
|
53 |
} |
|
54 |
table.contentpaneopen { |
|
55 |
border: 0; |
|
56 |
} |
|
57 |
.star { |
|
58 |
color: #ffcc00; |
|
59 |
} |
|
60 |
.red { |
|
61 |
color: #cc0000; |
|
62 |
} |
|
63 |
hr { |
|
64 |
margin-top: 22px; |
|
65 |
margin-bottom: 22px; |
|
66 |
border: 0; |
|
67 |
border-top: 1px solid #eeeeee; |
|
68 |
} |
|
69 |
.wrap { |
|
70 |
width: auto; |
|
71 |
clear: both; |
|
72 |
} |
|
73 |
.center, |
|
74 |
.table td.center, |
|
75 |
.table th.center { |
|
76 |
text-align: center; |
|
77 |
} |
|
78 |
.element-invisible { |
|
79 |
position: absolute; |
|
80 |
padding: 0; |
|
81 |
margin: 0; |
|
82 |
border: 0; |
|
83 |
height: 1px; |
|
84 |
width: 1px; |
|
85 |
overflow: hidden; |
|
86 |
} |
ckanext/ozwillo_theme/fanstatic/templates.t3_bs3_blank.less.joomla.less.css | ||
---|---|---|
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 |
} |
ckanext/ozwillo_theme/fanstatic/templates.t3_bs3_blank.less.modules.less.css | ||
---|---|---|
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 |
} |
ckanext/ozwillo_theme/fanstatic/templates.t3_bs3_blank.less.plugins.hover.less.css | ||
---|---|---|
1 |
.grow { |
|
2 |
display: inline-block; |
|
3 |
-webkit-transition-duration: 0.3s; |
|
4 |
transition-duration: 0.3s; |
|
5 |
-webkit-transition-property: -webkit-transform; |
|
6 |
transition-property: transform; |
|
7 |
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
|
8 |
-webkit-transform: translateZ(0); |
|
9 |
-ms-transform: translateZ(0); |
|
10 |
transform: translateZ(0); |
|
11 |
box-shadow: 0 0 1px rgba(0, 0, 0, 0); |
|
12 |
} |
|
13 |
.grow:hover { |
|
14 |
-webkit-transform: scale(1.1); |
|
15 |
-ms-transform: scale(1.1); |
|
16 |
transform: scale(1.1); |
|
17 |
} |
ckanext/ozwillo_theme/templates/base.html | ||
---|---|---|
4 | 4 |
{{ super() }} |
5 | 5 |
{% resource 'theme/ozwillo.css' %} |
6 | 6 |
{% resource 'theme/templates.t3_bs3_blank.less.bootstrap.less.css' %} |
7 |
{% resource 'theme/plugins.system.t3.base-bs3.less.t3.less.css' %} |
|
8 |
{% resource 'theme/templates.t3_bs3_blank.less.core.less.css' %} |
|
9 | 7 |
{% resource 'theme/templates.t3_bs3_blank.less.forms.less.css' %} |
10 | 8 |
{% resource 'theme/templates.t3_bs3_blank.less.navigation.less.css' %} |
11 | 9 |
{% resource 'theme/templates.t3_bs3_blank.less.navbar.less.css' %} |
12 |
{% resource 'theme/templates.t3_bs3_blank.less.modules.less.css' %} |
|
13 |
{% resource 'theme/templates.t3_bs3_blank.less.joomla.less.css' %} |
|
14 |
{% resource 'theme/templates.t3_bs3_blank.less.components.less.css' %} |
|
15 | 10 |
{% resource 'theme/templates.t3_bs3_blank.less.style.less.css' %} |
16 |
{% resource 'theme/templates.t3_bs3_blank.less.plugins.hover.less.css' %} |
|
17 | 11 |
{% resource 'theme/templates.t3_bs3_blank.less.themes.dark.template.less.css' %} |
18 | 12 |
{% resource 'theme/templates.t3_bs3_blank.less.template.less.css' %} |
19 |
{% resource 'theme/template.css' %} |
|
20 | 13 |
{% resource 'theme/responsive.css' %} |
21 | 14 |
{% resource 'theme/off-canvas.js' %} |
22 | 15 |
<link rel="stylesheet" href="/css/font-awesome-4.1.0.min.css" /> |
Also available in: Unified diff
cleanup: remove useless css