git:// links no longer work, refer to the https:// one.
[wiki] / web.css
1 body {
2         background: white;
3         color: black;
4         font-family: sans-serif;
5         font-size: 14px;
6         max-width: 1000px;
7         margin-left: auto;
8         margin-right: auto;
9         text-align: justify;
10 }
11
12 .header {
13         margin: 0;
14         padding: 0;
15 }
16
17 .actions {
18         margin: 0;
19         padding: 0;
20 }
21
22 .actions ul {
23         margin: 0;
24         padding-left: 0;
25         padding-bottom: .5em;
26         list-style-type: none;
27         text-align: right;
28 }
29
30 .pageheader .actions ul {
31         color: gray;
32         border-bottom: 1px solid black;
33 }
34
35 .header {
36         display: none;
37 }
38
39 .actions li {
40         display: inline;
41         padding: .2em .4em;
42 }
43
44 .searchform {
45         display: inline;
46 }
47
48 .searchform form {
49         display: inline;
50 }
51
52 input#searchbox {
53         background: url(wikiicons/search-bg.gif) no-repeat;
54         background-position: 100% 50%;
55         padding: 0;
56         padding-right: 1.2em;
57         width: 10em;
58 }
59
60 .pagefooter {
61         color: gray;
62         border-top: 1px solid black;
63         clear: both;
64         padding-top: .5em;
65         text-align: right;
66 }
67
68 #poweredby {
69         float: left;
70         width: 40%;
71         text-align: left;
72 }
73
74 h1, h2, h3, h4, h5 {
75         text-align: left;
76 }
77
78 table {
79         border: 1px solid;
80         border-collapse: collapse;
81         text-align: left;
82 }
83
84 td {
85         border: 1px solid;
86         padding: 4px;
87 }
88
89 th {
90         border: 1px solid;
91         padding: 4px;
92 }
93
94 .inlinefooter {
95         clear: both;
96 }
97
98 #content {
99         padding-top: 1em;
100         padding-bottom: 1em;
101         padding-right: 1em;
102 }
103
104 #content > :first-child {
105         margin-top: 0;
106 }
107
108 #content pre {
109         padding: 3px 5px;
110         border: 1px black;
111         border-style: dashed;
112         overflow: auto;
113 }
114
115 #backlinks {
116         display: none;
117 }
118
119 #feedlink {
120         float: right;
121         width: 9em;
122         text-align: right;
123 }
124
125 .feedbutton {
126         background: #ff6600;
127         color: white !important;
128         border-left: 1px solid #cc9966;
129         border-top: 1px solid #ccaa99;
130         border-right: 1px solid #993300;
131         border-bottom: 1px solid #331100;
132         padding: 0px 0.5em 0px 0.5em;
133         font-family: sans-serif;
134         font-weight: bold;
135         font-size: small;
136         text-decoration: none;
137         margin-top: 1em;
138 }
139
140 .feedbutton:hover {
141         color: white !important;
142         background: #ff9900;
143 }
144
145 img {
146         border: 0;
147 }