The version of vichan running on lainchan.org
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

17 řádky
227B

  1. html, body
  2. {
  3. height: 90%!important;
  4. }
  5. div.ban
  6. {
  7. width: 80%!important;
  8. max-width: 80%!important;
  9. height: 100%!important;
  10. }
  11. iframe
  12. {
  13. border: none!important;
  14. width: 100%!important;
  15. height: calc(100% - 24px)!important;
  16. }