x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<style>
#main-content {
    background: var(--main-background);
}
.buttons-container{
	/*margin-bottom: 20px;*/
	flex-wrap: wrap;
}
div.custom-title@media only screen and (max-width: 600px) {
	.customCompaniesNumSeats {
    	margin-left: 0px !important;
	}
	.customUsersNumSeats {
    color: var(--secondary-color);
    font-size: 20px;
    margin-left: 30px;
    font-style: italic;
    font-weight: lighter;
    opacity: .7;
}
.header-small {
	font-family: var(--main-font-family);
	font-size: 22px !important;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	text-align: left;
	background: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 480px) and (hover: none) {
	.title-search {
		display: flex;
		flex-direction: column !important;
		justify-	margin-left: 0px !important;
	}
	.companiesCustomSection {
		flex-direction: row !important;
	}
	.usersCustomSection {
		flex-direction: row !important;
	}
}

@media only screen and (max-width: 860px) {
	.add-and-seats-container {
		justify-content: center !important;
	}
	.default-company-container {
		justify-content: center !important;
	}
	.customUsersNumSeats {
		justify-content: center !important;
	}
	.customCompaniesNumSeats {
    	flex-wrap: wrap !important;
	}
	.customCompaniesNumSeats {
		margin: 0px !important;
	}
	.title-search {
		display: flex;
		flex-direction: column !important;
		flex-wrap: wrap;
		justify-content: center !important;
	}
	.dynamic-title { 
		margin-right: 0px!important;
		text-align: center !important;
	}

}

#list-members-specified-container-default-company-card .custom-card-container {
    margin: 5px;
}

/* taking out dynamic title styling from macro */
.dynamic-title { 
  font-family: var(--main-font-family);
  	margin-right: auto;
	font-size: 26px18px !important;
  	font-weight: 500400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  margin-bottom: 15px;
  color: white;
}

@media only screen and (max-width: 600px) and (hover: none) {
  .dynamic-title
}

.title-search {
	justify-content: space-between;
}

.closeModalBtn {
    outline: none;
}

#select-persona-input {
    display: none !important;
}

.list-member-paginated-cards .card-text-container {
    text-alignheight: centerunset;
  }
</style>
}<script>
/* END taking out dynamic title styling from macro end */

.title-search {
	justify-content: space-between;
	height: fit-content !important;
}

div.title-search span.conf-macro {
	margin-bottom: 10px;
}
div.title-search.judging-rounds-container > span.conf-macro {
	margin-bottom: 0px;
}

div.title-search span.conf-macro:nth-child(3) {
/*	margin-bottom: 0px; */
}

.stepnum {
  font-size: var(--font-size-s);
  color: var(--primary-color);
  font-weight: 600;
  border: var(--border);
  border-radius: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  margin-left: 10px;
  width: 22px;
  height: 22px !important;
  min-width: 22px;
}

#country-title p#dynamictitlecompanytitle {
	margin-top: 0px;
	margin-right: 0px;
}
#application-title p#dynamictitleapplicationstitle {
	margin-top: 0px;
	margin-right: 0px;
}
#application-title p#dynamictitleadmintitle {
	margin-top: 0px;
	margin-right: 0px;
}
a.tutorial-link div.stepnum {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
}

a.tutorial-link div.stepnum:hover {
	text-decoration: none;
}


/* styling for judging banner */

.judging-banner {
    display: block;
    background-color: var(--main-background);
	margin: 100px auto 40px auto;
    border-radius: 20px;
	position: relative;
}

.judging-banner-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
    width: 100%;
}

.judging-banner-left {
	display: flex;
	flex-wrap: wrap;
/*	flex-direction: column; */
	width: 67%;
	align-items: center;
/*	justify-content: center; */
	text-align: left;
	padding: 40px 20px 40px 50px;
}

.judging-banner-right {
	display: flex;
	width: 33%;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding: 30px;
}

.judging-banner-right img {
	height: 250px;
	width: auto;
}

.title-font {
	font-size: 26px; 
	font-weight: 600; 
	text-align: left; 
/*	margin-bottom: 20px;  */
	font-family: var(--header-font-family); 
	font-style: normal; 
	font-stretch: normal; 
	line-height: 1.5; 
	letter-spacing: 3.1px; 
/*	padding-bottom: 15px;  */
	background: var(--header-font); 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
}

.content-font {
	font-size: 18px; 
	font-weight: 200; 
	text-align: left; 
	font-family: var(--header-font-family);
	font-style: normal; 
	font-stretch: normal; 
	line-height: 2; 
	letter-spacing: 3.1px; 
	background: var(--header-font); 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
}

/* judge view round styling */

.display-none {
	display: none !important;
}

/* BUTTON STYLING */
.my-button {
    border: var(--border) !important;
    height: 36.5px !important;
    font-size: 14px !important;
    color: var(--secondary-color) !important;
    margin: 10px !important;
    outline: none !important;
    padding: 0px 40px !important;
    width: auto !important;
    text-transform: uppercase !important;
    border-radius: var(--border-radius) !important;
	transition: 0.3s;
	font-family: var(--main-font-family);
}

.my-button:hover {
	opacity: 0.9;
	transition: 0.3s;
}

.modal-button {
    border: var(--border) !important;
    height: 36.5px !important;
    font-size: 14px !important;
    color: var(--secondary-color) !important;
    margin: 10px !important;
    outline: none !important;
    padding: 0px 40px !important;
    width: auto !important;
    text-transform: uppercase !important;
    border-radius: var(--border-radius) !important;
    background-color: var(--primary-color) !important;
}
/* END BUTTON STYLING */

/* COUNTRY CARD STYLING */
.profilecard .image-container {
	border-radius: var(--border-radius) !important;
}
/* END COUNTRY CARD STYLING */

@media only screen and (max-device-width: 480px) and (min-device-width: 320px) and (hover: none) {
	#page .rw_content_spaces_white2.rw_content_menu_solid .rw_content_section {
		padding-top: 0px;
    	padding-bottom: 50px;
	}

	.judging-banner {
		width: 85% !important;
		margin: 100px auto 40px auto;
		padding: 40px 20px !important;
	}

	.judging-banner-container {
		display: inline-block;
	}

	.judging-banner-left {
		margin: 0px auto;
		width: 85%;
		padding: 0px 20px;
	}

	.intercom-admin-tutorial-icon,
	.intercom-judge-tutorial-icon {
		margin: 0px auto;
	}

	.intercom-admin-tutorial-icon .tutorial-icon,
	.intercom-judge-tutorial-icon .tutorial-icon {
		margin: unset;
	}

	.judging-banner-right {
		/* margin-top: 40px; */
		/* width: auto; */
		display: none;
	}

	.title-font {
		font-size: 24px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.content-font {
		font-size: 20px;
		text-align: left;
	}

	.screening-title-container {
		display: flex !important;
		flex-direction: row !important;
	}
}

</style>
<script>
function myFunc(){
console.log("my function was called!");
}
</script>

<script>
// show judge controls if param "view" exist and view is judge & specific user if judge exists
var viewType = getQueryVariableFromUrl("view").toLowerCase(); 
var judgeEmail = getQueryVariableFromUrl("judge").toLowerCase(); 
</script>

<!-- DASHBOARD BANNER STYLING -->
<style>
.dash-banner{
/*  height: auto;
  min-height: 348px; */
  width: 100%;
  margin: auto;
/*  padding: 40px 0;
  background: url(https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/images/SMITH/dashBanner%402x.jpg);
  background-size: cover; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: top center;
}

.dash-banner .content-head{
  font-size: 28px;
  color: #ffffff;
}

.dash-banner .top-content{
  display: flex;
  flex-direction: column;
  width: 65%;
  padding: 0 0 0 0px;
}

.dash-banner .top-content p{
  margin-top: 20px;
}

.dash-banner .top-content .smith-logo-banner {
  width: 30%;
}

.dash-banner .content-text{
  font-size: 16px;
  width: 100%;
  line-height: 1.75;
  color: #ffffff;
}

.dash-banner .bottom-content{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 40px;
}

.dash-banner .bottom-content img{
  width: 430px;
  height: 138px;
  /*margin-right: 20px;*/
  padding-top: 10em;
}

.dash-banner .bottom-content a{
  /*width: 134px;
  height: 47px;*/
  text-decoration: none;
  color: #b60e58;
  background: #f6fdf3;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  padding: 0.75em 2em;
  height: fit-content;
}

@media only screen and (max-width: 1500px) and (hover: none) {
  .dash-banner .bottom-content img{
    padding-top: 7em;
  }
}

@media only screen and (max-width: 1370px) and (hover: none) {
  .dash-banner .bottom-content img{
    padding-top: 3em;
  }
}


@media only screen and (max-width: 920px) and (min-width: 320px) and (hover: none) {
  .dash-banner{ 
    background-size: cover;
	background-position: top center;
    padding: 0 0 20px 0;
  }
  
  .dash-banner .top-content{
    /*margin-left: 20px*/;
	width: 100%;
	padding: unset;
	margin: auto;    
  }

  .dash-banner .content-text {
	width: 100%;
  }
  
  .dash-banner .bottom-content{
    align-items: center;
/*     background: yellow; */
    margin: auto;
    flex-direction: column-reverse;
    padding: 0;
	width: 80%;
  }
  
  .dash-banner .bottom-content img{
    margin-right: unset;
    margin-top: unset;
    object-fit: contain;
    width: auto;
}
  .dash-banner .bottom-content a{
    margin-bottom: 20px;    
  }
  
}

@media only screen and (max-width: 480px) and (min-width: 320px) and (hover: none) {
  .dash-banner .top-content .smith-logo-banner {
	width: 100%;
  }

  .dash-banner .bottom-content img{
    width: 100%; 
    padding-top: 0;
  }
}

</style>

<style>

div#announcements-wrapper {
    margin-top: 50px !important;
}

div#announcements-wrapper .header {
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.52;
  color: #b60e58;
}

div#announcements-wrapper .card-title {
  font-size: 22px;
  line-height: 1.45;
  color: #ffffff;
}

div#announcements-wrapper .card-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.3;
  color: #ffffff;
}

</style>
<!-- END DASHBOARD BANNER STYLING -->

<style>

/* style for expand button */ 
.expand-button:hover{
	cursor: pointer;
}
.expand-button,
.expand-button-locked {
    border: 2px solid var(--secondary-color);
    border-radius: var(--border-radius);
    font-size: 14px;
    color: var(--secondary-color);
    margin: 10px;
    outline: none;
    padding: 0.5em 1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    opacity: 0.5;
    transition: 0.3s;
    height: auto !important;
}
.active-button {
	opacity: 1;
	transition: 0.3s;
}

.trackapp-container {
	margin-top: 20px;
}

</style> 
Custom section
CustomCSSpadding-top: 50px; padding-bottom:50px; width: 80%; margin: 0px auto 40px auto; position: relative; flex-direction: column;
ContainerIDadminjudgingcontrols
ClasscompaniesCustomSection
Custom section
CustomCSSflex-direction:column;
Classtitle-search
Show If
usersaniya@gsvlabs.com
groupconfluence-administrators,eit-admins
Custom section
CustomCSS padding: 40px 30px; width: 95%; flex-direction: column; background: var(--primary-color); border-radius: 0px; margin-bottom: 30px;
Classdashboard-welcome-banner
HTML
<div class="dash-banner">
  <div class="top-content">
    <img class="smith-logo-banner" src="https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/images/EIT/eit-logo-transparent-white.png" alt="">
    <p class="content-head">EIT Food Admin Dashboard</p>
    <p class="content-text">View analytics, users, and more below!</p>
  </div>
</div>
Custom section
ContainerIDjira-buttons-container
Classbuttons-container

Custom button
CustomCSS border: 1px solid var(--primary-color-2) !important; height: 36.5px; font-size: 14px; color: var(--secondary-font-color) !important; margin: 10px; outline: none; padding: 0px 40px; width: auto; text-transform: uppercase; background-color: var(--primary-color-2);
Typecustom-button
ButtonClassapp-button
TextAnalytics Dashboard
Urlhttps://mixpanel.com/s/17uhBb
 
Custom button
CustomCSS border: 1px solid var(--primary-color-2) !important; height: 36.5px; font-size: 14px; color: var(--secondary-font-color) !important; margin: 10px; outline: none; padding: 0px 40px; width: auto; text-transform: uppercase; background-color: var(--primary-color-2);
Typecustom-button
ButtonClassapp-button
TextView All Users
Urlhttps://mixpanel.com/report/2340477/view/2885709/explore
 
Custom button
CustomCSS border: 1px solid var(--primary-color-2) !important; height: 36.5px; font-size: 14px; color: var(--secondary-font-color) !important; margin: 10px; outline: none; padding: 0px 40px; width: auto; text-transform: uppercase; background-color: var(--primary-color-2);
Typecustom-button
ButtonClassapp-button
TextInbox
Urlhttps://app.intercom.com/a/apps/xus38qso/inbox

HTML<style> /* list members macro styling */ .profilecard { background: var(--main-background); box-shadow: none; transition: 0.3s; } .profilecard:hover { box-shadow: none; transition: 0.3s; } .card-title { color: var(--secondary-color); font-size: 14px; } .grey-pagination-button, .grey-pagination-button:focus { border: var(--border) !important; height: 36.5px !important; font-size: 14px !important; color: var(--secondary-color) !important; margin: 10px !important; outline: none !important; padding: 0px 40px; width: auto; text-transform: uppercase !important; border-radius: var(--border-radius) !important; font-family: var(--main-font-family); background-color: var(--main-background); max-width: none; min-width: none; opacity: 1; } .grey-pagination-button:hover { background-color: var(--main-background); border-color: unset; color: unset; opacity: 1; } .nextprevbutton { min-width: 0px !important; } @media only screen and (max-device-width: 480px) and (min-device-width: 320px) and (hover: none) { .custom-section-container { /*width: 85%;*/ } .expand-button, .expand-button-locked { width: 90%; margin: 10px 0; } .active-button { } div#myCards-smithanalyticsusers a { width: 92%; } .profilecard { padding: 0; margin: 10px 0; width: 100%; } .grey-pagination-button, .grey-pagination-button:focus { padding: unset; width: 100%; } #app-button { width: 100%; } .my-button { width: 100% !important; } } </style> <script> // behavior for expand button $(".expand-button").click((e) => { e.stopPropagation(); e.preventDefault(); let containerid = "#" + e.target.dataset.containerid; let append = e.target.dataset.whoami; console.log(e.target) let isHidden = $(`${containerid}:visible`).length === 0? true : false; console.log(containerid, append, isHidden); console.log(e.target.dataset.containerid); if (isHidden) { $(containerid).fadeIn(); $(e.target).addClass('active-button'); $('html, body').animate( { scrollTop: $(`#${e.target.dataset.containerid}`).offset().top - 90, }, 500, 'linear' ) } else { $(containerid).fadeOut(); $(e.target).removeClass('active-button'); } }); </script>
function myFunc(){
console.log("my function was called!");
}
</script>

Refresh when dirty
UniqueIdentifierlistmembersuserrefresh
FunctionsToInvokegetCards('refresh', 'myCards-adminlistmembersusers');resetAdminNumSeatsusercontainer();resetAdminNumSeatscompanycontainer();

Refresh when dirty
UniqueIdentifieraddCompanyRefresh
FunctionsToInvokegetCards('refresh', 'myCards-adminlistmembers');resetAdminNumSeatscompanycontainer();refreshCompanySelectaddUser(resetCompanyUsernameaddComp, resetCompanyPrettyNameaddComp, resetCompanyAddorRemoveaddComp)

Refresh when dirty
UniqueIdentifierremoveCompanyRefresh
FunctionsToInvokegetCards('refresh', 'myCards-adminlistmembers');resetAdminNumSeatscompanycontainer();refreshCompanySelectaddUser(resetCompanyUsernameremovecompany, resetCompanyPrettyNameremovecompany, resetCompanyAddorRemoveremovecompany);

Show If
groupcompany-admin


Custom ui tabs
TabsNameadminpanel


Custom ui tab
NameCompanies


Custom section
CustomCSSpadding-bottom:50px; width: 80%; margin: 40px auto 40px auto; position: relative; box-shadow: 0 5px 20px 2px rgba(0,0,0,.3); border-radius: 10px !important; flex-wrap: wrap;
ClasscompaniesCustomSection


Custom section
CustomCSSmargin: 30px;
Classtitle-search

Admin dynamic title
Typeuser
UniqueIdentifiercompanytitle
TitleSrc[cup.field-26]
TitleSuffixCompanies
 

Admin search bar
GroupName[cup.field-26]-companies
Typenameonly
UniqueIdentifiernewAdminPanel
FilterFieldfullName
Limit6
Link/display/AD/company?company_name=
Paginatetrue


Custom section
CustomCSSmargin: 0px 30px 15px 30px;
ClasscustomCompaniesNumSeats


Custom section
Classadd-and-seats-container
Height70px

Admin add
UniqueIdentifieraddComp
InstancePROD_PASSPORT
FormTypeaddCompany
CupFieldcup.field-38
RefreshCompanyCardsUniqueIdentifieraddCompanyRefresh
Admin num seats
ParentCompanycup.field-26
TotalCounttrue
SeatsTotalcup.field-38
UniqueIdentifiercompanycontainer
SeatsAppendcompanies
TotalCountAppendusers
SeatsUsedparent-companies
TotalCountGroupparent-users
CurrentCompanyParent
Seatstrue



Custom section
CustomCSSjustify-content: flex-end;
Classdefault-company-container
Height70px

List members specified
ButtonIconhttps://passport-media.s3-us-west-1.amazonaws.com/images/adminPanelTrashCan.png
Typenameonly
UniqueIdentifierdefault-company-card
Buttontrue
ButtonActionfunction:openRemoveModalremovecompany(`removecompany`, event);
ListOfUsers[cup.field-26]uncategorizedusers
Link/display/MSADM/company?company_name=*username*


Admin list members
ButtonIconhttps://passport-media.s3-us-west-1.amazonaws.com/images/adminPanelTrashCan.png
GroupName[cup.field-26]-companies
HighlightTypeborderHighlight
IncludeDefaultCompanytrue
PreviousButtonTextPrevious
ButtonActionfunction:openRemoveModalremovecompany(`removecompany`, event, this);
NextButtonTextNext
Paginatetrue
HighlightUsers[cup.field-26]uncategorizedusers
Typenameonly
UniqueIdentifieradminlistmembers
Buttontrue
Limit9
Link/display/MSADM/company?company_name=*username*



Custom ui tab
NameUsers


Custom section
CustomCSSpadding-bottom:50px; width: 80%; margin: 40px auto 40px auto; position: relative; box-shadow: 0 5px 20px 2px rgba(0,0,0,.3); border-radius: 10px !important; flex-wrap: wrap;
ClassusersCustomSection


Custom section
CustomCSSmargin: 30px;
Classtitle-search

Admin dynamic title
Typeuser
UniqueIdentifieruserstitle
TitleSrc[cup.field-26]
TitleSuffixUsers

Admin search bar
GroupName[cup.field-26]-users
Typenameandsubtitle
UniqueIdentifieruserSearch
FilterFieldfullName
Limit6
Paginatetrue


Custom section
CustomCSSmargin: 0px 0px 15px 30px;
ClasscustomUsersNumSeats

Admin add
RefreshUniqueIdentifierlistmembersuserrefresh
IncludeDefaultCompanytrue
UniqueIdentifieraddUser
Instancemorganstanley
Groupsmorganstanley-users
RefreshUserCardsUniqueIdentifierlistmembersuserrefresh
FormTypeaddUserScriptrunner
CupFieldcup.field-15
Admin num seats
ParentCompanycup.field-26
TotalCounttrue
UniqueIdentifierusercontainer
TotalCountAppendusers
TotalCountGroupparent-users
CurrentCompanyParent

Admin list members
ButtonIconhttps://passport-media.s3-us-west-1.amazonaws.com/images/adminPanelTrashCan.png
GroupName[cup.field-26]-users
Typenameandsubtitle
UniqueIdentifieradminlistmembersusers
Buttontrue
PreviousButtonTextPrevious
ButtonActionfunction:openRemoveModalremoveuser(`removeuser`, event, this);
Limit9
Link/display/MSADM/user?username=*username*
NextButtonTextNext
Paginatetrue



Custom ui tab
NameMiscellaneous


Custom section
CustomCSSpadding-bottom:50px; width: 80%; margin: 40px auto 40px auto; position: relative; box-shadow: 0 5px 20px 2px rgba(0,0,0,.3); border-radius: 10px !important; flex-wrap: wrap;
ClasscompaniesCustomSection


Custom section
CustomCSSmargin: 30px;
Classtitle-search


HTML
<div id="dynamictitlecompanytitle" class="dynamic-title fullSite">Miscellaneous</div>

Admin search bar
GroupName[cup.field-26]-misc
Typenameonly
UniqueIdentifiernewAdminPanel
FilterFieldfullName
Limit6
Link/display/tdmadm/misc?company_name=
Paginatetrue


Custom section
CustomCSSmargin: 0px 30px 15px 30px;
ClasscustomCompaniesNumSeats


Custom section
Classadd-and-seats-container
Height70px




Admin list members
GroupName[cup.field-26]-misc
HighlightTypeborderHighlight
Typenameonly
IncludeDefaultCompanytrue
UniqueIdentifieradminlistmembersmisc
PreviousButtonTextPrevious
Limit9
Link/display/MSADM/misc?company_name=*username*
NextButtonTextNext
Paginatetrue



Custom ui tab
NameTutorials

Automated cards paginated
LabelsExcludeexcludethis#hidden
PreviousButtonTextPrevious
LabelsIncludetutorial
NextButtonTextNext
Paginatetrue
GenerateSummarytrue
Typeprofilecompanycard
UniqueIdentifiertutorialscard
DefaultImage/download/attachments/54756131/tutorial.png
NoCardsToDisplayTextThere are no tutorials
ShowMoretrue
Spacesmsadm
GenerateSubtitlefalse
Limit10




Admin remove
UniqueIdentifierremovecompany
FormTyperemovecompany
CupFieldcup.field-26
RefreshCompanyCardsUniqueIdentifierremoveCompanyRefresh