This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
ckanext-ozwillo-theme/ckanext/ozwillo_theme/fanstatic/templates.t3_bs3_blank.less...

196 lines
3.5 KiB
CSS

.t3-module {
background: transparent;
color: inherit;
margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
.t3-module {
margin-bottom: 44px;
}
}
.t3-module .module-inner {
padding: 0;
}
.module-title {
background: transparent;
color: inherit;
font-size: 20px;
margin: 0 0 11px 0;
padding: 0;
}
@media screen and (min-width: 768px) {
.module-title {
margin-bottom: 22px;
}
}
.module-ct {
background: transparent;
color: inherit;
padding: 0;
}
.module-ct:before,
.module-ct:after {
content: " ";
display: table;
}
.module-ct:after {
clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
margin-left: 20px;
padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
padding-left: 0;
margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
padding: 6px 5px;
display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
width: 100%;
}
#login-form ul.unstyled {
margin-top: 22px;
padding-left: 20px;
}
#login-form #form-login-remember label {
font-weight: normal;
}
.banneritem a {
font-weight: bold;
}
.bannerfooter {
border-top: 1px solid #eeeeee;
font-size: 14px;
padding-top: 11px;
text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
list-style: none;
padding: 11px 0;
border-top: 1px solid #eeeeee;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
font-size: 16px;
font-weight: normal;
margin: 0;
}
.feed h4 {
font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
font-size: 16px;
font-weight: normal;
margin: 0;
}
.latestusers,
ul.latestusers {
margin-left: 0;
}
.latestusers li,
ul.latestusers li {
background: #eeeeee;
display: inline-block;
padding: 5px 10px;
border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
display: inline-block;
margin: 0;
}
.stats-module dt {
font-weight: bold;
width: 35%;
}
.stats-module dd {
width: 60%;
}
.tagspopular ul {
display: block;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
.tagspopular ul > li {
color: #555555;
display: inline-block;
margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
background: #eeeeee;
border-radius: 3px;
color: #555555;
display: block;
padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
background: #45295a;
color: #ffffff;
text-decoration: none;
}
.tagssimilar ul {
margin: 0;
padding: 0;
list-style: none;
}
.tagssimilar ul > li {
border-bottom: 1px solid #eeeeee;
padding: 8px 0;
}
.tagssimilar ul > li > a {
color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
color: #45295a;
}
.module-ct > ol.breadcrumb {
padding: 6px 12px;
margin-left: 0;
}