Difference between revisions of "MediaWiki:Common.css"

From P2SR Wiki

(Created page with "→‎CSS placed here will be applied to all skins: .p2-mainmenu{ margin: 0 -100vw; //hack to stretch the div through entire page despite the content padding. display: fle...")
 
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
.ele-cues-table td:first-child{
 
+
   white-space:nowrap;
.p2-mainmenu{
 
  margin: 0 -100vw; //hack to stretch the div through entire page despite the content padding.
 
  display: flex;
 
  justify-content: center;
 
}
 
 
 
.p2-mainmenu-inner{
 
   max-width: 98vw;
 
  display:flex;
 
  align-items: stretch;
 
  flex-wrap: wrap;
 
 
}
 
}

Latest revision as of 06:21, 9 August 2022

.ele-cues-table td:first-child{
  white-space:nowrap;
}