mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-10 23:03:10 +00:00
31 lines
No EOL
1.5 KiB
CSS
31 lines
No EOL
1.5 KiB
CSS
body { margin-top: 0; font-family: Optima, sans-serif; }
|
|
h2 { background: #ffc; margin-top: 0; padding: 5px; color: #333; font-size: 1em; margin-bottom: 20px; }
|
|
|
|
#body-wrapper { width: 1200px; margin: 0 auto; overflow: hidden; position: relative; }
|
|
#fps { position: absolute; left: 1px; top: 0; background: rgb(200,200,200); width: 70px; z-index: 1000; }
|
|
#commands { float: left; font-size: 14px; margin-left: 10px; }
|
|
#commands ul { list-style: none; padding-left: 0; }
|
|
#canvas-console { display: block; font-size: 11px; }
|
|
#rasterize { margin-top: 10px; color: green; }
|
|
#complexity { clear: both; padding-top: 10px; }
|
|
#controls { margin-bottom: 5px; }
|
|
#text-controls { clear: both; margin-top: 20px }
|
|
#text-controls button { vertical-align: top; }
|
|
#drawing-mode-options { margin-top: 5px; background: #ffc; padding: 5px; border: 1px solid #aaa; }
|
|
#text { position: relative; width: 350px; height: 200px; }
|
|
#text-cmd-linethrough { text-decoration: line-through; }
|
|
#text-cmd-underline { text-decoration: underline; }
|
|
#text-cmd-overline { text-decoration: overline; }
|
|
#text-cmd-italic { font-style: italic; }
|
|
#text-cmd-shadow { text-shadow: rgb(100,100,100) 1px 1px 3px; }
|
|
|
|
.canvas-container { margin: 0 auto; float: left; border: 1px solid #aaa; }
|
|
.clear { color: red; font-weight: bold; margin-top: 1em; }
|
|
|
|
#drawing-mode { color: blue; }
|
|
#drawing-mode.is-drawing { color: red; }
|
|
|
|
.svg-shapes { overflow: hidden; width: 320px; }
|
|
.svg-shapes li { display: inline; }
|
|
|
|
button.selected { font-weight: bold; vertical-align: top } |