html {
min-height: 100%;
position: relative;
}
body {
color: #0E6251;
background-color: #FDF2E9;
min-height: 600px;
font: 14px/1.3 'Segoe UI',Arial, sans-serif;
margin: 8px;
}
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, #list_script {
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, #list_script 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;
cursor: pointer;
}
#list_info_toggle_container {
margin-top: 24px;
position: relative;
text-align: right;
}
#list_info_toggle {
cursor: pointer;
text-decoration: underline;
padding-right: 1.25em;
position: relative;
}
#list_info_toggle:after {
content: "";
position: absolute;
right: 0;
top: 0.21em;
bottom: 0.21em;
width: 1em;
background: linear-gradient(
to bottom,
transparent, transparent 5%,
#148F77 5%, #148F77 25%,
transparent 25%, transparent 40%,
#148F77 40%, #148F77 60%,
transparent 60%, transparent 75%,
#148F77 75%, #148F77 95%,
transparent 95%, transparent 100%
);
}
#list_info {
display: none;
}
#list_table {
border-collapse: collapse;
margin-left: 2em;
line-height: 1.5em;
margin-bottom: 33px;
}
#list_script {
display: none;
z-index: 99;
position: absolute;
padding-top: 2em;
padding-bottom: 2em;
right: 8px;
}
#list_script_toggle {
cursor: pointer;
text-decoration: underline;
}
.direct {
margin-right: 1em;
}
.upper_corner {
position: absolute;
top: 0.5em;
right: 0.5em;
}
.code {
background-color: #FDF2E9;
font-family: monospace;
margin-right: 2em;
margin-bottom: 1em;
word-wrap: break-word;
}
/* 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;
}