1
0
www.mikescher.com/www/css/styles.css

354 lines
6.1 KiB
CSS
Raw Normal View History

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
}
2014-06-06 19:31:05 +02:00
.cstm-main-navbar-highlight > a {
color: yellow !important;
background-color: gray;
border-radius: 6px;
margin-left: 20px;
}
.cstm-main-navbar-highlight > a:hover {
color: black !important;
background-color: lightgray !important;;
border-radius: 6px;
margin-left: 20px;
}
2014-06-03 09:01:03 +02:00
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%);
}
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;
}
2014-06-03 09:01:03 +02:00
.thumbnails > .thumbnailParentSpan:last-child {
margin-right: 0;
margin-left: 0;
}
.thumbnails > .thumbnailParentSpan:not(:last-child) {
margin-right: 30px;
margin-left: 0;
}
2014-05-28 21:29:49 +02:00
.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;
2014-05-28 21:29:49 +02:00
}
.thumbnailInnerFooter {
text-align: left;
}
.thumbnailInnerDescription {
min-height: 120px;
2014-06-02 19:31:14 +02:00
}
.thumbnailDisabled {
2014-06-03 09:01:03 +02:00
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;
2014-06-04 18:06:38 +02:00
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;
2014-06-04 18:06:38 +02:00
}
.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;
}
2014-06-05 11:29:22 +02:00
/* 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 {
2014-06-05 11:29:22 +02:00
background-color: #F5F5F5;
margin-top: 0px;
}
.expCollContent > div {
2014-06-05 11:29:22 +02:00
padding: 15px 60px;
2014-05-14 11:15:32 +02:00
}