Anonymous
×
Create a new article
Write your page title here:
We currently have 15 articles on TwistedFates Database. Type your article name above or click on one of the titles below and start writing!



TwistedFates Database
15Articles

MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 9: Line 9:
.portable-infobox .pi-border-color {
.portable-infobox .pi-border-color {
   border-color: cyan;
   border-color: cyan;
}
.portable-infobox .pi-title {
  padding-top:14px;
  font-size:20px;
  font-weight:bold;
  line-height:24px;
  background-color: rgba(0,100,100,0.8);
  color: cyan;
  border-radius: 10px 10px 0 0;
}
.portable-infobox .pi-title {
}
}

Revision as of 09:34, 24 November 2023

.portable-infobox {
   width: 35%;
}

.portable-infobox .pi-secondary-background {
   background-color: cyan;
}

.portable-infobox .pi-border-color {
   border-color: cyan;
}

.portable-infobox .pi-title {
  padding-top:14px;
  font-size:20px;
  font-weight:bold;
  line-height:24px;
  background-color: rgba(0,100,100,0.8);
  color: cyan;
  border-radius: 10px 10px 0 0;
}

.portable-infobox .pi-title {

}