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