]> git.pld-linux.org Git - projects/pld-builder.new.git/blob - PLD_Builder/style.css
make filter toolbox float at the top
[projects/pld-builder.new.git] / PLD_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                 z-index: 100;
65         }
66
67         #content {
68                 clear: both;
69                 margin-top: 5em;
70                 overflow: auto;
71                 position: absolute;
72                 width: 100%;
73         }
74 }
75 @media print {
76         a {
77                 background-color: inherit;
78                 color: inherit;
79         }
80         #header {
81                 display: none;
82         }
83 }
84
85 @media projection {
86         html { line-height: 1.8em; }
87         body, b, a, p { font-size: 22pt; }
88 }
This page took 0.152299 seconds and 3 git commands to generate.