]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MonoBook/IEMacFixes.css
svn propdel svn:executable
[SourceForge/phpwiki.git] / themes / MonoBook / IEMacFixes.css
1 /**
2  *  $Id$
3  */ 
4
5 /* IE/Mac only fix stylesheet, imported from main.css */
6 #portal-column-content {
7     margin: 0 0 4.8em 0;
8     float: none;
9 }
10 #portal-column-content #content {
11     z-index: 0;
12 }
13 #portal-column-one {
14     position: absolute;
15     top:0;
16     left:0;
17     z-index: 3;
18 }
19 #portal-footer {
20     margin-left: 12em; 
21 }
22 /*
23 #portlet-contentViews {
24     top: 0.6em !important;
25     left: 14.5em !important;
26 }
27 */
28 #portlet-contentViews li,
29 #portlet-contentViews .selected {
30     border: none !important;
31 }
32 #portlet-contentViews li a   {
33     border: 1px solid #aaaaaa;
34     border-bottom: none;
35 }
36 #portlet-contentViews li.selected a {
37     border: 1px solid #fabd23;
38     border-bottom: none;
39 }
40 /* no background images */
41 li#personaltools-userpage,
42 li#personaltools-login/* */ {
43     background: none;
44     padding-left: none;
45 }
46 #mactest {
47 color: Green;
48 }