Initial Github commit

This commit is contained in:
2015-03-30 16:59:19 -04:00
commit a7d9b08865
92 changed files with 20294 additions and 0 deletions

61
webdata/css/menu.css Normal file
View File

@ -0,0 +1,61 @@
nav ul ul {
display: none;
}
nav ul li:hover > ul {
display: block;
}
nav ul {
color: #000000;
background: #808080;
background: linear-gradient(top, #808080 0%, #404040 100%);
background: -moz-linear-gradient(top, #808080 0%, #404040 100%);
background: -webkit-linear-gradient(top, #808080 0%,#404040 100%);
box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
padding: 0 10px;
border-radius: 10px;
list-style: none;
position: relative;
display: inline-table;
/* margin: 0.5em;*/
}
nav ul:after {
content: ""; clear: both; display: block;
}
nav ul li {
float: left;
}
nav ul li:hover {
background: #505050;
background: linear-gradient(top, #505050 0%, #585858 40%);
background: -moz-linear-gradient(top, #505050 0%, #585858 40%);
background: -webkit-linear-gradient(top, #505050 0%, #585858 40%);
}
nav ul li:hover a {
color: #fff;
}
nav ul li a {
display: block; padding: 10px 10px;
color: #FFFFFF; text-decoration: none;
}
nav ul ul {
background: #505050; border-radius: 0px; padding: 0;
position: absolute; top: 100%;
}
nav ul ul li {
float: none;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
position: relative;
}
nav ul ul li a {
padding: 5px 20px;
color: #fff;
}
nav ul ul li a:hover {
background: #585858;
}
nav ul ul ul {
position: absolute; left: 100%; top:0;
}

116
webdata/css/style.css Normal file
View File

@ -0,0 +1,116 @@
body {
background-color: #E0E0E0;
font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
text-align: center;
}
.header {
background-color: #313338;
color: white;
width: 100%;
}
.header h1 {
color: #F8F8F8;
text-align: center;
font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
margin: 0.2em;
}
.header h2, .header h3 {
color: #F8F8F8;
}
.whois {
text-align: left;
margin: 0 auto;
width: 50em;
background: white;
word-wrap: break-word;
}
.footer {
text-align: center;
font-weight:normal;
color:black;
background: none;
width: auto;
text-transform: none;
margin: 0px;
padding: 3px;
font-size: 50%;
}
#map_canvas {
height: 100%;
z-index: 0;
text-align: center;
margin: 0 auto;
width: 95%;
}
#map_canvas_sm {
height: 50%;
z-index: 0;
text-align: center;
margin: 0 auto;
width: 50%;
}
.footer a, .footer a:link, .footer a:visited {
text-align: center;
font-weight:normal;
color:black;
background: none;
width: auto;
text-decoration: underline;
text-transform: none;
margin: 0px;
padding: 3px;
font-size: 50%;
}
h3, h4, h5 {
color: black;
text-align: center;
font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
}
table, th, td {
border: 1px solid black;
text-align: center;
border-collapse: collapse;
padding: 3px;
width: auto;
}
th {
background-color: #3366CC;
color: #F8F8F8;
font-weight: normal;
}
tr:nth-child(odd) {
background-color: white;
}
tr:nth-child(even) {
background-color: lightgray;
}
td a, td a:link, td a:visited {
font-weight:normal;
color:black;
background: none;
width: auto;
text-decoration: underline;
text-transform: none;
margin: 0px;
padding: 3px;
}
th a, th a:link, th a:visited {
font-weight:normal;
color:white;
background: none;
width: auto;
text-decoration: underline;
text-transform: none;
margin: 0px;
padding: 3px;
}
#col1 {
width: 40%;
float: left;
}
#col2 {
width: 60%;
float: left;
}

View File

@ -0,0 +1,86 @@
body {
background-color: #282828;
font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
text-align: center;
color: white;
}
.header {
background-color: #313338;
color: white;
width: 100%;
}
.header h1 {
color: #F8F8F8;
text-align: center;
font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
}
.footer {
text-align: center;
font-weight:normal;
color:black;
background: none;
width: auto;
text-transform: none;
margin: 0px;
padding: 3px;
font-size: 50%;
}
#map_canvas {
height: 90%;
z-index: 0;
text-align: center;
margin: 0 auto;
width: 65%;
}
.footer a, .footer a:link, .footer a:visited {
text-align: center;
font-weight:normal;
color:black;
background: none;
width: auto;
text-decoration: underline;
text-transform: none;
margin: 0px;
padding: 3px;
font-size: 50%;
}
h3, h4, h5 {
color: black;
text-align: center;
font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
display: inline-block;
}
li {
display: inline;
float: left;
}
a:link, a:visited {
display: block;
font-weight: normal;
color: white;
background-color: #606060;
text-align: center;
padding: 4px;
margin: 4px;
text-decoration: none;
}
a:hover, a:active {
background-color: #989898;
}
#col1 {
width: 50%;
float: left;
}
#col2 {
width: 50%;
float: left;
}