all da files
This commit is contained in:
55
css/site.css
Normal file
55
css/site.css
Normal file
@@ -0,0 +1,55 @@
|
||||
/* Page Specific CSS */
|
||||
|
||||
body {font-family: Merriweather; background: #FFFEF8; color: #333; font-size: 16px; border: 10px #F1EFDE solid; margin: 0px; padding: 20px 20px 200px 20px; }
|
||||
h1, h2, h3, h4, h5, h6 {font-family: Amatic SC;}
|
||||
h1 {font-size: 40px;}
|
||||
|
||||
h3.functionH {/*background-color: #47CCFC; color: #fff;*/ padding: 4px 8px; margin-top: 52px; border-top: 3px solid #47CCFC; border-left: 3px solid #47CCFC; border-right: 3px solid #47CCFC; margin-left: -14px; padding-left: 14px;
|
||||
padding-top: 9px; }
|
||||
img {width: 100%;}
|
||||
|
||||
p a, a {color: #333; text-decoration: none; padding-bottom: 0px; border-bottom: 2px #FD9393 solid;}
|
||||
p a:visted {color: #ff00ff;}
|
||||
a:hover {color: #47CCFC;}
|
||||
a:visited {color: #333;}
|
||||
small {padding: 10px 0px;}
|
||||
p {line-height: 24px;}
|
||||
ol {line-height: 24px;}
|
||||
a.button {border: none;}
|
||||
|
||||
#map {height: 400px; max-width: 530px; background: #DADADA;}
|
||||
#map a {border: none;}
|
||||
|
||||
|
||||
::selection {background: #ff00ff;} /*#44FFB4*/
|
||||
::-moz-selection {background: #ff00ff;}
|
||||
|
||||
/*.goToTop {font-size: 9px; font-family: Helvetica; text-transform: uppercase; }*/
|
||||
|
||||
#menu {/*background: #47CCFC;*/ color: #fff; padding: 20px; float: left; position: fixed; left: 40px; top: 40px; max-width: 300px; font-family: Helvetica; font-size: 14px;}
|
||||
#menu ul {list-style: none; margin: 0px; padding: 0px;}
|
||||
#menu li {line-height: 34px;}
|
||||
#menu li a {padding: 4px 8px; background-color: #F0F0F0; text-decoration: none; border: none;}
|
||||
#menu li a.a2 {background-color: #CCF4FF;}
|
||||
#menu li a:hover {background-color: #e7e7e7; color: #333;}
|
||||
|
||||
#wrapper {margin: 0px auto; max-width: 900px; padding-top: 40px; /*margin-left: 250px;*/}
|
||||
pre {word-wrap: break-word; padding: 14px; background: #F0F0F0; }
|
||||
code {font-family: "Consolas", "Ubuntu Mono", monospace; line-height: 22px; font-size: 13px; color: #636363; font-weight: normal;}
|
||||
.button {padding: 5px 4px; background-color: #fff; font-size: 10px;}
|
||||
.dotted {margin: 20px -28px; padding: 20px 28px; background-color: #CCF4FF; border: 8px solid #47CCFC; margin-top: 44px; padding-top: 0px;}
|
||||
.dotted li {padding: 0px 2px;}
|
||||
.dotted h2 {margin-top: inherit;}
|
||||
|
||||
.leaflet-popup-content h2 {margin-bottom: 4px; margin-top: auto;}
|
||||
|
||||
#latestSpot, #selectedSpot {height: 400px; max-width: 350px; width: 100%; float: right;}
|
||||
#selectedSpot {display: none;}
|
||||
#latestSpot ul, #selectedSpot ul {list-style: none; margin: 0px; padding: 0px;}
|
||||
#latestSpot li, #selectedSpot li{line-height: 34px;}
|
||||
|
||||
#hackSpotsTable {cursor: pointer; margin-top: 80px;}
|
||||
#hackSpotsTable .tHeader {padding: 4px 8px; background: #FF7031;}
|
||||
.spotRow:hover {color: #FF7031;}
|
||||
.spotRow {border-left: 3px solid #ff00ff;}
|
||||
.hideRow {display: none;}
|
53
css/style.css
Normal file
53
css/style.css
Normal file
@@ -0,0 +1,53 @@
|
||||
/* General */
|
||||
|
||||
/* body {margin: 0px auto;}
|
||||
a {color: #333;}
|
||||
small {padding: 10px 0px;}
|
||||
#wrapper {margin: 0px auto; max-width: 600px;}
|
||||
.button {padding: 5px 4px; background-color: #fff; font-size: 10px;}*/
|
||||
.button:hover {cursor: hand;}
|
||||
input:focus {outline: none;}
|
||||
|
||||
/* Table */
|
||||
|
||||
table {text-align: left; width: 100%}
|
||||
th {padding: 10px 0px;}
|
||||
td, text {padding: 3px 20px 3px 0px; font-size: 14px;}
|
||||
#tableFilter, #basicFilter, #dogFilter {margin: 12px 0px; border: none; border-bottom: 1px solid #333; background-color: transparent; padding: 0px; font-family: Merriweather; color: #fff; font-size: 13px; height: 22px;}
|
||||
.noMatches {margin-left: 20px; font-size: 11px; font-style: italic; visibility: hidden;}
|
||||
|
||||
/* Containers */
|
||||
.container {margin: 14px 0px;}
|
||||
#map {height: 400px; max-width: 800px; background: #DADADA;}
|
||||
#holder {height: 400px; max-width: 600px; background: #FFE4E4;}
|
||||
#bar2 {height: 320px; max-width: 600px; background: #F8CDCD;}
|
||||
|
||||
/* Bar Chart */
|
||||
|
||||
.labels text {text-align: right;}
|
||||
.bar .labels text {fill: #333;}
|
||||
.bar rect {fill: #e6e6e6;}
|
||||
.axis {shape-rendering: crispEdges;}
|
||||
.x.axis line {stroke: #FFE4E4; /*stroke-opacity: .2;*/ fill: none;}
|
||||
.x.axis path {fill: none;}
|
||||
.x.axis text {fill: #333;}
|
||||
.xLabel {font-family: sans-serif; font-size: 9px;}
|
||||
|
||||
/* Line Chart */
|
||||
|
||||
/* .axis {shape-rendering: crispEdges;}
|
||||
.x.axis .minor, .y.axis .minor {stroke-opacity: .5;}
|
||||
.x.axis {stroke-opacity: 1;}*/
|
||||
/* .y.axis line, .y.axis path, .x.axis path {fill: none; stroke: #acacac; stroke-width: 1;}
|
||||
.x.axis line {stroke: #acacac; stroke-opacity: .75;}*/
|
||||
/* .bigg {-webkit-transition: all .2s ease-in-out; -webkit-transform: scale(2);}
|
||||
path.chartLine {stroke: #14ECC8; stroke-width: 3; fill: none;}*/
|
||||
div.tooltip {position: absolute; text-align: left; padding: 4px 8px; width: auto; font-size: 10px; height: auto; background: #fff; border: 0px; pointer-events: none;}
|
||||
/*circle {fill: #fff;}*/
|
||||
|
||||
/* Map */
|
||||
|
||||
.leaflet-popup-content {font-family: Merriweather;}
|
||||
.leaflet-popup-content h2 {margin-bottom: 4px;}
|
||||
|
||||
img.petThumbs {height: 80px; width: 80px; border-radius: 1000px;}
|
Reference in New Issue
Block a user