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