|
|
| (20 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| .XEBPopupTitle
| | /* See the history of this page for code related to the obsolete extended editing toolbar (XEB). --Iritscen */ |
| {
| |
| background-color: #FFFAEF;
| |
| padding: 5px;
| |
| font-size: medium;
| |
| text-align: center
| |
| /*opacity: 0.5;*/
| |
| }
| |
| | |
| .XEBMnuItm
| |
| {
| |
| }
| |
| | |
| /* Layout for XEB BSL function template wizard */
| |
| form#XEBFormBSLFunc
| |
| {
| |
| height:275px;
| |
| }
| |
| | |
| #bsl_platform_label
| |
| {
| |
| position:relative;
| |
| left:27px;
| |
| top:5px;
| |
| }
| |
| | |
| #bsl_platform_mac
| |
| {
| |
| position:absolute;
| |
| left:120px;
| |
| top:30px;
| |
| }
| |
| | |
| #bsl_platform_win
| |
| {
| |
| position:absolute;
| |
| left:180px;
| |
| top:30px;
| |
| }
| |
| | |
| #bsl_optional_label
| |
| {
| |
| position:relative;
| |
| left:11px;
| |
| top:20px;
| |
| }
| |
| | |
| #bsl_optional_arg1
| |
| {
| |
| position:absolute;
| |
| left:270px;
| |
| top:63px;
| |
| }
| |
| | |
| #bsl_type_label
| |
| {
| |
| position:relative;
| |
| left:71px;
| |
| top:35px;
| |
| }
| |
| | |
| #bsl_type_func
| |
| {
| |
| position:absolute;
| |
| left:120px;
| |
| top:95px;
| |
| }
| |
| | |
| #bsl_type_arg1
| |
| {
| |
| position:absolute;
| |
| left:270px;
| |
| top:95px;
| |
| }
| |
| | |
| #bsl_name_label
| |
| {
| |
| position:relative;
| |
| left:62px;
| |
| top:50px;
| |
| }
| |
| | |
| #bsl_name_func
| |
| {
| |
| position:absolute;
| |
| left:120px;
| |
| top:125px;
| |
| }
| |
| | |
| #bsl_name_arg1
| |
| {
| |
| position:absolute;
| |
| left:270px;
| |
| top:125px;
| |
| }
| |
| | |
| #bsl_default_label
| |
| {
| |
| position:relative;
| |
| left:12px;
| |
| top:65px;
| |
| }
| |
| | |
| #bsl_default_func
| |
| {
| |
| position:absolute;
| |
| left:120px;
| |
| top:156px;
| |
| }
| |
| | |
| #bsl_default_arg1
| |
| {
| |
| position:absolute;
| |
| left:270px;
| |
| top:156px;
| |
| }
| |
| | |
| #bsl_alt_label
| |
| {
| |
| position:relative;
| |
| left:7px;
| |
| top:80px;
| |
| }
| |
| | |
| #bsl_alt_arg1
| |
| {
| |
| position:absolute;
| |
| left:270px;
| |
| top:190px;
| |
| }
| |
| | |
| #bsl_alttype_label
| |
| {
| |
| position:relative;
| |
| left:9px;
| |
| top:95px;
| |
| }
| |
| | |
| #bsl_alttype_arg1
| |
| {
| |
| position:absolute;
| |
| left:270px;
| |
| top:223px;
| |
| }
| |
| | |
| #bsl_altname_label
| |
| {
| |
| position:relative;
| |
| left:0px;
| |
| top:110px;
| |
| }
| |
| | |
| #bsl_altname_arg1
| |
| {
| |
| position:absolute;
| |
| left:270px;
| |
| top:250px;
| |
| }
| |
| | |
| #bsl_notes
| |
| {
| |
| position:relative;
| |
| left:0px;
| |
| top:0px;
| |
| }
| |
| | |
| #bsl_buttons
| |
| {
| |
| position:relative;
| |
| left:0px;
| |
| top:0px;
| |
| }
| |
Latest revision as of 14:36, 25 July 2020
/* See the history of this page for code related to the obsolete extended editing toolbar (XEB). --Iritscen */