From MatterControl Manual
|
|
(16 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
− | /* CSS placed here will be applied to all skins */
| |
− |
| |
| .tocnumber { display: none; } | | .tocnumber { display: none; } |
− |
| |
− | #top-nav{background-color:#008299;background-image:none !important}
| |
− | .topnav-name{color:#fff}
| |
− |
| |
− | .navbar-nav>li>a:hover, .navbar-nav>li>a:focus{background-color: #0ca0af !important}
| |
− |
| |
− | @media screen and (max-width:767px){
| |
− | .topnav-name{width:200px;margin-left:15%}
| |
− | .fa-bars{color:#fff}
| |
− | .navbar-brand{width:270px;}
| |
− | .page-menu >ul>li>a>.caret,.page-menu >ul>li>a{color:#fff}
| |
− | }
| |
− |
| |
− | .dropdown > a > .title{color:#fff}
| |
− |
| |
− | .dropdown-toggle > .glyphicon{color:#fff}
| |
− | .dropdown-toggle > .glyphicon > .caret{color:#fff}
| |
− |
| |
− | #main-footer {
| |
− |
| |
− | background-color: #008299;
| |
− | color: #fff;
| |
− | }
| |
− |
| |
− | #f-links >li >a{color:#fff}
| |
Latest revision as of 09:44, 2 February 2016
.tocnumber { display: none; }