PageRenderTime 37ms CodeModel.GetById 28ms RepoModel.GetById 1ms app.codeStats 0ms

/public/css/style.css

https://bitbucket.org/thrabal/smartlib
CSS | 48 lines | 37 code | 11 blank | 0 comment | 0 complexity | 9375a3f7b70ecbdd73f008afa461f041 MD5 | raw file
  1. body {
  2. padding-top: 60px;
  3. /* 60px to make the container go all the way to the bottom of the topbar */ }
  4. h1 {
  5. font-size: 1.3em; }
  6. #loading {
  7. display: block;
  8. position: absolute;
  9. text-align: center;
  10. width: 100%; }
  11. #loading div {
  12. margin: auto; }
  13. .pointer {
  14. cursor: pointer; }
  15. #flash {
  16. text-align: center;
  17. margin-right: 1%; }
  18. #canvas {
  19. background-color: #eee;
  20. opacity: 0.5;
  21. position: absolute;
  22. cursor: crosshair; }
  23. .shelf {
  24. border: 2px solid #000;
  25. background-color: #fff;
  26. position: absolute; }
  27. .focus-shelf {
  28. border: 2px solid #0a0; }
  29. .draggable {
  30. cursor: move; }
  31. .cleaner {
  32. display: both; }
  33. #menu {
  34. position: relative;
  35. float: right; }
  36. #picture {
  37. float: left; }