Initial Commit

This commit is contained in:
2014-02-18 19:11:50 -07:00
commit 96d893fd58
54 changed files with 14181 additions and 0 deletions

BIN
inc/images/black-dot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

BIN
inc/images/blue-dot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 913 B

BIN
inc/images/blue-grad.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 B

BIN
inc/images/green-dot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 886 B

BIN
inc/images/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

BIN
inc/images/loading.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
inc/images/pink-dot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 917 B

BIN
inc/images/purple-dot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 909 B

BIN
inc/images/red-dot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 893 B

BIN
inc/images/star.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 B

BIN
inc/images/teal-dot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 927 B

BIN
inc/images/white-dot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

BIN
inc/images/yellow-dot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 956 B

179
inc/styles/admin.css Normal file
View File

@@ -0,0 +1,179 @@
#simplemap img {
background: none !important;
padding: none !important;
max-width: none !important;
max-height: none !important;
border: none !important;
}
body.toplevel_page_simplemap-simplemap small, body.simplemap_page_Add-Location small, body.simplemap_page_Manage-Database small, body.simplemap_page_Manage-Categories small, body.simplemap_page_Import-Export small {
color: #777;
}
select option span.hidden {
display: none !important;
visibility: hidden !important;
}
.inline-editor {
background: #ffffe0 !important;
}
.button-red {
border-color: #900 !important;
font-weight: bold;
color: #fff !important;
background: #c00 url( ../images/button-red-grad.png ) repeat-x scroll left top;
text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}
.button-red:active {
background: #c00 url( ../images/button-red-grad-active.png ) repeat-x scroll left top !important;
}
span.disabled-text {
font: italic 13px Georgia;
float: right;
color: #555;
}
span.title, label span.title {
display: inline-block;
width: 5em;
}
span.title.title_long, label.long span.title.title_long {
width: 10em;
}
input.fix_width, select.fix_width, textarea.fix_width {
width: 180px;
}
input.full_width, select.full_width, textarea.full_width {
width: 70%;
}
.disabled {
color: #999;
}
span.hidden {
display: none;
}
span#ala {
padding-left: 10px;
}
.postbox .sub {
color: rgb(119, 119, 119);
font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
font-size: 13px;
font-style: italic;
padding: 5px 10px 15px;
margin: 0;
}
.postbox h3 {
cursor: default !important;
}
form.inabox {
padding: 10px;
background: #ffffe0;
border: 1px solid #e6db55;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
form.inabox label {
font-weight: bold;
}
.radio-thumbnail {
float: left;
text-align: center;
margin: 1px;
padding: 10px;
}
.radio-thumbnail:hover {
margin: 0;
background-color: #eaf2fa;
border: 1px solid #93d8e2;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
}
.radio-thumbnail-current {
margin: 0;
background-color: #ffffe0;
border: 1px solid #e6db55;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
}
table.server-tests {
border-collapse: collapse;
}
table.server-tests td {
padding: 2px;
border: 1px solid #999;
font-size: 0.8em;
}
.sm-toolbar {
width: 97%;
margin-top: 25px;
}
.sm-toolbar td {
vertical-align: middle;
padding: 0 10px;
}
.sm-toolbar td.sm-page-title {
vertical-align: top;
}
.sm-toolbar td.sm-page-title h2 {
margin: 0;
}
.sm-toolbar-item {
width: 100px;
text-align: center;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #f9f9f9;
}
.sm-toolbar-item:hover {
background-color: #eaf2fa;
border-color: #93d8e2;
}
.sm-toolbar-item a {
text-decoration: none;
font: bold italic 1.1em Georgia;
}
.sm-toolbar-item form {
margin: 0;
}
#sm-location-premium-support h3 {
background: #fff url( ../images/blue-grad.png ) top left repeat-x;
color:#fff;
text-shadow:0 1px 0 #000;
}

214
inc/styles/dark.css Normal file
View File

@@ -0,0 +1,214 @@
/*
Theme Name: Dark
*/
#simplemap {
border: 1px solid #999;
color: #000;
}
#simplemap img {
background: none !important;
padding: none !important;
max-width: none !important;
max-height: none !important;
border: none !important;
}
#simplemap a {
color: #00c;
background: none;
text-decoration: none;
}
#simplemap a:hover {
background: none;
text-decoration: underline;
}
#powered_by_simplemap {
font-size: 0.75em;
text-align: right;
color: #999;
}
#powered_by_simplemap a {
color: #999;
text-decoration: underline;
}
#powered_by_simplemap a:hover {
text-decoration: none;
}
#searchForm {
text-align: left;
}
#searchForm input#addressInput {
width: 250px;
}
#searchForm input#addressSubmit {
width: auto;
}
#searchForm select {
width: auto;
}
#searchForm p {
margin: 10px auto;
}
#map_search label {
float: left;
}
#map_search .float_text_left {
float: left;
padding-right: 5px;
}
#simplemap-updating {
display:none;
background:#fff;
color:#000;
vertical-align:middle;
text-align:center;
}
#simplemap-updating img {
vertical-align:middle;
text-align:center;
}
.markertext {
font-size: 0.9em;
line-height: 1.2em;
color: #000;
}
.markertext .bubble_category {
font-size: 0.6em;
font-style: italic;
}
.markertext a {
color: #00c;
text-decoration: underline;
}
.markertext h3 {
margin-top: 0 !important;
text-align: left !important;
line-height: 1.2em !important;
}
.markertext .search-term {
background: #ff6;
}
div#results {
padding-bottom: 20px;
}
div.result {
margin: 0;
padding: 10px 5px;
font-size: 0.9em;
line-height: 1.2em;
border-bottom: 1px solid #ccc;
}
div.result small {
font-size: 0.7em;
color: #999;
}
div.result:hover {
background: #ebf0f1;
}
div.result address {
font-style: normal;
}
div.result h3 {
margin: 0 0 5px;
font-size: 1.5em;
text-transform: none;
}
div.result img {
border: none;
}
div.result .search-term {
background: #ff6;
color: #000;
}
div.result div.result_name {
width: 100%;
}
div.result div.result_address {
float: left;
width: 40%;
}
div.result div.result_phone {
float: left;
width: 30%;
height: 3em;
}
div.result div.result_links {
float: left;
display: table-cell;
width: 30%;
text-align: right;
vertical-align: bottom;
}
div.result div.result_links div {
clear: right;
margin-bottom: 3px;
}
div.result div.special {
float: right;
height: 20px;
margin: 0;
padding-left: 20px;
line-height: 20px;
text-align: left;
font-style: italic;
background: url( ../images/star.png ) no-repeat left center;
}
.location_search_title, .location_search_distance_cell, .location_search_taxonomy_cell {
font-weight:bold;
vertical-align:top;
}
.no-linebreak {
white-space:nowrap;
}
.sm-single-location-default-template {
padding:3px;
}
.sm-single-map {
float:left;
width:105px;
}
.sm-single-location-data {
margin-left:105px;
}
.sm-single-location-data-ul {

217
inc/styles/light.css Normal file
View File

@@ -0,0 +1,217 @@
/*
Theme Name: Light
*/
#simplemap {
border: 1px solid #999;
color: #000;
}
#simplemap img {
background: none !important;
padding: none !important;
max-width: none !important;
max-height: none !important;
border: none !important;
}
#simplemap a {
color: #00c;
background: none;
text-decoration: none;
}
#simplemap a:hover {
background: none;
text-decoration: underline;
}
#powered_by_simplemap {
font-size: 0.75em;
text-align: right;
color: #999;
}
#powered_by_simplemap a {
color: #999;
text-decoration: underline;
}
#powered_by_simplemap a:hover {
text-decoration: none;
}
#searchForm {
text-align: left;
}
#searchForm input#addressInput {
width: 250px;
}
#searchForm input#addressSubmit {
width: auto;
}
#searchForm select {
width: auto;
}
#searchForm p {
margin: 10px auto;
}
#map_search label {
float: left;
}
#map_search .float_text_left {
float: left;
padding-right: 5px;
}
#simplemap-updating {
display:none;
background:#fff;
color:#000;
vertical-align:middle;
text-align:center;
}
#simplemap-updating img {
vertical-align:middle;
text-align:center;
}
.markertext {
font-size: 0.9em;
line-height: 1.2em;
color: #000;
}
.markertext .bubble_category {
font-size: 0.6em;
font-style: italic;
}
.markertext a {
color: #00c;
text-decoration: underline;
}
.markertext h3 {
margin-top: 0 !important;
text-align: left !important;
line-height: 1.2em !important;
}
.markertext .search-term {
background: #ff6;
}
div#results {
padding-bottom: 20px;
}
div.result {
margin: 0;
padding: 10px 5px;
font-size: 0.9em;
line-height: 1.2em;
border-bottom: 1px solid #ccc;
}
div.result small {
font-size: 0.7em;
color: #999;
}
div.result:hover {
background: #ebf0f1;
}
div.result address {
font-style: normal;
}
div.result h3 {
margin: 0 0 5px;
font-size: 1.5em;
text-transform: none;
}
div.result img {
border: none;
}
div.result .search-term {
background: #ff6;
color: #000;
}
div.result div.result_name {
width: 100%;
}
div.result div.result_address {
float: left;
width: 40%;
}
div.result div.result_phone {
float: left;
width: 30%;
height: 3em;
}
div.result div.result_links {
float: left;
display: table-cell;
width: 30%;
text-align: right;
vertical-align: bottom;
}
div.result div.result_links div {
clear: right;
margin-bottom: 3px;
}
div.result div.special {
float: right;
height: 20px;
margin: 0;
padding-left: 20px;
line-height: 20px;
text-align: left;
font-style: italic;
background: url( ../images/star.png ) no-repeat left center;
}
.location_search_title, .location_search_distance_cell, .location_search_taxonomy_cell {
font-weight:bold;
vertical-align:top;
}
.no-linebreak {
white-space:nowrap;
}
.sm-single-location-default-template {
padding:3px;
}
.sm-single-map {
float:left;
width:105px;
}
.sm-single-location-data {
margin-left:105px;
}
.sm-single-location-data-ul {
list-style-type:none;
padding-left:0;
margin-left:0;
}