/* Theme: Timeline Theme developed for Serendipity by Don Chambers (www.optional-necessity.com) orange colorset */ /* * Orange Color: #e67e22; * Orange Hover Color: #d35400; * Darkest color: #bf4d02; */ a { color: #e67e22; } a:hover, a:focus { color: #d35400; } a.subtome:link, a.subtome:visited { background: url('img/subtome-orange.png') left bottom no-repeat; } a.subtome:hover, a.subtome:focus { background: url('img/subtome-orange.png') -64px center no-repeat; } a.subtome img { visibility: hidden; } .navbar-default .navbar-brand:hover h1, .navbar-default .navbar-brand:focus h1{ color: #d35400; } .header .navbar-default .navbar-toggle { border-color: #d35400; } .header .navbar-toggle, .header .navbar-default .navbar-toggle:hover, .header .navbar-default .navbar-toggle:focus { background-color: #e67e22; } @media (max-width: 991px) { .header .navbar-default .navbar-nav > li > a:hover { color: #e67e22; } .header .navbar-default .navbar-nav > .active > a, .header .navbar-default .navbar-nav > .active > a:hover, .header .navbar-default .navbar-nav > .active > a:focus { background-color: #e67e22; } } @media (min-width: 992px) { .header .navbar-default .navbar-nav a.navbar_current_page, .header .navbar-default .navbar-nav > li > a:hover { border-bottom: 2px solid #e67e22; } .header .navbar-default .navbar-nav > li:hover > a { color: #e67e22; } } .btn-theme { background: none repeat scroll 0 0 #e67e22; border: 1px solid #e67e22; } .btn-theme:hover {color: #e67e22;} .pager li > a, .pager li > span { background-color: #e67e22; border: 1px solid #e67e22; } .pager li > a:hover, .pager li > a:focus { color: #d35400; } .sidebar_plugin h3{ border-bottom: 2px solid #e67e22; } .btn-group.archive-button .dropdown-menu > li > a {color: #d35400;} .btn-group.archive-button .dropdown-menu > li > a:hover, .btn-group.archive-button .dropdown-menu > li > a:focus { background-color: #d35400; } .archive-button-months-entries {border: 1px solid #e67e22;} .archive-button-months-entries .badge { background-color: #bf4d02; /* much darker */ } blockquote { border-left: 5px solid #d35400; } .timeline_freeTag a { background-color: #e67e22; border: 1px solid #e67e22; } .timeline_freeTag a:hover, .timeline_freeTag a:focus { color: #d35400; } #scrollUp { background-color: #e67e22; border: 1px solid #e67e22; } #scrollUp:hover { color: #d35400; }