MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(26 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 */ | ||
body.page-Main_Page.action-view h1.firstHeading, | |||
body.page-Main_Page.action-submit h1.firstHeading { display: none; } | |||
body { | body { | ||
Line 16: | Line 19: | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
padding: 1em; | padding: 1em; | ||
width: | width: 300px; | ||
} | } | ||
.glitchbox-title { | .glitchbox-title { | ||
font-size: | background: #D7B4ED; | ||
font-family: verdana, sans-serif; | |||
font-size: 16px; | |||
text-align: center; | |||
margin-bottom: 8px; | |||
font-weight: bold; | |||
} | |||
.glitchbox-subTitle { | |||
background: #D7B4ED; | |||
font-family: verdana, sans-serif; | |||
font-size: 13px; | |||
text-align: center; | text-align: center; | ||
margin-bottom: 8px; | |||
font-weight: bold; | |||
} | } | ||
.glitchbox-image { | .glitchbox-image { | ||
Line 26: | Line 41: | ||
} | } | ||
.glitchboxvTh { | .glitchboxvTh { | ||
background: #C2C3C5; | |||
text-align: center; | text-align: center; | ||
vertical-align: center; | vertical-align: center; | ||
Line 31: | Line 47: | ||
} | } | ||
.glitchboxvTd { | .glitchboxvTd { | ||
background: #F8F9FA; | |||
border:1px solid black; | border:1px solid black; | ||
vertical-align: | text-align: center; | ||
vertical-align: center; | |||
} | } | ||
.glitchboxvTable { | .glitchboxvTable { | ||
border:1px solid black; | border:1px solid black; | ||
width: 100%; | |||
margin-bottom: 8px; | |||
font-size: 12px; | |||
} | |||
.questHeader { | |||
margin: auto; | |||
text-align: center; | |||
width: 50%; | |||
} | } |
Latest revision as of 00:39, 15 October 2022
/* CSS placed here will be applied to all skins */
body.page-Main_Page.action-view h1.firstHeading,
body.page-Main_Page.action-submit h1.firstHeading { display: none; }
body {
background: #68AA63;
font-family: "Segoe UI";
}
#mw-page-base {
background: #68AA63;
}
.glitchbox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 300px;
}
.glitchbox-title {
background: #D7B4ED;
font-family: verdana, sans-serif;
font-size: 16px;
text-align: center;
margin-bottom: 8px;
font-weight: bold;
}
.glitchbox-subTitle {
background: #D7B4ED;
font-family: verdana, sans-serif;
font-size: 13px;
text-align: center;
margin-bottom: 8px;
font-weight: bold;
}
.glitchbox-image {
text-align: center;
}
.glitchboxvTh {
background: #C2C3C5;
text-align: center;
vertical-align: center;
border:1px solid black;
}
.glitchboxvTd {
background: #F8F9FA;
border:1px solid black;
text-align: center;
vertical-align: center;
}
.glitchboxvTable {
border:1px solid black;
width: 100%;
margin-bottom: 8px;
font-size: 12px;
}
.questHeader {
margin: auto;
text-align: center;
width: 50%;
}