MediaWiki:Darkvector.css: Difference between revisions

Jump to: navigation, search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1,582: Line 1,582:


.pi-title {
.pi-title {
  background-color: #d4af37;
    background-color: #ffc31f;
  border-radius: 5px;
    border: 1px solid #654321;
  color: #000;
    border-radius: 5px;
  font-size: 18px;
    color: #000;
  font-weight: bold;
    font-size: 18px;
  margin-bottom: 10px;
    font-weight: bold;
  padding: 5px 10px;
    margin-bottom: 10px;
  text-align: center;
    padding: 5px 10px;
  text-shadow: none;
    text-align: center;
    text-shadow: 1px 1px #fff;
}
}