x
x
x
x
Only portrait mode is currently supported - please rotate your device.
HTML |
---|
<style>
#sidebar-container-top{
height: auto!important;
}
p{
margin: 0;
}
button{
color: white!important;
}
.buttons-wrapper{
width: fit-content!important;
flex-direction: row!important;
margin-left: 50px!important;
}
.buttons-wrapper a{
margin: 0 20px 0 0!important;
width: fit-content!important;
}
.custom-column-container .buttons-wrapper #message-button-link > button, .custom-column-container .buttons-wrapper #back-button-link > button{
border-radius: 0!important;
text-transform: uppercase;
color: black!important;
font-weight: bold!important;
font-size: 17px!important;
letter-spacing: 0.5px;
background: var(--secondary-color)!important;
margin: 0!important;
}
.custom-section-container .custom-column-container{
height: unset!important;
}
.custom-column-container .buttons-wrapper #message-button-link > button{
width: 200px!important;
}
.custom-column-container .buttons-wrapper #back-button-link > button{
width: 250px!important;
}
div.sidebar-container .general-description-wrapper {
width: 100%!important;
padding: 25px!important;
box-sizing: border-box!important;
}
.general-name{
font-size: 24px!important;
font-weight: bold!important;
}
.general-tagline{
font-size: 18px!important;
}
div.sidebar-container{
padding: 0!important;
width: 100%!important;
background: #333!important;
}
div.info-wrapper {
padding: 35px 25px!important;
color: white!important;
border-top: #999 2px solid;
}
div.general-image-wrapper{
width: 300px!important;
margin: 10px!important;
box-sizing: border-box!important;
}
#profile_header_container #profile_header_text{
height: auto!important;
}
.custom-card-container .image-container img{
width: 200px!important;
height: 200px!important;
border-radius: 0px;
}
.custom-card-container .card-text-container .card-title{
text-align: left;
}
.custom-card-container .card-text-container{
width: 100%;
}
#main-content{
background: #eee!important;
}
</style> |
...
Custom section | ||||
---|---|---|---|---|
| ||||
|
HTML |
---|
<style>
#profile_status{
width: 220px;
height: 50px;
margin-left: auto;
background: var(--secondary-color);
line-height: 50px;
text-align: center;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
user-select: none;
color: black;
cursor: pointer;
}
.title{
font-size: 14px;
font-weight: normal;
color: white;
margin-bottom: 5px;
height: fit-content!important
}
.subtitle{
font-size: 15px;
font-weight: bold;
color: white;
margin-bottom: 35px;
height: fit-content!important;
}
#main-container-title{
font-size: 22px;
font-weight: bold;
color: #333;
margin-bottom: 30px;
}
#main-container-summary{
font-size: 18px;
font-weight: normal;
color: #757575;
}
</style> |
Custom section | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Custom section | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Custom column | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Show If | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Custom column | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
Dynamic general sidebar | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
CustomCSS | height: unset!important;background: white!important;margin-left: 20px;width:100%!important; |
---|---|
Height | auto |
ContentHeight | 120hv |
---|
-
CustomCSS | flex-direction: column; display: flex; position: relative; padding-top: 20px; background: transparent; border: none; border-top: #999 2px solid;width: 80%!important;margin: 80px auto 0 auto!important; |
---|
HTML |
---|
<div id='meet-the-team-label'>Meet the Team</div>
<style>
#meet-the-team-label{
font-size: 32px;
height: 32px;
font-weight: bold!important;
position: absolute;
top: -45px;
left: 0px;
border-bottom: 2px solid #151515;
padding-bottom: 11px;
}
</style> |
List members pagination | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
General info cards | ||||||
---|---|---|---|---|---|---|
|
ContainerID | custom-section-company-container |
---|
Custom column | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Custom column | ||
---|---|---|
| ||
|
HTML |
---|
<script>
//var data_fields = [];
jQuery.ajax({
url: "/rest/scriptrunner/latest/custom/searchJiraTicketsPaginated",
headers: {
'X-Atlassian-Token' : 'nocheck',
'Content-type' : 'application/json'
},
type: "POST",
dataType: 'json',
data: JSON.stringify({
"jql": "project = PGH AND issue = " + new URLSearchParams(window.location.search).get('company'),
"startAt": 0,
"maxResults": 1
}),
success: function(data){
$('#profile_header_text')[0].innerHTML = data.issues[0]['fields']['customfield_10108'];
$('#sidebar-container-title')[0].innerHTML = data.issues[0]['fields']['customfield_10108'];
$('#sidebar-container-title')[0].style.fontSize = "22px";
$('#sidebar-container-title')[0].style.marginBottom = "10px";
$('#sidebar-container-industry')[0].innerHTML = data.issues[0]['fields']['customfield_10641'];
$('#sidebar-container-industry')[0].style.fontSize = "16px";
//$('#sidebar-container-stage')[0].innerHTML = data.issues[0]['fields']['customfield_10653'].value;
//$('#sidebar-container-funding')[0].innerHTML = data.issues[0]['fields']['customfield_10224'];
$('#sidebar-container-tags')[0].innerHTML = data.issues[0]['fields']['customfield_10640'];
$('#main-container-title')[0].innerHTML = data.issues[0]['fields']['customfield_10116'];
$('#main-container-summary')[0].innerHTML = data.issues[0]['fields']['customfield_10226'];
}
});
</script> |
Show If | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Show If | ||||||||
---|---|---|---|---|---|---|---|---|
|
HTML |
---|
<style>
/* MAIN / OUTER CONTAINERS */
.nextprevbutton{
width: 100px!important;
max-width: 200px!important;
height: 40px!important;
border-radius: 0px!important;
background: white!important;
color: #3a3a3a!important;
border-color: #3a3a3a!important;
font-size: 14px!important;
}
.nextprevcontainer{
width: fit-content!important;
height: fit-content!important;
}
.list-member-paginated-cards{
justify-content: flex-start!important;
flex-direction: row;
}
.profilecard.custom-card-container{
border-radius: 0!important;
box-shadow: none!important;
width: 300px!important;
height: 450px!important;
margin: 0 20px 20px 0!important;
padding: 0!important;
}
.custom-card-container .image-container img {
width: 100%!important;
height: 100%!important;
border-radius: 0!important;
margin: 0!important;
object-fit: cover!important;
padding: 0!important;
}
.profilecard .image-container {
display: flex!important;
padding |
HTML |
<style> /* MAIN / OUTER CONTAINERS */ .nextprevbutton{ width: 100px!important; max-width: 200px!important; height: 40px!important; border-radius: 0px!important; background: white!important; color: #3a3a3a!important; border-color: #3a3a3a!important; font-size: 14px!important; } .nextprevcontainer{ width: fit-content!important; height: fit-content!important; } .list-member-paginated-cards{ justify-content: flex-start!important; flex-direction: row; } .profilecard.custom-card-container{ border-radius: 0!important; box-shadowmargin: none0!important; width: 300px100%!important; height: 450px320px!important; min-height: 320px!important; } .profilecard .card-text-container { display: flex!important; marginflex-direction: 0 20px 20px 0column!important; height: 100%!important; padding width: 0100%!important; } .custom-card-containerprofilecard .image-container img card-title{ widthcolor: 100%#333!important; heightfont-weight: 100%bold!important; borderfont-radiussize: 022px!important; margin text-align: 0center!important; } object-fit: cover.profilecard .card-subtitle{ color: #333!important; padding font-size: 016px!important; } .profilecard .image #company-profile-container { display position: flex!importantrelative; padding flex-direction: 0!importantcolumn; marginheight: 0auto !important; width: 100%!important; } #company-profile-content { height display: flex 320px!important; min-height: 320px!important; } .profilecard .card-text-container { flex-direction: row; width: 85%; displaymargin: flex!important0 auto; flex-directionposition: column!importantrelative; height: auto 100%!important; widthtop: 100%!important-200px; } .profilecard .card-title{ color: #333!important; font-weight: bold!important; font-size: 22px!important; text-align: center!important; } .profilecard .card-subtitle{ color: #333!important; font-size: 16px border: 1px solid var(--primary-color); max-width: 1100px; } #main-content > p { display: none; } #main-content > .custom-section-container { position: relative; } /* SIDEBAR */ .sidebar-container { height: auto !important; } #company-profilesidebar-container { positionwidth: relative300px; flex-direction: column; height: auto !important; width: 100%; } #company-profile-content { display: flex !important; flexbackground-directioncolor: rowvar(--primary-color); min-width: 85%300px; margin: 0 auto; position: relative; height: auto} #company-sidebar-container .custom-column-container { width: 100% !important; top: -200px; border: 1px solid var(--primary-color); max-width: 1100px; } #main-content > p { display: none; } #main-content > .custom-section-container { position: relative; } /* SIDEBAR */ .sidebar-container { height: auto} #edit-profile-button-container { height: max-content !important; } #edit-profile-button { height: max-content; width: 100% } #edit-profile-button button { padding: 10px 0px; } .badges-container-sidebar { display: none !important; } #company.general-sidebar-containercontent { width: 300px; flex-direction: column; heightpadding-top: auto0px !important; background-color: var(--primary-color); min-width: 300px width: 100% !important; } #company-sidebar-container .custom-column-container.general-image-wrapper { width: 100% !important; } #edit.general-profile-button-containerimage-wrapper img { heightwidth: max-content100% !important; } #edit-profile-button { height: max-content; width: 100% } #edit-profile-button button height: 100% !important; border-radius: 0px !important; } .sidebar-container .general-description-wrapper { padding: 10px 0px30px; } .badges-container-sidebargeneral-description-wrapper .general-name { display: none !important; } .general-sidebar-content { padding-top: 0px !important; width: 100% !important font-size: var(--font-size-l); font-weight: var(--font-weight-title); text-transform: none; color: var(--secondary-font-color); } .general-imagedescription-wrapper .general-tagline { width: 100% !important; } .general-image-wrapper img { width: 100% !important; height: 100% !important; border-radius: 0px !important; } .sidebar-container .general-description-wrapper { padding: 30px; } .general-description-wrapper .general-name { font-family: var(--secondary-font-family); font-size: var(--font-size-s); font-weight: var(--font-weight-title); color: var(--secondary-font-color); } #company-sidebar-container .info-wrapper h3 { font-family: var(--main-font-family); font-size: var(--font-size-lxs); font-weight: var(--font-weight-title); text-transform: none; color: var(--secondary-font-color); } .general#company-descriptionsidebar-wrappercontainer .generalinfo-taglinewrapper p { font-family: var(--secondary-font-family); font-sizeweight: var(--font-sizeweight-stitle); color: var(--secondary-font-color) !important; font-weightsize: var(--font-weightsize-titles); } #company-sidebar-container .info-wrapper p span { color: var(--secondary-font-color)) !important; } #company-sidebar-container .info-wrapper h3 { font-family: var(--main-font-family) border-top: 1px solid #505050; font-size: var(--font-size-xs)padding: 30px; padding-bottom: 45px; } /* MAIN CONTENT / DESCRIPTION */ #company-profile-content .content-container { height: auto; position: relative; fontmin-weightheight: varcalc(--font-weight-title100% - 150px); color: var(--secondary-font-color)border-left: 1px solid gray; } #company.content-sidebar-container .info-wrapper p { font-family: var(--secondary-font-family); font-weight: var(--font-weight-title); color: var(--secondary-font-color) !important; font-size: var(--font-size-s); } #company-sidebar-container .info-wrapper p span { color{ background-color: transparent; } .content-container > .general-text-container { width: 100%; padding: 0px; } .content-container .body-container { font-family: var(--secondarymain-font-color) !important; } #company-sidebar-container .info-wrapper {family); borderfont-top: 1px solid #505050size: var(--font-size-s); paddingfont-weight: 30px; padding-bottom: 45px; } /* MAIN CONTENT / DESCRIPTION */ #company-profile-content .content-container { height: auto; position: relativevar(--font-weight-paragraph-text); font-style: normal; font-stretch: normal; minline-height: calc(100% - 150px)2.3; borderletter-leftspacing: 1px solid gray; } .content-container { background-color: transparentvar(--letter-spacing); padding: 50px; } .content-container > .generalbody-text-container p span { width: 100%; padding: 0pxcolor: var(--primary-font-color) !important; } .content-container .body-container { .buttons-wrapper { display: flex; fontflex-familydirection: var(--main-font-family)row; font-sizepadding: var(--font-size-s)50px; fontjustify-weightcontent: var(--font-weight-paragraph-text)space-between; fontalign-styleitems: normalcenter; fontmargin-stretchtop: normal0px; line-height: 2.3width: calc(100% - 100px); letter-spacingposition: var(--letter-spacing)absolute; paddingbottom: 50px0px; } .content-container .body-container p span #message-button-link > button, #back-button-link > button { colorborder-radius: var(--primaryborder-radius); font-color) !important; } .content-container .buttons-wrapper { display: flexsize: 14px; font-weight: var(--font-weight-super-title); flextext-directiontransform: rowuppercase; paddingwidth: 50px200px; } #message-button-link > button:hover justify-content: space-between;{ opacity: 0.95; } #back-button-link > button { align-items: centerborder: 1px solid var(--primary-color); marginbackground-topcolor: 0pxvar(--secondary-color); widthcolor: calc(100% - 100pxvar(--primary-font-color); positionwidth: absolute200px; bottommargin-top: 0px; } #message-button.msg-link > button, #back-button-link > button { border-radius: var(--border-radius); font-size: 14px; font-weight { background-color: var(--font-weight-super-title); text-transform: uppercase; width: 200pxsidebar-bb-fill) !important; } #message#back-button-link > button:hover { opacity: 0.95background-color: var(--secondary-color) !important; } .my-title { letter-spacing: var(--letter-spacing); } #back#company-button-link > buttondescription-container { borderbackground-color: 1px solid var(--primarymainprof-colorbackground); } #company-description-container .my-title { background-color: var(--secondaryprimary-color); color: var(--primarysecondary-font-color); width-webkit-background-clip: 200pxunset; margin-top-webkit-text-fill-color: 0pxunset; } button.msg-button { backgroundfont-colorweight: var(--sidebarfont-bbweight-filltitle) !important; } #back-button-link > button { background-color font-size: var(--secondary-color) !important; } .my-title {font-size-l); letter-spacing: var(--letter-spacing); } #company-description-container { backgroundline-colorheight: var(--mainprofparagraph-line-background)height); padding: 40px 50px; } /* COMPANY TEAM (BOTTOM SECTION) */ #company-descriptionteam-container .my-title { background-color: var(--primary-color) flex-direction: column; colorheight: var(--secondary-font-color)fit-content !important; min-webkit-background-clipheight: unset300px; -webkit-text-fill-colorpadding-bottom: unset100px; font-weightwidth: var(--font-weight-title)84%; font-sizemargin: var(--font-size-l) 0 auto; letter-spacingposition: var(--letter-spacing)relative; line-heighttop: var(--paragraph-line-height)-100px; paddingmax-width: 40px 50px1100px; } /* COMPANY TEAM (BOTTOM SECTION) */ #company-team-container .general-text-container { padding: flex-direction0px; width: column100%; height: fitmax-content !important; } .general-text-container { min-heightpadding: 300px0px; padding-bottomwidth: 100px100%; width: 84%;} #company-team-container .info-cards-container { margin: 0 auto0px; positionpadding: relative0px; top: -100px; max-width: 1100px100%; } #company-team-container .general#myCards-textcompanyteam-containerlistmembers { padding display: 0pxgrid !important; width: 100%grid-template-columns: repeat(auto-fill, 320px); height: maxgrid-contentgap: !important20px; } .general-text-container { paddingjustify-content: 0pxspace-evenly; width: 100%; } #company#myCards-teamcompanyteam-containerlistmembers .infotintedrect-cards-containerlistmempag { margin: 0px !important; } #company-team-container .info-cards-container > p padding: 0px; width{ display: 100%none; } #company-team-container #myCards.info-companyteamcards-listmemberscontainer { display: grid !important; grid-template-columns: repeat(auto-fill, 320px); grid-gap: 20px; justify-content: space-evenly; } @media width: 100%; } #myCards-companyteam-listmembers .tintedrect-listmempag { margin: 0px !important; } #company-teamonly screen and (max-width: 1000px) { .content-container .info-cards-container > pbuttons-wrapper { displayflex-direction: nonecolumn; } #company #message-teambutton-containerlink, .info#back-cardsbutton-containerlink { displaywidth: grid100% !important; grid-template-columns: repeat(auto-fill, 320px); grid-gap: 20px; justify-content: space-evenly; } @media only screen and (max-width: 1000px) { .content-container .buttons-wrapper { flex-direction: column; } #message-button-link, #back-button-link { width: 100% !important; margin: 10px 0px margin: 10px 0px; } #message-button-link > button, #back-button-link > button { width: 100%; } #profile_header_container { flex-direction: column !important; } #profile_header_text { padding-left: 0px !important; } #profile_status { margin: 10px auto; } #sidebar-container { margin-bottom: 30px !important; } #message#sidebar-button-link > button, #back-button-link > buttoncontainer-bottom { widthheight: 100% !important; } } @media only screen and (max-width: 750px) { .none-found { text-align: center; } #company-description-container .my-title { font-size: var(--font-size-m); text-align: left; color: var(--secondary-font-color) !important; background: var(--primary-color); -webkit-background-clip: unset !important; -webkit-text-fill-color: var(--secondary-font-color); } #rw_wrapper #rw_main #rw_theme_content #main { background-color: var(--secondary-color); } #company-sidebar-container { width: 100%; } .service-banner { height: 150px; } #company-profile-content { top: -30px } #company-profile-content .content-container { flex-direction: column-reverse; border: none; } .content-container .buttons-wrapper { position: relative; } #company-profile-content { flex-direction: column; width: 100%; border: none; } .general-sidebar-content { position: relative; } .general-sidebar-content .general-image-wrapper { position: absolute; top: -70px; width: 90px !important; height: 90px !important; left: 40px; border: 1px solid var(--primary-color); } #company-team-container .general-text-container .my-title { font-weight: var(--font-weight-title); text-align: left; } #company-sidebar-container .info-wrapper p { padding: 0px 40px; } } @media only screen and (max-device-width: 480px) and (min-device-width: 320px) { #company-profile-content .content-container { padding-bottom: 70px; } #company-profile-content { top: unset; } #company-sidebar-container .info-wrapper { width: 100%; } .content-container .buttons-wrapper { padding: 40px; width: calc(100% - 80px); } .service-banner { display: block !important; width: 100%; height: 110px; } .sidebar-container .general-description-wrapper { padding-top: 35px; padding-bottom: 10px; } #company-team-container { width: 320px; } #page .rw_content_spaces_white1 #likes-and-labels-container, #page .rw_content_spaces_white1 .rw_blogpost_share { display: none; } .none-found { font-size: var(--font-size-s) !important; color: var(--primary-color); letter-spacing: var(--letter-spacing) !important; } } </style> |
...
HTML |
---|
<style> div.general-image-wrapper { border: solid 1px #e0e0e0; background-color: #ffffff; height: unset !important; } div.sidebar-container { border-right: solid 1px #e0e0e0; background-color: #ffffff; width: calc(100% - 60px); padding: 30px; height: 100% !important; font-family: var(--main-font-family); color: var(--primary-font-color); text-align: left; } div.sidebar-container .general-description-wrapper { padding: 30px 0; text-align: left; } div.info-wrapper { color: var(--primary-font-color); } .info-wrapper h3 span, .info-wrapper p span { color: var(--primary-font-color) !important; font-family: var(--main-font-family); text-align: left !important; } .info-wrapper h3 span { font-size: 18px; font-weight: bold; } .info-wrapper p span { font-size: 18px; } div#\$paramContainerID { width: calc(100vw - 160px); margin: 80px; border: solid 1px #e0e0e0; background-color: #ffffff; } div#main-content { background: #ffffff; } .custom-column-container:nth-child(2) { width: calc(15% + 60px) !important; } .custom-column-container:nth-child(4) { width: calc(85% - 60px) !important; margin-left: 0 !important; } .info-wrapper h3, .info-wrapper p { display: flex; } div.info-wrapper { padding: 20px 0; } div.sidebar-container .general-description-wrapper { width: 100%; } .buttons-wrapper { /* margin-top: 40px; */ } .buttons-wrapper #message-button-link > button, #back-button-link > button { border-radius: 8px; background: var(--primary-color) !important; border: none; color: #ffffff; font-family: var(--main-font-family); font-size: 14px; padding: 18px; height: 54px; width: 100%; } button.msg-button { margin-bottom: 15px; } a#message-button-link, a#back-button-link { width: 100%; } p.my-title { padding: 50px 50px 0 50px; font-size: 28px; font-weight: bold; font-family: var(--main-font-family); } .body-container { font-size: 18px !important; letter-spacing: 0.45px !important; } div.info-cards-container { width: 100%; padding: 50px; } .general-text-container:nth-child(5) .my-title { padding-top: 0; } .general-text-container:nth-child(5) .body-container { display: none; } .custom-column-container:nth-child(2) { margin: 0 auto; } button.my-button { margin: 0!important; border-radius: 0px; background: var(--secondary-color)!important; color: black!important; text-transform: uppercase; font-weight: bold; letter-spacing: 0.5px; font-size: 16px; } </style> |
Show If | ||
---|---|---|
|
OneValley