143 lines
2.9 KiB
CSS
143 lines
2.9 KiB
CSS
/* Sticky footer styles
|
|
-------------------------------------------------- */
|
|
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
font-size: 80%;
|
|
}
|
|
|
|
/* Wrapper for page content to push down footer */
|
|
#wrap {
|
|
min-height: 97%;
|
|
height: auto !important;
|
|
height: 100%;
|
|
/* Negative indent footer by its height */
|
|
margin: 0 auto -60px;
|
|
/* Pad bottom by footer height */
|
|
padding: 0 0 60px;
|
|
}
|
|
|
|
/* Set the fixed height of the footer here */
|
|
#footer {
|
|
height: 82px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
/* Custom page CSS
|
|
-------------------------------------------------- */
|
|
/* Not required for template or sticky footer method. */
|
|
|
|
#wrap > .container {
|
|
padding: 60px 15px 0;
|
|
}
|
|
.container .credit {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
#footer > .container {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
code {
|
|
font-size: 80%;
|
|
}
|
|
|
|
|
|
li.L0, li.L1, li.L2, li.L3,
|
|
li.L5, li.L6, li.L7, li.L8
|
|
{ list-style-type: decimal !important }
|
|
|
|
.navbar-brand {
|
|
font-size: 42px;
|
|
}
|
|
|
|
a.ext {
|
|
padding-right: 14px;
|
|
background: url('/img/icons/external.gif') right center no-repeat;
|
|
}
|
|
|
|
a.mail {
|
|
padding-right: 14px;
|
|
background: url('/img/icons/envelope_ver3.gif') right center no-repeat;
|
|
}
|
|
|
|
a.document {
|
|
padding-right: 14px;
|
|
background: url('/img/icons/document.gif') right center no-repeat;
|
|
}
|
|
|
|
a.cube {
|
|
padding-right: 14px;
|
|
background: url('/img/icons/cube.gif') right center no-repeat;
|
|
}
|
|
|
|
a.person {
|
|
padding-right: 14px;
|
|
background: url('/img/icons/figure_ver1.gif') right center no-repeat;
|
|
}
|
|
|
|
span.cursor {
|
|
display: inline-block;
|
|
background: transparent;
|
|
margin-left: 1px;
|
|
-webkit-animation: blink 2s linear 1s infinite;
|
|
-moz-animation: blink 2s linear 1s infinite;
|
|
-ms-animation: blink 2s linear 1s infinite;
|
|
-o-animation: blink 2s linear 1s infinite;
|
|
}
|
|
@-webkit-keyframes blink {
|
|
0% { background: #e77d00 }
|
|
47% { background: #e77d00 }
|
|
50% { background: transparent }
|
|
97% { background: transparent }
|
|
100% { background: #e77d00 }
|
|
}
|
|
|
|
@-moz-keyframes blink {
|
|
0% { background: #e77d00 }
|
|
47% { background: #e77d00 }
|
|
50% { background: transparent }
|
|
97% { background: transparent }
|
|
100% { background: #e77d00 }
|
|
}
|
|
|
|
@-ms-keyframes blink {
|
|
0% { background: #e77d00 }
|
|
47% { background: #e77d00 }
|
|
50% { background: transparent }
|
|
97% { background: transparent }
|
|
100% { background: #e77d00 }
|
|
}
|
|
|
|
@-o-keyframes blink {
|
|
0% { background: #e77d00 }
|
|
47% { background: #e77d00 }
|
|
50% { background: transparent }
|
|
97% { background: transparent }
|
|
100% { background: #e77d00 }
|
|
}
|
|
|
|
.jumbotron {
|
|
/*background-color:#EBDF9B;*/
|
|
/*background-image:url("/img/python.png");
|
|
background-repeat:no-repeat;
|
|
background-position:top;
|
|
background-attachment:fixed;*/
|
|
/*background: url('/img/1.jpg') right center no-repeat;*/
|
|
color:white;
|
|
background-color:black;
|
|
padding-bottom:62px;
|
|
}
|
|
|
|
span.feed {
|
|
border: 1px solid;
|
|
border-color: #FC9 #630 #330 #F96;
|
|
padding: 0 3px;
|
|
font: bold 10px sans-serif;
|
|
color: #FFF;
|
|
background: #F60;
|
|
text-decoration: none;
|
|
margin: 0;
|
|
}
|