Difference between revisions of "MediaWiki:Common.css"

109 bytes added ,  21:54, 28 February 2020
no edit summary
 
(2 intermediate revisions by the same user not shown)
Line 13: Line 13:
   flex-flow: row wrap;
   flex-flow: row wrap;
   justify-content: space-around;  
   justify-content: space-around;  
   padding: 0;
   padding: 12px 0px;
   margin: 0;
   margin: 0;
   list-style: none;
   list-style: none;
  background:#f1fcff;
  box-shadow:2px 2px 4px #ccc;
  border-radius:4px;
}
}


Line 26: Line 29:
   font-size: 1em;
   font-size: 1em;
   text-align: left;
   text-align: left;
  background:#f1fcff;
 
  box-shadow:2px 2px 4px #ccc;
  border-radius:4px;
}
}


Line 34: Line 35:
   line-height:2.2;
   line-height:2.2;
}
}
div.sqBox {font-size:1.6em;margin:0.5em 0;text-align:center;font-weight:bold;width:30%;float:left;}