sheetjs.css 581 B

12345678910111213141516171819202122232425262728293031323334
  1. /* sheetjs.css (C) 2014-present SheetJS -- http://sheetjs.com */
  2. /* vim: set ts=2: */
  3. #drop{
  4. border:2px dashed #bbb;
  5. -moz-border-radius:5px;
  6. -webkit-border-radius:5px;
  7. border-radius:5px;
  8. padding:25px;
  9. text-align:center;
  10. width:128px;
  11. font:20pt bold,"Vollkorn";color:#bbb
  12. }
  13. #left {
  14. width:188px;
  15. position:absolute;
  16. left:0;
  17. }
  18. #right {
  19. position:absolute;
  20. left:200px;
  21. }
  22. #logo {
  23. padding:25px;
  24. }
  25. #header {
  26. height:168px;
  27. }
  28. .winpt { width:98%; }
  29. .success { color: #468847; }
  30. .error { color: #b94a48; }
  31. .info { color: #3a87ad; }
  32. pre { white-space: pre-wrap; }