]> TLD Linux GIT Repositories - tld-builder.git/blob - TLD_Builder/style.css
- missed new files
[tld-builder.git] / TLD_Builder / style.css
1 /*
2  * css from www.pld-linux.org (moinmoin) wiki theme, using css usage firebug plugin to cleanup
3  */
4 html {
5         background-color: white;
6         color: #5e5e5e;
7         font-family: Tahoma, Arial, Lucida Grande, sans-serif;
8         font-size: 0.75em;
9         line-height: 1.25em;
10 }
11
12 a {
13         text-decoration: underline;
14         color: #006;
15 }
16
17 a:hover {
18         color: #006;
19 }
20
21 pre {
22         background: #FFF8EB;
23         border: 1pt solid #FFE2AB;
24         font-family: courier, monospace;
25         padding: 0.5em;
26         white-space: pre-wrap;
27         word-wrap: break-word;
28 }
29
30 @media screen, projection {
31         html {
32                 background-color: #f3efe3;
33         }
34
35         body {
36                 position: relative;
37         }
38
39         div.request {
40                 background-color: white;
41                 margin: 10px 0px;
42                 padding: 2px;
43         }
44         div > a {
45                 font-weight: bold;
46                 color: #5e5e5e;
47         }
48         div > a:hover {
49                 color: #5e5e5e;
50         }
51         div.upgrade {
52                 background-color: #e4f1cf;
53         }
54         div:target {
55                 background-color: #ffffcc;
56                 color: black;
57         }
58
59         #header {
60                 background-color: white;
61                 border: 1px solid black;
62                 padding: 0.5em;
63                 position: fixed;
64                 right: 0px;
65                 bottom: 0px;
66                 z-index: 100;
67         }
68
69         #content {
70                 clear: both;
71                 overflow: auto;
72                 position: absolute;
73                 width: 100%;
74         }
75 }
76 @media print {
77         a {
78                 background-color: inherit;
79                 color: inherit;
80         }
81         #header {
82                 display: none;
83         }
84 }
85
86 @media projection {
87         html { line-height: 1.8em; }
88         body, b, a, p { font-size: 22pt; }
89 }