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