x
x
x
x
...
HTML |
---|
<script src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/LBNL/User+Dashboard/dashboard.js"> </script> |
HTML |
---|
<style>
span.carousel-arrow{
user-select: none;
}
.carousel-container > div{
width: 90%!important;
margin: 0 5%!important;
}
.announcementcard .imgalign{
height: unset!important;
}
.announcementcard{
padding: 0!important;
border-radius: 0!important;
height: 250px!important;
width: 100%!important;
}
div.text-encompasser{
box-sizing: border-box!important;
padding: 25px!important;
border: none!important;
}
th p{
font-weight: bold!important;
color: white!important;
}
tr a{
color: var(--primary-color)!important;
font-weight: bold!important;
}
.header{
font-size: 30px;
font-weight: bold!important;
}
div#admin-panel{
display: flex;
flex-direction: row;
}
div#admin-panel * {
font-weight: bold!important;
}
.applicationBannerNotStarted, .applicationBannerStarted, .applicationBannerSubmitted{
display: none;
}
.dash-banner{
height: fit-content!important;
}
.dash-banner .banner-segment:nth-child(1){
padding: 40px 0!important;
height: fit-content!important;
}
.dash-banner .banner-segment:nth-child(2){
height: unset!important;
}
.rw_page_left_section{
background: unset!important;
border: unset!important;
padding: unset!important;
margin: unset!important;
}
.announcementsTable{
display: none;
}
</style> |
...