body { font-family: 'Roboto', sans-serif !important; font-size: 100% !important; color: white; line-height: 1.4 !important; font-weight: 400; } /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } * { -webkit-box-sizing: border-box; box-sizing: border-box; } .aspectRatio { position: relative; } .aspectRatio.aspectRatio--100:before { content: ""; display: block; padding-top: 100%; } .aspectRatio.aspectRatio--16-9:before { content: ""; display: block; padding-top: 56.25%; } .aspectRatio.aspectRatio--3-4:before { content: ""; display: block; padding-top: 65%; } .container { width: 300px; height: 600px; background: url("../images/9.jpg") center top no-repeat; background-size: 100%; position: relative; } .logo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 15px; position: absolute; top: 5px; left: 0; width: 100%; } .logo a { display: block; } .logo a img { display: block; } .vote-w { position: absolute; top: 90px; left: 0; width: 100%; } .vote-w h5 { font-family: 'Roboto Condensed', sans-serif; font-size: 1.125em; text-align: center; display: block; } .vote-w .head .match { font-size: 26px; font-weight: bold; text-align: center; text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5); } .vote-w .head .time { font-size: 1.125em; text-align: center; text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5); } .vote-w .body { padding: 10px 0px; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; } .vote-w .body .box { position: absolute; top: 0; left: 0; width: 100%; padding: 0 20px; margin-top: 20px; } .vote-w .body .box.is-active { display: block; } .vote-w .body .box.is-active .player-w .player:hover { cursor: pointer; } .vote-w .body .box.is-active .player-w .player:hover .img img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); } .vote-w .body .box.box-result { padding: 0 50px; } .vote-w .body .box.box-result .team-w { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .vote-w .body .box.box-result .team-w .team:hover { cursor: inherit; } .vote-w .body .box.box-result .team-w .team:hover::before { display: none; } .vote-w .body .box.box-result .team-w .team img { z-index: 0; } .vote-w .body .box.box-result .team-w img { opacity: 0.38; } .vote-w .body .box.box-result .team-w:before { display: none; } .vote-w .body .box.box-result.is-team.is-active .bl-action { display: none; } .vote-w .body .player-w { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; min-height: 115px; -ms-flex-wrap: wrap; flex-wrap: wrap; } .vote-w .body .player-w .player { width: 86px; position: relative; margin-bottom: 10px; } .vote-w .body .player-w .player.player2 { -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); } .vote-w .body .player-w .player .result-percent { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100px; height: 100px; background-color: rgba(42, 70, 193, 0.6); border: 1px solid #08abe6; border-radius: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .vote-w .body .player-w .player .result-percent .wrapper { width: 100%; } .vote-w .body .player-w .player .result-percent .percent { font-size: 1.5em; line-height: 1; text-align: center; } .vote-w .body .player-w .player .result-percent span { font-size: 0.875em; font-weight: bold; font-style: italic; color: white; padding-top: 0; } .vote-w .body .player-w .player .result-percent .percent-bar { width: calc(100% - 20px); position: relative; margin: 10px; background-color: rgba(225, 225, 225, 0.5); border-radius: 5px; height: 3px; } .vote-w .body .player-w .player .result-percent .percent-bar span { padding: 0; position: absolute; top: 0; left: 0; height: 3px; background-color: white; border-radius: 3px; } .vote-w .body .player-w .player .img { background: url("../images/6.png") center no-repeat; background-size: 100%; position: relative; } .vote-w .body .player-w .player .img img { display: block; margin: auto; position: relative; z-index: 2; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; } .vote-w .body .player-w .player .img .bl-result { position: absolute; top: 50%; left: 50%; width: 78px; height: 78px; -webkit-transform: translate(-50%, -50%) rotate(-90deg); -ms-transform: translate(-50%, -50%) rotate(-90deg); transform: translate(-50%, -50%) rotate(-90deg); background-color: rgba(0, 0, 0, 0.5); border-radius: 100%; z-index: -1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0; } .vote-w .body .player-w .player .img .bl-result .result-w { position: relative; width: 100%; height: 100%; } .vote-w .body .player-w .player .img .bl-result .result-w span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 18px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .vote-w .body .player-w .player .img .bl-result.is-active { z-index: 2; opacity: 1; } .vote-w .body .player-w .player span { position: relative; z-index: 2; display: block; width: 100%; font-weight: bold; font-style: italic; font-size: 12px; padding-top: 5px; text-align: center; } .news-w { position: absolute; top: 400px; left: 0; width: 100%; padding: 0 15px; } .news-w .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .news-w .items { width: calc(50% - 7px); display: block; text-decoration: none; } .news-w .items:hover .news-title { font-weight: bold; } .news-w .items .thumb { border-radius: 10px; } .news-w .items .news-title { padding: 8px 8px 0 8px; font-size: 0.875em; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: white; } .bl-action { width: 100%; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: -5px; } .bl-action .btn { text-decoration: none; display: none; color: white; } .bl-action .btn.active { display: block; } .bl-action .btn:hover { cursor: pointer; opacity: 0.8; } .bl-action .btn img { display: block; max-width: 145px; } .bl-action .btn.more { margin-top: 20px; }