More CSS indentation fixing
authorTom Gilder <tomgilder@users.mediawiki.org>
Fri, 2 Dec 2005 00:37:15 +0000 (00:37 +0000)
committerTom Gilder <tomgilder@users.mediawiki.org>
Fri, 2 Dec 2005 00:37:15 +0000 (00:37 +0000)
skins/monobook/IE50Fixes.css
skins/monobook/IE55Fixes.css
skins/monobook/IE60Fixes.css
skins/monobook/IEMacFixes.css
skins/monobook/Opera6Fixes.css
skins/monobook/Opera7Fixes.css
skins/monobook/rtl.css

index dd9eda3..027e32e 100644 (file)
@@ -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;}*/
index 6a7df22..637daae 100644 (file)
@@ -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%;
 }
index 1bd8382..6b646c7 100644 (file)
@@ -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;}*/
 
index faa720a..f1b0571 100644 (file)
@@ -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;
 }
index 01bf27e..8870473 100644 (file)
@@ -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;
 }
index c005768..446ea44 100644 (file)
@@ -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;
 }
index 6050514..7da860a 100644 (file)
@@ -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