blink { -webkit-animation: 2s linear infinite condemned_blink_effect; // for Safari 4.0 - 8.0 animation: 2s linear infinite condemned_blink_effect; } @-webkit-keyframes condemned_blink_effect { // for Safari 4.0 - 8.0 0% { visibility: hidden; } 50% { visibility: hidden; } 100% { visibility: visible; } } @keyframes condemned_blink_effect { 0% { visibility: hidden; } 50% { visibility: hidden; } 100% { visibility: visible; } }
.nav-main a {
color: #000;
padding: 3px;
}
.box {
background-color: #ffff;
background-image: linear-gradient(190deg, #14b16c 0%, #0001008 59%, #2ce877 75%);
font-weight: bold;
padding: 20px;
border-radius: 10px;
text-align: center;
}
.box h1 {
font-size: 25px;
color: #FFF;
}
.box .main-text-box {
color: #ff0000;
}
.box-name {
color: #fff;
font-size: 30px;
}
.box-num {
color: red;
font-size: 25px;
}
.box button {
border-radius: 8px;
background-color: #38ef22;
color: #FFF;
padding: 10px;
}
.main-result-top {
text-align: center;
font-weight: bold;
}
.result-bar p {
background-color: #639fe8;
color: #FFF;
border: solid;
text-align: center;
padding: 20px;
font-style: oblique;
background-image: linear-gradient(141deg, #00e7ff 0%, #00ff2b 51%, #bc2ff7 75%);
}
.main-game {
font-size: 20px;
text-transform: uppercase;
color: #00ffe7;
font-weight: bold;
}
.result-main {
background: coral;
padding: 10px;
}
.main-game-time {
font-size: 15px;
text-transform: uppercase;
color: #FFF;
}
.main-game-result {
font-size: 25px;
text-transform: uppercase;
color: #f97300;
font-weight: bold;
}
.main-game-result-num img {
height: 20px;
}
.result-king .box-game {
border: solid #FFF;
}
.mytable {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
font-weight: bold;
}
.mytable td th {
border: 1px solid #ddd;
padding: 8px;
}
.mytable tr:nth-child(even){background-color: #f2f2f2;}
.mytable tr:hover {background-color: #ddd;}
.mytable th {
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
background-color: #694caf;
color: white;
}
.result-main-in {
background-image: linear-gradient(141deg, #c32121 0%, #000000 51%, #005020 75%);
}
.main-game-result-num {
font-size: 35px;
color: #00a1ff;
font-weight: bold;
}
.main-game-num {
font-size: 45px;
text-transform: uppercase;
color: #000000;
font-weight: bold;
}
.content_area p {
padding: 15px;
margin: 0;
}
h2.heading {
background: #20d4d4;
color: #fff;
padding: 6px;
text-transform: uppercase;
}
.content_area {
float: none;
width: 94%;
text-align: center;
display: block;
margin: 0 auto;
border: 2px solid #1ed2b9;
}
.result-king {
padding:0 10px;
}
Comments
Post a Comment