Folder reorganize 1

This commit is contained in:
Rucus
2026-02-17 12:44:37 -06:00
parent ec99d85bc2
commit f0ae0ab905
17427 changed files with 2071 additions and 1059030 deletions

62
OLD/pannels/style.css Normal file
View File

@@ -0,0 +1,62 @@
body{
margin: 0 auto !important;
float: none !important;
background-color: #000;
}
.divTable{
display: table;
width: 100%;
}
.divTableRow {
display: table-row;
height: 60px;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;
}
.divTableCell, .divTableHead {
border: 1px solid #999999;
display: table-cell;
padding: 3px 10px;
width: 11.11%;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;
font-weight: bold;
}
.divTableFoot {
background-color: #EEE;
display: table-footer-group;
font-weight: bold;
}
.divTableBody {
display: table-row-group;
}
#gopen {
background-color: #039003;
text-align: center;
font-size: 100%;
letter-spacing: -0.00em;
color: #fff;
font-weight: bold;
text-decoration: none;
width: 100%px;
height: 8px;
padding: 9px 0 9px 12px;
margin: 0 9px 0 8px;
}
#gclose {
background-color:#c00002;
text-align: center;
font-size: 100%;
letter-spacing: -0.00em;
color: #fff;
font-weight: bold;
text-decoration: none;
width: 100%px;
height: 8px;
padding: 9px 0 9px 12px;
margin: 0 9px 0 8px;
}