Only portrait mode is currently supported - please rotate your device.
Page History
...
HTML |
---|
<link rel="stylesheet" type="text/css" href="https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/stylesheets/EWC/eventsDashboardStylesheetinvestorDashStyles.css" /> <script type="text/javascript" src="https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/js/ewc/eventsDashboardScriptinvestorDashScript.js?v=10"></script> <style> .wiki-content .ev-cards-outer-container { background-image: url("https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/images/EWC+2020/gradient-vertical.jpg"); background-size: cover; background-repeat: no-repeat; } #announcements-wrapper > span.conf-macro { height: 100%; } #additional-filters-button { width: 280pxcalc(100% - 80px); } .zran-event { display: none; } #watchlist-cards-section #scroll-section-1 .conf-macro { min-height: max-content !important; height: max-content !important; } @media only screen and (max-width: 480px) { .events-search-main { flex-direction: column; align-items: center; height: 75px; flex-wrap: nowrap; justify-content: flex-start; padding-bottom: 0px; overflow: hidden; } .wiki-content .ev-search-container { padding-bottom: 45px; } } .countryFilterContainer #country-placeholder { background-color: #0f0e0e; border: none; font-size: var(--font-size-s); padding: 11px 15px; width: 120px; } .countryFilterContainer { justify-content: center !important; } #filter-search-saved-view button { height: 35px; width: 170px; display: flex; justify-content: center; align-items: center; background: #1f1f1f; border: 1px solid #3ddeed; cursor: pointer; font-size: 12px; color: rgba(255, 255, 255, 0.71); font-weight: bold; } #filter-search-saved-view button:hover { opacity: 0.8; } .filter-saved-view-buttons { margin: 10px 0px !important; width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 20px !important; } #rw_theme_header { position: fixed !important; top: 0; width: 100%; background-color: var(--navbar-background-color); } #rw_theme_content { margin-top: 50px !important; } .watchlist-banner-message p { font-size: 14px; margin-top: 5px; } .watchlist-banner-message p a { font-weight: bold; font-size: 15px; display: block; margin-top: 5px !important; } #watchlist-cards-section .scrolling-ev-cards-wrapper .conf-macro { min-height: max-content !important; height: max-content !important; } @media screen and (max-width: 700px) { .wiki-content .ev-search-container .filterSearchTitle { display: none !important; } #filter-search-main-view.filtersContainer { width: calc(100% - 60px) !important; } .wiki-content .ev-search-container #filter-search-saved-title { display: none !important; } #filter-search-saved-view { width: calc(100% - 60px) !important; } } /* ADDITIONAL FILTERS MOBILE */ @media only screen and (max-width: 480px) { .wiki-content .ev-search-container { flex-direction: column; flex-direction: column; align-items: center; height: max-content; min-height: unset; } .dropdownFilterContainer { height: 47px !important; justify-content: center !important; } #rw_wrapper #main-content.wiki-content { margin-top: 40px; } html, body { background-color: #111111; } } </style> <script> // New Version of Format Date (Asynchronous) async function formatDate2(d) { const monthNames = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]; var hh = d.getHours(); var m = d.getMinutes(); var s = d.getSeconds(); var dd = "am"; var h = hh; if (h >= 12) { h = hh-12; dd = "pm"; } if (h == 0) { h = 12; } m = m<10?"0"+m:m; s = s<10?"0"+s:s; var strTime = h+":"+m+" "+dd return strTime + " on " + monthNames[d.getMonth()] + " " + d.getDate(); // return dayNames[d.getDay()] + ", " + monthNames[d.getMonth()] + " " + d.getDate() + " " + d.getFullYear() + ", " + strTime; } </script> |
HTML |
---|
<style>
.rank-badge, .category-badge {
height: max-content;
background: #11b0bf;
padding: 3px 8px;
font-size: 13px;
width: max-content;
font-weight: bold;
text-align: center;
box-shadow: -1px 1px 5px #0000008c;
color: black;
}
.startupcard .top {
color: var(--secondary-font-color);
font-size: var(--font-size-s);
font-family: var(--secondary-font-family);
padding: 10px;
text-align: right;
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
align-items: flex-end;
flex-direction: column;
}
.top.badge-top p {
margin-top: 5px;
margin-right: 2px;
}
.badge-1 {
background: #DDCE7B !important;
}
.badge-2 {
background: #65C484 !important;
}
</style> |
HTML |
---|
<style>
/* FLEXIBLE RESPONSIVE GRID STYLE FOR FILTERS */
#filter-search-main-view.filtersContainer {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(172px, 1fr));
max-width: 870px;
width: calc(100% - 330px);
justify-content: center;
}
.wiki-content #events-search-container {
grid-column: 1/-1;
}
.ev-search-container div.filterTagsContainer {
grid-column: 1/-1;
}
.countryFilterContainer #country-placeholder {
width: calc(100% - 30px);
}
.wiki-content #events-search-container {
max-width: unset;
}
</style> |
Custom section | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||
|
HTML |
---|
<!-- MEET THE STARTUPS TOP BANNER -->
<div class="startups-main-banner">
<h1 id="startups-main-banner-title">Meet the Startups</h1>
</div>
<style>
.startups-main-banner {
height: 240px;
width: 100%;
/*background-size: cover;*/
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin: 0px auto;
display: flex;
justify-content: center;
align-items: center;
background-color: #0f0e0e;
background-image: url("https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/images/EWC+2020/ewccircletransparent.png");
}
.startups-main-banner #startups-main-banner-title {
background-image: linear-gradient(101deg, #ddce7b -4%, #65c484 32%, #1aa0aa 74%);
font-family: var(--main-font-family);
font-size: 38px;
font-weight: bold;
line-height: 1.6;
letter-spacing: normal;
text-align: right;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
@media screen and (max-width: 580px) {
.startups-main-banner #startups-main-banner-title {
font-size: 30px;
}
}
@media screen and (max-width: 450px) {
.startups-main-banner #startups-main-banner-title {
font-size: 27px;
}
.startups-main-banner {
height: 160px;
}
}
</style> |
Custom section | ||||||
---|---|---|---|---|---|---|
| ||||||
|
HTML |
---|
<script>
window.addEventListener('load', () => {
document.getElementById("country-placeholder").disabled = false;
});
</script> |
Custom section | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
Startup info popup |
---|
HTML |
---|
<div class="ev-cards-outer-container">
<div id="ev-cards-main-view"> |
Custom section | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
ContainerID | saved-startups-container |
| ||||||
Custom section | ||||||||
|
Custom section | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
Custom section | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
| |||||||||
HTML | |||||||||
</
|
Custom section | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
Custom section | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
CustomCSS | flex-direction: column; | ContainerID | all-events
| |||||
Custom section | ||||||||
|
Custom section | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
Custom section | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||
|
HTML |
---|
</div>
</div> |
HTML |
---|
<style>
#unpublished-events .conf-macro.output-block[data-macro-name=confiform-cleanview] {
padding: 0px 35px;
display: grid;
grid-template-columns: repeat(auto-fill, 280px);
grid-gap: 20px;
height: auto !important;
justify-content: space-evenly;
}
</style> |
|
Custom section | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
HTML |
---|
</div> |
Custom section | ||||||
---|---|---|---|---|---|---|
| ||||||
|
HTML |
---|
</div>
</div> |
HTML |
---|
<style>
@media screen and (max-width: 1000px) {
.watchlist-empty-banner {
width: calc(100% - 60px) !important;
height: 300px;
}
.watchlist-banner-message p {
width: 80%;
height: max-content;
}
.watchlist-banner-message h3 {
margin-top: 30px !important;
}
}
@media screen and (max-width: 750px) {
.watchlist-empty-banner {
height: max-content !important;
padding: 20px 0px;
margin-top: 0px;
}
.watchlist-empty-banner img {
display: none;
}
.watchlist-banner-message h3 {
width: calc(100% - 80px);
}
.watchlist-banner-message p {
width: calc(100% - 80px);
}
}
@media screen and (max-width: 720px) {
.filter-saved-view-buttons {
flex-direction: column;
}
#filter-search-saved-view button {
width: 100%;
margin: 10px;
}
}
@media screen and (max-width: 480px) {
.filter-popup h1 {
font-size: 24px;
}
.filter-popup {
padding: 30px;
}
#save-filter-submit {
margin-bottom: 0px;
width: 100%;
}
#save-filter-popup-container ul {
max-height: 180px;
overflow-y: scroll;
margin-bottom: 20px;
}
#delete-filter-popup-container h2 {
font-size: 18px;
}
.watchlist-banner-message {
justify-content: center;
align-items: center;
}
.watchlist-banner-message h3 {
margin-left: 0px;
}
.watchlist-banner-message p {
margin-left: 0px;
}
}
</style> |
Show If | ||
---|---|---|
| ||