summaryrefslogtreecommitdiff
path: root/skins/foreground/assets/stylesheets/tmw-custom.css
blob: 30bde046afdfccb3f5b9d960fa3f8d783f719d11 (plain) (blame)
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
h3#tagline {
    display:none;
}

h4.namespace.label {
    display: none;
}

div.printfooter {
    display: none;
}

li.divider, li.divider.show-for-small {
    display: none;
}

.mw-search-results {
    float: none;
}

div#catlinks {
    background-color: #f2ebe7;
    border: 1px solid black;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-top: 5px;
    padding-left: 30px;
}

div#content {
    padding: 10px;
    border: 1px solid black;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #F1D0BA;
}

h2#firstHeading {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: #f2ebe7;
    padding-left: 50px;
    border: 1px solid black;
    -moz-border-radius: 15px;
    border-radius: 15px;
    line-height: 1.25em;
}

div#bodyContent.mw-bodytext {
    margin-top:10px;
    padding: 5px;
    border: 1px solid black;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: white;
}

li#p-server_status.has-dropdown.active {
    width:160px;
}

.dropdown li:hover a {
    background: #AB7958;
}

input[type="submit"], button, .button, .multipleTemplateAdder {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: black;
}

form#searchform.mw-search {
    margin-bottom: 10px;
    white-space: nowrap;
}