View gv-table-styles.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.gv-container table td { | |
border:1px solid #444444 !important; | |
} | |
.gv-container table { | |
border-collapse:collapse; | |
} | |
.gv-container table td, #customers th { | |
border: 1px solid #ddd; |
View esports.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.e-wrapper {text-align:center; color:#ffffff;} | |
.e-socials {display: flex; justify-content:space-between; max-width:100px; margin:0 auto;} | |
.e-alias {font-size:22px; color: #FBCC01;} | |
.e-name {font-size:18px;} | |
.e-position {font-size:16px;} | |
.e-socials img {width:20px; filter: invert(70%) sepia(0%) saturate(2%) hue-rotate(5deg) brightness(100%) contrast(100%); margin-bottom:15px !important; margin-top:10px !important;} | |
View esports.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="e-wrapper"> | |
<p class="e-alias"> | |
"{Alias:4}" | |
</p> | |
<p class="e-name"> | |
{Name (First):1.3} {Name (Last):1.6} | |
</p> | |
<p class="e-position"> | |
{Position:3} | |
</p> |
View search-bar-styles.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Container */ | |
.gv-search-horizontal { | |
box-shadow: 0px 0px 5px 2px #b3b3b3; | |
padding:20px; | |
border-radius:17px; | |
} | |
/* search bar */ | |
.gv-search-box input[type=search] { | |
border-radius: 10px; |