I2P brand styleguides for the web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

217 lines
10 KiB

7 years ago
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 400 !important; }
.border-left-right { border-right: 1px solid #dee2e6 !important; }
7 years ago
.sidebar { min-height: 100vh; height: 100%; width: 100%; border-right: 1px solid #dee2e6 !important; }
7 years ago
.sidebar .list-group { position: fixed; }
.sidebar .list-group-item { background-color: transparent; border: 0; border-radius: 0 !important; font-size: 1rem; font-weight: 400 !important; padding-left: 1.1rem !important; }
7 years ago
6 years ago
.sidebar-wrapper { background-color: #dee2e6; }
7 years ago
.sidebar__link__light { color: #495057 !important; }
.sidebar__link__light:hover { color: #000000 !important; transition-timing-function: linear; -webkit-transition-timing-function: linear; -webkit-transition-duration: .3s; transition-duration: .3s; }
.sidebar__link__light:active { color: #4661A9; }
7 years ago
.rb-sidebar__2 { background-color: #F8F9FA !important; }
7 years ago
.row { margin: auto !important; }
.active *, .active:hover * { color: #4661A9 !important; }
7 years ago
.rp-navbar__top { background-color: #4661A9; }
7 years ago
.navbar-light .navbar-toggler { border-color: rgba(255, 255, 255, 0.5); }
7 years ago
.navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); }
.navbar-light .navbar-nav .nav-link:hover { color: #ffffff; }
7 years ago
.rb-contain { width: 100%; height: auto; max-height: 100%; }
.max-width-150 { max-width: 150px; }
.padding-top-35 { padding-top: 35px !important; }
.padding-top-18 { padding-top: 18px; }
.align-horizontally { display: flex; align-items: center; }
.flex-space-between { justify-content: space-between; }
.hidden-sm { display: block; }
@media screen and (max-width: 991px) { .hidden-sm { display: none !important; } }
.sidebar-fill { width: 12.45%; }
.list-group-item:focus *, .list-group-item:hover * { color: #4661A9; }
7 years ago
.list-group-item.active { color: #4661A9; }
7 years ago
.bg-box { background-color: #f1f3f5 !important; }
.bg-primary { background-color: #4661A9 !important; }
.bg-secondary { background-color: #60AB60 !important; }
7 years ago
.b-border { border-bottom: 2px solid lightgrey !important; }
.color { height: 100px; }
.grid { height: 100px; background-color: #4661A9; border-radius: 7px; }
.grid span { margin: 10px 10px 10px 10px; color: white; }
.header-display::before { background: #60AB60; content: " "; display: inline-block; width: 7px; }
h1.header-display::before { height: 3.75rem; transform: translate(-15px, 0); margin-bottom: -0.9375rem; }
7 years ago
h2.header-display::before { height: 3rem; transform: translate(-15px, 0); margin-bottom: -0.75rem; }
7 years ago
h3.header-display::before { height: 2.625rem; transform: translate(-15px, 0); margin-bottom: -0.65625rem; }
7 years ago
h4.header-display::before { height: 2.25rem; transform: translate(-15px, 0); margin-bottom: -0.5625rem; }
7 years ago
6 years ago
.icon { font-size: 20px; background-color: #212529; padding: 20px; }
7 years ago
.typography__headers__item { margin-bottom: 2rem; }
.typography__headers__item p { margin-bottom: 0.5rem !important; }
.alert { border-radius: 15px; }
.alert-custom { color: #3b4f87; background-color: #e2e6f0; border-color: #6679ac; }
.alert-custom hr { border-top-color: #6679ac; }
.alert-custom .alert-link { color: #081b4f; }
.alert-primary { color: #3b4f87; background-color: #e2e6f0; border-color: #6679ac; }
.alert-primary hr { border-top-color: #6679ac; }
.alert-primary .alert-link { color: #003600; }
.alert-secondary { color: #495057; background-color: #e9ecef; border-color: #868e96; }
.alert-secondary hr { border-top-color: #868e96; }
.alert-secondary .alert-link { color: #343a40; }
.alert-success { color: #105c10; background-color: #e1f2e1; border-color: #60ab60; }
.alert-success hr { border-top-color: #1d731d; }
.alert-success .alert-link { color: #003b00; }
.alert-warning { color: #6b4c00; background-color: #ffeab5; border-color: #cca443; }
.alert-warning hr { border-top-color: #cca443; }
.alert-warning .alert-link { color: #a66b00; }
.alert-danger { color: #700b00; background-color: #ffcac4; border-color: #e15647; }
.alert-danger hr { border-top-color: #e15647; }
.alert-danger .alert-link { color: #880000; }
7 years ago
.background-primary { background-color: #4661A9; }
.background-secondary { background-color: #60AB60; }
.background-warning { background-color: #FFC434; }
.background-danger { background-color: #E15647; }
6 years ago
.background-gray-0 { background-color: #f8f9fa; }
7 years ago
6 years ago
.background-gray-1 { background-color: #f1f3f5; }
.background-gray-2 { background-color: #e9ecef; }
.background-gray-3 { background-color: #dee2e6; }
.background-gray-4 { background-color: #ced4da; }
.background-gray-5 { background-color: #adb5bd; }
.background-gray-6 { background-color: #868e96; }
.background-gray-7 { background-color: #495057; }
.background-gray-8 { background-color: #343a40; }
.background-gray-9 { background-color: #212529; }
7 years ago
.background-black { background-color: #000000; }
.color-primary { color: #4661A9; }
.color-secondary { color: #60AB60; }
.color-gray-9 { color: #212529; }
7 years ago
7 years ago
.rb-code { font-family: 'Source Code Pro', monospace !important; }
7 years ago
.rb-isBold { font-weight: bold; }
/*
Overwriting the default size for btn-lg and btn-md
*/
.btn-primary, .btn-outline-primary, .btn-lg, .btn-large, .btn-outline-large, .btn-md, .btn-medium, .btn-outline-medium { line-height: 1em; }
7 years ago
.btn-primary { background-color: #4661A9 !important; border-color: transparent !important; padding: 1rem 1.5rem !important; font-size: 1rem; }
.btn-primary:hover { background-color: #60AB60 !important; border-color: transparent !important; }
.btn-white { color: #4661A9 !important; background-color: #ffffff !important; border-color: transparent !important; padding: 1rem 1.5rem !important; font-size: 1rem; }
.btn-white:hover { color: #ffffff !important; background-color: #60AB60 !important; border-color: transparent !important; }
7 years ago
.btn-small { background-color: #4661A9 !important; border-color: transparent !important; padding: .08rem .4rem 0 !important; font-size: .8rem; color: #ffffff; }
.btn-small:hover { background-color: #60AB60 !important; border-color: transparent !important; }
.btn-medium { background-color: #4661A9 !important; border-color: transparent !important; padding: .5rem 1rem !important; font-size: 1rem !important; color: #ffffff; }
.btn-medium:hover { background-color: #60AB60 !important; border-color: transparent !important; color: #ffffff; }
.btn-large { border-radius: .3rem; background-color: #4661A9 !important; border-color: transparent !important; border-radius: 2em; padding: .5rem 1rem !important; font-size: 1.25rem !important; color: #ffffff; }
7 years ago
.btn-large:hover { background-color: #60AB60 !important; border-color: transparent !important; color: #ffffff; }
.btn-outline-medium { border-color: #4661A9 !important; color: #4661A9 !important; padding: .5rem 1rem !important; font-size: 1rem !important; background-color: transparent !important; }
.btn-outline-medium:hover { color: white !important; background-color: #4661A9 !important; border-color: transparent !important; }
.btn-outline-small { border-color: #4661A9 !important; color: #4661A9 !important; padding: .08rem .4rem 0 !important; font-size: .8rem; background-color: transparent !important; }
.btn-outline-small:hover { color: white !important; background-color: #4661A9 !important; border-color: transparent !important; }
.btn-outline-primary { border-color: #4661A9 !important; color: #4661A9 !important; padding: 1rem 1.5rem !important; font-size: 1rem; }
.btn-outline-primary:hover { color: white !important; background-color: #4661A9 !important; border-color: transparent !important; }
.btn-link { color: #4661A9 !important; }
.btn-link:hover { color: #60AB60 !important; }
.btn-scroller { border-radius: .25rem; text-align: center; display: inline-block; -webkit-transition-duration: .1s; -o-transition-duration: .1s; -webkit-transition-timing-function: linear; -o-transition-timing-function: linear; -webkit-transition-property: background-color,color,border-color; -o-transition-property: background-color,color,border-color; padding: .5rem 1rem; transition-duration: .1s; transition-timing-function: linear; transition-property: background-color,color,border-color; color: #00000b; background-color: #dddde0; border: 0; }
.btn-scroller:active, .btn-scroller:focus, .btn-scroller:hover { color: #00000b; background-color: #aaaab0; }
.btn-pill { border-radius: 30px; }
7 years ago
.faq__chevron-up { height: .8em; vertical-align: -.06em; fill: currentColor; margin-left: .5em; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }
.badge-primary { background-color: #4661A9 !important; }
.badge-secondary { background-color: #60AB60 !important; }
.footer ul { list-style: none; font-weight: 600; text-transform: capitalize; margin-bottom: 2rem; }
.footer ul span { display: block; margin-bottom: 0.5em; }
.footer ul a { color: rgba(255, 255, 255, 0.5); font-weight: 400; }
.footer ul a:hover { color: #ffffff; }
.footer__social-media { display: flex; margin-top: 16px !important; }
.footer__social-media-icon { height: 40px; width: 40px; margin-right: 1rem; margin-bottom: 1rem; color: rgba(255, 255, 255, 0.5); }
.footer__social-media-icon:hover { color: #ffffff; }
.footer-extras ul li { margin: 0 0.5rem; }
.footer-extras__logo img { max-width: 180px; height: auto; }
.footer .spacer { content: " "; height: 2rem; }
#styleguide-nav { background-color: #4661A9 !important; }
#styleguide-nav .nav-item:hover { box-shadow: inset 0 -5px #ffffff; }
#styleguide-nav .nav-link { color: #ffffff; }
#styleguide-nav .show .nav-item:hover { box-shadow: 0 0; }
7 years ago
.rb-link { color: #4661A9 !important; }
.rb-link:hover { color: #60AB60 !important; }
.rb-paginate-active { background-color: #4661A9 !important; color: white !important; }
.rb-paginate-active:hover { background-color: #60AB60 !important; }
6 years ago
.pagination .page-link { color: #212529; }
7 years ago
6 years ago
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th { background-color: #dee2e6 !important; }
7 years ago
6 years ago
.mark, mark { background-color: #dee2e6 !important; padding: .2em !important; }
7 years ago
@media (min-width: 992px) { .display-xs { display: none !important; } }
@media (max-width: 992px) { .display-md { display: none !important; } }
.display-md { display: unset; }
body { color: #212529; font-family: "Source Sans Pro", sans-serif !important; font-size: 1rem; }
7 years ago
a { text-decoration: none !important; }