Difference between revisions of "MediaWiki:Common.css"

From ProgZoo
Jump to navigation Jump to search
Line 1: Line 1:
#shellbody, #shelljs{
  display:none;
}
.qu pre.usr, .qu pre.ans{
.qu pre.usr, .qu pre.ans{
   display:none;
   display:none;

Revision as of 11:40, 1 August 2021

#shellbody, #shelljs{
  display:none;
}
.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;
}