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>

/* New user search styling */
input.searchInput{
    border-radius: 4px;
    height: 50px;
    font-size: 16px;
    text-indent: 10px;
}

form.custom-user-search-form{
    margin: 0 200px;
    padding: 0 15px;
}

button.aui-button.search{
    height: 50px;
    width: 100px;
    background-color: white;
    color: gray;
    border-radius: 4px;
}

#myCards-listcompanies{
	justify-content: flex-start!important;
}

.custom-card-container .image-container img {
    object-fit: contain;
	width: 200px!important;
    height: 200px!important;
}
/* ---------- */


.image-container{
	padding: 0px!important;
}
div.rw_formatting_item {
    width: calc(100vw - 400px);
    margin: 0 200px;
    display: flex;
    justify-content: flex-start;
	padding-left: 15px!important;
}

.rw_search_item.rw_formatting_item.rw_search_box_theme_gray .rw_search_module_container>div .rw_search_item input.rw_search_query {
    border-radius: 4px;
    border: solid 1.5px #767676;
    font-family: var(--main-font-family);
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    background: #ffffff;
}

.largeimagewithtextbelow-autocards .image-container {
    border: solid 1px #afafaf;
}

div.largeimagewithtextbelow-autocards .card-text-container {
    height: 35px;
}

.largeimagewithtextbelow-autocards .card-text-container {
    background: transparent;
}

div.largeimagewithtextbelow-autocards {
    background: transparent;
    font-size: 20px;
    font-weight: bold;
    font-family: var(--secondary-font-family);
}

button.nextprevbutton {
    width: 165px;
    height: 54px;
    border-radius: 8px;
    background-color: #187aba;
    color: #ffffff;
}

div.largeimagewithtextbelow-autocards card-title {
    font-family: var(--secondary-font-family);
    font-size: 20px;
    padding: 0 !important;
}

div.largeimagewithtextbelow-autocards:hover {
    background: transparent;
}

div#myCards-userlist {
    margin: 20px auto;
    display: grid !important;
    grid-template-columns: repeat(auto-fill, 300px);
    grid-gap: 30px;
    width: 100%;
    justify-content: space-evenly !important;
    height: auto !important;
}

div.contentSection, div.contentSection1 {
	flex-direction: column;
    width: calc(100% - 400px);
    margin: 0 200px;
}

div#next-prev-container-userlist {
    justify-content: flex-end;
}

button.nextprevbutton.pagination-cardstyle:hover {
    background-color: var(--primary-color);
    opacity: 1;
}

button.nextprevbutton:focus {
    background-color: var(--primary-color);
    color: #ffffff;
}

div.rw_formatting_item {
    padding: 30px 0;
}
</style>


Show If

Custom User Search (deprecated)
userGroupsmorganstanley-users
profileFieldSearchconfluence.department
placeholderTextSearch for companies

Search
placeholderTextSearch for a Company . . .
cqlspace = "companies" and label="company" and label="universityofnorthtexas"
Custom User Search (deprecated)
userGroupsmorganstanley-users
profileFieldSearchconfluence.department
placeholderTextSearch for companies


Custom section
CustomCSSdisplay: flex; justify-content: center; flex-wrap: wrap;
ClasscontentSection


Show If

Automated cards paginated
LabelsExcludehide
OperatorAND
OrderBycreated desc
Typelargeimagewithtextbelow-autocards
UniqueIdentifieruserlist
PreviousButtonTextPrevious
Spacescompanies
GenerateSubtitlefalse
LabelsIncludeuniversityofnorthtexas
Limit10
NextButtonTextNext
Paginatetrue

List members pagination
GroupNamemorganstanley-companies
CardURL/display/MSCOM/Company+Page?company=
UniqueIdentifierlistcompanies
PreviousButtonTextPrev
Limit15
NextButtonTextNext
Paginatetrue

...