aboutsummaryrefslogtreecommitdiffstats
path: root/pentadactyl/colors/wikipedia.org.penta
blob: 5bc15addb8439724df51d0b97d7e4606e20e96b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
style -append wikipedia.org <<EOF
body {
    background: #EFEFEE !important;
    text-align: justify !important;
    font-family: "Linux Libertine O" !important;
    font-size: 1.2em !important;
}

span.mw-editsection {
    display: none !important;
}

h1 {
    font-size: 2.2em !important;
    font-weight: bold !important;
    font-style: italic !important;
    font-family: "Heuristica" !important;
    color: #888889 !important;
    overflow: visible !important;
}

h2 {
    font-size: 2em !important;
    font-weight: bold !important;
    font-style: italic !important;
    font-family: "Heuristica" !important;
    color: #888889 !important;
    overflow: visible !important;
}

h3 {
    font-size: 1em !important;
    font-weight: bold !important;
    font-style: italic !important;
    font-family: "Heuristica" !important;
    color: #888889 !important;
    overflow: visible !important;
}


table.vertical-navbox.nowraplinks {
    width: 0em !important;
    border: none !important;
    padding: 0em !important;
    border-spacing: none !important;
}

#mw-page-base {
    background: #EFEFEE !important;
    background-image: none !important;
}

div#mw-panel,div#mw-head {
    display: none !important;
}

div#toc.toc {
    border: none !important;
    display: block !important;
    background: inherit !important;
}

table.ambox {
    display: none !important;
}

div#content {
    margin-left: 6em !important;
    margin-right: 6em !important;
    color: #444448 !important;
    background: #EEEEDE !important;
    box-shadow: inset 0 0 0.5em #AAA !important;
    border-color: #666667 !important;
    border-style: none !important;
    border-radius: 0.1em;
}

div#toctitle {
    text-align: left !important;
}

span.toctoggle {
    display: none !important;
}

div#footer {
    margin-left: 6em !important;
    margin-right: 6em !important;
}

table.infobox td {
    text-align: right !important;
}

table.infobox tr td:nth-child(1) {
    text-align: left !important;
}

table.infobox,
table.infobox.vcard {
    border: none !important;
    margin: -0 0 0 0 !important;
    padding: none !important;
    background: none !important;
    float: none !important;
    color: inherit !important;
    width: 100% !important;
}

div#siteSub,
div#contentSub {
    font-style: italic !important;
    margin: -0 0 0 0 !important;
}
EOF