]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MonoBook/IE55Fixes.css
svn propdel svn:executable
[SourceForge/phpwiki.git] / themes / MonoBook / IE55Fixes.css
1 /**
2  *  $Id$
3  */ 
4
5 /* IE5.5/win- only fixes */
6
7 #column-content { 
8         float: none; 
9         margin-left: 0;
10         height: 1%;
11 }
12 #column-content #content {
13         position: relative;
14         z-index: 5;
15         margin-left: 12.2em;
16         margin-top: 3em;
17         height: 1%;
18 }
19 #column-one {
20         position: absolute;
21         z-index: 4;
22         top: 0;
23         left: 0;
24         width: 100%;
25 }
26 #footer {
27         margin-left: 13.6em;
28         border-left: 1px solid #fabd23;
29 }
30
31 /*#bodyContent div,
32 #bodyContent pre { overflow: auto; }*/
33
34 #p-personal { padding-bottom: 0.1em; }
35
36 body {  font-size: xx-small; }
37
38 pre {   font-size: x-small; }
39
40 #p-cactions {
41         width: 76% !important;
42         z-index: 3 !important;
43         float: none;
44 }
45 #p-cactions li {
46         float: left;
47         padding-top: 0;
48         padding-bottom: 0 !important;
49         height: 0.9em;
50 }
51 #p-cactions li a {
52         display: block;
53         padding-bottom: 0.045em;
54 }
55 #p-cactions li.selected a {
56         padding-bottom: 0.17em;
57         padding-bottom: 0.17em !important;
58 }
59 #p-cactions li a:hover {
60         padding-bottom: 0.17em;
61 }
62 .portlet {
63         overflow:hidden;
64 }
65 #bodyContent a.external {
66         background: url(external.png) center right no-repeat;
67         padding-right: 13px;
68 }
69 /* show the hand */
70 #p-logo a,
71 #p-logo a:hover {
72         cursor: pointer;
73 }
74 .visualClear {
75         width:90%;
76         height: 1px;
77         padding:0;
78         margin:0;
79 }