ivprog-visual-1.0.css 20 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057
  1. html {
  2. height: 100%;
  3. }
  4. body {
  5. height: 100%;
  6. }
  7. .ui.raised.container.segment.div_to_body {
  8. height: 92%;
  9. padding: 10px;
  10. padding-left: 6px;
  11. padding-right: 6px;
  12. background-color: #1279c6;
  13. }
  14. .ivprog_visual_panel {
  15. height: 96%;
  16. overflow: auto;
  17. overflow-x: auto;
  18. }
  19. .ivprog_textual_panel {
  20. height: 95%;
  21. overflow: auto;
  22. overflow-x: auto;
  23. }
  24. .ivprog_textual_code {
  25. width: 100%;
  26. min-height: 500px;
  27. resize: none;
  28. background-color: white;
  29. }
  30. .main_title h2 {
  31. margin: 0;
  32. color: white;
  33. }
  34. .main_title span {
  35. font-size: 80%;
  36. font-style: italic;
  37. }
  38. .ivprog_format_info {
  39. cursor: pointer;
  40. margin-left: 10px;
  41. }
  42. .ivprog_visual_panel {
  43. border: 2px solid #A0A0A0;
  44. background-color: red;
  45. }
  46. .ui.container.main_title {
  47. float: left;
  48. width: 200px;
  49. }
  50. .ui.container.content_margin {
  51. margin-top: 10px;
  52. }
  53. .content_margin .content_sub_margin {
  54. display: inline;
  55. margin-left: 34%;
  56. margin-top: 50px;
  57. }
  58. .ui.icon.menu.center.aligned.container {
  59. width: 438px;
  60. margin-top: -10px;
  61. }
  62. .ghost {
  63. opacity: .5;
  64. background: #C8EBFB;
  65. }
  66. /* editor visual: **/
  67. .function_signature_div,
  68. .function_close_div {
  69. font-weight: bold;
  70. color: black;
  71. }
  72. .ui.selection.data_types_dropdown.visible.dropdown>.text:not(.default),
  73. .ui.selection.parameter_data_types_dropdown.visible.dropdown>.text:not(.default) {
  74. font-weight: bold;
  75. }
  76. .ui.selection.data_types_dropdown.dropdown,
  77. .ui.selection.parameter_data_types_dropdown.dropdown {
  78. padding-bottom: 0;
  79. }
  80. .ui.fluid.dropdown.data_types_dropdown {
  81. display: inline;
  82. width: 150px;
  83. border: none;
  84. background: none;
  85. }
  86. .ui.fluid.dropdown.parameter_data_types_dropdown {
  87. display: inline;
  88. border: none;
  89. background: none;
  90. }
  91. .ui.fluid.dropdown.data_types_dropdown.selection .dropdown.icon,
  92. .ui.fluid.dropdown.parameter_data_types_dropdown.selection .dropdown.icon {
  93. font-size: 1em;
  94. }
  95. .function_close_div {
  96. margin-left: 20px;
  97. }
  98. .command_div {
  99. margin-left: 16px;
  100. }
  101. .function_draggable_div {
  102. width: 16px;
  103. float: left;
  104. }
  105. .function_draggable_div img {
  106. margin-bottom: -4px;
  107. margin-left: -2px;
  108. }
  109. .input_name_function{
  110. min-width: 50px;
  111. }
  112. .text_attr_receives {
  113. margin-left: 20px;
  114. margin-right: 20px;
  115. }
  116. .menu_operations {
  117. margin-left: 10px;
  118. margin-right: 10px;
  119. }
  120. .case_commands_block {
  121. /*border: 1px solid red;*/
  122. }
  123. .context_menu {
  124. display: inline;
  125. float: right;
  126. margin-right: 25px;
  127. margin-top: -4px;
  128. }
  129. .case_div {
  130. border: 1px solid gray;
  131. margin-left: 30px;
  132. padding-left: 5px;
  133. margin-top: 5px;
  134. }
  135. .function_name_div, .function_return_div, .function_name_parameter, .created_div_valor_var, .function_return, .var_value_menu_div, .variable_rendered, .variable_rendered div, .var_attributed,
  136. .expression_operand_1, .expression_operand_2, .operator, .div_comment_text, .value_rendered, .parameters_function_called, .parameters_function_called div, .expression_elements,
  137. .expression_element, .var_rendered, .menu_add_item, .component_element, .component_element, .conditional_expression, .variable_attribution, .attribution_expression, .var_value_expression,
  138. .incrementation_field, .incrementation_variable, .first_operand, .operator, .second_operand, .variable_to_switch, .variable_case, .button_remove_case, .editing_name_var, .parameter_div_edit,
  139. .all_elements_write, .container_var_element_control, .inline_add_command, .restart_expression, .div_parent_handler, .div_drag_writer, .single_element_expression, .ghost_parenthesis {
  140. display: inline;
  141. }
  142. .conditional_comands_block {
  143. min-height: 10px;
  144. }
  145. .div_comment_text {
  146. min-width: 100px;
  147. font-style: italic;
  148. }
  149. .enable_edit_name_function, .add_parameter, .remove_parameter, .add_parameter_button, .remove_variable {
  150. cursor: pointer;
  151. }
  152. [contenteditable="true"]:active,
  153. [contenteditable="true"]:focus,
  154. [contenteditable="true"]:hover {
  155. border: 1px dashed #000;
  156. background: white;
  157. }
  158. .ui.segment.ivprog_visual_panel {
  159. padding: 3px;
  160. margin-top: -5px;
  161. background: white;
  162. }
  163. .ui.segment.function_div {
  164. padding: 5px;
  165. margin: 0;
  166. margin-bottom: 5px;
  167. background-color: #bddbff;
  168. }
  169. .ui.button.add_function_button,
  170. .ui.button.add_variable_button,
  171. .ui.button.add_command_button {
  172. padding: 8px;
  173. margin: 0;
  174. }
  175. .glyphicon-move {
  176. cursor: move;
  177. cursor: -webkit-grabbing;
  178. }
  179. .glyphicon.glyphicon-move {
  180. float: left;
  181. }
  182. .remove_function_button, .minimize_function_button, .add_var_top_button, .add_command_top_button {
  183. float: right;
  184. }
  185. .ui.icon.button.remove_function_button,
  186. .ui.icon.button.minimize_function_button {
  187. background: none;
  188. padding: 0;
  189. margin-top: 12px;
  190. }
  191. .ui.segment.variables_list_div,
  192. .ui.segment.commands_list_div {
  193. padding: 5px;
  194. margin: 0;
  195. margin-left: 30px;
  196. width: calc(100% - 30px);
  197. background-color: #f9f9f9;
  198. min-height: 30px;
  199. }
  200. .ui.segment.variables_list_div {
  201. margin-top: 5px;
  202. }
  203. .ui.labeled.icon.button.add_variable_button,
  204. .ui.labeled.icon.button.add_command_button {
  205. }
  206. .program_signature {
  207. font-weight: bold;
  208. margin: -3px 0 10px -5px;
  209. }
  210. .program_final {
  211. font-weight: bold;
  212. margin: 5px 0 0 -5px;
  213. }
  214. .parameters_list {
  215. display: inline;
  216. }
  217. .parameter_type {
  218. margin-left: 10px;
  219. margin-right: 15px;
  220. }
  221. .function_return .dropdown .icon, .parameter_type .dropdown .icon {
  222. margin-left: 6px;
  223. }
  224. .tabela_var {
  225. display: inline;
  226. }
  227. .buttons_manage_columns i, .tr_manage_lines i {
  228. cursor: pointer;
  229. display: inline;
  230. }
  231. div.buttons_manage_columns {
  232. display: inline;
  233. }
  234. .tr_manage_lines {
  235. text-align: center;
  236. }
  237. .div_valor_var {
  238. display: inline;
  239. }
  240. .ui.comment span {
  241. font-style: italic;
  242. }
  243. .ui.comment, .ui.reader, .ui.writer, .ui.attribution, .ui.iftrue, .ui.repeatNtimes, .ui.whiletrue, .ui.dowhiletrue, .ui.switch, .ui.functioncall,
  244. .ui.return {
  245. padding: 5px;
  246. margin: 5px;
  247. background: #f7f2c9;
  248. border: 2px solid #4d4be3;
  249. border-radius: 0.25em;
  250. box-shadow: 1px 1px;
  251. }
  252. .ui.repeatNtimes .separator_character {
  253. margin-right: 10px;
  254. }
  255. .ui.repeatNtimes, .ui.whiletrue {
  256. min-height: 50px;
  257. }
  258. .ui.dowhiletrue .ui.block_commands {
  259. min-height: 10px;
  260. }
  261. .add_var_top_button {
  262. padding-right: 50px;
  263. }
  264. .function_signature_div {
  265. min-height: 40px;
  266. padding-top: 8px;
  267. }
  268. .move_function {
  269. margin-top: 9px;
  270. }
  271. .div_start_minimize_v {
  272. float: right;
  273. width: 22px;
  274. height: 10px;
  275. }
  276. .global_var {
  277. margin-bottom: 7px;
  278. }
  279. .list_globals, .global_const {
  280. display: inline;
  281. }
  282. .created_element {
  283. position: absolute;
  284. width: 50%;
  285. z-index: 99999999;
  286. opacity: .8;
  287. cursor: move;
  288. }
  289. .width-dynamic {
  290. min-width: 100px;
  291. }
  292. .ui.icon.plus.square.outline.icon_add_item_to_writer {
  293. margin-right: 10px;
  294. margin-left: 10px;
  295. cursor: pointer;
  296. }
  297. .button_remove_command, .button_refresh_attribution {
  298. float: right;
  299. cursor: pointer;
  300. }
  301. .expression_drag {
  302. cursor: col-resize;
  303. border: 2px gray solid;
  304. display: inline;
  305. width: 5px;
  306. }
  307. .ui.icon.red.exclamation.triangle.error_icon {
  308. float: left;
  309. margin-left: -1.6em;
  310. z-index: 10;
  311. position: absolute;
  312. font-size: 1.5em;
  313. }
  314. .height_100 {
  315. height: 100%;
  316. }
  317. .default_visual_title {
  318. display: none;
  319. }
  320. .expandingArea textarea {
  321. min-height: 30px;
  322. resize: none;
  323. padding: 5px;
  324. }
  325. .ui table .btn_actions {
  326. text-align: center;
  327. }
  328. .button_remove_case {
  329. cursor: pointer;
  330. padding: 3px;
  331. }
  332. .accordion {
  333. margin: auto;
  334. }
  335. .global_container:hover,
  336. .variable_container:hover {
  337. border: 2px solid gray;
  338. padding-left: 8px;
  339. padding-right: 8px;
  340. padding-top: 5px;
  341. padding-bottom: 4px;
  342. }
  343. .ui.label.function_name_parameter:hover {
  344. border: 2px solid gray;
  345. padding: 5px 6px 5px 6px;
  346. }
  347. .ui.label.function_name_parameter {
  348. padding: 7px 8px 7px 8px;
  349. }
  350. .global_container:hover, .variable_container:hover {
  351. margin-bottom: 4px !important;
  352. }
  353. .global_container .global_type, .editing_name_var, .global_container .span_value_variable,
  354. .variable_container .variable_type, .variable_container .span_value_variable,
  355. .ui.dropdown.function_return, div.function_name_div_updated,
  356. .ui.dropdown.parameter_type, .parameter_div_edit {
  357. background: #cecece;
  358. border-radius: 5px;
  359. padding: 4px;
  360. margin-left: 5px;
  361. margin-right: 5px;
  362. }
  363. .parameter_div_edit {
  364. padding-bottom: 2px;
  365. padding-top: 2px;
  366. }
  367. .ui.dropdown.parameter_type {
  368. }
  369. div.function_name_div_updated {
  370. padding-top: 5px;
  371. padding-bottom: 5px;
  372. margin-right: 10px;
  373. }
  374. .function_name_div_updated .name_function_updated {
  375. padding-left: 10px;
  376. padding-right: 10px;
  377. }
  378. .variable_container .variable_type {
  379. padding: 5px;
  380. margin-left: 0;
  381. margin-right: 3px;
  382. }
  383. .global_container .global_type:hover, .global_container .span_value_variable:hover,
  384. .variable_container .variable_type:hover, .variable_container .span_value_variable:hover,
  385. .ui.dropdown.function_return:hover, div.function_name_div_updated:hover,
  386. .ui.dropdown.parameter_type:hover, .parameter_div_edit:hover {
  387. background: #848484;
  388. color: #fff;
  389. z-index: 999999;
  390. }
  391. .editing_name_var {
  392. min-width: 40px;
  393. padding-top: 3px;
  394. padding-bottom: 3px;
  395. }
  396. .global_container .global_type:active,
  397. .variable_container .variable_type:active,
  398. .ui.dropdown.function_return:active,
  399. div.function_name_div_updated:active,
  400. .ui.dropdown.parameter_type:active {
  401. background: #636363;
  402. color: #fff;
  403. }
  404. .global_container i {
  405. cursor: pointer;
  406. }
  407. .global_container .ui.icon.plus.square.outline, .global_container .ui.icon.minus.square.outline {
  408. font-size: 120%;
  409. }
  410. .character_equals {
  411. font-size: 150%;
  412. display: inline;
  413. margin-left: 3px;
  414. margin-right: -2px;
  415. }
  416. .yellow.icon.times.remove_global,
  417. .yellow.icon.times.remove_variable,
  418. .yellow.icon.times.remove_parameter {
  419. float: right;
  420. margin-right: -1px;
  421. margin-left: 8px;
  422. opacity: 0;
  423. }
  424. .global_container:hover > .yellow.icon.times.remove_global, .variable_container:hover > .yellow.icon.times.remove_variable,
  425. .function_name_parameter:hover > .yellow.icon.times.remove_parameter {
  426. opacity: 1;
  427. }
  428. .tr_manage_lines {
  429. padding-top: 10px;
  430. }
  431. .ui.icon.button.add-globalVar-button.add_global_button {
  432. padding: 7px;
  433. margin-bottom: 4px;
  434. padding-bottom: 9px;
  435. }
  436. .all_functions {
  437. margin-top: -5px;
  438. }
  439. .only_in_frame {
  440. position: absolute;
  441. z-index: 9999;
  442. width: 90px;
  443. top: 5px;
  444. left: 5px;
  445. opacity: .6;
  446. }
  447. .only_in_frame:hover {
  448. opacity: 1;
  449. }
  450. .only_in_frame:hover span {
  451. display: block;
  452. }
  453. .only_in_frame span {
  454. display: none;
  455. margin-top: -5px;
  456. }
  457. .ui.container.main_title {
  458. width: 85px;
  459. }
  460. .ui.label.global_container {
  461. margin-bottom: 3px;
  462. }
  463. .ui.label.variable_container {
  464. margin-bottom: 3px;
  465. }
  466. .created_div_valor_var {
  467. display: inline-block;
  468. }
  469. .ui.dropdown.function_return {
  470. padding-left: 15px;
  471. padding-right: 15px;
  472. margin-left: 10px;
  473. margin-right: 10px;
  474. }
  475. .parethesis_function {
  476. font-size: 120%;
  477. }
  478. .var_value_menu_div,
  479. .attribution .var_attributed,
  480. .component_element,
  481. .conditional_expression .expression_element,
  482. .menu_start_rendered,
  483. .attribution_expression .variable_attribution,
  484. .render_style_param,
  485. .attribution_expression .div_expression_st:not(:empty),
  486. .incrementation_field .incrementation_variable,
  487. .incrementation_field .first_operand:not(:empty),
  488. .incrementation_field .operator:not(:empty),
  489. .incrementation_field .second_operand:not(:empty),
  490. .single_element_expression, .ghost_parenthesis {
  491. background: #e8e8e8;
  492. border-radius: 5px;
  493. min-width: 40px;
  494. padding: 2px;
  495. padding-left: 5px;
  496. padding-right: 5px;
  497. border: 1px solid gray;
  498. box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.19);
  499. color: black;
  500. }
  501. .menu_start_rendered {
  502. padding-left: 12px;
  503. }
  504. .menu_start_rendered i {
  505. width: 1.5em;
  506. margin-right: -1em;
  507. }
  508. .row_container:hover, .column_container:hover {
  509. background: #cecece;
  510. }
  511. .column_container, .row_container {
  512. border-radius: 4px;
  513. border: 1px solid gray;
  514. padding: 1px 2px 1px 2px;
  515. background: #e8e8e8;
  516. box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.19);
  517. }
  518. .var_value_menu_div div i {
  519. color: black;
  520. }
  521. .span_command_spec {
  522. color: black;
  523. font-weight: bold;
  524. font-size: 110%;
  525. }
  526. .ui.comment.command_container .var_value_menu_div {
  527. display: inline-block;
  528. width: 93%;
  529. }
  530. .ui.comment.command_container .var_value_menu_div .variable_rendered,
  531. .ui.comment.command_container .var_value_menu_div .value_rendered {
  532. width: 100%;
  533. cursor: text;
  534. font-style: italic;
  535. }
  536. .ui.comment.command_container .var_value_menu_div {
  537. cursor: text;
  538. }
  539. .ui.comment.command_container .var_value_menu_div {
  540. background: none;
  541. border-radius: 0;
  542. border: 0px solid gray;
  543. box-shadow: none;
  544. padding: 0px;
  545. font-size: 110%;
  546. }
  547. .ui.comment.command_container .var_name,
  548. .ui.comment.command_container .value_rendered {
  549. color: rgba(0,0,0,.6);
  550. }
  551. .ui.comment.command_container .var_value_menu_div input {
  552. width: 100%;
  553. display: inline-block;
  554. font-style: italic;
  555. }
  556. .ui.dropdown.menu_start_rendered .text i {
  557. padding-right: 8px;
  558. }
  559. * {
  560. font-family: 'Roboto', sans-serif;
  561. }
  562. .add_global_button i {
  563. font-size: 130%;
  564. }
  565. .global_var .circle.add_global_button, .global_var i.back,
  566. .ui.add_var_context .icon.plus.circle, .ui.add_var_context .icon.circle.back,
  567. .ui.rail .icon.plus.circle, .ui.rail .icon.circle.back {
  568. position: absolute;
  569. }
  570. .global_var .circle.add_global_button,
  571. .ui.add_var_context .icon.plus.circle,
  572. .ui.rail .icon.plus.circle {
  573. color: #bf80d4!important;
  574. cursor: pointer;
  575. font-style: 120%;
  576. }
  577. .global_var i.back,
  578. .ui.add_var_context .icon.circle.back,
  579. .ui.rail .icon.circle.back {
  580. color: white !important;
  581. }
  582. .ui.add_var_context{
  583. margin-left: -4px;
  584. }
  585. .ui.rail {
  586. color: #ab0054 !important;
  587. }
  588. .ui.add_var_context .icon.superscript {
  589. font-size: 110%;
  590. }
  591. .ui.add_var_context .ui.icon.button.purple {
  592. padding: 8px;
  593. }
  594. .global_container .global_const, .global_container .global_type,
  595. .variable_container .variable_type {
  596. font-size: 114%;
  597. }
  598. .global_container .editing_name_var,
  599. .variable_container .editing_name_var {
  600. font-size: 108%;
  601. }
  602. .global_container .global_const i {
  603. font-size: 120%;
  604. }
  605. .global_container .span_value_variable,
  606. .variable_container .span_value_variable {
  607. font-size: 110%;
  608. }
  609. .global_container .global_type, .global_container .editing_name_var, .global_container .span_value_variable,
  610. .variable_container .variable_type, .variable_container .span_value_variable, .variable_container .editing_name_var,
  611. .ui.dropdown.parameter_type, .parameter_div_edit {
  612. background: black;
  613. border-radius: 5px;
  614. padding: 4px;
  615. margin-left: 5px;
  616. margin-right: 5px;
  617. }
  618. .global_container .global_type:hover, .global_container .editing_name_var:hover, .global_container .span_value_variable:hover,
  619. .variable_container .variable_type:hover, .variable_container .span_value_variable:hover, .variable_container .editing_name_var:hover,
  620. .ui.dropdown.parameter_type:hover, .parameter_div_edit:hover {
  621. background-color: #545353;
  622. }
  623. .yellow.icon.times.remove_global,
  624. .yellow.icon.times.remove_variable {
  625. color: yellow;
  626. font-size: 125%;
  627. }
  628. .ui.rail .icon.plus.circle {
  629. color: #ec9962 !important;
  630. }
  631. .ui.rail .icon.plus.circle,
  632. .ui.rail .icon.circle.back,
  633. .ui.add_var_context .icon.plus.circle,
  634. .ui.add_var_context .icon.circle.back,
  635. .global_var .icon.plus.circle,
  636. .global_var .icon.circle.back {
  637. left: 1.8em !important;
  638. margin-top: 1.5em !important;
  639. }
  640. .ui.rail .icon.plus.circle,
  641. .ui.rail .icon.circle.back {
  642. left: 1.3em !important;
  643. }
  644. .ui.icon.button.dropdown.menu_commands {
  645. color: white;
  646. margin-left: -4px;
  647. padding: 8px;
  648. margin-top: 0.3em;
  649. }
  650. .ui.dropdown.variable_type {
  651. padding: 5px;
  652. }
  653. .global_var .global_container .ellipsis,
  654. .variable_container .ui.icon.ellipsis.vertical.inverted,
  655. .ui.label.function_name_parameter.pink .ui.icon.ellipsis.vertical.inverted {
  656. position: relative;
  657. margin-left: -3px;
  658. margin-right: 4px;
  659. opacity: 0;
  660. cursor: move;
  661. font-size: 120%;
  662. }
  663. .global_container:hover > .ellipsis,
  664. .variable_container:hover > .ui.icon.ellipsis.vertical.inverted {
  665. opacity: 1;
  666. }
  667. .glyphicon.glyphicon-move.move_function i {
  668. font-size: 130%;
  669. }
  670. .span_name_parameter.label_enable_name_parameter {
  671. font-size: 94%;
  672. font-weight: 700;
  673. }
  674. .ui.dropdown.parameter_type {
  675. font-size: 96%;
  676. }
  677. .ui.label.function_name_parameter .ellipsis {
  678. font-size: 96% !important;
  679. margin-left: .05em !important;
  680. }
  681. .ui.label.function_name_parameter:hover > .ellipsis {
  682. opacity: 1 !important;
  683. }
  684. .command_drag {
  685. cursor: move;
  686. }
  687. .command_container.over_command_drag {
  688. border: 3px dotted blue !important;
  689. padding: 0.315em !important;
  690. }
  691. .commands_list_div.over_command_drag {
  692. border: 3px dotted blue !important;
  693. padding: 0.2em !important;
  694. }
  695. .ui.segment:first-child {
  696. margin-top: 1em !important;
  697. }
  698. div.ui.checkbox.transition.visible {
  699. margin-bottom: 1em;
  700. }
  701. .var_menu_select_content_error {
  702. background: #ff0000;
  703. color: white !important;
  704. border: 2px solid #3125ee;
  705. }
  706. .ui.iftrue, .ui.repeatNtimes, .ui.whiletrue, .ui.dowhiletrue, .ui.switch {
  707. background: #787fe721;
  708. }
  709. .ui.popup.invalid-identifier {
  710. background: #ff3232;
  711. color: white;
  712. font-weight: bold;
  713. border: 1px solid black;
  714. }
  715. .ui.popup.invalid-identifier:before {
  716. background: #ff3232;
  717. border-right: 1px solid black;
  718. border-bottom: 1px solid black;
  719. }
  720. .ui.popup.invalid-identifier i.ui.icon.inverted.exclamation.triangle.yellow {
  721. margin-left: -.5em;
  722. margin-right: .4em;
  723. }
  724. .ui.repeatNtimes.command_container .ui.block_commands,
  725. .ui.whiletrue.command_container .ui.block_commands {
  726. margin-top: .8em;
  727. }
  728. .ui.restart_expression {
  729. margin-left: .4em;
  730. cursor: pointer;
  731. color: brown;
  732. }
  733. .div_parent_handler {
  734. padding-top: 5px;
  735. padding-bottom: 6px;
  736. background: #7a7acf;
  737. border-radius: 4px;
  738. }
  739. .div_parent_handler i.times {
  740. margin-left: .3em;
  741. cursor: pointer;
  742. }
  743. .div_parent_handler i.ellipsis {
  744. cursor: move;
  745. }
  746. .div_parent_handler i.handler {
  747. opacity: 0;
  748. }
  749. .div_parent_handler:hover i.handler {
  750. opacity: 1;
  751. }
  752. .ui.block_commands {
  753. min-height: 20px !important;
  754. padding-top: 5px !important;
  755. }
  756. .ghost_div {
  757. height: 20px;
  758. background-color: #ffffff;
  759. margin: 5px;
  760. border: 2px dotted #000000;
  761. box-shadow: 1px 1px;
  762. height: 28px;
  763. border: 2px solid green;
  764. }
  765. .ghost_element, .ghost_parenthesis {
  766. opacity: 0;
  767. }
  768. .expression_elements:hover .ghost_element, .expression_elements:hover .ghost_parenthesis {
  769. }
  770. .ghost_element:hover, .ghost_parenthesis:hover {
  771. opacity: 1.0 !important;
  772. }
  773. .usepointer, .ghost_element, .ghost_parenthesis, .add_parentheses {
  774. cursor: pointer !important;
  775. }
  776. .add_parentheses {
  777. margin-left: 20px;
  778. }
  779. .temp_class {
  780. opacity: 0;
  781. }
  782. .parentheses_ghost {
  783. display: inline;
  784. background-color: #2ecc40;
  785. padding: 1px 4px;
  786. font-size: 120%;
  787. padding-bottom: 2px;
  788. font-weight: bold;
  789. margin: 0px 4px;
  790. border-radius: 4px;
  791. box-shadow: 4px black;
  792. box-shadow: 1px 1px;
  793. border: 1px solid gray;
  794. }
  795. .single_element_expression {
  796. }
  797. .floating_parenthesis {
  798. padding: 3px 2px;
  799. border: 1px solid gray;
  800. background-color: #e8e8e8;
  801. width: 30px;
  802. text-align: center;
  803. border-radius: 5px;
  804. font-weight: bold;
  805. box-shadow: 2px 2px grey;
  806. }
  807. .remove_element_expression {
  808. display: inline;
  809. position: absolute;
  810. top: -15px;
  811. right: -5px;
  812. }
  813. .mouse_distance {
  814. }
  815. .mouse_distance_hidden {
  816. display: none !important;
  817. }
  818. .mouse_distance_except {
  819. display: inline !important;
  820. }
  821. .higher_element {
  822. display: inline;
  823. min-width: 10px !important;
  824. min-height: 10px;
  825. position: absolute;
  826. margin-left: -10px;
  827. margin-top: -5px;
  828. padding-left: 5px;
  829. }
  830. .ghost_element {
  831. border: 2px solid green !important;
  832. box-shadow: #8f8f8f 2px 2px !important;
  833. background: #d8ffd8 !important;
  834. }
  835. .ui.button.green.add_expression {
  836. padding: 2px;
  837. padding-top: 5px;
  838. padding-bottom: 5px;
  839. margin-left: 5px;
  840. padding-left: 10px;
  841. }
  842. .ui.button.green.add_expression i {
  843. font-size: 110%;
  844. }
  845. .simple_add {
  846. display: inline;
  847. }
  848. .lixeira {
  849. position: absolute;
  850. top: 300px;
  851. left: 200px;
  852. height: 100px;
  853. background-image: url('../img/trash-icon.png');
  854. width: 125px !important;
  855. background-position: 0;
  856. background-repeat: no-repeat;
  857. display: none;
  858. }
  859. .lixeira .trash {
  860. font-size: 3em;
  861. }
  862. .color_test {
  863. background-color: green;
  864. }
  865. .parentheses_fixed {
  866. background-color: #617063 !important;
  867. color: white !important;
  868. }
  869. .parentheses_in_expression {
  870. cursor: pointer;
  871. }
  872. .ivprog-error-varname {
  873. font-style: italic;
  874. margin-left: 1px;
  875. margin-right: 1px;
  876. }
  877. .disabled {
  878. pointer-events: none;
  879. }
  880. .dimmer_content_message {
  881. color: white;
  882. display: none;
  883. }
  884. .circular.inverted.teal.question.icon {
  885. font-size: 12px;
  886. margin-left: 10px;
  887. }
  888. .table_buttons {
  889. width: 100%;
  890. margin-top: 10px;
  891. }
  892. .table_buttons .right_align {
  893. text-align: right;
  894. }
  895. .text_area_output, .text_area_input {
  896. width: 80%;
  897. }
  898. .tabular .item {
  899. font-size: 1.1em;
  900. }
  901. .tabular.menu {
  902. margin-top: 1em !important;
  903. }
  904. .ui.bottom.attached.tab.segment, .tabular.menu {
  905. margin-left: 1em !important;
  906. margin-right: 1em !important;
  907. }
  908. .ui.blue.table thead tr:first-child > th {
  909. position: sticky !important;
  910. top: 0;
  911. z-index: 2;
  912. }
  913. .ui.bottom.attached.tab.segment.tab_algorithm {
  914. height: 90%;
  915. }
  916. .ui.segment.settings_topic h3 {
  917. margin-bottom: 20px;
  918. }
  919. .settings_topic .content_segment_settings {
  920. margin-left: 40px;
  921. }