MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 11: Line 11:


.wrestleBio {
.wrestleBio {
   width: "70%"
   td {
    width: 70%;
  }
}
}

Revision as of 11:27, 18 July 2024

/* CSS placed here will be applied to all skins */

.wrestleTitle {
  text-align: center ! important; 
  font-weight: var(--font-weight-bold) ! important; 
  line-height: var(--line-height-xs) ! important; 
  font-size: var(--font-size-large) ! important; 
  color: #000000 ! important; 
  background-color: #ffc500 ! important
}

.wrestleBio {
  td {
    width: 70%;
  }
}