#entries { position: absolute; top: 10px; left: 180px; margin: 0; padding: 0; /* background: #FFE;*/ } #entries-list { width: 100%; overflow: scroll; } #entries-title { background: #888; font-size: 130%; font-weight: bold; } #entries-container { margin: 4px; } #entries-container table { border-collapse: collapse; width: 100%; } #entries-container table th, #entries-container table td { border: 1px #888 solid; overflow: hidden; } #entries-container table thead { background: #800; color: #FFF; font-size: 120%; } #entries-container table tbody { background: #CCC; } #entries-container table tr.file td { } #entries-container table tr.directory td.name { font-style: italic; } #entries-container table td a { color: #333; display: block; } #entries-container table td a:hover { color: #800; } #entries-container table#entry-table th#date-time { width: 10em; } #entries-container table#entry-table th#size { width: 6em; } #entries-container table#entry-table td.name { text-align: left; padding: 0px 8px; } #entries-container table#entry-table td.size { text-align: right; padding: 0px 8px; width: 15%; } #entries-container table#entry-table td.date-time { text-align: center; width: 30%; } #entries-container table#entry-table tr.odd { background: #888; } #entries-container table#entry-table tr.even { background: #CCC; }