repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge "Combine JavaScript and JSON encoding logic"
[mediawiki.git]
/
skins
/
nostalgia
/
screen.css
blob
aed5715b1fe81b33a3eb93925c61e0fc6f5020c8
1
body
{
2
/* background color is set separately on page type */
3
color
:
black
;
4
}
5
6
#specialform
{
7
display
:
inline
;
8
}
9
10
#powersearch
{
11
background
:
#DDEEFF
;
12
border-style
:
solid
;
13
border-width
:
1px
;
14
padding
:
2px
;
15
}
16
17
a
.
new
{
18
color
:
#ba0000
;
19
}
20
21
a
.
interwiki
,
22
a
.
external
{
23
color
:
#3366BB
;
24
}
25
26
a
.
printable
{
27
text-decoration
:
underline
;
28
}
29
30
a
.
stub
{
31
color
:
#772233
;
32
text-decoration
:
none
;
33
}
34
35
h1
.
pagetitle
{
36
padding-top
:
0
;
37
margin-top
:
0
;
38
padding-bottom
:
0
;
39
margin-bottom
:
0
;
40
}
41
42
h2
,
h3
,
h4
,
h5
,
h6
{
43
margin-bottom
:
0
;
44
}
45
46
textarea
{
47
overflow
:
auto
;
48
}
49
50
p
.
subtitle
{
51
padding-top
:
0
;
52
margin-top
:
0
;
53
}
54
div
.
sitenotice
{
55
clear
:
both
;
56
}