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