web file bases

This commit is contained in:
Andrew Pamment
2018-02-15 14:43:37 +10:00
parent 7b7baa0c59
commit 15ca5a41dc
9 changed files with 399 additions and 3 deletions

View File

@@ -363,4 +363,40 @@ textarea {
padding: 0px;
max-width: 100%;
overflow-x: none;
}
.filedesc {
background-color: black;
color: gray;
font-family: 'pxplus_ibm_vga8regular';
line-height: 1;
padding: 5px;
}
table {
width: 100%;
border-collapse: collapse;
}
thead {
color: #eee;
background-color: #666666;
}
thead th:nth-child(1) {
width: 5%;
}
thead th:nth-child(2) {
width: 5%;
}
thead th:nth-child(3) {
width: 90%;
}
th, td {
vertical-align: top;
padding: 20px;
border-top: 1px solid #666;
}

View File

@@ -343,3 +343,39 @@
line-height: 1;
padding: 5px;
}
.filedesc {
background-color: black;
color: gray;
font-family: 'pxplus_ibm_vga8regular';
line-height: 1;
padding: 5px;
}
table {
width: 100%;
border-collapse: collapse;
}
thead {
color: #eee;
background-color: #666666;
}
thead th:nth-child(1) {
width: 30%;
}
thead th:nth-child(2) {
width: 10%;
}
thead th:nth-child(3) {
width: 60%;
}
th, td {
vertical-align: top;
padding: 20px;
border-top: 1px solid #666;
}