123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296 |
- html {
- height: 100%;
- }
- body {
- height: 100%;
- }
- .div_to_body {
- height: 90%;
- }
- .ivprog_visual_panel {
- height: 91%;
- overflow: auto;
- overflow-x: auto;
- }
- .main_title h2 {
- margin: 0;
- }
- .main_title span {
- font-size: 80%;
- font-style: italic;
- }
- .ivprog_format_info {
- cursor: pointer;
- margin-left: 10px;
- }
- .ivprog_visual_panel {
- border: 2px solid #A0A0A0;
- background-color: red;
- }
- .ui.container.main_title {
- float: left;
- width: 200px;
- }
- .ui.container.content_margin {
- margin-top: 10px;
- }
- .content_margin .content_sub_margin {
- display: inline;
- margin-left: 15%;
- margin-top: 50px;
- }
- .ui.icon.menu.center.aligned.container {
- width: 438px;
- margin-top: -10px;
- }
- .ghost {
- opacity: .5;
- background: #C8EBFB;
- }
- /* editor visual: **/
- .function_signature_div,
- .function_close_div {
- font-weight: bold;
- color: black;
- }
- .ui.selection.data_types_dropdown.visible.dropdown>.text:not(.default),
- .ui.selection.parameter_data_types_dropdown.visible.dropdown>.text:not(.default) {
- font-weight: bold;
- }
- .ui.selection.data_types_dropdown.dropdown,
- .ui.selection.parameter_data_types_dropdown.dropdown {
- padding-bottom: 0;
- }
- .ui.fluid.dropdown.data_types_dropdown {
- display: inline;
- width: 150px;
- border: none;
- background: none;
- }
- .ui.fluid.dropdown.parameter_data_types_dropdown {
- display: inline;
- border: none;
- background: none;
- }
- .ui.fluid.dropdown.data_types_dropdown.selection .dropdown.icon,
- .ui.fluid.dropdown.parameter_data_types_dropdown.selection .dropdown.icon {
- font-size: 1em;
- }
- .function_close_div {
- margin-left: 20px;
- }
- .command_div {
- margin-left: 16px;
- }
- .function_draggable_div {
- width: 16px;
- float: left;
- }
- .function_draggable_div img {
- margin-bottom: -4px;
- margin-left: -2px;
- }
- .input_name_function{
- min-width: 50px;
- }
- .function_name_div, .function_return_div, .function_name_parameter {
- display: inline;
- }
- .enable_edit_name_function, .enable_edit_name_parameter, .add_parameter, .remove_parameter {
- cursor: pointer;
- }
- [contenteditable="true"]:active,
- [contenteditable="true"]:focus,
- [contenteditable="true"]:hover {
- border: 1px dashed #000;
- background: white;
- }
- .ui.segment.ivprog_visual_panel {
- padding: 8px;
- background-image: url('../img/background-panel.png');
- }
- .ui.segment.function_div {
- padding: 5px;
- margin: 0;
- margin-bottom: 5px;
- }
- .ui.button.add_function_button,
- .ui.button.add_variable_button,
- .ui.button.add_command_button {
- padding: 8px;
- margin: 0;
- }
- .glyphicon-move, .command_drag {
- cursor: move;
- cursor: -webkit-grabbing;
- }
- .glyphicon.glyphicon-move {
- float: left;
- }
- .remove_function_button, .minimize_function_button, .add_var_top_button, .add_command_top_button {
- float: right;
- }
- .ui.icon.button.remove_function_button,
- .ui.icon.button.minimize_function_button {
- background: none;
- padding: 0;
- margin-top: 12px;
- }
- .ui.segment.variables_list_div,
- .ui.segment.commands_list_div {
- padding: 5px;
- margin: 0;
- margin-left: 30px;
- width: calc(100% - 30px);
- background-color: #f9f9f9;
- }
- .ui.segment.variables_list_div {
- margin-top: 5px;
- }
- .ui.labeled.icon.button.add_variable_button,
- .ui.labeled.icon.button.add_command_button {
-
- }
- .program_signature {
- font-weight: bold;
- margin: -3px 0 10px -5px;
- }
- .program_final {
- font-weight: bold;
- margin: 5px 0 0 -5px;
- }
- .parameters_list {
- display: inline;
- }
- .function_return, .parameter_type {
- margin-left: 10px;
- margin-right: 15px;
- }
- .function_return .dropdown .icon, .parameter_type .dropdown .icon {
- margin-left: 6px;
- }
- .tabela_var {
- display: inline;
- }
- .buttons_manage_columns i, .tr_manage_lines i {
- cursor: pointer;
- display: inline;
- }
- div.buttons_manage_columns {
- display: inline;
- }
- .tr_manage_lines {
- text-align: center;
- }
- .div_valor_var {
- display: inline;
- }
- .ui.comment span {
- font-style: italic;
- }
- .ui.comment, .ui.reader, .ui.writer, .ui.attribution, .ui.iftrue, .ui.repeatNtimes, .ui.whiletrue, .ui.dowhiletrue, .ui.switch, .ui.functioncall {
- border: 1px solid gray;
- padding: 5px;
- border-radius: 5px;
- margin: 5px;
- background: #f9f9f9;
- }
- .block_commands {
- z-index: 88;
- }
- .add_var_top_button {
- padding-right: 50px;
- }
- .function_signature_div {
- min-height: 40px;
- padding-top: 8px;
- }
- .move_function {
- margin-top: 9px;
- }
- .div_start_minimize_v {
- float: right;
- width: 22px;
- height: 10px;
- }
- .global_var {
- margin-bottom: 10px;
- }
- .list_globals, .global_const {
- display: inline;
- cursor: pointer;
- }
- .created_element {
- position: absolute;
- width: 50%;
- z-index: 99999999;
- opacity: .8;
- cursor: move;
- border: 1px solid green;
- }
- #outer {
- background: blue;
- width: 200px;
- height: 200px;
- }
- .inner {
- background: yellow;
- width: 50px;
- height: 50px;
- }
- .commands_list_div, .variables_list_div {
- min-height: 20px;
- }
- .block_commands {
- min-height: 20px;
- }
- .ui.dropdown.variable_reader .icon, .ui.dropdown.change_column_reader .icon, .ui.dropdown.change_column_reader_render .icon,
- .ui.dropdown.change_column_reader_render_matrix_column .icon, .ui.dropdown.change_column_reader_render_matrix_line .icon,
- .ui.dropdown.change_line_reader .icon {
- margin-left: 2px;
- }
|