Files
ct-dtv-hx0100-002kwos/procentric/application/hoteltv.app.full.widjet.css
sysadmin ff2a3c305b issue #1
Add 1st PTC Hotel APP codes
2022-04-21 10:46:16 +09:00

109 lines
2.1 KiB
CSS
Executable File

/* STEP[#003]: Define WIDGET FRAMES */
.widjet {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
padding: 0px;
overflow: hidden;
display: none;
text-shadow: 0 0 10px rgba(68, 68, 68, 1), 0 0 20px rgba(10, 175, 230, 0);
z-index: 2;
}
.widjet .top {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100px;
/* background-color: rgba(0, 0, 0, 0.5); */
filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 1));
padding: 0px;
}
/* SETP[#003-1]: Hotel Logo */
.widjet .top .hotellogo {
position: absolute;
width: 300px;
height: 80px;
background-image: none;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
margin: 10px 0 4px 10px;
display: block;
}
/* SETP[#003-2]: Message */
/* SETP[#003-3]: Weather */
.widjet .top .weather {
position: absolute;
top: 7px;
left: 1420px;
height: 52px;
float: left;
background-image: none;
background-size: contain;
background-repeat: no-repeat;
display: block;
}
.widjet .top .weather #icon {
position: relative;
top: 8px;
left: 16px;
width: 80px;
height: 52px;
float: left;
background-image: none;
background-size: contain;
background-repeat: no-repeat;
}
.widjet .top .weather #temp {
position: relative;
left: 14px;
float: left;
font-size: 64px;
color: rgb(235, 235, 235);
}
/* SETP[#003-4]: Date&Time */
.widjet .top .datetime {
position: absolute;
left: 1630px;
width: 270px;
height: 60px;
margin: 10px 30px 10px 0;
color: rgb(235, 235, 235);
}
.widjet .top .datetime p {
margin: 0;
padding: 0;
}
.widjet .top .datetime .time {
font-size: 52px;
line-height: 52px;
padding: 5px 0;
text-align: right;
}
.widjet .top .datetime .date {
letter-spacing: 0.1em;
font-size: 24px;
line-height: 24px;
text-align: right;
}