summaryrefslogtreecommitdiff
path: root/skins/foreground/assets/stylesheets/tmw-custom.css
blob: 325ad7697f83e0077ed1f52cab7abb21f0c0b728 (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
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
116
117
118
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;
    margin: 10px;
    padding-left: 30px;
}

div#content {
    padding: 0px 15px 10px 15px;
    background: url(../images/border_y.jpg) repeat-y,
    url(../images/border_y.jpg) repeat-y,
    url(../images/background_leftmenu.png) repeat;
    background-position: left, right, top left;
    background-color: #151515;
}

div#footer {
  padding-left: 2em;
  padding-right: 2em;
  color: #a9905f;
}

div#footer a {
  color: #8b6c52;
  text-decoration: underline;
}

div#footer a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

div#content a {
    color: #473529;
}

div#content a:hover {
    color: #473529;
    border-bottom: 1px black dotted;
}

h2#firstHeading {
    background: url(../images/horizontal-left.png) no-repeat,
    url(../images/horizontal-right.png) no-repeat,
    url(../images/border_x.png) repeat-x,
    url(../images/header_background.png) no-repeat;
    background-position: 0% 111%, 100% 111%, 100% 108%, 0% 100%;
    background-size: auto, auto, auto, cover;
    padding: 10px 0px 20px 50px;
    line-height: 2em;
    color: #ffdd9b;
}

div#contentSub {
    background: url(../images/horizontal-left.png) no-repeat,
    url(../images/horizontal-right.png) no-repeat,
    url(../images/border_x.png) repeat-x;
    background-position: 0% 290%, 100% 290%, 0% -900%;
    height: 1em;
}

div#bodyContent.mw-bodytext {
    background-color: #d3b378;
    background-image: url(../images/background_article.png);
    margin:10px;
    padding: 15px;
}

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

.dropdown li:hover a {
    background: black url(../images/button_rollover.png) no-repeat;
}

@media only screen and (min-width: 86.75em) {
  .dropdown li:hover a {
    background: black;
    background-image: url(../images/button_rollover.png);
    background-size: 100% 100%;
  }
}

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

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

body.page-Main_Page div#navwrapper {
/*    display: none;*/
}