MediaWiki:Common.css: Difference between revisions

From Annals of Elyrion
Jump to navigationJump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:


body {
body {
  background: white;
   font-family: "Play", sans-serif;
   font-family: 'Play', sans-serif;
  font-weight: 400;
}
}
#mw-page-base {
 
  background: white;
.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
}
#globalWrapper{
.infobox-title {
background: white;
    font-size: 2em;
    text-align: center;
}
}
#content {
.infobox-image {
background-color: white;
    text-align: center;
color: black;
}
}
#content, h1,
.infobox th {
#content,h2{
    text-align: right;
font-family: 'Play', sans-serif;
    vertical-align: top;
font-weight:400;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}
}

Latest revision as of 08:36, 23 January 2021

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

body {
  font-family: "Play", sans-serif;
  font-weight: 400;
}

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}