

.aui-header .aui-header-logo img {
    content: var(--confluence-custom-logo-content);
}

.dashboard-group.left {
width: 50%;
padding-right: 40px;
}



.wiki-content,
.wiki-content p,
.wiki-content table,
.wiki-content tr,
.wiki-content td,
.wiki-content th,
.wiki-content ol,
.wiki-content ul,
.wiki-content li,
.acs-side-bar-content
 {
 font-family: PingFangSC-Light, 'Microsoft YaHei', sans-serif;
 font-size: 14px;
}
#title-text {
font-family: PingFangSC-Regular, 'Microsoft YaHei', sans-serif;
}

#tinymce h1, #main-content h1{
font-weight: bold !important; 
font-size: 24px !important;
<!-- border-bottom: 2px solid rgb(193, 221, 255) !important; -->
}

#tinymce h2, #main-content h2{
    font-weight: bold !important;
}



/* 滚动条*/
/*
.scroll-container{
width:auto;
  overflow: hidden;
}
#scroll-text {
color:red;
font-size:25px;
font-weight:600;
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 10s linear infinite;
  -webkit-animation: my-animation 10s linear infinite;
  animation: my-animation 10s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

*/



