Move this stuff to shared.css
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 6 Apr 2008 15:44:41 +0000 (15:44 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 6 Apr 2008 15:44:41 +0000 (15:44 +0000)
includes/DefaultSettings.php
skins/chick/main.css
skins/common/oldshared.css
skins/common/shared.css
skins/modern/main.css
skins/monobook/main.css
skins/simple/main.css

index 06bb151..2e6cebd 100644 (file)
@@ -1343,7 +1343,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '130';
+$wgStyleVersion = '131';
 
 
 # Server-side caching:
index 5c3d8e4..ea6b23e 100644 (file)
@@ -383,26 +383,9 @@ div.townBox dl dd {
     padding: 0;
 }
 
-/* Page history styling */
-/* the auto-generated edit comments */
-.autocomment { color: gray; }
-#pagehistory .history-user {
-    margin-left: 1.4em;
-    margin-right: 0.4em;
-}
-#pagehistory span.minor { font-weight: bold; }
-#pagehistory li { border: 1px solid White; }
-#pagehistory li.selected {
-    background-color:#f9f9f9;
-    border:1px dashed #aaaaaa;
-}
-
 a.external { color: #3366bb; }
-
 div#footer { text-align: center; }
-
 ul#f-list li { list-style: none;  text-align: center; }
-
 div.portlet { margin: 0.5em 0; }
 
 .redirectText {
index a5e88d2..ba9b3e3 100644 (file)
@@ -101,16 +101,6 @@ img.thumbborder {
 /* Page history styling */
 /* the auto-generated edit comments */
 .autocomment { color: #4b4b4b; }
-#pagehistory .history-user {
-    margin-left: 1.4em;
-    margin-right: 0.4em;
-}
-#pagehistory span.minor { font-weight: bold; }
-#pagehistory li { border: 1px solid White; }
-#pagehistory li.selected {
-    background-color:#f9f9f9;
-    border:1px dashed #aaaaaa;
-}
 
 img { border: none; }
 
index 2a77d0c..fca3743 100644 (file)
@@ -109,3 +109,16 @@ table.mw-userrights-groups * td,table.mw-userrights-groups * th {
        padding-right: 1.5em;
 }
 
+/* Page history styling */
+/* the auto-generated edit comments */
+.autocomment { color: gray; }
+#pagehistory .history-user {
+    margin-left: 1.4em;
+    margin-right: 0.4em;
+}
+#pagehistory span.minor { font-weight: bold; }
+#pagehistory li { border: 1px solid white; }
+#pagehistory li.selected {
+    background-color: #f9f9f9;
+    border: 1px dashed #aaa;
+}
index 298464f..ebae575 100644 (file)
@@ -597,26 +597,6 @@ img.thumbborder {
        overflow: hidden;
 }
 
-.autocomment {
-        color: gray;
-}
-
-
-#pagehistory .history-user {
-       margin-left: 1.4em;
-       margin-right: .4em;
-}
-#pagehistory span.minor {
-       font-weight: bold;
-}
-#pagehistory li {
-       border: 1px solid white;
-}
-#pagehistory li.selected {
-       background-color: #f9f9f9;
-       border: 1px dashed #aaa;
-}
-
 /* disable interwiki styling */
 #mw_content a.extiw,
 #mw_content a.extiw:active {
index e1d97a0..f7f9d54 100644 (file)
@@ -540,26 +540,6 @@ div.townBox dl dd {
        padding: 0;
 }
 
-/* Page history styling */
-/* the auto-generated edit comments */
-.autocomment {
-       color: gray;
-}
-#pagehistory .history-user {
-       margin-left: 1.4em;
-       margin-right: .4em;
-}
-#pagehistory span.minor {
-       font-weight: bold;
-}
-#pagehistory li {
-       border: 1px solid white;
-}
-#pagehistory li.selected {
-       background-color: #f9f9f9;
-       border: 1px dashed #aaa;
-}
-
 /*
 ** keep the whitespace in front of the ^=, hides rule from konqueror
 ** this is css3, the validator doesn't like it when validating as css2
index 2401919..22a6a41 100644 (file)
@@ -258,16 +258,8 @@ td.diff-deletedline {
 }
 
 .diffchange { background-color: #FFCDF3; text-decoration: none; }
-.autocomment { color:  grey; }
-#pagehistory .history-user {
-    margin-left: 1.4em;
-    margin-right: 0.4em;
-}
-#pagehistory span.minor { font-weight: bold; }
-#pagehistory li.selected {
-    background-color:#f9f9f9;
-    border:1px dashed #aaaaaa;
-}
+#pagehistory li { border: none; }
+
 span.urlexpansion {
   display: none;
 }