Difference between revisions of "MediaWiki:Common.css"

From ProgZoo
Jump to navigation Jump to search
Line 10: Line 10:
textarea.usr{
textarea.usr{
   width:50ex;
   width:50ex;
   height:10ex;
   height:20ex;
}
}

Revision as of 10:52, 1 August 2021

.qu pre.usr, .qu pre.ans{
  display:none;
}
.inputs, .outputs{
  display: inline-block;
  max-width: 48vw;
  margin: 1vw;
  vertical-align:top;
}
textarea.usr{
  width:50ex;
  height:20ex;
}