x
x
x
x
Only portrait mode is currently supported - please rotate your device.
...
HTML |
---|
<script> const IS_CONFLUENCE_ADMIN = false; </script> |
HTML |
---|
<style>
#score-container {
padding: 25px;
margin-bottom: 20px;
border: 1px solid var(--primary-color);
background: var(--primary-color);
}
#score-container .score-section {
background: white;
padding: 15px;
margin: 10px 0px;
}
#score-container h2 {
color: white;
margin-bottom: 20px;
font-size: 20px;
}
#score-container .score-section h4, #score-container .score-section p {
font-weight: normal;
font-size: 16px;
line-height: 1.5;
}
#score-container .score-section p {
margin-top: 5px;
font-size: 15px;
}
</style> |
HTML |
---|
<style>
#application-search-outer-container .judging-view-back-container a {
color: var(--primary-color) !important;
font-size: 16px;
font-weight: 600;
line-height: 1;
letter-spacing: normal;
position: relative;
top: 10px;
}
.application-mixpanel-link, .external-link {
display: none !important;
}
.application-search-left, #clear-filters {
display: none !important;
}
@media only screen and (max-width: 580px){
.button_container{
background: white!important;
}
.mobile-menu-sticky .button_container.active{
background: var(--mobile-menu-background)!important;
}
.sidebar-item-title{
color: black!important;
}
#main-content .application-tabs-scroll-cover{
display: none!important;
}
#sidebar li.sidebar-item.sidebar-item-active p{
color: white!important;
}
#sidebar li.sidebar-item.sidebar-item-active{
background: var(--primary-color)!important;
}
#sidebar{
padding-top: 120px!important;
}
#main-content #application-view-container .application-header{
padding-top: 30px!important;
}
}
button.single-export-btn {
font-size: var(--font-size-s);
cursor: pointer;
/* padding: 4px 10px; */
margin-top: 10px;
color: var(--primary-font-color);
border: 1px solid var(--primary-color);
background: var(--primary-color);
color: white;
font-weight: bold;
}
</style> |
Custom section | ||
---|---|---|
| ||
Hide If | ||
|
HTML |
---|
<script>
// Set NOT conf admin if any other user
const IS_CONFLUENCE_ADMIN = false;
</script>
<style>
a.application-mixpanel-link{
display: none !important;
}
</style> |
group | confluence-administrators |
---|
HTML |
---|
<script>
// Set NOT conf admin if any other user
const IS_CONFLUENCE_ADMIN = true;
</script> |
<link rel="stylesheet" href="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/stylesheets/MorganStanley/applicationJudgingStylesjs/MS+SBA/Judging/AppViewer+V2/misc/appViewerV2_Judge.css"> </link> <link rel="stylesheet" href="https://gsvlabs-confluence-files.s3-.us-west-2.amazonaws.com/stylesheets/EWC/Application+Judging/judgingViewerMobileMorganStanley/rateAppModalStyles.css?v=1"> </link>
Custom judging viewer filters judge view | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Custom judging viewer prod | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
HTML |
---|
<style>
.dropdown {
position: relative;
font-size: 14px;
color: var(--primary-font-color);
border: 1px solid var(--primary-color);
}
.dropdown .dropdown-list {
padding: 12px;
background: #fff;
position: absolute;
top: 30px;
left: 2px;
right: 2px;
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
transform-origin: 50% 0;
transform: scale(1, 0);
transition: transform .15s ease-in-out .15s;
max-height: 66vh;
overflow-y: scroll;
}
.dropdown .dropdown-option {
display: block;
padding: 8px 12px;
opacity: 0;
transition: opacity .15s ease-in-out;
}
.dropdown .dropdown-label {
display: block;
height: max-content;
background: transparent;
padding: 6px 12px;
line-height: 1;
cursor: pointer;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
background: white;
}
.dropdown .dropdown-label:before {
content: 'â–¼';
float: right;
}
.dropdown.on .dropdown-list {
transform: scale(1, 1);
transition-delay: 0s;
z-index: 11;
border: 1px solid var(--secondary-color);
padding: 10px;
background: var(--primary-color);
}
.dropdown.on .dropdown-list .dropdown-option {
opacity: 1;
transition-delay: .2s;
}
.dropdown.on .dropdown-label:before {
content: 'â–²';
}
.dropdown [type="checkbox"] {
position: relative;
top: -1px;
margin-right: 4px;
}
.dropdown.dropdown-selected {
background: var(--secondary-color);
}
.dropdown.dropdown-selected label.application-dropdown-container{
background: var(--primary-color);
color: white;
padding: 10px 12px;
}
.dropdown-list {
color: var(--secondary-color);
}
</style> |
HTML |
---|
<style>
.application-status-container {
margin-top: 10px;
}
.application-status-container #status-container {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 15px;
}
.application-status-container #status-container p {
margin: 0px;
margin-right: 12px;
}
#created-updated-container {
margin-top: 10px;
margin-bottom: 10px;
}
.application-status-container .application-mixpanel-link {
margin: 0px;
margin-right: 15px;
}
#transition-container {
margin-top: 5px;
}
#rw_theme_content {
margin-top: 100px !important;
}
</style> |
HTML |
---|
<script type="text/javascript" src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/MS+Sustainability/Judging/Application+Viewer+PROD/Judge+View/Rate+Application/rateModalConfig.js"> </script>
<script type="text/javascript" src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/MS+Sustainability/Judging/Application+Viewer+PROD/Judge+View/Rate+Application/handleRateAppModal.js"> </script>
<script type="text/javascript" src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/MS+Sustainability/Judging/Application+Viewer+PROD/Judge+View/Rate+Application/renderScoreTicket.js"> </script>
<link rel="stylesheet" href="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/stylesheets/MorganStanley/rateAppModalStyles.css?v=1"> </link>
|
HTML |
<style> div.application-tabs-container { position: sticky; z-index: 0; height: 70px; /* position: relative; */ width: calc(100% - 40px); flex-direction: column; top: 0px; padding-top: 50px; display: flex; justify-content: center !important; padding: 20px; align-items: flex-start; margin-top: 0px !important; background: white; } </style> |
OneValley