html {
min-height: 100%;
position: relative;
}
body {
color: #0E6251;
background-color: #FDF2E9;
min-height: 600px;
font: 14px/1.3 'Segoe UI',Arial, sans-serif;
}
a:visited {
color: #0E3221;
}
a:link {
color: #0E6251;
}
#page {
padding-bottom: 60px;
}
#footer {
position: absolute;
bottom: 0;
left: 9vw;
width: 80vw;
height: 23px;
background-color: #FAE5D3;
text-align: center;
padding-top: 7px;
background: #fdf2e9; /* Old browsers */
background: -moz-linear-gradient(left, #fdf2e9 0%, #fae5d3 50%, #fdf2e9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #fdf2e9 0%,#fae5d3 50%,#fdf2e9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #fdf2e9 0%,#fae5d3 50%,#fdf2e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf2e9', endColorstr='#fdf2e9',GradientType=1 ); /* IE6-9 */
}
.version_number {
font-size: xx-small;
}
td,th {
min-width: 10em;
padding-right: 2em;
padding-top: 0.2em;
padding-bottom: 0.2em;
}
th {
cursor: pointer;
background: #FDF2E9;
}
tr:nth-child(odd) {
background-color: #FAE5D3;
background: -moz-linear-gradient(left, #fae5d3 0%, #fae5d3 95%, #fdf2e9 100%);
background: -webkit-linear-gradient(left, #fae5d3 0%,#fae5d3 95%,#fdf2e9 100%);
background: linear-gradient(to right, #fae5d3 0%,#fae5d3 95%,#fdf2e9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae5d3', endColorstr='#fdf2e9',GradientType=1 );
}
.td_right {
text-align: right;
}
/* list view */
.clear {
clear: both;
}
#list_left {
float: left;
}
#list_title {
margin-left: 5em;
}
#list_description {
margin-left: 2em;
margin-bottom: 1em;
}
#list_menu {
float:right;
padding: 8px;
border: 4px solid #148F77;
background-color: #FAE5D3;
line-height: 1.5em;
position: relative;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-left-radius: 15px;
}
#list_menu ul {
margin-top: 0px;
margin-bottom: 0px;
}
#list_upload {
margin-bottom: 0.5em;
}
#list_upload_select {
width: 200px;
}
#list_upload_button {
float: right;
}
#list_url_upload_text {
width: 95%;
float: right;
}
#list_url_upload_button {
float: right;
}
#list_info_toggle {
margin-top: 24px;
cursor: pointer;
text-align: right;
}
#list_info {
display: none;
}
#list_table {
border-collapse: collapse;
margin-left: 2em;
line-height: 1.5em;
margin-bottom: 33px;
}
.direct {
margin-right: 1em;
}
/* index */
#index_title {
float:left;
margin-left: 5em;
}
#index_menu {
float:right;
padding: 12px;
border: 4px solid #148F77;
background-color: #FAE5D3;
line-height: 2em;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-left-radius: 15px;
}
#index_table {
border-collapse: collapse;
margin-left: 2em;
font-size: medium;
}
#progress {
margin: 4px 4px 4px 4px;
}
#progress.success {
color: green;
}
#progress.failure {
color: red;
}
.sortarrow {
font-size: large;
}