]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/sidebar.css
provide missing css source
[SourceForge/phpwiki.git] / themes / Sidebar / sidebar.css
1 /**
2  * $Id: sidebar.css,v 1.30 2007/01/13 23:42:20 rurban Exp $
3  *
4  * This incarnation of this stylesheet is a complete rewrite from the
5  * ground up.
6  * 
7  * It renders excellent with Mozilla and very good with IE5.1Mac.
8  * 
9  * No floats are used, for older versions of ie (which apparently hang).
10  *
11  * OmniWeb is totally useless with this stylesheet.
12  * This also has not yet been tested against NS4.
13  * 
14  */
15 @import url("../default/phpwiki.css");
16
17 /**
18  * General settings
19  */
20 body {
21   background: #ffffff;
22   font-family: Arial, Helvetica, sans-serif;
23   font-size: 85%; /* The default is too large. But enlarge monospace below */
24   margin: 0 0 0 0;
25 }
26
27 div.wikitext {
28   margin-left: 0.5em;
29   /* "paper" borders */
30   border-top:    1px solid #e8e6df;
31   border-left:   1px solid #e8e6df;
32   border-bottom: 1px solid #b2b2b2;
33   border-right:  1px solid #b2b2b2;
34 }
35
36 /** some border colors
37  ** to play with
38   #d3d2c8;
39   #e8e6df;
40   #6d6a5c;
41   #b3ae97;
42  **/
43 div#logo img {
44   /*  position: fixed; */
45   left: 1ex;
46   top:  1ex;
47   margin: 0;
48 }
49 /*
50 div#clock {
51   position: fixed;
52   left: 0.7ex;
53   top:  31ex;
54 }
55 div#calendar {
56   position: fixed;
57   left:  0.7ex;
58   top:  31ex;
59 }
60 */
61 h1 {
62   /*  position: fixed; */
63   top: 0;
64   /*background: ivory;*/
65   padding-top:    0.5ex;
66   padding-bottom: 0.5ex;
67   padding-left:   0.25em;
68   width: 100%;
69   border-bottom: 2px solid black;
70 }
71
72 h1 a.backlinks { text-decoration: none; }
73
74 /**
75  * Common toolbar settings
76  * Note that div.toolbar is used for other toolbars besides
77  * #navbar and #actionbar, such as in editpage and removepage
78  */
79 #navbar hr, #actionbar hr { display: none; }
80 #actionbuttons, #signin { line-height: 2.4ex; }
81 /* #navbuttons input { margin-bottom: 0.5ex; } */
82 .sidebar { line-height: 1em; }
83 /* #navbuttons { top: 5.5ex; } */
84
85 /* backlinks button */
86 .sidebar a.wikiadmin, .sidebar a.wikiaction { 
87   border: 0;
88   margin: 0;
89   padding: 0;
90   -moz-appearance: none;
91   -moz-box-sizing: auto;
92   -moz-border-radius: 0;
93   background-color: #fff;
94 }
95
96 /**
97  * Action links
98  * bonus for css2 browsers
99  * localise with dynamic css?
100  */
101 /*
102 div#actionbuttons:before {
103   display: block;
104   content: "Actions";
105 }
106 */
107 /* div#actionbuttons { bottom: 10ex; } */
108
109 /**
110  * Sign In
111  */
112 /* div#signin { position: fixed; bottom: 0; } */
113 div#signin { margin-bottom: 1ex; }
114
115
116 /**
117  * Search
118  */
119 div#searchholder {
120   display: inline; 
121   position: relative;
122 }
123 #searchGoButton { 
124   background-color: #fff;
125   border: none;
126   padding: 0 0 0 0;
127   height: 15px;
128   width: 15px;
129   -moz-appearance: none;
130   -moz-box-sizing: auto;
131   -moz-border-radius: 0;
132   line-height: 1em;
133   position: absolute;
134   top: 5px;
135   left: 132px;
136 }
137 #livesearch { 
138   position: relative;
139   margin-left: 0.5em;
140 }
141
142 /**
143  * Last edited
144  *
145  * Really the only thing left in in #actionbar
146    at this point is the date, everything else
147    has been plucked out. */
148 p.editdate {
149   background: white;
150   padding: 0.25ex 0.5em;
151   border-top:  1px solid #e8e6df;
152   border-left: 1px solid #e8e6df;
153   border-bottom: 1px solid #d3d2c8;
154   border-right:  1px solid #e8e6df;
155
156   margin-left:  0.5em;
157   margin-right: 1em;
158   margin-top:   0.5ex;
159   margin-bottom: 0.5ex;
160 }
161
162 /*
163 div#actionbar {
164   color: black;
165   background: ivory;
166   border-top: 1px solid #b2b2b2;
167   width: auto;
168   position: fixed;
169   left:  13em;
170   bottom: 0;
171   margin: 0;
172 }
173 */
174
175 /**
176  * Other
177  */
178 .debug {
179   margin-left:  0.5em;
180   left: 0.5em;
181   /*position: fixed;
182   top: 42ex;
183   width: 13em; */
184   max-width: 13em; /* ie ignores this */
185 }
186
187 /*
188 div#xhtml-validator { display: none; }
189  */
190
191 div#xhtml-validator {
192   /*  position: fixed; */
193   right: 0.75em;
194   /*  top: 1ex; */
195 }
196
197 .clear-floats {
198   clear: both;
199 }
200
201 /* Black Links */
202 div.box-title a, div.box-title a:visited, div.box-title a:link {
203   font-weight: normal;
204   text-decoration: none;
205   color: black;
206 }
207 div.box-title a:hover {
208   padding: 0 4px 0 4px;
209   background-color: ThreedLightShadow;
210   border: 1px outset;
211 }
212
213 /* smaller sidebar links */
214 div.box-data a, div.box-data a:visited, div.box-data a:link {
215   text-decoration: none;
216   color: black;
217   font-size: smaller;
218 }
219
220 div.box-data a:hover {
221   background-color: ThreedLightShadow;
222     /*background-color: #def;*/
223   border: 1px outset;
224 }
225 /* For emacs users
226  *
227  * Local Variables:
228  * mode: c
229  * c-file-style: cc-mode
230  * End:
231  */