MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
Line 8: | Line 8: | ||
#mw-page-base { | #mw-page-base { | ||
background: #68AA63; | background: #68AA63; | ||
} | |||
.glitchbox { | |||
background: #eee; | |||
border: 1px solid #aaa; | |||
float: right; | |||
margin: 0 0 1em 1em; | |||
padding: 1em; | |||
width: 400px; | |||
} | |||
.glitchbox-title { | |||
font-size: 2em; | |||
text-align: center; | |||
} | |||
.glitchbox-image { | |||
text-align: center; | |||
} | |||
.glitchbox th { | |||
text-align: right; | |||
vertical-align: top; | |||
width: 120px; | |||
} | |||
.glitchbox td { | |||
vertical-align: top; | |||
} | } |
Revision as of 02:41, 30 November 2021
/* CSS placed here will be applied to all skins */
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: 400px;
}
.glitchbox-title {
font-size: 2em;
text-align: center;
}
.glitchbox-image {
text-align: center;
}
.glitchbox th {
text-align: right;
vertical-align: top;
width: 120px;
}
.glitchbox td {
vertical-align: top;
}