Difference between revisions of "MediaWiki:Common.css"

From Diary of a Wimpy Kid Wiki
Jump to navigation Jump to search
(notice template & infobox)
(flot)
Line 14: Line 14:
   font-size: 90%;
   font-size: 90%;
   padding:3px;
   padding:3px;
  float:right;
}
}



Revision as of 03:18, 14 July 2020

/* CSS placed here will be applied to all skins */

.notice-template {
  margin: 0 2% 0.75em;
  padding: 0 1em;
  display: flex;
  margin: auto;
}

.infobox {
  background:white;
  border:1px solid black;
  width:300px;
  font-size: 90%;
  padding:3px;
  float:right;
}

.infobox th {
  font-size:110%;
  text-align:center;
}