clipbucket/upload/styles/cb_27/theme/less/ClipBucket.less

100 lines
1.3 KiB
Text
Raw Normal View History

2015-05-26 11:35:02 +00:00
h1,h2,h3,h4,h5,h6{
font-family:"Segoe UI Light","Helvetica Neue","Segoe UI","Segoe WP",sans-serif;
}
.alert-warning {
color: #fff;
background-color: #ed9c28;
border-color: #ed9c28;
}
.alert-info {
color: #fff;
background-color: #3276b1;
border-color: #3276b1;
}
.alert-success {
color: #fff;
background-color: #47a447;
border-color: #47a447;
2015-05-26 13:55:47 +00:00
h2{
color: #fff;
}
2015-05-26 11:35:02 +00:00
}
.alert-danger {
color: #fff;
background-color: #d9534f;
border-color: #d9534f;
}
.navbar-default {
.navbar-nav {
.active {
a {
color: #fff;
background-color: #0099cc !important;
}
}
}
}
.navbar-default {
.navbar-nav {
li {
a:hover {
color: #fff;
background-color: #0099cc;
}
}
}
}
2015-05-26 12:04:38 +00:00
.form-control, .dropdown-menu, .label,
.cb-box, .btn, .alert, .msg, .error {
2015-05-26 11:35:02 +00:00
border-radius: 0px !important;
}
.nav-tabs {
li {
a {
border-radius: 0px;
}
}
}
.category-header {
.total-obj {
border-radius: 0px;
}
}
.pagination {
li:first-child {
a {
border-radius: 0px;
}
}
2015-05-26 13:55:47 +00:00
}
.simple_container{
h2{
color: #fff;
}
}
.responsive-search{
.dropdown-menu {
min-width: 100%;
right: 0;
left: auto;
}
2015-05-27 13:53:22 +00:00
}
.view-photo-nxt, .view-photo-pre{
top: 50%;
margin-top: -35px;
position: absolute;
display: block;
2015-05-26 11:35:02 +00:00
}