update EarlyBlue to trunk
[themes.git] / EarlyBlue / global / dirListing / dirListing.css
index 6ff4be847111c7a9c73a7093b0f6c855f2966207..f1fdc2c3e95b3b322d30cac3559c32f6caf64949 100644 (file)
   background-color: #CCD0DD;
   color: #000000;
   font: 12px helvetica,arial,tahoma,sans-serif;
+  padding-left: 2em;
+  padding-right: 2em;
 }
 
 body {
   border: 1px solid #666699;
   -moz-border-radius: 10px;
   padding: 3em;
-  min-width: 13em;
-  max-width: 52em;
+  min-width: 30em;
+  max-width: 65em;
   margin: 4em auto;
   background-color: #9999CC;
   color: #000000;
@@ -80,10 +82,6 @@ p {
   float: right;
 }
 
-#UI_showHidden:not(:hover) {
-  color: #808080;
-}
-
 table {
   clear: both;
   width: 90%;
@@ -94,53 +92,33 @@ thead {
   font-size: 130%;
 }
 
-th {
-  font-weight: normal;
-}
-
-th:first-child ,
-th:first-child + th {
-  padding-right: 2em;
+/* last modified */
+th:first-child {
+  text-align: center;
 }
 
-table[order] th:hover {
+table[order] > thead > tr > th:hover {
   text-decoration: underline;
 }
 
-tbody > tr:not(:hover) > td:not(:first-child) {
-  color: #808080;
+tbody > tr:hover {
+  outline: 1px solid #808080;
+  -moz-outline-radius: .3em;
 }
 
 /* let 'Size' and 'Last Modified' take only as much space as they need and 'Name' all the rest */
-td:first-child + td ,
-td:first-child + td + td ,
-td:last-child {
+td:not(:first-child) {
   width: 0;
 }
 
-.up ,
-.dir ,
-.symlink ,
-.file {
+.up {
   padding: 0 .5em;
-  margin-left: 20px;
-}
-
-.up::before ,
-.dir::before ,
-.file > img {
-  margin-right: 4px;
-  margin-left: -20px;
-  opacity: .6;
-  vertical-align: middle;
+  -moz-margin-start: 20px;
 }
 
 .up::before {
+  -moz-margin-end: 4px;
+  -moz-margin-start: -20px;
+  vertical-align: middle;
   content: url("chrome://global/skin/dirListing/up.png");
 }
-
-.up:hover::before ,
-tr:hover > td > a::before ,
-tr:hover > td > .file > img {
-  opacity: 1;
-}