Difference between revisions of "MediaWiki:Common.css"
m |
m |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | + | #top-wrap { | |
− | width:90%; | + | background:none; |
+ | } | ||
+ | #top-wrap, #main, #bottom-wrap { | ||
+ | width:90%; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | } | ||
+ | |||
+ | #main { | ||
+ | font-size: 0.8em; | ||
+ | } | ||
+ | |||
+ | #nav-meta span{ | ||
+ | font-size:1em; | ||
+ | } | ||
+ | |||
+ | #top-wrap h1 { | ||
+ | margin-left: 10px | ||
} | } | ||
+ | #bodyContent > h1 { | ||
+ | color: orange; | ||
+ | } | ||
pre, code, tt, kbd, samp, .mw-code { | pre, code, tt, kbd, samp, .mw-code { | ||
font-family: monospace, Courier; | font-family: monospace, Courier; | ||
+ | font-size: 0.9em; | ||
white-space: pre-wrap; | white-space: pre-wrap; | ||
white-space: -moz-pre-wrap; | white-space: -moz-pre-wrap; | ||
Line 13: | Line 34: | ||
word-wrap: break-word; | word-wrap: break-word; | ||
} | } | ||
+ | |||
+ | a, a:visited { | ||
+ | color: white; | ||
+ | } | ||
+ | |||
.mw-highlight .gp { | .mw-highlight .gp { |
Latest revision as of 11:39, 5 June 2018
/* CSS placed here will be applied to all skins */
#top-wrap {
background:none;
}
#top-wrap, #main, #bottom-wrap {
width:90%;
margin-left:auto;
margin-right:auto;
}
#main {
font-size: 0.8em;
}
#nav-meta span{
font-size:1em;
}
#top-wrap h1 {
margin-left: 10px
}
#bodyContent > h1 {
color: orange;
}
pre, code, tt, kbd, samp, .mw-code {
font-family: monospace, Courier;
font-size: 0.9em;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
a, a:visited {
color: white;
}
.mw-highlight .gp {
color: #ff9d0a;
}
.mw-highlight .go {
color: #b6b1b1;
}