|
|
| (37 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 */
| |
| #bsl_platform_label
| |
| {
| |
| position:relative;
| |
| left:0px;
| |
| top:5px;
| |
| }
| |
| | |
| #bsl_platform_mac
| |
| {
| |
| position:absolute;
| |
| left:90px;
| |
| top:30px;
| |
| }
| |
| | |
| #bsl_platform_win
| |
| {
| |
| position:absolute;
| |
| left:150px;
| |
| top:30px;
| |
| }
| |
| | |
| #bsl_optional_label
| |
| {
| |
| position:relative;
| |
| left:0px;
| |
| top:0px;
| |
| }
| |
| | |
| #bsl_optional_arg1
| |
| {
| |
| position:absolute;
| |
| left:150px;
| |
| top:55px;
| |
| }
| |
| | |
| #bsl_row_type
| |
| {
| |
| position:relative;
| |
| left:0px;
| |
| top:0px;
| |
| }
| |
| | |
| #bsl_row_name
| |
| {
| |
| position:relative;
| |
| left:0px;
| |
| top:0px;
| |
| }
| |
| | |
| #bsl_row_default
| |
| {
| |
| position:relative;
| |
| left:0px;
| |
| top:0px;
| |
| }
| |
| | |
| #bsl_row_alt
| |
| {
| |
| position:relative;
| |
| left:0px;
| |
| top:0px;
| |
| }
| |
| | |
| #bsl_row_alttype
| |
| {
| |
| position:relative;
| |
| left:0px;
| |
| top:0px;
| |
| }
| |
| | |
| #bsl_row_altname
| |
| {
| |
| position:relative;
| |
| left:0px;
| |
| top:0px;
| |
| }
| |
| | |
| #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 */