MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
 
Line 124: Line 124:
   color: #2c3e50;
   color: #2c3e50;
   margin-bottom: 0.25em;
   margin-bottom: 0.25em;
}
/* Works & Days Ad */
.works-days-callout {
  background-color: #eef4f9; /* same pale blue */
  border-left: 5px solid #4a6fa5;
  margin-top: 3em;
}
.works-days-callout .pm-box-label {
  font-size: 1.3em;
  color: #2c3e50;
}
.works-days-callout em {
  font-style: italic;
  font-weight: bold;
}
}