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