(bug 19496) New pages don't have yellow background. Moving rules for .not-patrolled...
[lhc/web/wiklou.git] / skins / common / nostalgia.css
1 body {
2 /* Background color is set separately on page type */
3 color: black;
4 }
5 #specialform { display: inline; }
6 #powersearch {
7 background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
8 }
9 a.interwiki, a.external { color: #3366BB; }
10 a.printable { text-decoration: underline; }
11 a.stub { color:#772233; text-decoration:none; }
12 h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; }
13 h2, h3, h4, h5, h6 { margin-bottom: 0; }
14 textarea { overflow: auto; }
15 p.subtitle { padding-top: 0; margin-top: 0; }
16
17