MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 91: Line 91:
.img-comfy {
.img-comfy {
   margin: 30px;
   margin: 30px;
}
.boxed {
width: 70%;
}
}


Line 891: Line 895:
.quality-info {
.quality-info {
   margin-left: 8px;
   margin-left: 8px;
}
/* ============================== Template:Quality control =============================== */
.smart-template {
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
}
.smart-template-left {
  box-sizing: border-box;
  width: 30%;
  float: left;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #e6e7e8;
  text-align: right;
  font-weight: bold;
}
.smart-template-right {
  box-sizing: border-box;
  width: 70%;
  float: left;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #f2f2f2;
}
}