x
x
x
x
Only portrait mode is currently supported - please rotate your device.
HTML |
---|
<script type="text/javascript" src="https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/js/Morgan+Stanley/eventsDashboardScript_MS.js"></script> |
HTML |
---|
<link rel="stylesheet" type="text/css" href="https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/stylesheets/MorganStanley/eventsDashboardStylesheet_MS.css" />
<style>
.eventCategories p {
font-size: 12px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.33;
color: var(--secondary-font-color);
}
.eventcard .heading {
background: var(--primary-color);
color: var(--secondary-color);
font-family: Karla;
font-size: 14px;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 1.5px;
display:flex;
justify-content: center;
padding: 8px 0;
}
.eventcard .top .dates {
display: none;
}
.eventcard .dates {display: none;}
.dateInputContainer img {
filter: invert(0%) sepia(0%) saturate(7462%) hue-rotate(122deg) brightness(94%) contrast(101%) !important;
}
a#resetFilter {
color: var(--primary-color) !important;
}
.eventcard .title {
color: var(--secondary-font-color) !important;
}
div#no-upcoming-yet-message {
width: max-content !important;
text-align: center;
font-size: 16px;
line-height: 1.8;
margin: 0 auto;
margin-top: 20px;
padding: 20px 25px;
background-color: #ffffff14;
/* color: white; */
}
div#no-private-yet-message {
width: max-content !important;
text-align: center;
font-size: 16px;
line-height: 1.8;
margin: 0 auto;
margin-top: 20px;
padding: 20px 25px;
}
div#no-private-yet-message p {
font-size: 16px;
}
div#no-events-yet-message {
width: max-content !important;
text-align: center;
font-size: 16px;
line-height: 1.8;
margin: 0 auto;
margin-top: 20px;
padding: 20px 25px;
}
div#no-events-yet-message p {
font-size: 16px;
}
div#no-watchlist-yet-message p {
color: var(--primary-font-color);
}
#ui-datepicker-div .ui-datepicker-today a {
background-color: var(--primary-color) !important;
}
.events-search-main #events-search-container img {
filter: invert(0%) sepia(0%) saturate(7462%) hue-rotate(
122deg
) brightness(94%) contrast(101%);
}
.program
:after {
content : "";
position : absolute;
z-index : 1;
bottom : 35px;
left : 0;
pointer-events : none;
background-image : linear-gradient(to bottom,
rgba(255,255,255, 0),
rgba(255,255,255, .9) 100%);
width : 100%;
height : 1em;
}
div#rw_theme_header {
background: #ffffff !important;
}
#location-clear-button {
display: flex;
position: absolute;
right: 0px;
cursor: pointer;
height: 12px;
width: 12px;
margin: 12px 10px;
}
/* Page Title */
.general-text-container {
display: flex;
flex-direction: column;
width: 40%;
padding: 100px 0px 0px 31px !important;
}
/* My Events Container */
#my-events-container {
display: none;
}
/* Event Date */
.bigTimeContainer {
height: auto;
width: 54px;
background: white;
box-shadow: 1px 2px 11px 0 rgba(0, 0, 0, 0.12);
display: flex;
flex-direction: column;
/* justify-content: space-evenly; */
align-items: center;
padding-bottom: 5px;
border: solid 1px #979797;
}
.bigTimeDate {
color: var(--primary-font-color);
font-size: 25px;
}
.bigTimeMonth {
font-size: 14px;
width: 100%;
display: flex;
justify-content: center;
background: var(--secondary-color);
color: var(--secondary-font-color) !important;
}
/* Event Program Card Styling */
.program span {
background: transparent !important;
color: var(--primary-font-color) !important;
font-weight: 100;
font-size: 14px !important;
}
.program {
color: var(--primary-font-color) !important;
font-family: unset !important;
font-size: 14px !important;
text-align: start;
margin-left: 13px;
margin-right: 13px;
margin-top: 10px;
overflow-y: auto;
height: auto;
font-weight: normal;
padding-bottom: 14px;
}
br {
display: none;
}
.program h1 {
margin: 0;
color: var(--primary-font-color) !important;
font-size: 14px;
}
.program .p1 {
font-size: 14px !important;
}
.program div {
font-size: 14px !important;
font-weight: normal !important;
}
/ * Location search bar */
.wiki-content #events-search-container {
min-width: 280px;
width: 25%;
max-width: 320px;
}
#location-search-container img {
position: relative !important;
left: 0px !important;
height: 12px !important;
width: 12px !important;
opacity: 0.7;
cursor: pointer;
}
#location-search-container img:hover {
filter: invert(0%) sepia(80%) saturate(588%) hue-rotate(349deg) brightness(98%) contrast(94%);
}
.wiki-content #location-searchbar {
background: var(--secondary-color);
color: var(--secondary-font-color);
box-shadow: none;
font-size: 13px;
width: calc(100% - 40px);
height: 15px;
padding: 15px 20px;
border: none;
}
/* Create Event Button */
a.createEventButton {
display: none;
box-sizing: border-box;
transition: background-color .1s ease-out;
border-radius: 3.01px;
border-style: solid;
border-width: 1px;
cursor: pointer;
font-family: inherit;
font-size: 14px;
font-variant: normal;
font-weight: 400;
background-image: none;
background-color: rgba(9,30,66,0.08);
border-color: transparent;
color: #344563;
text-decoration: none;
height: 2.14285714em;
line-height: 1.42857143em;
margin: 0;
padding: 4px 10px;
vertical-align: baseline;
white-space: nowrap;
color: black !IMPORTANT;
border-radius: 6px;
}
.createEventContainer {
display: flex;
justify-content: flex-end;
margin: 10px 26px 0 0;
}
/* Dashboard Banner */
img.events-dashboard-banner {
width: 100%;
height: auto;
margin-bottom: -20px;
}
.events-dashboard-banner-container {
margin: 0 0 -5px 0;
}
.countryFilterContainer #cc-placeholder {
height: 45px;
min-height: 45px;
margin: 0px;
text-align: left;
width: calc(100% - 40px);
justify-content: space-between;
padding: 0px 20px;
cursor: text;
position: relative;
align-items: center;
background: var(--secondary-color);
border: 1px solid #ddd;
box-shadow: none;
}
.wiki-content .ev-cards-section .ev-cards-section-title {
color: #000000 !important;
}
.wiki-content .ev-cards-outer-container {background-image: unset !important;}
.countryFilterContainer {
justify-content: center !important;
}
.custom-section-container{
flex-direction: column !important;
}
.countryFilterContainer #country-clear-button {
position: absolute;
right: 0px;
}
@media screen and (max-width: 640px) {
.filtersContainer {
justify-content: center;
}
}
</style> |
HTML |
---|
<style> div#main { background-image: linear-gradient(top, #67bac0, #67bac0 420px, transparent 420px, transparent 100%) !important; background-image: -webkit-linear-gradient(top, #67bac0, #67bac0 420px, transparent 420px, transparent 100%) !important; /* padding-top: 50px; */ } .back-btn-container { width: 90%; margin: auto; } .back-btn-container .back-btn { color: black; font-family: var(--main-font-family); font-size: 14px; font-weight: bold; line-height: 1.07; } .page-banner { width: 90%; margin: auto; background-image: url(https://passport.theonevalley.com/download/attachments/50559836/banner.jpg); display: flex; height: 450px; background-repeat: no-repeat; background-size: cover; margin-top: 20px; } .banner-content { display: flex; flex-direction: column; margin: auto; } .tabs { display: flex; } .tabs p { margin: unset; } .banner-content .title p { font-family: Arimo; font-size: 57px; font-weight: bold; font-stretch: normal; color: #dbecf1; font-style: normal; line-height: 0.7; letter-spacing: 0.32px; text-align: center; text-transform: uppercase; } div#maincontainer .page-banner .overlay { display: unset; width: 100%; display: flex; background: black; opacity: 0.8; } .banner-content { align-items: center; } .banner-content .tabs .tab { font-family: Poppins; font-size: 14px; font-weight: bold; color: #fbbd28; border-bottom-width: 3px; border-radius: 5%; border-bottom-style: solid; line-height: 1.71; letter-spacing: 1.39px; text-align: center; } .tabs { justify-content: space-between; width: 120%; margin-top: 50px; } div.filter-row { width: 90%; margin: auto; margin-top: 50px; } div.filter-row .left { opacity: 0.5; font-family: Arimo; font-size: 15.3px; line-height: 1.57; letter-spacing: 0.5px; color: #555555; width: 8%; } .filter-row .right label { background: rgba(251, 189, 40, 0.2); border-radius: 2px; border: solid 1px #fbbd28; margin-right: 10px; padding: 0 25px; font-family: Arimo; font-size: 15.3px; line-height: 1.57; letter-spacing: 0.5px; cursor: pointer; } .filter-row .right input[type="radio"]:checked+label{ background: #fbbd28; } .filter-row .right input { display: none; } div.filter-row .right button:focus { outline: none; } /* ====================================== FILTERS ====================================== */ input { outline: none; } .filtersContainer { display: flex; flex-wrap: wrap; } ::-webkit-scrollbar-thumb { background: var(--primary-color) !important; } .filtersContainer div { margin: 10px; position: relative; display: flex; justify-content: center; height: max-content; } .countryFilterContainer { /* display: none !important; */ } .dateFilterContainer { display: flex; } .dateFilterContainer .dateFilter { align-items: center; } #startdate, #enddate { background: var(--secondary-color); border: 1px solid #ddd; box-shadow: none; color: var(--secondary-font-color); font-size: 13px; width: 200px; height: 15px; padding: 15px 20px; } #startdate::placeholder, #enddate::placeholder { color: var(--secondary-font-color); } .hasDatepicker { background: #f6f6f6; border: 1px solid #ddd; box-shadow: none; color: var(--primary-font-color); font-size: 13px; width: 200px; height: 15px; padding: 15px 20px; } #enddate { margin-right: 0px; } .dateFilterContainer { margin: 0px; } .dateFilter { color: var(--primary-font-color); font-family: var(--main-font-family); font-size: 16px; } #countryFilter { background: #f6f6f6; border: 1px solid #ddd; box-shadow: none; color: var(--primary-font-color); font-size: 13px; width: 300px; padding: 15px 20px; } #resetFilter { font-family: var(--main-font-family); font-size: 16px; } #resetFilter:hover { cursor: pointer; } </style> |
...
OneValley