geocsv-lite/resources/public/css/style.css

47 lines
721 B
CSS

/* some style */
body {
font-family: Helvetica, Ariel, sans-serif;
padding-bottom: 4em;
}
div#app {
margin-left: 10%;
}
footer {
clear: both;
font-size: smaller;
text-align: center;
color:white;
background-color: #3298dc;
width: 100%;
margin: 0;
padding: 0.25em 0;
bottom:0;
position:fixed;
vertical-align: top;
z-index:150;
_position:absolute;
_top:expression(eval(document.documentElement.scrollTop+
(document.documentElement.clientHeight-this.offsetHeight)));
}
footer a {
color: #ddd;
}
h1, h2, h3, h4, h5, h6 {
width: 100%;
margin: 0;
padding-left: 10%;
text-align: left;
background-color: #3298dc;
color: white;
}
samp {
background-color: #b0b0ff;
}