]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MonoBook/IE60Fixes.css
Compress CSS
[SourceForge/phpwiki.git] / themes / MonoBook / IE60Fixes.css
1 /**
2  *  $Id$
3  */ 
4
5 /* 6.0 - only fixes */
6 /* content area */ 
7 /* workaround for various ie float bugs */
8 #column-content { 
9         float: none; 
10         margin-left: 0;
11         height: 1%;
12 }
13 #column-content #content {
14         margin-left: 12.2em;
15         margin-top: 3em;
16         height: 1%;
17 }
18 #column-one {
19         position: absolute;
20         z-index: 4;
21         top: 0;
22         left: 0;
23 }
24 #footer {
25         margin-left: 13.6em;
26         border-left: 1px solid #fabd23;
27 }
28
29 body { font-size: 80%;}
30 tt {
31         font-size: 110%;
32 }
33
34 /* the tabs */
35
36 #p-cactions {
37         z-index: 3;
38 }
39
40 #p-cactions li {
41         padding-bottom: 0 !important;
42         border: none;
43         background-color: transparent;
44         cursor: default;
45         float: none !important;
46 }
47 #p-cactions li a {
48         display: inline-block !important;
49         vertical-align: top;
50         padding-bottom: 0;
51         border: solid #aaa;
52         border-width: 1px 1px 0;
53 }
54 #p-cactions li.selected a {
55         border-color: #fabd23;
56         padding-bottom: 0.17em !important;
57 }
58 #p-cactions li a:hover {
59         padding-bottom: 0.17em;
60 }
61 #p-navigation a {
62         display: inline-block;
63         width: 100%;
64 }
65 #portal-personaltools {
66         padding-bottom: 0.1em;
67 }
68 #bodyContent a.external {
69         background: url(images/external.png) center right no-repeat;
70         padding-right: 13px;
71 }
72
73 /* show the hand */
74 #p-logo a,
75 #p-logo a:hover {
76         cursor: pointer;
77 }
78 div.visualClear {
79         width:100%;
80         line-height: 0;
81 }
82 textarea {
83         width: 96%;
84 }
85
86 div.editsection,
87 #catlinks,
88 div.tright,
89 div.tleft {
90         position: relative;
91 }
92 /*{ border:1px solid Red !important;}*/
93 span.rateit {
94   text-decoration: none;
95   font-family: Arial, Helvetica, sans-serif;
96   line-height: 1em;
97 }
98 div#rateit-widget-top {
99   top:   38px;
100 }
101 /*
102 div#rateit-widget-top {
103   top:   15px;
104   right: 90px;
105 }
106 */