248 lines
4.2 KiB
CSS
248 lines
4.2 KiB
CSS
/* Footer
|
|
-------------------------------------------------- */
|
|
|
|
.footer {
|
|
padding: 70px 0;
|
|
margin-top: 70px;
|
|
border-top: 1px solid #e5e5e5;
|
|
background-color: #f5f5f5;
|
|
text-align: center;
|
|
}
|
|
|
|
.footer p {
|
|
margin-bottom: 0;
|
|
color: #777;
|
|
}
|
|
|
|
.footer-links {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.footer-links li {
|
|
display: inline;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
/* Helper
|
|
-------------------------------------------------- */
|
|
|
|
.cstm-well-light {
|
|
border: 2px solid #caecec;
|
|
background-color: white;
|
|
}
|
|
|
|
.cstm-background-white {
|
|
background-color: white;
|
|
}
|
|
|
|
.cstm-main-navbar {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
img.grayscale {
|
|
/* Firefox 10+, Firefox on Android */
|
|
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
|
|
/* IE6-9 */
|
|
filter: gray;
|
|
/* Chrome 19+, Safari 6+, Safari 6+ iOS */
|
|
-webkit-filter: grayscale(100%);
|
|
}
|
|
|
|
/* Header
|
|
-------------------------------------------------- */
|
|
|
|
.brandLogo {
|
|
height: 30px;
|
|
padding: 8px 12px 10px 12px;
|
|
}
|
|
|
|
.navbar .brand {
|
|
padding: 0px;
|
|
}
|
|
|
|
.dropdown-append {
|
|
padding-left: 0px;
|
|
}
|
|
|
|
.dropdown-append .dropdown-toggle {
|
|
padding-left: 0px !important;
|
|
}
|
|
|
|
ul.nav li.dropdown-append:hover > ul.dropdown-menu {
|
|
display: block;
|
|
}
|
|
|
|
/* ThumbnalPreview
|
|
-------------------------------------------------- */
|
|
|
|
.progThumbnailCaption {
|
|
color: #2C3E50;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.progThumbnailCaption:active,
|
|
.progThumbnailCaption:visited,
|
|
.progThumbnailCaption:link,
|
|
.progThumbnailCaption:hover {
|
|
/*color: #2C3E50;*/
|
|
text-decoration: none;
|
|
}
|
|
|
|
.thumbnailParentSpan {
|
|
width: 270px;
|
|
}
|
|
|
|
.thumbnails > .thumbnailParentSpan:last-child {
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.thumbnails > .thumbnailParentSpan:not(:last-child) {
|
|
margin-right: 30px;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.thumbnailParentSpan > div {
|
|
min-height: 600px;
|
|
}
|
|
|
|
.thumbnailParentSpan > div > div {
|
|
padding: 0;
|
|
}
|
|
|
|
.thumbnailInnerHead {
|
|
padding: 4px;
|
|
height: 204px;
|
|
line-height: 204px;
|
|
|
|
background-color: #ECF0F1;
|
|
}
|
|
|
|
.thumbnailInnerImage {
|
|
width: 100%;
|
|
border-radius: 3px;
|
|
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.thumbnailInnerFooter {
|
|
text-align: left;
|
|
}
|
|
|
|
.thumbnailInnerDescription {
|
|
min-height: 120px;
|
|
}
|
|
|
|
.thumbnailDisabled {
|
|
opacity: 0.75;
|
|
filter: alpha(opacity=75); /* msie */
|
|
}
|
|
|
|
.thumbnailParentSpan .caption h1,
|
|
.thumbnailParentSpan .caption h2,
|
|
.thumbnailParentSpan .caption h3,
|
|
.thumbnailParentSpan .caption h4,
|
|
.thumbnailParentSpan .caption h5,
|
|
.thumbnailParentSpan .caption h6 {
|
|
text-align: center;
|
|
}
|
|
|
|
/* CollHeader
|
|
-------------------------------------------------- */
|
|
|
|
.collHeader {
|
|
border: 1px solid #D7E0E2;
|
|
padding: 0;
|
|
margin-left: 0;
|
|
|
|
position: relative;
|
|
|
|
/* .well */
|
|
min-height: 20px;
|
|
box-shadow: none;
|
|
border-radius: 6px;
|
|
background-color: #ECF0F1;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.collHeaderLinkParent {
|
|
background-color: #ECF0F1;
|
|
|
|
transition: background-color .25s ease-in-out;
|
|
-moz-transition: background-color .25s ease-in-out;
|
|
-webkit-transition: background-color .25s ease-in-out;
|
|
}
|
|
|
|
.collHeaderLinkParent:hover {
|
|
background-color: #D7E0E2;
|
|
}
|
|
|
|
.collHeaderSpan-front {
|
|
float: left;
|
|
|
|
background-color: #D7E0E2;
|
|
width: 90px;
|
|
padding: 2px 15px;
|
|
}
|
|
|
|
.collHeaderSpan {
|
|
float: left;
|
|
|
|
font-weight: bold;
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
.collHeaderSpan-drop {
|
|
float: right;
|
|
|
|
padding: 0 5px;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.collHeaderLink {
|
|
left: 0;
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
}
|
|
|
|
|
|
/* FullProgPreview
|
|
-------------------------------------------------- */
|
|
|
|
.fpp_parent {
|
|
background-color: #D7E0E2;
|
|
}
|
|
|
|
.fpp_previewImg {
|
|
width: 260px;
|
|
border-radius: 6px;
|
|
box-shadow: 0 0 15px 0px #333;
|
|
}
|
|
|
|
.fpp_title {
|
|
margin-top: -5px;
|
|
}
|
|
|
|
.fpp_description {
|
|
max-width: 260px
|
|
}
|
|
|
|
.fpp_footer {
|
|
background-color: #ECF0F1;
|
|
|
|
margin-left: -19px;
|
|
margin-right: -19px;
|
|
margin-bottom: -19px;
|
|
|
|
padding-top: 19px;
|
|
padding-left: 19px;
|
|
padding-right: 19px;
|
|
|
|
border: 2px solid #D7E0E2;
|
|
border-bottom-left-radius: 6px;
|
|
border-bottom-right-radius: 6px;
|
|
} |