MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
} | } | ||
.glitchbox th { | .glitchbox th { | ||
text-align: | text-align: center; | ||
vertical-align: | vertical-align: center; | ||
} | } | ||
.glitchbox td { | .glitchbox td { | ||
vertical-align: top; | vertical-align: top; | ||
} | |||
.glitchbox table { | |||
border:1px solid black; | |||
} | } |
Revision as of 02:59, 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: center;
vertical-align: center;
}
.glitchbox td {
vertical-align: top;
}
.glitchbox table {
border:1px solid black;
}