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/ESG/eventsDashboardStylesheet.css" /> <script type="text/javascript" src="https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/js/esg/eventsDashboardScript.js?v=1"></script> <style> .wiki-content .ev-banner-container .ev-banner-title .card-title { background-image: unset !important; -webkit-background-clip: unset !important; background-clip: unset !important; color: var(--primary-color) !important; } .countryFilterContainer #country-placeholder { height: 45px; min-height: 45px; margin: 0px; text-align: left; width: calc(100% - 40px); justify-content: space-between; color: rgba(255, 255, 255, 0.69); padding: 0px 20px; cursor: text; position: relative; align-items: center; background: #1f1f1f; border: none; } .countryFilterContainer { justify-content: center !important; } .countryFilterContainer #country-clear-button { position: absolute; right: 0px; } .attendees { display: none; } @media screen and (max-width: 640px) { .filtersContainer { justify-content: center; } } </style> |
Show If | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
HTML | ||
---|---|---|
<style> .wiki-content .ev-cards-outer-container { background-image: url("https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/images/ESG+2020/dashboardBackground.jpg"); background-size: cover; background-repeat: no-repeat; } #announcements-wrapper > span.conf-macro { height: 100%; } #additional-filters-button { width: 280px; } .zran-event { display: none; } @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 { height: 49px !important; min-height: 49px; } .countryFilterContainer #country-placeholder { font-size: 14px; } } </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> | ||
Show If | ||
| ||
Custom button | | |
Type | custom-button | |
Text | Create / Edit Announcements | Url | /display/EV/Events+Dashboard+Announcements
Custom section | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||
|
...