X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FdirListing%2FdirListing.css;h=b5826dfb439170abe033b84835c03f4782ac68dd;hb=c09bd2ddc32d2bd0de40b939b6641684c4f0b97b;hp=6ff4be847111c7a9c73a7093b0f6c855f2966207;hpb=4d12b027587c575893aad19d5207e86f52bda796;p=themes.git diff --git a/EarlyBlue/global/dirListing/dirListing.css b/EarlyBlue/global/dirListing/dirListing.css index 6ff4be84..b5826dfb 100644 --- a/EarlyBlue/global/dirListing/dirListing.css +++ b/EarlyBlue/global/dirListing/dirListing.css @@ -38,14 +38,16 @@ 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 { +th:hover > a { text-decoration: underline; } -tbody > tr:not(:hover) > td:not(:first-child) { - color: #808080; +tbody > tr:hover { + outline: 1px solid #808080; + 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; -}