style-doc-yii.css 2.15 KB
Newer Older
Felipe Escala Torres committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
.navbar-custom{
    /* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top left, #de451d 0%, #a3c43f 50%, #006db5 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top left, #de451d 0%, #a3c43f 50%, #006db5 100%);
    /* Opera */
    background-image: -o-linear-gradient(top left, #de451d 0%, #a3c43f 50%, #006db5 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #de451d), color-stop(0.5, #a3c43f), color-stop(1, #006db5));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top left, #de451d 0%, #a3c43f 50%, #006db5 100%);
    color: white;
}
.navbar-custom a{
    color: white !important;
}
.navbar-nav > li > a{
    background-color: transparent;
}
.navbar-nav > li > a:hover{
    background-color: transparent;
}
a{
    color: #006db5 !important;
}
#getting-started img{
    margin: 0px auto 10px;
}
.page-header:before{
    border-top: 3px solid #006db5;
}
.ndoboost-sidebar .nav > .active > a, .ndoboost-sidebar .nav > .active:hover > a, .ndoboost-sidebar .nav > .active:focus > a{
    color: #006db5;
}
.ndoboost-sidebar .nav > .active > a:after, .ndoboost-sidebar .nav > .active:hover > a:after, .ndoboost-sidebar .nav > .active:focus > a:after{
    border-right: 3px solid #006db5;
}
.table-theme.table-bordered{
    border: 1px solid #006db5;
}
.table-theme thead tr th{
    background-color: #006db5 !important;
    border-color: #006db5 #0067b0 #0068ae !important;
    color: #FFF;
}
.snippet-menu a{
    color: white !important;
}
.chosen-container .chosen-search input{
    border: 1px solid #006db5 !important;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #0075bf !important;
    background-image: none !important;
}
.pagination > .active > a, .pagination > .active > span {
    background-color: #0075be !important;
    border: 1px solid #006db5 !important;
    color: white !important;
}
.dl-horizontal.plugins dt{
    width: 70px;
}
.dl-horizontal.plugins dd{
    margin-left: 80px;
}