custom.css 4.18 KB
/* your styles go here */
/* CSS used here will be applied after bootstrap.css */
.modal-header-success {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-warning {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-danger {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-info {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-primary {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-theme {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #38a7bb;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.has-success .form-control {
    border-color: #d6e9c6;
}

.has-error .form-control {
    border-color: #ebccd1;
}

#back-to-top {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: #38a7bb;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    padding: 4px 1px 4px 0;
}

#back-to-top:hover {
    background: #20616d;
    color: #fff;
}

#back-to-top.show {
    opacity: 1;
}

#top .social a:hover.vk {
    background: #507299;
}

#top .social a:hover.odnoklassniki {
    background: #ee8208;
}

#navigation .navbar-nav ul.dropdown-menu li.active a {
    background: none;
    color: white;
}

#navigation .navbar-nav ul.dropdown-menu li.active {
    background: #38a7bb;
}

span.panel-title{
    display: inline-block;
    border-bottom: solid 5px #986dbd;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
}

#footer span.title{
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #eeeeee;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

#heading-breadcrumbs span.main {
    color: #333333;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-top: 20px;
    margin-bottom: 20px;
    display:inline-block;
    line-height: 1.1;
}
.heading span.main{
    display: inline-block;
    border-bottom: solid 5px #986dbd;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
}
.pages#get-it {
    padding: 20px 0 20px;
}
#error-page .title{
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    color: #333333;
}
#error-page .subtitle{
    color: #333333;
    font-size: 24px;
    margin-top: 3px;
}