2014-05-14 11:15:32 +02:00
|
|
|
/* 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
|
|
|
|
-------------------------------------------------- */
|
|
|
|
|
2014-05-23 11:22:34 +02:00
|
|
|
.cstm-well-light {
|
|
|
|
border: 2px solid #caecec;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
2014-05-14 11:15:32 +02:00
|
|
|
.cstm-background-white {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cstm-main-navbar {
|
|
|
|
margin-bottom: 0px;
|
2014-05-19 17:50:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Header
|
|
|
|
-------------------------------------------------- */
|
|
|
|
|
|
|
|
.brandLogo {
|
|
|
|
height: 30px;
|
|
|
|
padding: 8px 12px 10px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .brand {
|
|
|
|
padding: 0px;
|
2014-05-23 11:22:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-append {
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-append .dropdown-toggle {
|
|
|
|
padding-left: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.nav li.dropdown-append:hover > ul.dropdown-menu {
|
2014-05-28 21:29:49 +02:00
|
|
|
display: block;
|
2014-05-28 17:19:57 +02:00
|
|
|
}
|
|
|
|
|
2014-05-28 21:29:49 +02:00
|
|
|
/* ThumbnalPreview
|
2014-05-28 17:19:57 +02:00
|
|
|
-------------------------------------------------- */
|
|
|
|
|
|
|
|
.progThumbnailCaption {
|
|
|
|
color: #2C3E50;
|
2014-05-28 21:29:49 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progThumbnailCaption:active,
|
|
|
|
.progThumbnailCaption:visited,
|
|
|
|
.progThumbnailCaption:link,
|
|
|
|
.progThumbnailCaption:hover {
|
|
|
|
/*color: #2C3E50;*/
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnailParentSpan {
|
|
|
|
width: 270px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnailParentSpan > div {
|
|
|
|
min-height: 600px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnailParentSpan > div > div {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnailInnerHead {
|
|
|
|
padding: 4px;
|
|
|
|
height: 225px;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnailInnerFooter {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnailInnerDescription {
|
|
|
|
min-height: 120px;
|
2014-06-02 19:31:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnailDisabled {
|
|
|
|
opacity: 0.4;
|
|
|
|
/*filter: alpha(opacity=40); *//* msie */
|
2014-05-14 11:15:32 +02:00
|
|
|
}
|