x x x
x

Versions Compared

Key

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





HTML
<script>
if($("#is-special-judge").length){
	window.location.replace("/display/MSJD");
}
</script>


HTML
<script>
if($("#is-special").length){
window.location.replace("/display/MS");
}
</script>


HTML
<script>
if($("#is-special-admin").length && !window.location.href.includes("viewable")){
window.location.replace("/display/MS");
}
</script>


HTML
<style>
@media only screen and (min-width: 580px){
.dash-sqaure{
    width: 250px!important;
    min-width: 250px!important;
    max-width: 250px!important;
}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px){
	.button_container{
		background: white!important;
	}
	.mobile-menu-sticky .button_container.active{
		background: var(--mobile-menu-background)!important;
	}
}

.aboutcard{
	height: fit-content!important;
}
@media only screen and (max-width: 580px) {
	.arrow-right{
		display: none!important;
	}
	#main-content .dash-banner{
		padding-bottom: 0!important;
		flex-direction: column!important;
		height: fit-content!important;
	}
	.banner-segment{
		width: 100%!important;
		height: fit-content!important;
		overflow: visible!important;
		padding: 0!important;
	}
	.second-segment{
		height: 250px!important;
	}
	.dashboard-content{
		flex-direction: column!important;
	}
	.aboutcard{
		flex-direction: column-reverse!important;
	}
	.dashimg-container{
		display: none!important;
	}
	.dates-container{
		width: 100%!important;
	}
	.headertext{
		text-align: center;
	}
}

div#announcements-wrapper .header {
    color: white;
}
 </style>



HTML
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&&display=swap" rel="stylesheet">
<style>

#rw_theme_content{
	margin-top: 0!important;
}
#content{
	background: url(https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/images/MStanley/dashboard-background.jpg),var(--main-background)!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
}

#main-content .aui-popup.aui-dialog .dialog-button-panel button.button-panel-button{
	background: var(--primary-color)!important;
}

#main-content span#cf_messages a[title="Delete"]{
	color: var(--primary-color)!important;
}

.text-encompasser font{
	font-family: Helvetica!important;
}

.text-encompasser button{
	background: var(--primary-color)!important;
}

#admin-panel button,#admin-panel a{
	background: var(--primary-color)!important;
}

#main-content{
	background: none!important;
}

.microblog-sidebar-container{
    width: 30%!important;
}

.aui-nav span{
    font-size: 18px!important;
}

.micropost-author{
    font-size: 16px!important;
}

.microblog-tooltip{
    font-size: 14px!important;
}

.micropost-content p{
    font-size: 14px!important;
}


/*
.rw_item_name{
	font-family: var(--main-font-family)!important;
	font-size: 16px!important;
	letter-spacing: 0.5px!important;
}*/
.rw_category_items{
	float: left;
}
span > .table-wrap{
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%)
}

.cf_dashboardannouncementspremium_table{
    background: white;
}


.cf_linkStyle_tr,.cf_linkStyle{
	display: none!important;
}
</style>



HTML
<script>
//document.title = "MS 2021 Issue Type";

window.addEventListener("load", showDynamicApplicationBanner(AJS.params.pageTitle.toLowerCase(), 'MS 2021 Issue Type'), false);
</script>


HTML
<style>

.dash-banner p{
	color: var(--primary-color)!important;
}

.micropost-left{
	width: 0!important;
}

#announcement-overlay{
	display: none!important;
}

.micropost-footer, .microblog-timeline-action-menu{
    display: none!important;
}


div.wiki-content table.tablesorter>thead>tr>th{
	background: var(--primary-color)!important;
	border-radius: 0px!important;
	width: auto!important;
}


.text-encompasser font{
	font-family: var(--main-font-family)!important;
}



.empty-state-container.medium .description-container {
    display: none;
}

button[title="New Announcement"] {
  background: var(--btn-color-primary) !important;
}

a[title='View/Edit stored data']{
    margin-left: 10px;
    border-radius: unset !important; 
    background: var(--secondary-color) !important;
    text-decoration: unset;   
}   

.microBlogWrapper a.aui-nav-item.space {
    display: none !important;
}

button {
  font-family: var(--main-font-family) !important;
}

#announcements-wrapper .general-text-container {
  padding: 0px;
}

#announcementcontainer {
  width: 100% !important;
  flex-direction: column !important;
}

#announcements-wrapper {
  flex-direction: column;
  height: fit-content !important;
  align-items: flex-start !important;
  display: flex !important;
  justify-content: center;
  width: 75% !important;
  margin: 0 12.5% !important;
}

#announcements-wrapper .announcementcard {
  padding: 0;
  cursor: unset !important;
  border-radius: 0px !important;
  border: 0px solid #ffffff;
  width: calc(100% - 6px) !important;
  margin: 0px;
  height: 350px;
  background-position: right top;
   flex-direction: row;
    background: white;
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
    
}

.announcementcard .imgalign {
  width: 45%;
  border-radius: 0px;
}

#announcements-wrapper div.text-encompasser {
	

  width: 55%;
  border: none;
  padding: 0 20px;
  display: flex;

  justify-content: flex-start;
}

#announcements-wrapper img {
  border-radius: var(--card-shadow);
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

.announcementcard .imgalign {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.announcementcard .card-title {
  font-size: 21px;
  color: black;
  line-height: normal;
  letter-spacing: normal;
  font-weight: bold;
  padding: 0;
  text-align: left;
  margin: 0 0 10px 0 !important;
}

.announcementcard .card-description {
  font-size: 15px;
  font-weight: var(--font-weight-paragraph-text);
  line-height: 1.5;
  letter-spacing: normal;
}

/* The dots/bullets/indicators */
#dot-container {
  width: 100%;
  margin: 15px 0px 30px 0px;
}

.cdot {
  text-align: center;
  cursor: pointer;
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: var(--secondary-color) !important;
  opacity: 0.5;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.cdot:hover {
  opacity: 1;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.largeimagewithtextbelow-listmempag p.card-subtitle {
  font-size: var(--font-size-s);
}

.table-wrap p {
  margin-bottom: 10px;
}

label span {
  float: unset !important;
}

div#announcements-wrapper {
  width: 90% !important;
  margin: auto !important;
}


/** CAROUSEL STYLING **/

.carousel-container {
    align-self: center;
}

a#toggle-admin-table {
    background: var(--secondary-color);
    font-family: var(--main-font-family);
    color: var(--primary-color);
    text-decoration: none;
	width: fit-content;
    font-weight: 900;
    display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5em 1em;
}

.tablesorter-header-inner {
    color: #172b4d !important;
}

div#announcementsTable {
    height: auto !important;
}

button.aui-button.aui-button-primary.cf_dashboardannouncementspremium {
    display: flex;
	align-items: center;
	padding: 1.5em 1em;
    margin-right: 10px;
}

.carousel-arrow{
  font-size: 30px;
  color: var(--primary-color);
  cursor: pointer;
}

/* ================================================================= MOBILE STYLING ================================================================= */
@media only screen and (max-width: 480px) and (min-width: 320px) {

div#main-content{
	background: #eeeff6!important;
}

.dash-banner{
	min-height: auto!important;
	padding-bottom: 350px!important;
}

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

.important-dates-img-mobile{
	display: none!important;
}


.announcementcard{
	flex-direction: column-reverse!important;
}

.imgalign{
	height: 200px!important;
}

span.carousel-arrow.carousel-next {
    display: none;
}

span.carousel-arrow.carousel-previous {
    display: none;
}

  .cdot {
    top: 0px;
  }

  /*Changes the cards properties for mobile */
  .announcementcard {
    display: flex;
    flex-direction: column;
    width: 75%;
  }
  /*Aligns the image for mobile */
  .imgalign {
    width: 50px;
    height: 50px;
  }
  /* changes the image for card for mobile*/
  . img {
    width: 50px;
    height: 50px;
  }
  .date-container {
    width: 50%;
  }

  .button-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
  }

  .button-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
  }

  div.cell.normal {
    padding: 0px !important;
  }

  div#announcementcontainer {
    width: 100% !important;
    margin: auto;
    margin-top: -10px;
  }

  #announcements-wrapper .general-text-container {
    width: 100% !important;
  }

  p.my-title {
    text-align: left;
    padding: 0;
  }

  #announcements-wrapper .announcementcard {
    width: 100%;
    height: fit-content;
	padding: 0px;
  }

  .announcementcard .imgalign {
    width: 100%;
  }

  div.text-encompasser {
    width: fit-content !important;
    margin: auto 0 !important;
    height: fit-content;
    padding: 20px !important;
  }

  div.custom-card-container.cardstyle.largeimagewithtextbelow-autocards {
    width: 100%;
    margin: 10px 0px;
  }

  div#myCards-newsContainer {
    width: 100%;
  }

  .innerCell {
    width: 100%;
  }

  div.largeimagewithtextbelow-autocards .image-container {
    width: 100%;
  }

  .list-member-paginated-cards a {
    width: 100%;
  }

  div.custom-card-container.cardstyle.largeimagewithtextbelow-listmempag {
    width: 100%;
    margin: 10px 0px;
  }

  .largeimagewithtextbelow-listmempag .image-container {
    width: 100% !important;
    height: fit-content !important;
  }

  a.aui-button.aui-style-default.aui-dropdown2-trigger {
    display: none;
  }
/*
  .aui-button.aui-button-primary.cf_dashboardannouncementspremium {
    display: none;
  }
*/
  .columnLayout.three-equal {
    margin-top: -15px;
  }
}

</style>


HTML
<!-- DASHBOARD BANNER STYLING -->
<style>
#announcement-overlay{
	position: absolute;
   width: 100%;
    	height: 100%;
}

.dash-banner{
  height: 350px;
    width: 90vw;
    margin: auto;
    background: white;
    display: flex;
    flex-direction: column;
    position: relative;
	box-shadow: 0 0 15px 2px rgba(0 0 0 / 20%);
}


.dash-banner .important-dates{
	position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 220px solid #eceff5;
    border-right: 300px solid transparent;
    height: 0px;
    width: 50%;
}

.dash-banner .important-dates-img{
display: none;
	position: absolute;
    left: 0px;
    bottom: 0px;
    max-width: 100%;
    max-height: 200px;
    height: auto;
}

.dash-banner .important-dates-img-mobile{
	display: none;
	position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%!important;
    height: auto;
}

.dash-banner .content-head{
  font-size: 40px!important;
  color: var(--primary-color);
  font-weight: bold;
}

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

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

.dash-banner .content-text{
  font-size: 16px!important;
  width: 100%;
  line-height: 1.75;
  color: var(--primary-color);
  margin: 20px 0;
	font-family: var(--secondary-font-family);
  opacity: .8;
}

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

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

.dash-banner .bottom-content a{
  text-decoration: none;
  color: white;
  background: var(--primary-color);
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.75em 1em;

  height: 50px;
  width: 300px;
	
  box-sizing: border-box;
}

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

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


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

  .dash-banner .content-text {
	width: 100%;
  }
  
  .dash-banner .bottom-content{
    align-items: flex-start;
/*     background: yellow; */
    margin: 0 auto;
    flex-direction: column-reverse;
    padding: 0;
	width: 90%;
  }
  
  .dash-banner .bottom-content img{
    margin-right: unset;
    margin-top: unset;
    object-fit: contain;
    width: auto;
}
  .dash-banner .bottom-content a{
    margin-bottom: 20px;    
  }
/*
  .important-dates-img {
    position: unset !important;
    left: unset !important;
    bottom:  unset !important;
    height: unset !important;
    width: 80%;
    margin: auto;
  }  */
}
</style>

<style>

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

div#announcements-wrapper .header {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.52;
  color: var(--primary-font-color);
}

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

div#announcements-wrapper .card-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: black;
}
#announcements-wrapper div.text-encompasser {
    flex-direction: column;
    justify-content: center;
    width: 50%;
	z-index: 5;
    margin-left: 30px;
    background: transparent;
    height: 80%;
    margin: auto;
	box-sizing: border-box;
}


.dash-banner .content-text {
    font-size: 20px;
}


#announcements-wrapper .announcementcard {
    width: 90vw !important;
}

.dash-banner .bottom-content {
    flex-direction: column;
}

.dash-banner .bottom-content img {
    padding-top: 2em;
}

div#admin-panel a,div#admin-panel button{
    color: white!important;
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
	div#admin-panel a,div#admin-panel button{
    	box-sizing: border-box!important;
		height: 45px!important;
		margin: 0 10px 0 0!important;
	}

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

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

  .dash-banner .content-head{
    font-size: 22px;
  }

  .dash-banner .content-text {
	font-size: 14px;
  }

  .dash-banner .bottom-content a {
	width: 100%;
	padding: 0.75em 0;
  }

#announcement-overlay{
    	background:  var(--primary-color) ;
}

div#admin-panel {
    flex-direction: row;
    align-items: flex-start;
}

button.aui-button.aui-button-primary.cf_dashboardannouncementspremium {
    margin-bottom: 10px;
}

}


@media only screen and (max-width: 950px) and (min-width: 480px){
div#announcements-wrapper .card-title{
    font-size: 18px;
}

div#announcements-wrapper .card-desription{
    font-size: 14px;

}

button.confirmationButton{
    font-size: 10px;
}
}




.dash-banner{
	display: flex;
	flex-direction: row;
}

.banner-segment{
	width: 50%;
	height: 350px;
	box-sizing: border-box;
	overflow: hidden;
}

.second-segment{
	background: url(https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/images/MStanley/dash-banner-img.jpg);
    background-size: cover;
    background-position: center;
}
</style>
<!-- END DASHBOARD BANNER STYLING -->











HTML
<style>
a.button-panel-link.button-panel-cancel-link {
    color: var(--secondary-color) !important;
}

span#cf_messages a[title="Delete"] {
    color: var(--secondary-color);
}


.aui-message.aui-message-info {
    border-color: var(--secondary-color);
}


button.aui-button.aui-button-primary.cf_dashboardannouncementspremium {
  background: var(--secondary-color) !important;
  color: var(--primary-font-color) !important;
}

div#announcementcontainer {
  width: 90% !important;
  margin: 40px auto 0 auto;
}

div#announcements-wrapper {
  width: 100% !important;
  margin-top: 10px !important;
}

a.button-panel-link.button-panel-cancel-link {
  color: black !important;
}

a.aui-button.aui-style-default.aui-dropdown2-trigger {
  display: none;
}
</style >

<style>
div#forum-container {
  width: 90%;
  margin: auto;
  margin-bottom: 60px;
}

div#forum-top-bar .header {
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.52;
  letter-spacing: normal;
  color: var(--primary-font-color);
}

div#forum-top-bar {
  display: flex;
  justify-content: space-between;
}

.filter-btns {
  display: flex;
  align-items: center;
}

a.aui-nav-item {
  color: var(--primary-font-color) !important;
}

div#main-content {
  /*background: url(https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/images/SeaAhead/seaaheadDashboardBackground.png);*/
  background: url(https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/images/SeaAhead/seaahead_dashboard.svg);
  background-size: cover;
  background-position: bottom;
  padding-top: 40px;
}

button.aui-button.aui-button-primary.fullSite {
}

button.aui-button.aui-button-primary {
  background: var(--secondary-color);
  border-radius: unset;
}

button.aui-button.aui-button-link {
  color: var(--secondary-color);
}

.action-group.topic-select-container label {
  color: var(--secondary-color);
}

.globalTimeline-container {
  background: white;
  margin-top: 20px;
}

span.micropost-topic {
  display: none;
}

span.micropost-author a {
  color: var(--secondary-color) !important;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: 0.54px;
}

.micropost-profile-picture.aui-avatar-inner {
  border-radius: unset;
}

.aui-avatar.aui-avatar-large {
  display: flex;
}

.micropost-profile-picture.aui-avatar-inner {
  height: 118px;
  width: 80px;
  max-width: unset;
  max-height: unset;
}

.micropost-left {
  display: flex;
  padding: unset;
  width: auto;
}

.aui-avatar.aui-avatar-large {
  display: unset;
}

a.userLogoLink {
  margin: unset;
  margin: 0 30px 0 20px;
}

span.microblog-tooltip {
  opacity: 0.71;
  font-size: 12px;
  line-height: 1.92;
  color: var(--primary-font-color);
}

.micropost-content p {
  font-size: 12px;
  line-height: 1.42;
  color: #0c0c0c;
}

ul.micropost-meta a {
  color: var(--secondary-color) !important;
}

.micropost .micropost-right .micropost-footer {
  justify-content: flex-end;
  padding-right: 30px;
}

span.aui-icon.aui-icon-small.aui-iconfont-more {
  color: var(--secondary-color);
}

.aui-avatar.aui-avatar-large,
.aui-avatar.aui-avatar-large .aui-avatar-inner {
  height: unset !important;
  max-width: unset !important;
  max-height: unset !important;
  width: unset !important;
}

.aui-avatar img {
  height: unset;
  width: 91px;
}

button.confirmationButton {
/*  width: 134px;
  height: 47px; */
  text-decoration: none;
  color: white;
  background: #ee3e62;
  font-size: 16px;
  font-weight: 700;
  border: unset;
  margin-top: 50px;
  cursor:pointer;
  padding: 0.75em 2em;
}
.selection-title {
    display: none;
}

.microblog-content-container .editor {
    margin-top: 20px;
}

a.userLogoLink.userlink-1 {
    pointer-events: none;
}

a.url.fn.confluence-userlink.userlink-1 {}

.micropost-author a {
    pointer-events: none;
}

ul.micropost-meta .micropost-saveDate a {
    pointer-events: none;
}


.wiki-content table.tablesorter>thead>tr>th {
    background: var(--secondary-color) center right no-repeat !important;
}

.microblog-topic-select-dropdown .select2-results li.select2-result-with-children > .select2-result-label {

	display: none;
}

.action-container {
    display: none;
}

.micropost .reply-editor .profile-picture {
    display: none;
}

.micropost-profile-picture.aui-avatar-inner {
    display: none;
}

.aui-button.active, .aui-button-subtle.aui-button.active {
    background: unset;
}

a.copy-micropost-permalink-action {
    display: none;
}

section#subscription-dialog a {
    color: var(--secondary-color);
}

.aui-message.warning, .aui-message-warning {
    border-color: var(--secondary-color);
}

section#subscription-dialog .aui-dialog2-footer-hint {
    display: none;
}


@media only screen and (max-width: 480px) and (min-width: 320px) {
  .micropost-right {
	width: 80%;
	padding: 0 20px;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
a#toggle-admin-table {
    margin-top: 10px;
}

  #cf_messages {
	height: auto;
    width: inherit;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }

    button.aui-button.aui-style-default.aui-dropdown2-trigger.aui-dropdown2-trigger-arrowless {
        opacity: unset !important;
        margin-right: 20px;
    }

.aui-dialog2-large.aui-layer {
    display:none;
}

button.aui-button.aui-button-subtle[data-dialog-id="subscription"] {
display: none;
}

a.aui-nav-item.space[original-title="SMITH Dashboard"] {
    display: none;
}

span.mb-icon.mb-icon-bullet-list.nav-trigger-icon {
    color: var(--secondary-color);
}



span[original-title="SMITH Dashboard"] {
    color: transparent;
}
.selection-title {
    display: block;
}

div#admin-panel {
    align-items : flex-start;
}

div#announcementcontainer{
	margin: 20px auto 0 auto;
}

}
</style>




HTML
</div>

<style>
/* Disable suggestions on mention */
.suggestion-list {
    display: none;
}

 
.micropost .micropost-right ul.micropost-meta li.micropost-action-reply {
    display: none;
}

.globaltimeline .microBlogContainer .microblog-sidebar-container{
	background: #d5dbe6;
}

.editor{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.globaltimeline .microBlogContainer .microblog-content-container{
	background: white;
	padding: 20px!important;
	box-sizing: border-box;
}

.show-sidebar .microblog-header-container{
	padding: 0!important;
	display: none!important;
}

div#microBlogContainer > * {
    font-family: var(--main-font-family);
}

.aui-button.aui-button-primary, .aui-button.aui-button-primary:visited{
	background: var(--primary-color)!important;
}

.aui-button.aui-button-primary[disabled], .aui-button.aui-button-primary[disabled]:hover, .aui-button.aui-button-primary[disabled]:focus, .aui-button.aui-button-primary[disabled]:active, .aui-button.aui-button-primary[aria-disabled="true"], .aui-button.aui-button-primary[aria-disabled="true"]:hover, .aui-button.aui-button-primary[aria-disabled="true"]:focus, .aui-button.aui-button-primary[aria-disabled="true"]:active{
	color: white!important;
	background: gray!important;
}

</style>

<script>
var checkExist = setInterval(function() {
   if ($('.topic-select-group label').length) {  
$('.topic-select-group label')[0].innerHTML =`Topic:<sup data-v-62c157d1="" class="fullSite">*</sup>`
      clearInterval(checkExist);
   }
}, 100);

/*
window.onload = function(){
	$('.editor')[0].append($('.microblog-header-container')[0]);
};
*/

</script>


HTML
<script>
$( ".announcementcard a" ).each(function( index ) {
  console.log( index + ": " + $( this ).attr("href") );
  if($( this ).attr("href").includes("//h")){
    $( this ).attr("href", $( this ).attr("href").replace("//http", "http"))
  }
});
</script>


HTML
<script>
/*
window.onload = function(){
	var navListItems = AJS.$('ul.rw_category_items li');
    var htmlText = '';
    for (var i = 0; i < navListItems.length; i++) {
      var currNavListItem = navListItems[i];
      var linkHref = currNavListItem.children[0].href;
	  var linkText = currNavListItem.children[0].children[0].innerText;

      if (linkText !== 'Profile') {
        htmlText += "<li class='mobile-menu-item'><a class='mobile-menu-item-link' href='" + linkHref +
          "'><span class='mobile-menu-name'>" + linkText + "</span></a></li>"
      }
      console.log(linkHref, linkText);
    }
    document.getElementById('custom-mobile-menu').innerHTML = htmlText;

	var logoImgLink = AJS.$('#rw_logo_container')[0].children[0].href;
    console.log('logo', AJS.$('#rw_logo_container'))
    var logoImg = AJS.$('#rw_logo_container')[0].children[0].children[0].src;
    if (RW._siteId == "38") {
      logoImg = "/download/attachments/27859313/PassportForKSU.png?api=v2"
    }
    document.getElementById('mobile-menu-logo-container').innerHTML = "<a href='" + logoImgLink + "'><img src='" +
      logoImg + "'/></a>";
    document.getElementById('mobile-menu-logo-container').style.opacity = '1';
    document.getElementById('mobile-menu-logo-container').style.visibility = 'visible';

	document.getElementById('toggle-admin-table').href = "javascript:";
}
*/
</script>


HTML
<style>
/* new stuff */
span.conf-macro.output-inline {
    width: 100%;
}
div.dates-container {
    width: 80% !important;
    margin-left: auto;
} </style>
Tip

Welcome to your first space. Go ahead, edit and customize this home page any way you like. We've added some sample content to get you started.

Image Removed

 

Goal

Your space homepage should summarize what the space is for, and provide links to key resources for your team. 

 

Core team

Image Removed

Harvey Honner-white
Team Lead 

Image Removed

Alana Baczewski
 
Tech Lead

Image Removed

Sameer Farrell
 
Marketing

Image Removed

Mia Bednarczyk
 
Recruitment

 

Roadmap

You can edit this roadmap or create a new one by adding the Roadmap Planner macro from the Insert menu. Link your Confluence pages to each bar to add visibility, and find more tips by reading the Atlassian blog: Plan better in 2015 with the Roadmap Planner macro.

...

 

Know your spaces 

Everything your team is working on - meeting notes and agendas, project plans and timelines, technical documentation and more - is located in a space; it's home base for your team.

A small team should plan to have a space for the team, and a space for each big project. If you'll be working in Confluence with several other teams and departments, we recommend a space for each team as well as a space for each major cross-team project. The key is to think of a space as the container that holds all the important stuff - like pages, files, and blog posts - a team, group, or project needs to work.

Know your pages

If you're working on something related to your team - project plans, product requirements, blog posts, internal communications, you name it - create and store it in a Confluence page. Confluence pages offer a lot of flexibility in creating and storing information, and there are a number of useful page templates included to get you started, like the meeting notes template. Your spaces should be filled with pages that document your business processes, outline your plans, contain your files, and report on your progress. The more you learn to do in Confluence (adding tables and graphs, or embedding video and links are great places to start), the more engaging and helpful your pages will become.

Learn more by reading Confluence 101: organize your work in spaces

 

Quick navigation

When you create new pages in this space, they'll appear here automatically.

Children Display

Useful links

LinkDescription
Confluence 101: organize your work in spaces

Chances are, the information you need to do your job lives in multiple places. Word docs, Evernote files, email, PDFs, even Post-it notes. It's scattered among different systems. And to make matters worse, the stuff your teammates need is equally siloed. If information had feelings, it would be lonely.

But with Confluence, you can bring all that information into one place.

Confluence 101: discuss work with your teamGetting a project outlined and adding the right content are just the first steps. Now it's time for your team to weigh in. Confluence makes it easy to discuss your work - with your team, your boss, or your entire company - in the same place where you organized and created it.
Confluence 101: create content with pagesThink of pages as a New Age "document." If Word docs were rotary phones, Confluence pages would be smart phones. A smart phone still makes calls (like their rotary counterparts), but it can do so much more than that

Tasks

...