Got rid of much junk inherited from geocsv-lite
This commit is contained in:
parent
e6dda463ee
commit
67bbfe36cd
829 changed files with 533 additions and 166635 deletions
75
css/style.css
Normal file
75
css/style.css
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
/* some style */
|
||||
|
||||
body {
|
||||
font-family: Helvetica, Ariel, sans-serif;
|
||||
padding-bottom: 4em;
|
||||
}
|
||||
|
||||
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 {
|
||||
margin: 0;
|
||||
padding: 0.5em 10%;
|
||||
text-align: left;
|
||||
background-color: #3298dc;
|
||||
color: white;
|
||||
}
|
||||
|
||||
samp {
|
||||
background-color: #b0b0ff;
|
||||
}
|
||||
|
||||
#app {
|
||||
margin-left: 10%;
|
||||
}
|
||||
|
||||
#app h2 {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
#error
|
||||
{
|
||||
background-color: maroon;
|
||||
color: white;
|
||||
margin: 0px;
|
||||
padding-left: 10%;
|
||||
}
|
||||
|
||||
#message
|
||||
{
|
||||
background-color: darkgreen;
|
||||
color: white;
|
||||
margin: 0px;
|
||||
padding-left: 10%;
|
||||
}
|
||||
|
||||
.geocsv {
|
||||
height: 600px;
|
||||
width: 80%;
|
||||
border: thin solid gray;
|
||||
}
|
||||
|
||||
.leaflet-popup-content h5 {
|
||||
width: 80%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue