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

899 lines
16 KiB
CSS
Raw Normal View History

/* Basic
-------------------------------------------------- */
html,
body {
margin:0;
padding:0;
height:100%;
}
2014-05-14 11:15:32 +02:00
/* Footer
-------------------------------------------------- */
#fullbodywrapper {
min-height:100%;
position:relative;
2014-07-30 20:04:09 +02:00
}
2014-07-30 20:04:09 +02:00
#fullcontentwrapper {
padding-bottom: 120px;
}
2014-05-14 11:15:32 +02:00
.footer {
width:100%;
height:80px;
position:absolute;
bottom:0;
left:0;
padding: 25px 0 0 0;
2014-05-14 11:15:32 +02:00
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-06-10 20:04:51 +02:00
.input-xx_custom_is_about_tb {
width: 506px !important;
}
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;
}
.thumbnail a:active,
.thumbnail a:visited,
.thumbnail a:link {
color: #95A5A6;
text-decoration: none;
}
.thumbnail a:hover {
color: #1ABC9C;
text-decoration: none;
}
2014-05-28 21:29:49 +02:00
.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;
}
2014-09-13 17:37:47 +02:00
.collHeaderPseudoLink {
color: #2C3E50;
}
.collHeaderStroked {
text-decoration: line-through;
}
2014-06-04 18:06:38 +02:00
/* 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;
2014-08-04 21:46:15 +02:00
border-color: rgba(0, 0, 0, 0.15);
2014-06-05 11:29:22 +02:00
}
.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
}
.markdownOwner code {
color: #495151;
}
/* 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;
}
/* ExtendedGitGraph
-------------------------------------------------- */
.git_list {
display: inline-block;
width: 715px;
height: 115px;
overflow: visible;
}
.git_list text.caption {
font-size: 10px;
fill: #666;
}
.git_list text.caption_month {
font-size: 8px;
fill: #BBB;
}
.git_list text.caption_day {
font-size: 8px;
fill: #BBB;
}
.svg-tip:after {
box-sizing: border-box;
position: absolute;
left: 50%;
height: 5px;
width: 5px;
bottom: -10px;
margin: 0px 0px 0px -5px;
content: " ";
border: 5px solid transparent;
border-top-color: rgba(0, 0, 0, 0.8);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
}
.svg-tip {
padding: 5px;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
color: #BBB;
font-size: 12px;
position: absolute;
z-index: 99999;
text-align: center;
border-radius: 3px;
box-sizing: border-box;
opacity: 0;
}
.extGitGraphContainer {
background-color: #ECF0F1;
margin: 10px;
display: inline-block;
border: 1px solid #E3E3E3;
border-radius: 4px;
box-shadow: 0px 0 1px rgba(0, 0, 0, 0.25) inset;
}
.egg_footer {
margin-top: 5px;
text-align: right;
margin-right: 5px;
margin-bottom: 5px;
color: #FFF;
text-shadow: 0px 0px 8px #2C3E50, 0px 0px 8px #2C3E50;
}
.egg_footer > a {
text-decoration: none;
color: inherit;
}
.egg_footer > a:hover {
text-decoration: none;
color: #2C3E50;
text-shadow: 0px 0px 8px #00F;
}
/* About/Gitbox
-------------------------------------------------- */
.gitbox-container {
border: 2px solid #CAECEC;
border-radius: 6px;
text-align: center;
margin-bottom: 10px;
}
.gitbox-header {
background-color: #F5F5F5;
border-bottom: 2px solid #CAECEC;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
padding: 5px;
margin-bottom: 10px;
font-size: 13px;
font-weight: bold;
color: gray;
}
.gitbox-footer {
background-color: #F5F5F5;
border-top: 2px solid #CAECEC;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
margin-top: 10px;
}
.gitbox-footer-box {
width: 385px;
display: table-cell;
}
.gitbox-footer-box:not(:first-child) {
border-left: 2px solid #CAECEC;
}
.gitbox-footer-box-header {
display: block;
color: #777;
font-size: 11px;
}
.gitbox-footer-box-number {
display: block;
font-weight: 300;
line-height: 1.3em;
font-size: 24px;
}
.gitbox-footer-box-footer {
display: block;
color: #777;
font-size: 11px;
}
2014-06-12 14:36:34 +02:00
/* programs/view
-------------------------------------------------- */
.progview_container {
width: 100%;
}
.progview_container > .row {
display:table;
border-spacing:0;
margin-left: 0;
width: 100%;
margin-right: auto;
margin-left: auto;
}
.progview_container > .row > [class*="span"] {
display:table-cell;
float: none;
vertical-align: top;
padding-left: 15px;
padding-right: 15px;
}
.progview_container > .row > .span3 {
width: 270px;
}
.progview_container > .row > .span6 {
width: auto;
}
.progview_container > .row > .span3 .progview_image {
width: 232px;
}
2014-06-12 14:36:34 +02:00
.progview_image {
border-radius: 6px;
margin-bottom: 15px;
}
.progview_donwloadbtns {
background-color: white;
margin-left: -16px;
margin-right: -16px;
margin-bottom: -16px;
padding: 19px;
border-radius: 0px 0px 6px 6px;
}
.progview_infocontent {
background-color: white;
margin-left: -14px;
margin-right: -14px;
margin-bottom: 10px;
padding: 19px;
border-radius: 16px;
}
.progview_infocontent td {
font-style: italic;
margin: 5px 0px;
}
.progview_infocontent tr > td:not(:first-child) {
padding-left: 10px;
}
.progview_infocol span.badge {
font-style: normal;
padding: 2px 4px;
border-radius: 3px;
}
.progview_infocol {
padding-top: 2px;
padding-bottom: 10px;
}
.progview_maincol {
margin-bottom: 20px;
}
.progview_maincol > .tabbable > .tab-content {
background-color: #ECF0F1;
margin: -20px 0px 0px 0px;
padding: 0px 5px 0px 5px;
border-radius: 0px 0px 6px 6px;
}
.progview_maincol > .tabbable >.nav-tabs >.active > a {
background-color: #ECF0F1;
}
.progview_maincol > .tabbable >.nav-tabs a:hover,
.progview_maincol > .tabbable >.nav-tabs a:active,
.progview_maincol > .tabbable >.nav-tabs a:focus {
outline: 0 !important;
}
.well .progview_caption {
margin: -19px -19px 28px -19px;
}
.progview_caption {
background-color: #2C3E50;
color: #ECF0F1;
text-shadow: 0px 0px 4px #000;
padding: 6px;
margin-bottom: 28px;
border-radius: 6px 6px 0px 0px;
2014-07-19 18:25:35 +02:00
}
2014-07-20 16:37:49 +02:00
.progview_donwloadbtns > .btn-primary {
font-weight: 900;
}
/* disqus
-------------------------------------------------- */
.disqus_owner {
border-radius: 6px;
border: 1px solid #D7E0E2;
padding: 10px;
background-color: #ECF0F1;
}
2014-07-19 18:25:35 +02:00
/* blog/view
-------------------------------------------------- */
.blogOwner {
border: 1px solid #D7E0E2;
padding-top: 0px;
}
.blogFooter {
background-color: #D7E0E2;
margin-top: 40px;
margin-bottom: -19px;
margin-left: -19px;
margin-right: -19px;
min-height: 22px;
padding: 2px 8px;
}
.blogFooterLeft {
float:left;
font-weight: bold;
}
.blogFooterRight {
float: right;
2014-08-04 14:57:13 +02:00
}
/* SearchResults
-------------------------------------------------- */
.sresults_main {
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
}
.sresults_image {
height: 100px;
padding-right: 10px;
}
.sresults_section {
border-bottom: 1px solid #D0D0D0;
margin: 10px;
overflow: hidden;
padding-bottom: 5px;
display: block;
}
.sresults_caption {
margin-top: 0px;
}
.sresults_desc {
width: 65%;
}
.sresults_info {
color: #929292;
font-size: small;
}
/* Pagination
-------------------------------------------------- */
.pagination {
margin:20px 0;
}
.pagination ul {
display:inline-block;
*display:inline;
*zoom:1;
margin-left:0;
margin-bottom:0;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);
box-shadow:0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul>li {
display:inline;
}
.pagination ul>li>a,.pagination ul>li>span{
float:left;
padding:4px 12px;
line-height:20px;
text-decoration:none;
background-color:#fff;
border:1px solid #ddd;
border-left-width:0;
color: #888;
}
.pagination ul>li>a:hover,.pagination ul>.active>a,.pagination ul>.active>span{
background-color:#f5f5f5;
}
.pagination ul>.active>a,.pagination ul>.active>span{
color:#999;
cursor:default;
}
.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover{
color:#999;
background-color:transparent;
cursor:default;
}
.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{
border-left-width:1px;
-webkit-border-top-left-radius:4px;
-moz-border-radius-topleft:4px;
border-top-left-radius:4px;
-webkit-border-bottom-left-radius:4px;
-moz-border-radius-bottomleft:4px;
border-bottom-left-radius:4px;
}
.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{
-webkit-border-top-right-radius:4px;
-moz-border-radius-topright:4px;
border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
-moz-border-radius-bottomright:4px;
border-bottom-right-radius:4px;
}
.pagination-centered {
text-align:center;
}
.pagination-right{
text-align:right;
}
.pagination-large ul>li>a, .pagination-large ul>li>span {
padding:11px 19px;
font-size:17.5px;
}
.pagination-large ul>li:first-child>a, .pagination-large ul>li:first-child>span {
-webkit-border-top-left-radius:6px;
-moz-border-radius-topleft:6px;
border-top-left-radius:6px;
-webkit-border-bottom-left-radius:6px;
-moz-border-radius-bottomleft:6px;
border-bottom-left-radius:6px;
}
.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span {
-webkit-border-top-right-radius:6px;
-moz-border-radius-topright:6px;
border-top-right-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-bottomright:6px;
border-bottom-right-radius:6px;
}
.pagination-mini ul>li:first-child>a, .pagination-small ul>li:first-child>a, .pagination-mini ul>li:first-child>span, .pagination-small ul>li:first-child>span {
-webkit-border-top-left-radius:3px;
-moz-border-radius-topleft:3px;
border-top-left-radius:3px;
-webkit-border-bottom-left-radius:3px;
-moz-border-radius-bottomleft:3px;
border-bottom-left-radius:3px;
}
.pagination-mini ul>li:last-child>a, .pagination-small ul>li:last-child>a, .pagination-mini ul>li:last-child>span, .pagination-small ul>li:last-child>span {
-webkit-border-top-right-radius:3px;
-moz-border-radius-topright:3px;
border-top-right-radius:3px;
-webkit-border-bottom-right-radius:3px;
-moz-border-radius-bottomright:3px;
border-bottom-right-radius:3px;
}
.pagination-small ul>li>a, .pagination-small ul>li>span{
padding:2px 10px;
font-size:11.9px;
}
.pagination-mini ul>li>a,.pagination-mini ul>li>span{
padding:0 6px;
font-size:10.5px;
}