Merged PetitTetonApps with the website now that the deployment server always uses SSL. Used the Apps more recent implementation of NodeJS/Express.

This commit is contained in:
Wynne Crisman
2016-05-31 14:37:42 -07:00
parent a98d7d3a5f
commit 78be012a14
192 changed files with 58459 additions and 19 deletions

63
public/admin/editor.styl Normal file
View File

@@ -0,0 +1,63 @@
.editorTable {
border-collapse: collapse;
border: 1px;
}
.editorTable td {
/*border-collapse: collapse;*/
border-bottom: 1px solid;
border-bottom-color: #555555;
padding:4px 4px 4px 4px;
}
.editorTable tr.alt td {
color:#aaaaaa;
background-color:#eeeeee;
}
.editorTable th {
/*font-size: 1.1em;*/
text-align:left;
padding:8px 4px 8px 4px; /*top right bottom left*/
background-color:#313131;
color:#fff;
}
.editorTable tr:hover {
background-color:#325e74;
}
.selectableColumnedList {
-webkit-columns: 295px auto;
-moz-columns: 295px auto;
columns: 295px auto;
-webkit-column-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px;
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
min-height: 200px;
background: #DEDEDE;
}
.selectableColumnedList i {
padding-right: 4px;
color: #444;
}
.selectableColumnedList a {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 13px;
text-decoration: none;
color: black;
}
.selectableColumnedList a.invisible {
color: #777;
}
.selectableColumnedList a:hover {
text-decoration: underline;
color: #343;
}
.selectableColumnedList a:active {
color: black;
}
.headerIcon {
width: 30px;
}