/* 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,#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; } /* Markdown -------------------------------------------------- */ .markdownOwner blockquote { background-color: #EEF0F3; padding: 15px 20px; } .markdownOwner blockquote p { margin-bottom: 15px; } .markdownOwner pre { background-color: #EEF0F3; color: black; } .markdownOwner h1 { margin: 60px 0px 40px; } .markdownOwner h2 { margin: 50px 0px 30px; } .markdownOwner h3 { margin: 35px 0px 20px; } .markdownOwner table { margin-bottom: 20px } .markdownOwner table th, .markdownOwner table td { padding: 8px; line-height: 20px; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; } .markdownOwner table th { font-weight: bold } .markdownOwner table thead th { vertical-align: bottom } .markdownOwner table caption+thead tr:first-child th, .markdownOwner table caption+thead tr:first-child td, .markdownOwner table colgroup+thead tr:first-child th, .markdownOwner table colgroup+thead tr:first-child td, .markdownOwner table thead:first-child tr:first-child th, .markdownOwner table thead:first-child tr:first-child td { border-top: 0 } .markdownOwner table tbody+tbody { border-top: 2px solid #dddddd } /* ExpandedLogHeader -------------------------------------------------- */ .expCollHeader { margin-bottom: 20px; border: 1px solid #D7E0E2; border-radius: 6px; } .expCollHeader > .collHeader { border-width: 0; border-radius: 0; margin-bottom: 0; } .expCollContent { background-color: #F5F5F5; margin-top: 0px; } .expCollContent > div { padding: 15px 60px; }