Rev 20 | Rev 47 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
body {
font-family: 'Roboto', sans-serif;
}
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
margin-bottom: 0;
border-radius: 0;
}
/* Add a gray background color and some padding to the footer */
footer {
background-color: #f2f2f2;
padding: 25px;
}
/* Maximum size for thumbnail images */
.tn-image {
max-width: 150px;
max-height: 150px;
}
/* Override Progress Bar Transition Time */
.progress-bar {
transition: width 0.1s ease !important;
}
/* Three additional bigger font sizes */
.display-5 {
font-size: 2.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-6 {
font-size: 1.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-7 {
font-size: 1.25rem;
font-weight: 300;
line-height: 1.2;
}
/* responsive typography */
/* xs < 576 */
@media screen and (max-width: 575px) {
th, td, .display-7 { font-size: 0.8em; }
.display-4 {font-size: 1.5rem;}
.display-5 {font-size: 1.0rem;}
.display-6 {font-size: 1.0rem;}
.searchTerm-width {width:15em!important;}
}
/* sm > 575 */
@media screen and (min-width: 575px) {
th, td, .display-7 { font-size: 0.9em; }
.display-4 {font-size: 2.0rem;}
.display-5 {font-size: 1.4rem;}
.display-6 {font-size: 1.0rem;}
.searchTerm-width {width:20em!important;}
}
/* md > 767 */
@media screen and (min-width: 768px) {
th, td, .display-7 { font-size: 1em; }
.display-4 {font-size: 2.5rem;}
.display-5 {font-size: 1.7rem;}
.display-6 {font-size: 1.20rem;}
.searchTerm-width {width:25em!important;}
}
/* lg > 991 */
@media screen and (min-width: 992px) {
th, td, .display-7 { font-size: 1.1em; }
.display-4 {font-size: 3.0rem;}
.display-5 {font-size: 2.1rem;}
.display-6 {font-size: 1.35rem;}
.searchTerm-width {width:30em!important;}
}
/* xl > 1199 */
@media screen and (min-width: 1200px) {
th, td, .display-7 { font-size: 1.25em; }
.display-4 {font-size: 3.5rem;}
.display-5 {font-size: 2.5rem;}
.display-6 {font-size: 1.5rem;}
.searchTerm-width {width:35em!important;}
}
/* Hide on larger and smaller screens */
@media screen and (max-width: 1199px) {
.hide-medium { display: none !important; }
}
/* Hide on medium and smaller screens */
@media screen and (max-width: 991px) {
.hide-medium { display: none !important; }
}
/* Hide on small and extra-small screens */
@media screen and (max-width: 767px) {
.hide-small { display: none !important; }
}
/* Hide on extra-small screens */
@media screen and (max-width: 575px) {
.hide-extra-small { display: none !important; }
}