73 lines
1.1 KiB
HTML
73 lines
1.1 KiB
HTML
<style>
|
|
|
|
/* style jumbotron */
|
|
|
|
.jumbotron {
|
|
color: white;
|
|
background-color: #003466;
|
|
border-radius: 0px !important;
|
|
}
|
|
|
|
.link-list {
|
|
font-size: 2em;
|
|
}
|
|
|
|
/* style for nav by the jumbotron */
|
|
.nav-by-jumbotron {
|
|
margin-top: -4px;
|
|
}
|
|
|
|
.nav-divs-by-jumbotron {
|
|
background-color: #bbb;
|
|
margin: 4px 0px;
|
|
padding: 8px;
|
|
font-size: 1.5em;
|
|
text-align: center;
|
|
}
|
|
|
|
/* style the panels with the text content */
|
|
.panel>.show-panel {
|
|
background-color: #003466;
|
|
text-align: center;
|
|
}
|
|
|
|
.hide-body-border {
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.glyphicon-panel-title {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.content-panel-title {
|
|
color: white;
|
|
font-size: 2em;
|
|
}
|
|
|
|
.panel-heading {
|
|
padding: 2px;
|
|
}
|
|
|
|
.gallery-div {
|
|
background-color: #bbb;
|
|
height: 300px;
|
|
}
|
|
|
|
.gallery-text {
|
|
text-align: center;
|
|
padding-top: 100px;
|
|
}
|
|
|
|
.chevron-left {
|
|
margin-right: 80px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.chevron-right {
|
|
margin-left: 80px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
</style>
|