]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MonoBook/IE60Fixes.css
Remove $Id$
[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 { font-size: 110%; }
31
32 /* the tabs */
33
34 #p-cactions {
35     z-index: 3;
36 }
37
38 #p-cactions li {
39     padding-bottom: 0 !important;
40     border: none;
41     background-color: transparent;
42     cursor: default;
43     float: none !important;
44 }
45 #p-cactions li a {
46     display: inline-block !important;
47     vertical-align: top;
48     padding-bottom: 0;
49     border: solid #aaa;
50     border-width: 1px 1px 0;
51 }
52 #p-cactions li.selected a {
53     border-color: #fabd23;
54     padding-bottom: 0.17em !important;
55 }
56 #p-cactions li a:hover {
57     padding-bottom: 0.17em;
58 }
59 #p-navigation a {
60     display: inline-block;
61     width: 100%;
62 }
63 #portal-personaltools {
64     padding-bottom: 0.1em;
65 }
66 #bodyContent a.external {
67     background: url(images/external.png) center right no-repeat;
68     padding-right: 13px;
69 }
70
71 /* show the hand */
72 #p-logo a,
73 #p-logo a:hover {
74     cursor: pointer;
75 }
76 div.visualClear {
77     width:100%;
78     line-height: 0;
79 }
80 textarea {
81     width: 96%;
82 }
83
84 div.editsection,
85 #catlinks,
86 div.tright,
87 div.tleft {
88     position: relative;
89 }
90
91 span.rateit {
92   text-decoration: none;
93   font-family: Arial, Helvetica, sans-serif;
94   line-height: 1em;
95 }
96 div#rateit-widget-top {
97   top:   38px;
98 }