styles.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  1. div, span {
  2. cursor:default;
  3. }
  4. input, textarea {
  5. cursor:text;
  6. }
  7. textarea.string_input {
  8. resize: none;
  9. }
  10. textarea.string_input {
  11. resize: none;
  12. }
  13. select, option, button {
  14. cursor:pointer;
  15. }
  16. button {
  17. font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  18. font-size:11px;
  19. }
  20. span.feedback {
  21. color: red;
  22. }
  23. html {
  24. width: 100%;
  25. height: 100%;
  26. overflow: hidden;
  27. }
  28. .inputDiv {
  29. position: absolute;
  30. left: 10px;
  31. right: 20px;
  32. padding: 5px 10px;
  33. height: 32px;
  34. }
  35. .contentDiv {
  36. position: absolute;
  37. left: 0;
  38. right: 0;
  39. top: 0;
  40. bottom: 0;
  41. box-shadow: inset 7px 7px 5px rgba(0, 0, 0, 0.1);
  42. }
  43. .rootDiv {
  44. position: absolute;
  45. top: 0;
  46. left: 0;
  47. right: 0;
  48. bottom: 0;
  49. overflow: hidden;
  50. }
  51. .commandHistory {
  52. width: 100%;
  53. position: absolute;
  54. display: none;
  55. }
  56. .mainInput {
  57. width: 100%;
  58. border: 1px solid black;
  59. }
  60. .mainInput:focus {
  61. box-shadow: 0 0 5px rgb(100, 200, 255);
  62. outline: none;
  63. }
  64. .mainInput.error:focus {
  65. box-shadow: 0 0 5px red;
  66. }
  67. .canvas {
  68. position:relative;
  69. height:100%;
  70. width:100%;
  71. overflow:auto;
  72. background: url(media/gridbg.png) top left repeat;
  73. cursor:crosshair;
  74. }
  75. .canvas_selection {
  76. stroke: chartreuse;
  77. stroke-width:0.5;
  78. stroke-dasharray:5,5;
  79. fill: chartreuse;
  80. fill-opacity:0.1;
  81. cursor:move;
  82. }
  83. .canvas_selection_overlay {
  84. stroke-width:0.1;
  85. fill:#0000ff;
  86. fill-opacity:0.10;
  87. cursor:crosshair;
  88. }
  89. .clickable {
  90. cursor:pointer;
  91. }
  92. .code_style {
  93. display:inline;
  94. font-family:"andale mono",monospace;
  95. font-size:11px;
  96. border-radius: 5px;
  97. }
  98. .container {
  99. position: relative;
  100. width: 100%;
  101. height: 100%;
  102. overflow: auto;
  103. }
  104. .ctrl_point_overlay {
  105. stroke: purple;
  106. stroke-width:1;
  107. fill: coral;
  108. fill-opacity:0.5;
  109. cursor:move;
  110. }
  111. .ctrl_point_center_overlay {
  112. stroke: lime;
  113. stroke-width:1;
  114. fill: khaki;
  115. fill-opacity:0.5;
  116. cursor:move;
  117. }
  118. .dark_bg {
  119. opacity:0.85;
  120. z-index: 100;
  121. height: 100%;
  122. width: 100%;
  123. background: black repeat;
  124. position:fixed;
  125. top: 0;
  126. left: 0;
  127. cursor:not-allowed;
  128. }
  129. .default_style {
  130. display:inline;
  131. font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  132. font-size:11px;
  133. border-radius: 5px;
  134. padding: 0;
  135. margin: 0;
  136. }
  137. .dialog {
  138. position:absolute;
  139. padding:0 20px 20px;
  140. max-height:100%;
  141. max-width:100%;
  142. z-index: 30;
  143. background-color: whitesmoke;
  144. border:2px solid crimson;
  145. border-radius: 5px;
  146. overflow-x:hidden;
  147. overflow-y:auto;
  148. }
  149. .dialog_title {
  150. padding: 10px;
  151. font-style: italic;
  152. font-weight: bold;
  153. }
  154. .dim_bg {
  155. opacity:0.30;
  156. z-index: 20;
  157. height: 100%;
  158. width: 100%;
  159. background: lavender repeat;
  160. position:fixed;
  161. top: 0;
  162. left: 0;
  163. cursor:not-allowed;
  164. }
  165. .disabled_link {
  166. pointer-events:none;
  167. color:grey;
  168. cursor:not-allowed;
  169. }
  170. .dock {
  171. position:absolute;
  172. top:5px;
  173. left:5px;
  174. z-index:10;
  175. overflow: auto;
  176. width: calc(100% - 20px);
  177. background-color: rgba(245, 245, 245, 0.7)
  178. }
  179. .disabled_dock {
  180. opacity:0.5;
  181. z-index:-1;
  182. }
  183. .droppable {
  184. background-color: chartreuse !important ;
  185. border: 1px dashed black !important;
  186. opacity: 0.5 !important;
  187. }
  188. .dropzone {
  189. width:200px;
  190. height:50px;
  191. background: lightblue no-repeat center center;
  192. padding:10px;
  193. border: 1px solid black;
  194. border-radius:10px;
  195. opacity:0.75
  196. }
  197. .empty_icon {
  198. opacity:0;
  199. cursor:pointer;
  200. }
  201. .enabled_link {
  202. color:indianred;
  203. cursor:pointer;
  204. }
  205. .error{
  206. color:crimson;
  207. }
  208. .fileb_icon {
  209. padding:5px;
  210. opacity:0.75;
  211. display: inline-block;
  212. text-align: left;
  213. }
  214. .fileb_icon:hover {
  215. opacity:1;
  216. }
  217. .fileb_icon_selected {
  218. padding:5px;
  219. opacity:1;
  220. display: inline-block;
  221. text-align: left;
  222. border-radius:8px;
  223. background:lightBlue;
  224. }
  225. .fileb_pane {
  226. padding:3px;
  227. border:1px solid black;
  228. border-radius: 5px;
  229. background-color: white;
  230. height: 300px;
  231. overflow:auto;
  232. }
  233. .footer {
  234. position:absolute;
  235. bottom:25px;
  236. right:32px;
  237. }
  238. .geometry_ctrls {
  239. position:fixed;
  240. padding:2px;
  241. background-color: whitesmoke;
  242. border:2px solid crimson;
  243. border-radius: 5px;
  244. }
  245. .geometry_ctrl {
  246. opacity:0.75;
  247. cursor:pointer;
  248. }
  249. .geometry_ctrl:hover {
  250. opacity:1;
  251. }
  252. .header {
  253. position:absolute;
  254. top:5px;
  255. right:32px;
  256. z-index:20;
  257. }
  258. .login {
  259. position:relative;
  260. margin: 10% auto;
  261. width: 300px;
  262. opacity: 1;
  263. padding: 10px;
  264. z-index: 101;
  265. background-color: snow;
  266. border: 5px solid dodgerblue;
  267. border-radius: 10px;
  268. overflow-x:hidden;
  269. overflow-y:auto;
  270. }
  271. .progress_bar {
  272. display: inline-block;
  273. border: 1px solid black;
  274. border-radius: 10px;
  275. height: 10px;
  276. width: 100px;
  277. margin: 0 5px;
  278. }
  279. .progress_fill {
  280. border-radius: 10px;
  281. background-color: crimson;
  282. opacity: 0.75;
  283. height: 10px;
  284. width: 0;
  285. }
  286. .toolbar_alt {
  287. line-height:32px;
  288. }
  289. .toolbar {
  290. padding-top:4px;
  291. margin:2px;
  292. background-color: whitesmoke ;
  293. border-radius: 5px;
  294. float:left;
  295. }
  296. .toolbar_bm {
  297. border:2px solid lightblue;
  298. }
  299. .toolbar_mm {
  300. border:2px solid khaki;
  301. }
  302. .toolbar_space {
  303. padding-left:4px;
  304. }
  305. .toolbar_button {
  306. display: inline-block;
  307. opacity:0.75;
  308. cursor:pointer;
  309. }
  310. .toolbar_button:hover {
  311. opacity:1;
  312. }
  313. .toolbar_button:active {
  314. opacity:0.5;
  315. }
  316. .transformation_preview {
  317. stroke: crimson;
  318. stroke-width:0.5;
  319. stroke-dasharray:5,5;
  320. fill: lavender;
  321. fill-opacity:0.1;
  322. cursor:not-allowed;
  323. }
  324. .unselectable {
  325. -webkit-user-select:none;
  326. -moz-user-select: none;
  327. }
  328. form, p, span {
  329. margin:0 auto;
  330. padding:0; }
  331. input { font:12px arial; }
  332. a {
  333. color:#0000FF;
  334. text-decoration:none; }
  335. a:hover { text-decoration:underline; }
  336. #chat, #loginform {
  337. display:none;
  338. margin:0 auto;
  339. padding-bottom:25px;
  340. background:#EBF4FB;
  341. width:504px;
  342. border:1px solid #ACD8F0; }
  343. #loginform { padding-top:18px; }
  344. #loginform p { margin: 5px; }
  345. #chatbox {
  346. text-align:left;
  347. margin: 0 auto 25px;
  348. padding:10px;
  349. background:#fff;
  350. height:270px;
  351. width:430px;
  352. border:1px solid #ACD8F0;
  353. overflow:auto; }
  354. #usermsg {
  355. width:395px;
  356. border:1px solid #ACD8F0; }
  357. #submit { width: 60px; }
  358. .error { color: #ff0000; }
  359. #menu { padding:13px 25px 13px 25px; }
  360. .welcome { float:left; }
  361. .logout { float:right; }
  362. .msgln { margin:0 0 2px 0; }