Difference between revisions of "Team:Korea U Seoul/Templates/Nav"

Line 11: Line 11:
 
display:none;
 
display:none;
 
}
 
}
 +
/*main colour*/
 +
    .navbar-default .navbar-brand,
 +
    .contents-sidebar .nav>.active>a,
 +
    .contents-sidebar .nav>.active>a,
 +
    .contents-sidebar .nav>li>a:hover,
 +
    .contents-sidebar .nav>li>a:focus,
 +
    h2,
 +
    h1,
 +
    .main-container .section a {
 +
        color: #944a6a;
 +
    }
 +
    .contents-sidebar .nav>.active>a,
 +
    .contents-sidebar .nav>li>a:hover,
 +
    .contents-sidebar .nav>li>a:focus {
 +
        border-left: 2px solid #F64553;
 +
    }
 +
    .image.lightbox, #notebook-key-button {
 +
        background-color: #F64553;
 +
    }
 +
    /*complimentary colour*/
 +
    .navbar-default .navbar-brand:hover,
 +
    .definition:hover, .definition:focus,
 +
    ol li::before,
 +
    .slim ul li:before,
 +
    .table>thead>tr>th,
 +
    .algorithm ol li::before,
 +
    .quote,
 +
    .quote h3,
 +
    a,
 +
    a:visited,
 +
    a:hover
 +
    {
 +
        color:#AF6557;
 +
    }
 +
    .definition {
 +
        border-bottom: 1px dotted #2C9D91;
 +
    }
 +
    #notebook-key-button.active {
 +
        background-color: #2C9D91;
 +
    }
 +
    .popover.right>.arrow::after{
 +
        border-right-color: #2C9D91;
 +
    }
 +
    .popover.bottom>.arrow::after {
 +
        border-bottom-color: #2C9D91;
 +
    }
 +
    .popover.left>.arrow::after {
 +
        border-left-color: #2C9D91;
 +
    }
 
</style>
 
</style>
  

Revision as of 06:16, 12 August 2016