/public/css/style.css
CSS | 48 lines | 37 code | 11 blank | 0 comment | 0 complexity | 9375a3f7b70ecbdd73f008afa461f041 MD5 | raw file
- body {
- padding-top: 60px;
- /* 60px to make the container go all the way to the bottom of the topbar */ }
- h1 {
- font-size: 1.3em; }
- #loading {
- display: block;
- position: absolute;
- text-align: center;
- width: 100%; }
- #loading div {
- margin: auto; }
- .pointer {
- cursor: pointer; }
- #flash {
- text-align: center;
- margin-right: 1%; }
- #canvas {
- background-color: #eee;
- opacity: 0.5;
- position: absolute;
- cursor: crosshair; }
- .shelf {
- border: 2px solid #000;
- background-color: #fff;
- position: absolute; }
- .focus-shelf {
- border: 2px solid #0a0; }
- .draggable {
- cursor: move; }
- .cleaner {
- display: both; }
- #menu {
- position: relative;
- float: right; }
- #picture {
- float: left; }