sync both themes with toolkit windows theme changes in Mozilla 31 cycle
[themes.git] / LCARStrek / global / dirListing / dirListing.css
CommitLineData
9099c61d
RK
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/. */
c79d2bbe
RK
4
5:root {
6 background-color: #000000;
7 color: #FF9F00;
4ed82c79 8 font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
8caa872d
RK
9 -moz-padding-start: 2em;
10 -moz-padding-end: 2em;
c79d2bbe
RK
11}
12
13body {
14 border: 1px solid #9C9CFF;
569543b3 15 border-radius: 10px;
c79d2bbe
RK
16 padding: 3em;
17 min-width: 30em;
18 max-width: 65em;
19 margin: 4em auto;
20 background-color: #000000;
21 color: #FF9F00;
22}
23
24h1 {
02920d2b 25 margin: 0 0 .6em;
c79d2bbe
RK
26 border-bottom: 1px solid #008484;
27 font-size: 160%;
28 font-weight: normal;
29}
30
31a {
32 text-decoration: none;
33}
34
35a:hover {
36 background-color: #FFCF00;
37 color: #000000;
38}
39
40p {
41 font-size: 110%;
42}
43
44#UI_goUp {
45 margin-top: 0;
46 float: left;
47}
48
54628835 49#UI_goUp:-moz-dir(rtl) {
ca710c53
RK
50 float: right;
51}
52
c79d2bbe
RK
53#UI_showHidden {
54 margin-top: 0;
55 float: right;
56}
57
54628835 58#UI_showHidden:-moz-dir(rtl) {
ca710c53
RK
59 float: left;
60}
61
c79d2bbe
RK
62table {
63 clear: both;
64 width: 90%;
65 margin: 0 auto;
66}
67
68thead {
69 font-size: 130%;
70}
71
72/* last modified */
73th:first-child {
ca710c53 74 text-align: center !important;
c79d2bbe
RK
75}
76
77th:hover > a {
78 background-color: #FFCF00;
79 color: #000000;
80}
81
2e88f3cc 82body > table > tbody > tr:hover {
c79d2bbe
RK
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 */
88td: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}