352,7 → 352,7 |
.multi-display |
{ |
position: fixed; |
top: 2.8em; |
top: 2.6em; |
left: 15.8em; |
right: 0em; |
} |
374,29 → 374,89 |
background-color: black; |
} |
|
.multi-display .upper .title |
.multi-display .upper .content |
{ |
position: absolute; |
top: 0; |
left: 2.5em; |
bottom: 1em; |
left: 6em; |
bottom: 1.2em; |
right: 0.2em; |
background-color: black; |
color: white; |
text-align: right; |
overflow: hidden; |
text-overflow: ellipsis; |
} |
|
.multi-display .upper .content .title |
{ |
position: absolute; |
top: 0; |
left: 0em; |
height: 1em; |
right: 0em; |
background-color: black; |
color: white; |
font-size: 2.4em; |
text-transform: uppercase; |
text-align: right; |
overflow: hidden; |
text-overflow: ellipsis; |
} |
|
.multi-display .upper .button |
.multi-display .upper .content .title span |
{ |
position: relative; |
height: 3.8em; |
white-space: nowrap; |
} |
|
.multi-display .upper .content .button |
{ |
position: absolute; |
margin-right: 0; |
height: 1.8em; |
text-transform: none; |
} |
|
.multi-display .upper .content .button .text { |
right: 0.75em; |
} |
|
.multi-display .upper .content #cmd1 |
{ |
top: 2.4em; |
right: 5.2em; |
} |
|
.multi-display .upper .content #cmd2 |
{ |
top: 2.4em; |
right: 0; |
} |
|
.multi-display .upper .content #cmd3 |
{ |
top: 4.4em; |
right: 5.2em; |
} |
|
.multi-display .upper .content #cmd4 |
{ |
top: 4.4em; |
right: 0; |
} |
|
.multi-display .upper .elbo-button |
{ |
position: absolute; |
top: 0; |
left: 0; |
width: 5em; |
height: 4em; |
background-color: #c9c !important; |
color: #000 !important; |
} |
|
.multi-display .upper .button .text |
.multi-display .upper .elbo-button .text |
{ |
position: absolute; |
bottom: 0; |
411,7 → 471,7 |
{ |
position: absolute; |
left: 0; |
top: 4em; |
top: 4.2em; |
width: 6em; |
height: 3.2em; |
border-bottom-left-radius: 2em; |
454,7 → 514,7 |
.multi-display .lower |
{ |
position: absolute; |
top: 7.3em; |
top: 7.5em; |
left: 0; |
padding-top: 0.1em; |
background-color: black; |