cleanup to CSS files (spaces -> tabs for indentation, trimmed trailing spaces, update...
authorJack Phoenix <ashley@users.mediawiki.org>
Mon, 5 Jul 2010 20:40:09 +0000 (20:40 +0000)
committerJack Phoenix <ashley@users.mediawiki.org>
Mon, 5 Jul 2010 20:40:09 +0000 (20:40 +0000)
skins/modern/main.css
skins/modern/print.css
skins/modern/rtl.css
skins/monobook/IE50Fixes.css
skins/monobook/IE55Fixes.css
skins/monobook/IE60Fixes.css
skins/monobook/IE70Fixes.css
skins/monobook/main.css
skins/monobook/rtl.css

index 90b8b66..e3946b2 100644 (file)
@@ -69,7 +69,8 @@ body {
 }
 
 #p-personal li {
-       display: block; float: left;
+       display: block;
+       float: left;
        height: 1.5em;
        margin: 0 0 0 0;
        vertical-align: middle;
@@ -301,27 +302,27 @@ hr {
 }
 
 a {
-        text-decoration: none;
-        color: #003366;
-        background: none;
+       text-decoration: none;
+       color: #003366;
+       background: none;
 }
 a:visited {
-        color: #5a3696;
+       color: #5a3696;
 }
 a:active {
-        color: #faa700;
+       color: #faa700;
 }
 a:hover {
-        text-decoration: underline;
+       text-decoration: underline;
 }
 a.stub {
-        color: #772233;
+       color: #772233;
 }
 a.new {
-        color: #ba0000;
+       color: #ba0000;
 }
 a.new:visited {
-        color: #a55858;
+       color: #a55858;
 }
 
 span.editsection {
@@ -402,33 +403,33 @@ h1, h2 {
 
 #mw_content a.external,
 #mw_content a[href ^="gopher://"] {
-        background: url(external.png) center right no-repeat;
-        padding-right: 13px;
+       background: url(external.png) center right no-repeat;
+       padding-right: 13px;
 }
 #mw_content a[href ^="https://"],
 .link-https {
-        background: url(lock_icon.gif) center right no-repeat;
-        padding-right: 16px;
+       background: url(lock_icon.gif) center right no-repeat;
+       padding-right: 16px;
 }
 #mw_content a[href ^="mailto:"],
 .link-mailto {
-        background: url(mail_icon.gif) center right no-repeat;
-        padding-right: 18px;
+       background: url(mail_icon.gif) center right no-repeat;
+       padding-right: 18px;
 }
 #mw_content a[href ^="news://"] {
-        background: url(news_icon.png) center right no-repeat;
-        padding-right: 18px;
+       background: url(news_icon.png) center right no-repeat;
+       padding-right: 18px;
 }
 #mw_content a[href ^="ftp://"],
 .link-ftp {
-        background: url(file_icon.gif) center right no-repeat;
-        padding-right: 18px;
+       background: url(file_icon.gif) center right no-repeat;
+       padding-right: 18px;
 }
 #mw_content a[href ^="irc://"],
 #mw_content a.extiw[href ^="irc://"],
 .link-irc {
-        background: url(discussionitem_icon.gif) center right no-repeat;
-        padding-right: 18px;
+       background: url(discussionitem_icon.gif) center right no-repeat;
+       padding-right: 18px;
 }
 
 #mw_content a.external[href $=".ogg"], #mw_content a.external[href $=".OGG"],
@@ -438,23 +439,23 @@ h1, h2 {
 #mw_content a.external[href $=".wav"], #mw_content a.external[href $=".WAV"],
 #mw_content a.external[href $=".wma"], #mw_content a.external[href $=".WMA"],
 .link-audio {
-        background: url("audio.png") center right no-repeat;
-        padding-right: 13px;
+       background: url("audio.png") center right no-repeat;
+       padding-right: 13px;
 }
 #mw_content a.external[href $=".ogm"], #mw_content a.external[href $=".OGM"],
 #mw_content a.external[href $=".avi"], #mw_content a.external[href $=".AVI"],
 #mw_content a.external[href $=".mpeg"], #mw_content a.external[href $=".MPEG"],
 #mw_content a.external[href $=".mpg"], #mw_content a.external[href $=".MPG"],
 .link-video {
-        background: url("video.png") center right no-repeat;
-        padding-right: 13px;
+       background: url("video.png") center right no-repeat;
+       padding-right: 13px;
 }
 #mw_content a.external[href $=".pdf"], #mw_content a.external[href $=".PDF"],
 #mw_content a.external[href *=".pdf#"], #mw_content a.external[href *=".PDF#"],
 #mw_content a.external[href *=".pdf?"], #mw_content a.external[href *=".PDF?"],
 .link-document {
-        background: url("document.png") center right no-repeat;
-        padding-right: 12px;
+       background: url("document.png") center right no-repeat;
+       padding-right: 12px;
 }
 
 /* images */
@@ -727,40 +728,40 @@ div#searchTarget ul li:before {
 }
 
 div#searchTargetHide {
-       float:right;
-       border:solid 1px black;
-       background:gainsboro;
-       padding:2px;
+       float: right;
+       border: solid 1px black;
+       background: gainsboro;
+       padding: 2px;
 }
 
 div.multipageimagenavbox {
-   border: solid 1px silver;
-   padding: 4px;
-   margin: 1em;
-   background: #f0f0f0;
+       border: solid 1px silver;
+       padding: 4px;
+       margin: 1em;
+       background: #f0f0f0;
 }
 
 div.multipageimagenavbox div.thumb {
-   border: none;
-   margin-left: 2em;
-   margin-right: 2em;
+       border: none;
+       margin-left: 2em;
+       margin-right: 2em;
 }
 
 div.multipageimagenavbox hr {
-   margin: 6px;
+       margin: 6px;
 }
 
 table.multipageimage td {
-   text-align: center;
+       text-align: center;
 }
 
 /*
-  Table pager (e.g. Special:Imagelist)
-  - remove underlines from the navigation link
-  - collapse borders
-  - set the borders to outsets (similar to Special:Allmessages)
-  - remove line wrapping for all td and th, set background color
-  - restore line wrapping for the last two table cells (description and size)
+       Table pager (e.g. Special:ListFiles)
+       - remove underlines from the navigation link
+       - collapse borders
+       - set the borders to outsets (similar to Special:AllMessages)
+       - remove line wrapping for all td and th, set background color
+       - restore line wrapping for the last two table cells (description and size)
 */
 .TablePager_nav a { text-decoration: none; }
 .TablePager { border-collapse: collapse; }
@@ -768,14 +769,14 @@ table.multipageimage td {
        border: 1px solid #aaaaaa;
        padding: 0 0.15em 0 0.15em;
 }
-.TablePager th { background-color: #eeeeff }
-.TablePager td { background-color: #ffffff }
-.TablePager tr:hover td { background-color: #eeeeff }
+.TablePager th { background-color: #eeeeff; }
+.TablePager td { background-color: #ffffff; }
+.TablePager tr:hover td { background-color: #eeeeff; }
 
-.imagelist td, .imagelist th { white-space: nowrap }
-.imagelist .TablePager_col_links { background-color: #eeeeff }
-.imagelist .TablePager_col_img_description { white-space: normal }
-.imagelist th.TablePager_sort { background-color: #ccccff }
+.imagelist td, .imagelist th { white-space: nowrap; }
+.imagelist .TablePager_col_links { background-color: #eeeeff; }
+.imagelist .TablePager_col_img_description { white-space: normal; }
+.imagelist th.TablePager_sort { background-color: #ccccff; }
 
 .templatesUsed { margin-top: 1.5em; }
 
@@ -866,8 +867,8 @@ pre {
 }
 
 .mw-topbox {
-        color: black;
-        font-weight: bold;
+       color: black;
+       font-weight: bold;
        margin: 0 0 0 0;
        padding: 0 1em 0 1em;
        vertical-align: middle;
@@ -881,19 +882,19 @@ pre {
 
 /* emulate center */
 .center {
-     width:100%;
-     text-align:center;
+       width: 100%;
+       text-align: center;
 }
 *.center * {
-     margin-left:auto;
-     margin-right:auto;
+       margin-left: auto;
+       margin-right: auto;
 }
 
 /* table standards */
 .toccolours {
-    border:1px solid #bbbbbb;
-    background-color:#f0f0f0;
-    border-spacing:0pt;
-    margin:0pt;
-    padding:0pt;
+       border: 1px solid #bbbbbb;
+       background-color: #f0f0f0;
+       border-spacing: 0pt;
+       margin: 0pt;
+       padding: 0pt;
 }
index 33a36b2..8278410 100644 (file)
@@ -4,7 +4,6 @@
 #jump-to-nav,
 #footer,
 span.editsection,
-.noprint
-{
+.noprint {
        display: none;
 }
index 7221048..66d9017 100644 (file)
@@ -107,8 +107,8 @@ table.filehistory th {
 }
 
 .portlet ul {
-        margin: 0 1.5em 0 0;
-        padding: 0 0 0 0;
+       margin: 0 1.5em 0 0;
+       padding: 0 0 0 0;
 }
 
 .portlet h5 {
@@ -156,8 +156,7 @@ td.mw-allpages-nav, p.mw-allpages-nav, td.mw-allpages-alphaindexline {
        text-align: left;
 }
 
-/* Special:Prefixindex styling */
-td#mw-prefixindex-nav-form  {
+/* Special:PrefixIndex styling */
+td#mw-prefixindex-nav-form {
        text-align: left;
 }
-
index 1f51e9f..a054a91 100644 (file)
@@ -6,8 +6,8 @@ div#column-content {
        margin: 0 !important;
        float: none;
 }
-div#column-content #content { 
-       margin-top: 3em; 
+div#column-content #content {
+       margin-top: 3em;
        height: 1%;
 }
 div#column-one {
index 7fc144d..f3c2cde 100644 (file)
@@ -1,7 +1,7 @@
 /* IE5.5/win- only fixes */
 
-div#column-content { 
-       float: none; 
+div#column-content {
+       float: none;
        margin-left: 0;
        height: 1%;
 }
index f32b330..56e0a16 100644 (file)
@@ -1,8 +1,8 @@
 /* 6.0 - only fixes */
-/* content area */ 
+/* content area */
 /* workaround for various ie float bugs */
-div#column-content { 
-       float: none; 
+div#column-content {
+       float: none;
        margin-left: 0;
        height: 1%;
 }
index 64fd742..91b39ef 100644 (file)
@@ -1,5 +1,5 @@
 /* 7.0 - only fixes */
-/* content area */ 
+/* content area */
 /* workaround for various ie float bugs */
 
 /* This bit is needed to make links clickable... WTF */
index b214aa8..b9e258e 100644 (file)
@@ -135,7 +135,7 @@ h4 { font-size: 116%; }
 h4 .editsection { font-size: 86%; font-weight: normal; }
 h5 { font-size: 100%; }
 h5 .editsection { font-weight: normal; }
-h6 { font-size: 80%;  }
+h6 { font-size: 80%; }
 h6 .editsection { font-size: 125%; font-weight: normal; }
 
 ul {
@@ -990,7 +990,7 @@ div#footer li {
 }
 
 .prefsection legend {
-       font-weight: bold;   
+       font-weight: bold;
 }
 .prefsection table, .prefsection legend {
        background-color: #F9F9F9;
@@ -1120,7 +1120,6 @@ div#userloginForm .captcha {
        display: none;
 }
 
-
 div.patrollink {
        clear: both;
 }
@@ -1205,24 +1204,24 @@ div#searchTargetHide {
 }
 
 div.multipageimagenavbox {
-   border: solid 1px silver;
-   padding: 4px;
-   margin: 1em;
-   background: #f0f0f0;
+       border: solid 1px silver;
+       padding: 4px;
+       margin: 1em;
+       background: #f0f0f0;
 }
 
 div.multipageimagenavbox div.thumb {
-   border: none;
-   margin-left: 2em;
-   margin-right: 2em;
+       border: none;
+       margin-left: 2em;
+       margin-right: 2em;
 }
 
 div.multipageimagenavbox hr {
-   margin: 6px;
+       margin: 6px;
 }
 
 table.multipageimage td {
-   text-align: center;
+       text-align: center;
 }
 
 .templatesUsed { margin-top: 1.5em; }
index f61c8ef..5250767 100644 (file)
@@ -169,8 +169,8 @@ div#footer {
        margin-right: 13.6em;
        border-left: 0;
        border-right: 1px solid #fabd23;
-} 
-* html div#column-content { 
+}
+* html div#column-content {
        float: none;
        margin-left: 0;
        margin-right: 0;
@@ -227,13 +227,13 @@ table.filehistory th {
        text-align: right;
 }
 
-/* Special:Allpages styling */
+/* Special:AllPages styling */
 td.mw-allpages-nav, p.mw-allpages-nav, td.mw-allpages-alphaindexline {
        text-align: left;
 }
 
-/* Special:Prefixindex styling */
-td#mw-prefixindex-nav-form  {
+/* Special:PrefixIndex styling */
+td#mw-prefixindex-nav-form {
        text-align: left;
 }