You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rise.css 452B

12345678910111213141516171819202122
  1. body.rise-enabled div.inner_cell>div.input_area {
  2. font-size: 150%;
  3. }
  4. body.rise-enabled div.output_subarea.output_text.output_result {
  5. font-size: 150%;
  6. }
  7. body.rise-enabled div.output_subarea.output_text.output_stream.output_stdout {
  8. font-size: 150%;
  9. }
  10. body.rise-enabled div.output_subarea.output_html.rendered_html.output_result {
  11. font-size: 150%;
  12. }
  13. body.rise-enabled td {
  14. font-size: 120%;
  15. }
  16. body.rise-enabled th {
  17. font-size: 120%;
  18. }