MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 823: Line 823:
   fill: #202124 !important;
   fill: #202124 !important;
   filter: none !important;
   filter: none !important;
}
.bhashyam-block {
  display: block;
  color: #555;
  line-height: 1.85;
  margin: 0.5em 0 0.8em 60px;
}
.teeka-block {
  background: #f6f6f7;
  border: 1px solid #e2e2e6;
  border-radius: 8px;
  padding: 10px 14px 12px;
  margin: 0.7em 0 0.7em 60px;
  color: #555;
}
.teeka-title {
  font-size: 0.78em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #777;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 6px;
}
}