Guest User

Untitled

a guest
May 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. .editor {
  2. color: #333;
  3. background-color: #eee;
  4. }
  5.  
  6. html,body {
  7. margin: 0;
  8. padding: 0;
  9. height: 100%;
  10. }
  11. .print, .editor, .editorcursor { display: none; }
  12. @media print {
  13. .editor { display:none !important; }
  14. html,body { overflow:auto !important; }
  15. .editorcursor { display:none !important; }
  16. .print {position:absolute;top:0;left:0;display:block !important;font-family:monospace;height:100%;}
  17. .editortools {display:none !important;}
  18. textarea,input { display:none !important;}
  19. }
  20.  
  21. .cat, .catdx, .sez { background-color: #CCC; }
  22. .copy { color: #666;}
  23. .copy { color: #333;}
  24. a, a:link, a:active { color:#000; }
  25. a:hover { color: #333; }
  26. a:visited { color: #333; }
  27. p, .dx, div, li, td { font-family: helvetica, arial, sans-serif; font-size: 12px; }
  28. H4 {font-family: helvetica, arial, sans-serif; font-size: 13px;}
Add Comment
Please, Sign In to add comment