distancefinder/styles.css
2016-05-24 00:51:25 +02:00

16 lines
721 B
CSS

a { color:blue; }
#map { width:1000px; height:680px; float:left; }
#options { display:none; width:1000px; font-family:sans-serif; }
#options h3 { color:orange; }
#options div { padding:15px; border:double 5px #bbb; }
#options span { font-style:italic; color:#a5bfdd; }
#options button { width:80px; margin-left:10px; }
#options input { width:220px; margin-left:5px; padding-left:2px; }
#country-codes { width:300px; height:300px; overflow:auto; float:right; }
#search-complete { display:none; width:1000px; font-family:sans-serif; }
#search-complete h3 { color:green; }
#search-complete div { padding:15px; border:double 5px #bbb; }
#search-complete span { margin-right:10px; }
#btnStop { display:none; }