ee4e1ddbe9dbaa88b6cabf3706f685bf8917c235
[themes.git] / LCARStrek / global / dirListing / dirListing.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 :root {
6   background-color: #000000;
7   color: #FF9F00;
8   font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
9   -moz-padding-start: 2em;
10   -moz-padding-end: 2em;
11 }
12
13 body {
14   border: 1px solid #9C9CFF;
15   border-radius: 10px;
16   padding: 3em;
17   min-width: 30em;
18   max-width: 65em;
19   margin: 4em auto;
20   background-color: #000000;
21   color: #FF9F00;
22 }
23
24 h1 {
25   margin: 0 0 .6em;
26   border-bottom: 1px solid #008484;
27   font-size: 160%;
28   font-weight: normal;
29 }
30
31 a {
32   text-decoration: none;
33 }
34
35 a:hover {
36   background-color: #FFCF00;
37   color: #000000;
38 }
39
40 p {
41   font-size: 110%;
42 }
43
44 #UI_goUp {
45   margin-top: 0;
46   float: left;
47 }
48
49 #UI_goUp:-moz-dir(rtl) {
50   float: right;
51 }
52
53 #UI_showHidden {
54   margin-top: 0;
55   float: right;
56 }
57
58 #UI_showHidden:-moz-dir(rtl) {
59   float: left;
60 }
61
62 table {
63   clear: both;
64   width: 90%;
65   margin: 0 auto;
66 }
67
68 thead {
69   font-size: 130%;
70 }
71
72 /* last modified */
73 th:first-child {
74   text-align: center !important;
75 }
76
77 th:hover > a {
78   background-color: #FFCF00;
79   color: #000000;
80 }
81
82 body > table > tbody > tr:hover {
83   outline: 1px solid #008484;
84   -moz-outline-radius: .3em;
85 }
86
87 /* let 'Size' and 'Last Modified' take only as much space as they need and 'Name' all the rest */
88 td:not(:first-child) {
89   width: 0;
90 }
91
92 .up {
93   padding: 0 .5em;
94   -moz-margin-start: 20px;
95 }
96
97 .up::before {
98   -moz-margin-end: 4px;
99   -moz-margin-start: -20px;
100   vertical-align: middle;
101   content: url("chrome://global/skin/dirListing/up.png");
102 }