Index: trunk/phase3/skins/common/wikistandard.css |
— | — | @@ -1,3 +1,7 @@ |
| 2 | +/** |
| 3 | + * This style sheet is used by the classic (aka standard) skin |
| 4 | + */ |
| 5 | + |
2 | 6 | #article { |
3 | 7 | padding: 4px; |
4 | 8 | } |
— | — | @@ -67,6 +71,10 @@ |
68 | 72 | text-decoration: underline; |
69 | 73 | } |
70 | 74 | |
| 75 | +a.new { |
| 76 | + color: #ba0000; |
| 77 | +} |
| 78 | + |
71 | 79 | a.stub { |
72 | 80 | color: #772233; |
73 | 81 | text-decoration: none; |
Index: trunk/phase3/skins/common/commonElements.css |
— | — | @@ -1,6 +1,7 @@ |
2 | | -/* |
3 | | -** MediaWiki style sheet for general styles on basic content elements |
4 | | -*/ |
| 2 | +/** |
| 3 | + * MediaWiki style sheet for general styles on basic content elements |
| 4 | + * This style sheet is used by the monobook and vector skins |
| 5 | + */ |
5 | 6 | |
6 | 7 | /* Links */ |
7 | 8 | a { |