MediaWiki:Common.css: Difference between revisions

m
Design Template:Infobox to aesthetically look like Fancade's. Adjust border color on main page for consistency
m (Align image to the center)
m (Design Template:Infobox to aesthetically look like Fancade's. Adjust border color on main page for consistency)
Line 7: Line 7:
   width: 256px;
   width: 256px;
   background-color: #f9f9f9;
   background-color: #f9f9f9;
   border: 1px solid #a2a9b1;
   border: 2px solid #808080;
   padding: 5px;
  border-radius: 10px;
  box-shadow: 0px -6px #0004 inset;
   padding: 0.4em 0.4em 1em;
   font-size: 90%;
   font-size: 90%;
   line-height: 1.5em;
   line-height: 1.5em;
Line 17: Line 19:


.infobox-title {
.infobox-title {
   font-size: 110%;
   font-size: 140%;
   font-weight: bold;
   font-weight: bold;
   text-align: center;
   text-align: center;
  background-color: #b0c4de;
   padding: 5px;
   padding: 5px;
   border-bottom: 1px solid #a2a9b1;
   border-bottom: 2px solid #a2a9b1;
}
}


Line 105: Line 106:


.main-welcome-box {
.main-welcome-box {
   border: 3px solid #000;
   border: 3px solid #808080;
   border-radius: 20px;
   border-radius: 20px;
   box-shadow: 0px -10px #0004 inset;
   box-shadow: 0px -10px #0004 inset;