Initial commit

This commit is contained in:
2015-03-30 23:45:30 -04:00
commit ec16a1086b
63 changed files with 6856 additions and 0 deletions

View File

@ -0,0 +1,5 @@
/* DateTimeEntry styles v2.0.0 */
.datetimeEntry-control {
vertical-align: middle;
margin-left: 2px;
}

5
css/jquery.timeentry.css Normal file
View File

@ -0,0 +1,5 @@
/* TimeEntry styles v2.0.0 */
.timeEntry-control {
vertical-align: middle;
margin-left: 2px;
}

61
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;
}

64
css/sestyle.css Normal file
View File

@ -0,0 +1,64 @@
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;
font-size: 1.75em;
margin: 0.2em;
}
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: left;
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;
}
.ui-helper-center {
text-align:center;
}

61
css/style.css Normal file
View File

@ -0,0 +1,61 @@
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;
font-size: 1.75em;
margin: 0.2em;
}
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;
}