Difference between revisions of "MediaWiki:Common.css"

From ProgZoo
Jump to navigation Jump to search
Line 11: Line 11:
.cm-container{
.cm-container{
   width:80ex;
   width:80ex;
   border-solid;
   border:solid thin black;
}
}
textarea.usr{
textarea.usr{

Revision as of 21:42, 1 August 2021

#shellbody, #shelljs{
  display:none;
}
.qu pre.usr, .qu pre.ans{
  display:none;
}
.inputs, .outputs{
  display: inline-block;
  vertical-align:top;
}
.cm-container{
  width:80ex;
  border:solid thin black;
}
textarea.usr{
  width:50ex;
  height:20ex;
}