forked from emijrp/wlm-maps
-
Notifications
You must be signed in to change notification settings - Fork 1
/
wlm.css
70 lines (66 loc) · 1.77 KB
/
wlm.css
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
/*
Theme Name: WikiLovesMonuments
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: elya
Author URI: http://www.wikilovesmonuments.org
Description: The new Wiki Loves Monuments theme is based on the TwentyEleven theme but redesigned to be used by local WLM teams. It needs the Cimy image rotator plugin, suggested plugin: WLMImageCounter
Version: 0.5
License: GNU General Public License
License URI: license.txt
Tags:
*/
body {
font: 15px "Helvetica Neue", Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif; /* many fonts to accomodate Linux users without Arial */
}
#page {
background-color: #fff;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
-webkit-box-shadow: 0px -3px 10px #888;
-moz-box-shadow: 0px -3px 10px #888;
box-shadow: 0px -3px 10px #888;
}
.menu {
background-color:#A30000;
margin: 2px;
color: #fff;
text-transform: uppercase;
text-decoration: none;
}
.menu a {
color: #fff;
text-transform: uppercase;
text-decoration: none;
}
.menu a:hover {
text-decoration: underline;
}
/**
* wikitable from MediaWiki shared.css
*/
table.wikitable {
margin: 1em 1em 1em 0;
background-color: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
color: black;
}
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
border: 1px #aaa solid;
padding: 0.2em;
}
table.wikitable > tr > th,
table.wikitable > * > tr > th {
background-color: #f2f2f2;
text-align: center;
}
table.wikitable > caption {
font-weight: bold;
}