r32854 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32853‎ | r32854 | r32855 >
Date:15:44, 6 April 2008
Author:simetrical
Status:old
Tags:
Comment:
Move this stuff to shared.css
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/chick/main.css (modified) (history)
  • /trunk/phase3/skins/common/oldshared.css (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)
  • /trunk/phase3/skins/modern/main.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)
  • /trunk/phase3/skins/simple/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/chick/main.css
@@ -383,26 +383,9 @@
384384 padding: 0;
385385 }
386386
387 -/* Page history styling */
388 -/* the auto-generated edit comments */
389 -.autocomment { color: gray; }
390 -#pagehistory .history-user {
391 - margin-left: 1.4em;
392 - margin-right: 0.4em;
393 -}
394 -#pagehistory span.minor { font-weight: bold; }
395 -#pagehistory li { border: 1px solid White; }
396 -#pagehistory li.selected {
397 - background-color:#f9f9f9;
398 - border:1px dashed #aaaaaa;
399 -}
400 -
401387 a.external { color: #3366bb; }
402 -
403388 div#footer { text-align: center; }
404 -
405389 ul#f-list li { list-style: none; text-align: center; }
406 -
407390 div.portlet { margin: 0.5em 0; }
408391
409392 .redirectText {
Index: trunk/phase3/skins/monobook/main.css
@@ -540,26 +540,6 @@
541541 padding: 0;
542542 }
543543
544 -/* Page history styling */
545 -/* the auto-generated edit comments */
546 -.autocomment {
547 - color: gray;
548 -}
549 -#pagehistory .history-user {
550 - margin-left: 1.4em;
551 - margin-right: .4em;
552 -}
553 -#pagehistory span.minor {
554 - font-weight: bold;
555 -}
556 -#pagehistory li {
557 - border: 1px solid white;
558 -}
559 -#pagehistory li.selected {
560 - background-color: #f9f9f9;
561 - border: 1px dashed #aaa;
562 -}
563 -
564544 /*
565545 ** keep the whitespace in front of the ^=, hides rule from konqueror
566546 ** this is css3, the validator doesn't like it when validating as css2
Index: trunk/phase3/skins/modern/main.css
@@ -597,26 +597,6 @@
598598 overflow: hidden;
599599 }
600600
601 -.autocomment {
602 - color: gray;
603 -}
604 -
605 -
606 -#pagehistory .history-user {
607 - margin-left: 1.4em;
608 - margin-right: .4em;
609 -}
610 -#pagehistory span.minor {
611 - font-weight: bold;
612 -}
613 -#pagehistory li {
614 - border: 1px solid white;
615 -}
616 -#pagehistory li.selected {
617 - background-color: #f9f9f9;
618 - border: 1px dashed #aaa;
619 -}
620 -
621601 /* disable interwiki styling */
622602 #mw_content a.extiw,
623603 #mw_content a.extiw:active {
Index: trunk/phase3/skins/common/oldshared.css
@@ -101,16 +101,6 @@
102102 /* Page history styling */
103103 /* the auto-generated edit comments */
104104 .autocomment { color: #4b4b4b; }
105 -#pagehistory .history-user {
106 - margin-left: 1.4em;
107 - margin-right: 0.4em;
108 -}
109 -#pagehistory span.minor { font-weight: bold; }
110 -#pagehistory li { border: 1px solid White; }
111 -#pagehistory li.selected {
112 - background-color:#f9f9f9;
113 - border:1px dashed #aaaaaa;
114 -}
115105
116106 img { border: none; }
117107
Index: trunk/phase3/skins/common/shared.css
@@ -109,3 +109,16 @@
110110 padding-right: 1.5em;
111111 }
112112
 113+/* Page history styling */
 114+/* the auto-generated edit comments */
 115+.autocomment { color: gray; }
 116+#pagehistory .history-user {
 117+ margin-left: 1.4em;
 118+ margin-right: 0.4em;
 119+}
 120+#pagehistory span.minor { font-weight: bold; }
 121+#pagehistory li { border: 1px solid white; }
 122+#pagehistory li.selected {
 123+ background-color: #f9f9f9;
 124+ border: 1px dashed #aaa;
 125+}
Index: trunk/phase3/skins/simple/main.css
@@ -258,16 +258,8 @@
259259 }
260260
261261 .diffchange { background-color: #FFCDF3; text-decoration: none; }
262 -.autocomment { color: grey; }
263 -#pagehistory .history-user {
264 - margin-left: 1.4em;
265 - margin-right: 0.4em;
266 -}
267 -#pagehistory span.minor { font-weight: bold; }
268 -#pagehistory li.selected {
269 - background-color:#f9f9f9;
270 - border:1px dashed #aaaaaa;
271 -}
 262+#pagehistory li { border: none; }
 263+
272264 span.urlexpansion {
273265 display: none;
274266 }
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1343,7 +1343,7 @@
13441344 * to ensure that client-side caches don't keep obsolete copies of global
13451345 * styles.
13461346 */
1347 -$wgStyleVersion = '130';
 1347+$wgStyleVersion = '131';
13481348
13491349
13501350 # Server-side caching:

Status & tagging log