source: collections/documented-examples/trunk/wiki-e/style/IE50Fixes.css@ 19121

Last change on this file since 19121 was 19121, checked in by kjdon, 15 years ago

moved stylesheets from images into style

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1/*
2** IE5.0 Fix Stylesheet
3*/
4
5#wikispecificstyle #column-content {
6 margin: 0 !important;
7 float: none;
8}
9#wikispecificstyle #column-content #content {
10 margin-top: 3em;
11 height: 1%;
12}
13#wikispecificstyle #column-one {
14 position: absolute;
15 overflow: visible;
16 top: 0;
17 left: 0;
18 z-index: 3;
19}
20#wikispecificstyle #footer {
21 margin: 0 0 0 13.6em;
22}
23
24/* IE 5 & 5.5 interpret keyword sizes one off */
25#wikispecificstyle body { font-size: xx-small; }
26/*
27** the edit tabs
28*/
29#wikispecificstyle #p-cactions li {
30 float: left;
31 padding-top: 0;
32 padding-bottom: 0 !important;
33 height: 0.9em;
34}
35#wikispecificstyle #p-cactions li a {
36 display: block;
37 padding-bottom: 0.045em;
38}
39#wikispecificstyle #p-cactions li.selected a {
40 padding-bottom: 0.17em;
41}
42#wikispecificstyle #p-cactions li a:hover {
43 padding-bottom: 0.17em;
44}
45/* 5.0 doesn't like the background icon for external links and user */
46.link-external,
47#wikispecificstyle .external {
48 background: none;
49 padding: 0;
50}
51#wikispecificstyle #p-personal ul { float: right }
52#wikispecificstyle #p-personal li { float: left }
53li#pt-userpage,
54li#pt-anonuserpage,
55li#pt-login,
56#wikispecificstyle li#pt-logout {
57 background: none;
58 padding-left: none;
59}
60#wikispecificstyle .visualClear {
61 width:100%;
62 height: 0px;
63 padding:0;
64 margin:0;
65}
66#wikispecificstyle .firstHeading { margin-bottom: 0.3em; }
67#wikispecificstyle /*div{ border:1px solid Red !important;}*/
Note: See TracBrowser for help on using the repository browser.