Line 1: | Line 1: | ||
{{:Team:Korea_U_Seoul/Templates/Nav}} | {{:Team:Korea_U_Seoul/Templates/Nav}} | ||
<html> | <html> | ||
+ | <style> | ||
+ | /*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, | ||
+ | h5, | ||
+ | h2, | ||
+ | h1, | ||
+ | .main-container .section a { | ||
+ | color: #055AB2 | ||
+ | ; | ||
+ | } | ||
+ | .contents-sidebar .nav>.active>a, | ||
+ | .contents-sidebar .nav>li>a:hover, | ||
+ | .contents-sidebar .nav>li>a:focus { | ||
+ | border-left: 2px solid #04407F; | ||
+ | } | ||
+ | .image.lightbox, #notebook-key-button { | ||
+ | background-color: #0781FF; | ||
+ | } | ||
+ | /*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:#022040; | ||
+ | } | ||
+ | .definition { | ||
+ | border-bottom: 1px dotted #022040; | ||
+ | } | ||
+ | #notebook-key-button.active { | ||
+ | background-color: #022040; | ||
+ | } | ||
+ | .popover.right>.arrow::after{ | ||
+ | border-right-color: #022040; | ||
+ | } | ||
+ | .popover.bottom>.arrow::after { | ||
+ | border-bottom-color: #022040; | ||
+ | } | ||
+ | .popover.left>.arrow::after { | ||
+ | border-left-color: #022040; | ||
+ | } | ||
+ | </style> | ||
<style type="text/css"> | <style type="text/css"> | ||
#mainBubble { | #mainBubble { |
Revision as of 11:14, 15 October 2016