MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Reverted
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:


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


h1 {
.embedvideo-overlay {
   color: black;
   max-width: 80%;
   background: yellow;
   height: auto;
   font-size: 200%
   width: auto;
}
}

Latest revision as of 11:45, 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
}

.embedvideo-overlay {
  max-width: 80%;
  height: auto;
  width: auto;
}