|
.wrapper { |
|
position: absolute; |
|
width: 333px; |
|
height: 230px; |
|
background: url(https://add.pics/images/2023/12/12/livebg.jpeg); |
|
background-position: center; |
|
background-repeat: no-repeat; |
|
background-size: cover; |
|
|
|
} |
|
.blink { |
|
animation: blinker 1.5s linear infinite; |
|
color: red; |
|
font-family: sans-serif; |
|
} |
|
@keyframes blinker { |
|
50% { |
|
opacity: 0; |
|
} |
|
} |
|
*{ |
|
margin: 0; |
|
padding: 0; |
|
} |
|
.container { |
|
|
|
background-color: transparent; |
|
|
|
font-weight: bold; |
|
|
|
width: 333px; |
|
|
|
height: 230px; |
|
|
|
position: relative; |
|
|
|
border: 5px red solid; |
|
|
|
border-radius: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
.top-left { |
|
|
|
position: absolute; |
|
|
|
top: 40px; |
|
|
|
left: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
.top-right { |
|
|
|
position: absolute; |
|
|
|
top: 40px; |
|
|
|
right: 15px; |
|
|
|
} |
|
|
|
|
|
|
|
img { |
|
|
|
width: 70px; |
|
|
|
height: 70px; |
|
|
|
background-color: #fff; |
|
|
|
border-radius: 50%; |
|
|
|
padding: 4px 4px; |
|
|
|
border: 1px blue solid; |
|
|
|
} |
|
|
|
|
|
|
|
figcaption { |
|
|
|
text-align: center; |
|
|
|
font-size: 13px; |
|
color: white; |
|
} |
|
|
|
|
|
|
|
.logo { |
|
|
|
position: center; |
|
|
|
margin-top: 0px; |
|
|
|
color: #000000; |
|
|
|
font-size: 15px; |
|
|
|
font-weight: 900; |
|
|
|
display: inline-block; |
|
|
|
padding: 0px; |
|
|
|
border: none; |
|
|
|
height: 41px; |
|
|
|
background-color: transparent; |
|
|
|
background-repeat: no-repeat; |
|
|
|
border: none; |
|
|
|
cursor: pointer; |
|
|
|
overflow: hidden; |
|
|
|
outline: none; |
|
|
|
} |
|
|
|
|
|
|
|
.logo:active, |
|
|
|
.logo:focus, |
|
|
|
.logo:hover { |
|
|
|
color: blue; |
|
|
|
background-color: transparent; |
|
|
|
background-repeat: no-repeat; |
|
|
|
border: none; |
|
|
|
cursor: pointer; |
|
|
|
overflow: hidden; |
|
|
|
outline: none; |
|
|
|
display: inline-block; |
|
|
|
} |
|
|
|
|
|
|
|
.time { |
|
|
|
position: absolute; |
|
|
|
left: 33%; |
|
|
|
top: 36%; |
|
|
|
color: white; |
|
|
|
-webkit-text-stroke-width: 1px; |
|
|
|
-webkit-text-stroke-color: #000000; |
|
|
|
font-size: 20px; |
|
|
|
font-weight: 900; |
|
|
|
padding: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
.live { |
|
|
|
position: absolute; |
|
|
|
left: 35%; |
|
|
|
top: 58%; |
|
|
|
color: white; |
|
|
|
font-size: 16px; |
|
|
|
font-weight: 900; |
|
|
|
width: 100px; |
|
|
|
text-align: center; |
|
|
|
|
|
|
|
.Time { |
|
|
|
position: absolute; |
|
|
|
left: 35%; |
|
|
|
top: 40%; |
|
|
|
} |
|
|
|
|
|
|
|
.status { |
|
|
|
width: 120px; |
|
|
|
margin-bottom: 30px; |
|
|
|
color: #ffffff; |
|
|
|
margin-top: 0px; |
|
|
|
border-radius: 40px 10px; |
|
|
|
border-color: white; |
|
|
|
border-style: solid; |
|
|
|
border-width: 2px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
ul { |
|
|
|
padding-left: 0px; |
|
|
|
text-align: center; |
|
|
|
margin: 0px; |
|
|
|
} |
|
|
|
|
|
|
|
li { |
|
|
|
display: inline-block; |
|
|
|
padding: 0px; |
|
|
|
} |
|
|
|
|
|
|
|
footer { |
|
|
|
color: #e3ff00; |
|
|
|
} |
|
|
|
|
|
|
|
.sptv { |
|
font-weight: 1000; font-size: 15px; |
|
color: #eaffff; |
|
|
|
} |
|
.sptv1 { |
|
font-weight: 1000; font-size: 15px; |
|
color: #ff0000; |
|
|
|
} |
|
|
|
.sp { |
|
font: bold 13px Arial; |
|
text-decoration: none; |
|
border-radius: 5px; |
|
text-transform: uppercase; |
|
-webkit-transition: all 200ms linear; |
|
transition: all 200ms linear; |
|
padding: 4px; |
|
letter-spacing: 1px; |
|
display: -webkit-inline-flex; |
|
display: -ms-inline-flexbox; |
|
display: inline-flex; |
|
-webkit-align-items: center; |
|
-moz-align-items: center; |
|
-ms-align-items: center; |
|
align-items: center; |
|
-webkit-justify-content: center; |
|
-moz-justify-content: center; |
|
-ms-justify-content: center; |
|
justify-content: center; |
|
-ms-flex-pack: center; |
|
text-align: center; |
|
border: 1px solid #000; |
|
background-color: white; |
|
color: #102770; |
|
box-shadow: 0 8px 24px 0 rgba(255, 235, 167, .2); |
|
width: auto; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.btn { |
|
|
|
font: bold 13px Arial; |
|
|
|
text-decoration: none; |
|
|
|
border-radius: 5px; |
|
|
|
text-transform: uppercase; |
|
|
|
-webkit-transition: all 200ms linear; |
|
|
|
transition: all 200ms linear; |
|
|
|
padding: 4px; |
|
|
|
letter-spacing: 1px; |
|
|
|
display: -webkit-inline-flex; |
|
|
|
display: -ms-inline-flexbox; |
|
|
|
display: inline-flex; |
|
|
|
-webkit-align-items: center; |
|
|
|
-moz-align-items: center; |
|
|
|
-ms-align-items: center; |
|
|
|
align-items: center; |
|
|
|
-webkit-justify-content: center; |
|
|
|
-moz-justify-content: center; |
|
|
|
-ms-justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
-ms-flex-pack: center; |
|
|
|
text-align: center; |
|
|
|
border: 2px solid #bd0000; |
|
|
|
background-color: #ffeba7; |
|
|
|
color: #102770; |
|
|
|
box-shadow: 0 8px 24px 0 rgba(255, 235, 167, .2); |
|
|
|
width: 32%; |
|
cursor: pointer; |
|
display: inline-block; |
|
|
|
} |
|
|
|
|
|
|
|
.btn:active, |
|
|
|
.btn:focus { |
|
|
|
background-color: #102770; |
|
|
|
color: #ffeba7; |
|
|
|
box-shadow: 0 8px 24px 0 rgba(16, 39, 112, .2); |
|
|
|
} |
|
|
|
|
|
|
|
.btn:hover { |
|
|
|
background-color: #102770; |
|
|
|
color: #ffeba7; |
|
|
|
box-shadow: 0 8px 24px 0 rgba(16, 39, 112, .2); |
|
|
|
} |
|
|
|
|
|
|
|
.btg { |
|
|
|
position: absolute; |
|
|
|
top: 147px; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
#line1 { |
|
|
|
background-color: white; |
|
|
|
width: 50%; |
|
|
|
height: 2px; |
|
|
|
margin-top: 5px; |
|
|
|
border: 0; |
|
|
|
} |
|
|
|
|
|
|
|
#line2 { |
|
|
|
background-color: white; |
|
width: 50%; |
|
height: 2px; |
|
|
|
margin-top: 12px; |
|
|
|
border: 0; |
|
|
|
} |
|
|
|
|
|
|
|
div.scrollmenu { |
|
|
|
background-color: #8098ff; |
|
|
|
overflow: auto; |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
|
|
@import: url(https://fonts.googleapis.com/css?family=Roboto+Condensed); |
|
|
|
|
|
|
|
body { |
|
|
|
font-family: 'Roboto Condensed', sans-serif; |
|
|
|
height: 100%; |
|
|
|
background-color: white; |
|
|
|
color: #fff; |
|
|
|
text-transform: uppercase; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h1 { |
|
|
|
margin-left: 30px; |
|
|
|
margin-bottom: 50px; |
|
|
|
} |
|
|
|
|
|
|
|
.button { |
|
|
|
width: 31%; |
|
|
|
padding-top: 5px; |
|
|
|
padding-bottom: 5px; |
|
|
|
text-align: center; |
|
|
|
color: #000; |
|
|
|
text-transform: None; |
|
|
|
font-weight: 600; |
|
|
|
margin-bottom: 5px; |
|
|
|
cursor: pointer; |
|
|
|
display: inline-block; |
|
|
|
margin-top: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
.button:hover, |
|
|
|
.button:active, |
|
|
|
.button:focus { |
|
|
|
border: 4px solid rgb(28, 209, 76); |
|
|
|
} |
|
|
|
|
|
|
|
.button-1 { |
|
|
|
background-color: #c266d3; |
|
|
|
border: 3px solid #00d7c3; |
|
|
|
border-radius: 50px; |
|
|
|
-webkit-transition: all .15s ease-in-out; |
|
|
|
transition: all .15s ease-in-out; |
|
|
|
color: #00d7c3; |
|
|
|
} |
|
|
|
|
|
|
|
.button-1:hover { |
|
|
|
box-shadow: 0 0 10px 0 #00d7c3 inset, 0 0 20px 2px #00d7c3; |
|
|
|
} |
|
|
|
|
|
|
|
.button-2 { |
|
|
|
color: #fff; |
|
|
|
background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%); |
|
|
|
background-image: linear-gradient(30deg, #c266d3 50%, transparent 50%); |
|
|
|
background-size: 540px; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-position: 0%; |
|
|
|
-webkit-transition: background 300ms ease-in-out; |
|
|
|
transition: background 300ms ease-in-out; |
|
|
|
} |
|
|
|
|
|
|
|
.button-2:hover { |
|
|
|
background-position: 100%; |
|
|
|
color: #c266d3; |
|
|
|
} |
|
|
|
|
|
|
|
.button-3 { |
|
|
|
border: 2px solid #3c73ff; |
|
|
|
background-color: #3c73ff; |
|
|
|
border-radius: 20px; |
|
|
|
color: #fff; |
|
|
|
transition: .3s; |
|
|
|
} |
|
|
|
|
|
|
|
.button-3:hover { |
|
|
|
box-shadow: 8px 8px #99bdff; |
|
|
|
transition: .3s; |
|
|
|
} |
|
|
|
|
|
|
|
.button-4 { |
|
|
|
background-color: transparent; |
|
|
|
border: 3px solid #ff0251; |
|
|
|
color: #ff0251; |
|
|
|
transition: .3s; |
|
|
|
} |
|
|
|
|
|
|
|
.button-4:hover { |
|
|
|
animation: pulse 1s infinite; |
|
|
|
transition: .3s; |
|
|
|
} |
|
|
|
|
|
|
|
@keyframes pulse { |
|
|
|
0% { |
|
|
|
transform: scale(1); |
|
|
|
} |
|
|
|
|
|
|
|
70% { |
|
|
|
transform: scale(.9); |
|
|
|
} |
|
|
|
|
|
|
|
100% { |
|
|
|
transform: scale(1); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.button-5 { |
|
|
|
width: 200px; |
|
|
|
border-radius: 5px; |
|
|
|
background-color: #F4F200; |
|
|
|
background-image: #F4F200; |
|
|
|
background-image: -moz-linear-gradient(top, #fff 0%, #F4F200 100%); |
|
|
|
background-image: -webkit-linear-gradient(top, #fff 0%, #F4F200 100%); |
|
|
|
background-image: linear-gradient(to bottom, #fff 0%, #F4F200 100%); |
|
|
|
background-size: 300px; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-position: 0%; |
|
|
|
-webkit-transition: background 300ms ease-in-out; |
|
|
|
transition: background 300ms ease-in-out; |
|
|
|
} |
|
|
|
|
|
|
|
.button-5:hover { |
|
|
|
background-position: -200%; |
|
|
|
transition: background 300ms ease-in-out; |
|
|
|
} |
|
|
|
|
|
|
|
.custom-btn { |
|
|
|
width: 130px; |
|
|
|
height: 40px; |
|
|
|
color: #fff; |
|
|
|
border-radius: 5px; |
|
|
|
padding: 10px 25px; |
|
|
|
font-family: 'Lato', sans-serif; |
|
|
|
font-weight: 500; |
|
|
|
background: transparent; |
|
|
|
cursor: pointer; |
|
|
|
transition: all 0.3s ease; |
|
|
|
position: relative; |
|
|
|
display: inline-block; |
|
|
|
box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1); |
|
|
|
outline: none; |
|
|
|
} |
|
|
|
|
|
|
|
.btn-11 { |
|
|
|
border: white; |
|
|
|
background: green; |
|
|
|
background: linear-gradient(80deg, #32c0cc 10%, black 100%); |
|
|
|
color: #fff; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
|
|
|
|
.btn-11:hover { |
|
|
|
text-decoration: none; |
|
|
|
color: #fff; |
|
|
|
background-image: linear-gradient(135deg, #32c0cc 100%, #000000 20%); |
|
|
|
} |
|
|
|
|
|
|
|
.btn-11:before { |
|
|
|
position: absolute; |
|
|
|
content: ''; |
|
|
|
display: inline-block; |
|
|
|
top: -180px; |
|
|
|
left: 0; |
|
|
|
width: 30px; |
|
|
|
height: 100%; |
|
|
|
background-color: #fff; |
|
|
|
animation: shiny-btn1 3s ease-in-out infinite; |
|
|
|
} |
|
|
|
|
|
|
|
.btn-11:hover { |
|
|
|
opacity: .7; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
|
|
|
|
.btn-11:active { |
|
|
|
box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255, 255, 255, .2), inset 4px 4px 6px 0 rgba(0, 0, 0, .2); |
|
|
|
} |
|
.watermark { |
|
|
|
position: relative; |
|
} |
|
|
|
.watermark__inner { |
|
|
|
align-items: center; |
|
display: flex; |
|
justify-content: center; |
|
|
|
|
|
left: 0px; |
|
position: absolute; |
|
top: 0px; |
|
|
|
|
|
height: 100%; |
|
width: 100%; |
|
} |
|
|
|
.watermark__body { |
|
|
|
color: rgba(0, 0, 0, 0.2); |
|
|
|
|
|
font-size: 1.5rem; |
|
font-weight: bold; |
|
text-transform: none; |
|
|
|
|
|
transform: rotate(-45deg); |
|
|
|
|
|
user-select: none; |
|
} |