From: Tom Gilder Date: Fri, 2 Dec 2005 00:37:15 +0000 (+0000) Subject: More CSS indentation fixing X-Git-Tag: 1.6.0~1078 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=a331f14c21ea330b7c6a481c1984f3d56abd6dd9;p=lhc%2Fweb%2Fwiklou.git More CSS indentation fixing --- diff --git a/skins/monobook/IE50Fixes.css b/skins/monobook/IE50Fixes.css index dd9eda3e5f..027e32ed0c 100644 --- a/skins/monobook/IE50Fixes.css +++ b/skins/monobook/IE50Fixes.css @@ -3,22 +3,22 @@ */ #column-content { - margin: 0 !important; - float: none; + margin: 0 !important; + float: none; } #column-content #content { - margin-top: 3em; - height: 1%; + margin-top: 3em; + height: 1%; } #column-one { - position: absolute; - overflow: visible; - top: 0; - left: 0; - z-index: 3; + position: absolute; + overflow: visible; + top: 0; + left: 0; + z-index: 3; } #footer { - margin: 0 0 0 13.6em; + margin: 0 0 0 13.6em; } /* IE 5 & 5.5 interpret keyword sizes one off */ @@ -27,26 +27,26 @@ body { font-size: xx-small; } ** the edit tabs */ #p-cactions li { - float: left; - padding-top: 0; - padding-bottom: 0 !important; - height: 0.9em; + float: left; + padding-top: 0; + padding-bottom: 0 !important; + height: 0.9em; } #p-cactions li a { - display: block; - padding-bottom: 0.045em; + display: block; + padding-bottom: 0.045em; } #p-cactions li.selected a { - padding-bottom: 0.17em; + padding-bottom: 0.17em; } #p-cactions li a:hover { - padding-bottom: 0.17em; + padding-bottom: 0.17em; } /* 5.0 doesn't like the background icon for external links and user */ .link-external, .external { - background: none; - padding: 0; + background: none; + padding: 0; } #p-personal ul { float: right } #p-personal li { float: left } @@ -54,14 +54,14 @@ li#pt-userpage, li#pt-anonuserpage, li#pt-login, li#pt-logout { - background: none; - padding-left: none; + background: none; + padding-left: none; } .visualClear { - width:100%; - height: 0px; - padding:0; - margin:0; + width: 100%; + height: 0px; + padding:0; + margin: 0; } -.firstHeading { margin-bottom: 0.3em; } +.firstHeading { margin-bottom: .3em; } /*div{ border:1px solid Red !important;}*/ diff --git a/skins/monobook/IE55Fixes.css b/skins/monobook/IE55Fixes.css index 6a7df22363..637daae17f 100644 --- a/skins/monobook/IE55Fixes.css +++ b/skins/monobook/IE55Fixes.css @@ -1,85 +1,85 @@ /* IE5.5/win- only fixes */ #column-content { - float: none; - margin-left: 0; - height: 1%; + float: none; + margin-left: 0; + height: 1%; } #column-content #content { - position: relative; - z-index: 5; - margin-left: 12.2em; - margin-top: 3em; - height: 1%; + position: relative; + z-index: 5; + margin-left: 12.2em; + margin-top: 3em; + height: 1%; } #column-one { - position: absolute; - top: 0; - left: 0; - z-index: 4; - width: 100%; + position: absolute; + top: 0; + left: 0; + z-index: 4; + width: 100%; } #footer { - margin-left: 13.6em; - border-left: 1px solid #fabd23; + margin-left: 13.6em; + border-left: 1px solid #fabd23; } /*#bodyContent div, #bodyContent pre { overflow: auto; }*/ -#p-personal { padding-bottom: 0.1em; } +#p-personal { padding-bottom: .1em; } body { font-size: xx-small; } #p-cactions { - width: 76% !important; - z-index: 3 !important; - float: none; + width: 76% !important; + z-index: 3 !important; + float: none; } #p-cactions li { - padding-bottom: 0 !important; - border: none; - background-color: transparent; - cursor: default; - float: none !important; + padding-bottom: 0 !important; + border: none; + background-color: transparent; + cursor: default; + float: none !important; } #p-cactions li a { - display: inline-block !important; - vertical-align: top; - padding-bottom: 0; - border: solid #aaa; - border-width: 1px 1px 0; + display: inline-block !important; + vertical-align: top; + padding-bottom: 0; + border: solid #aaa; + border-width: 1px 1px 0; } #p-cactions li.selected a { - border-color: #fabd23; - padding-bottom: 0.17em; + border-color: #fabd23; + padding-bottom: 0.17em; } #p-cactions li a:hover { - padding-bottom: 0.17em; + padding-bottom: 0.17em; } #p-navigation a { - display: inline-block; - width: 100%; + display: inline-block; + width: 100%; } .portlet { - overflow:hidden; + overflow: hidden; } #bodyContent a.external { - background: url(external.png) center right no-repeat; - padding-right: 13px; + background: url(external.png) center right no-repeat; + padding-right: 13px; } /* show the hand */ #p-logo a, #p-logo a:hover { - cursor: pointer; + cursor: pointer; } .visualClear { - width:90%; - height: 1px; - padding:0; - margin:0; + width: 90%; + height: 1px; + padding: 0; + margin: 0; } #editform { - width: 100%; + width: 100%; } diff --git a/skins/monobook/IE60Fixes.css b/skins/monobook/IE60Fixes.css index 1bd8382977..6b646c703b 100644 --- a/skins/monobook/IE60Fixes.css +++ b/skins/monobook/IE60Fixes.css @@ -2,83 +2,83 @@ /* content area */ /* workaround for various ie float bugs */ #column-content { - float: none; - margin-left: 0; - height: 1%; + float: none; + margin-left: 0; + height: 1%; } #column-content #content { - margin-left: 12.2em; - margin-top: 3em; - height: 1%; + margin-left: 12.2em; + margin-top: 3em; + height: 1%; } #column-one { - position: absolute; - top: 0; - left: 0; - z-index: 4; + position: absolute; + top: 0; + left: 0; + z-index: 4; } #footer { - margin-left: 13.6em; - border-left: 1px solid #fabd23; + margin-left: 13.6em; + border-left: 1px solid #fabd23; } /* the tabs */ #p-cactions { - z-index: 3; + z-index: 3; } #p-cactions li { - padding-bottom: 0 !important; - border: none; - background-color: transparent; - cursor: default; - float: none !important; + padding-bottom: 0 !important; + border: none; + background-color: transparent; + cursor: default; + float: none !important; } #p-cactions li a { - display: inline-block !important; - vertical-align: top; - padding-bottom: 0; - border: solid #aaa; - border-width: 1px 1px 0; + display: inline-block !important; + vertical-align: top; + padding-bottom: 0; + border: solid #aaa; + border-width: 1px 1px 0; } #p-cactions li.selected a { - border-color: #fabd23; - padding-bottom: 0.17em; + border-color: #fabd23; + padding-bottom: 0.17em; } #p-cactions li a:hover { - padding-bottom: 0.17em; + padding-bottom: 0.17em; } #p-navigation a { - display: inline-block; - width: 100%; + display: inline-block; + width: 100%; } #portal-personaltools { - padding-bottom: 0.1em; + padding-bottom: 0.1em; } #bodyContent a.external { - background: url(external.png) center right no-repeat; - padding-right: 13px; + background: url(external.png) center right no-repeat; + padding-right: 13px; } /* show the hand */ #p-logo a, #p-logo a:hover { - cursor: pointer; + cursor: pointer; } div.visualClear { - width:100%; - line-height: 0; + width:100%; + line-height: 0; } textarea { - width: 96%; + width: 96%; } div.editsection, #catlinks, div.tright, div.tleft { - position: relative; + position: relative; } /*{ border:1px solid Red !important;}*/ diff --git a/skins/monobook/IEMacFixes.css b/skins/monobook/IEMacFixes.css index faa720a318..f1b0571953 100644 --- a/skins/monobook/IEMacFixes.css +++ b/skins/monobook/IEMacFixes.css @@ -1,44 +1,44 @@ /* IE/Mac only fix stylesheet, imported from main.css */ #portal-column-content { - margin: 0 0 4.8em 0; - float: none; + margin: 0 0 4.8em 0; + float: none; } #portal-column-content #content { - z-index: 0; + z-index: 0; } #portal-column-one { - position: absolute; - top:0; - left:0; - z-index: 3; + position: absolute; + top: 0; + left: 0; + z-index: 3; } #portal-footer { - margin-left: 12em; + margin-left: 12em; } /* #portlet-contentViews { - top: 0.6em !important; - left: 14.5em !important; + top: 0.6em !important; + left: 14.5em !important; } */ #portlet-contentViews li, #portlet-contentViews .selected { - border: none !important; + border: none !important; } #portlet-contentViews li a { - border: 1px solid #aaaaaa; - border-bottom: none; + border: 1px solid #aaaaaa; + border-bottom: none; } #portlet-contentViews li.selected a { - border: 1px solid #fabd23; - border-bottom: none; + border: 1px solid #fabd23; + border-bottom: none; } /* no background images */ li#personaltools-userpage, li#personaltools-login/* */ { - background: none; - padding-left: none; + background: none; + padding-left: none; } #mactest { -color: Green; + color: green; } diff --git a/skins/monobook/Opera6Fixes.css b/skins/monobook/Opera6Fixes.css index 01bf27e8d5..88704739ae 100644 --- a/skins/monobook/Opera6Fixes.css +++ b/skins/monobook/Opera6Fixes.css @@ -1,14 +1,14 @@ /* opera 6 fixes */ #column-one { - position: relative; - max-width: 11.7em; + position: relative; + max-width: 11.7em; } #p-personal { - width: 45em; - margin-left: 8.6em; - right: 0; + width: 45em; + margin-left: 8.6em; + right: 0; } #bodyContent a.external { - background: url(external.png) center right no-repeat; - padding-right: 13px; + background: url(external.png) center right no-repeat; + padding-right: 13px; } diff --git a/skins/monobook/Opera7Fixes.css b/skins/monobook/Opera7Fixes.css index c005768703..446ea44cdb 100644 --- a/skins/monobook/Opera7Fixes.css +++ b/skins/monobook/Opera7Fixes.css @@ -1,11 +1,11 @@ /* small tweaks for opera seven */ #p-cactions { - margin-top: 0.1em; + margin-top: .1em; } #p-cactions li a { - top: 2px; + top: 2px; } #bodyContent a.external { - background: url(external.png) center right no-repeat; - padding-right: 13px; + background: url(external.png) center right no-repeat; + padding-right: 13px; } diff --git a/skins/monobook/rtl.css b/skins/monobook/rtl.css index 6050514449..7da860a8fb 100644 --- a/skins/monobook/rtl.css +++ b/skins/monobook/rtl.css @@ -23,32 +23,32 @@ To test: */ body { - direction: rtl; + direction: rtl; /* unicode-bidi: bidi-override;*/ - unicode-bidi: embed; + unicode-bidi: embed; } #column-content { margin: 0 -12.2em 0 0; - float: left; + float: left; } #column-content #content{ margin-left: 0; margin-right: 12.2em; - border-right: 1px solid #aaaaaa; - border-left: none; + border-right: 1px solid #aaaaaa; + border-left: none; } html>body .portlet { - float: right; - clear: right; + float: right; + clear: right; } /* recover IEMac (might be fine with the float, but usually it's close to IE */ *>body .portlet { - float: none; - clear: none; + float: none; + clear: none; } .pBody { - padding-right: 0.8em; - padding-left: 0.5em; + padding-right: 0.8em; + padding-left: 0.5em; } /* Fix alignment */ @@ -77,28 +77,28 @@ div.magnify, #p-cactions { left: auto; right: 11.5em; - padding-left: 0; - padding-right: 1em; + padding-left: 0; + padding-right: 1em; } #p-cactions li { - margin-left: 0.3em; - margin-right: 0; - float: right; + margin-left: 0.3em; + margin-right: 0; + float: right; } * html #p-cactions li a { - display: block; - padding-bottom: 0; + display: block; + padding-bottom: 0; } * html #p-cactions li a:hover { - padding-bottom: 0.2em; + padding-bottom: 0.2em; } /* offsets to distinguish the tab groups */ li#ca-talk { - margin-right: auto; - margin-left: 1.6em; + margin-right: auto; + margin-left: 1.6em; } li#ca-watch,li#ca-unwatch { - margin-right: 1.6em !important; + margin-right: 1.6em !important; } /* Fix margins */ @@ -125,16 +125,16 @@ dd { margin-right: 2em; } div.tright { - clear: none; + clear: none; } div.tleft { - clear: left; + clear: left; } div.floatright, table.floatright { - clear: none; + clear: none; } div.floatleft, table.floatleft { - clear: left; + clear: left; } div.townBox { margin-left: 0; @@ -156,7 +156,7 @@ li#ca-watch { } #p-personal li { - float: left; + float: left; } /* Fix link icons */ li#pt-userpage, @@ -166,59 +166,59 @@ li#pt-login { padding-left: 0; } .external { - padding: 0 !important; - background: none !important; + padding: 0 !important; + background: none !important; } #footer { - clear: both; + clear: both; } * html #footer { - margin-left: 0; - margin-right: 13.6em; - border-left: 0; - border-right: 1px solid #fabd23; + margin-left: 0; + margin-right: 13.6em; + border-left: 0; + border-right: 1px solid #fabd23; } * html #column-content { - float: none; - margin-left: 0; - margin-right: 0; + float: none; + margin-left: 0; + margin-right: 0; } * html #column-content #content { - margin-left: 0; - margin-top: 3em; + margin-left: 0; + margin-top: 3em; } * html #column-one { right: 0; } /* js pref toc */ #preftoc { - margin-right: 1em; + margin-right: 1em; } .preferences-save-success, #preftoc li, .prefsection fieldset { - float: right; + float: right; } .prefsection { - padding-right: 2em; + padding-right: 2em; } /* workaround for moz bug, displayed bullets on left side */ #toc ul { - text-align: right; + text-align: right; } #toc ul ul { - margin: 0 2em 0 0; + margin: 0 2em 0 0; } input#wpSave, input#wpDiff { margin-right: 0; - margin-left: 0.33em; + margin-left: .33em; } #userlogin { - float: right; - margin: 0 0 1em 3em; + float: right; + margin: 0 0 1em 3em; } \ No newline at end of file