Difference between revisions of "MediaWiki:Common.css"

From IVS Wiki
Jump to: navigation, search
Line 5: Line 5:
 
}
 
}
  
basicBold {
+
.basicBold {
 
   color: #383838;
 
   color: #383838;
 
   font-size:120%;
 
   font-size:120%;
 
   font-weight: 900;
 
   font-weight: 900;
 
}
 
}

Revision as of 15:47, 2 May 2022

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

.expandContent {
  margin: 3px;
}

.basicBold {
  color: #383838;
  font-size:120%;
  font-weight: 900;
}