Site Notice

hello, world

Difference between revisions of "MediaWiki:Common.css"

From Project-EPB Commons
(Created page with "→‎CSS placed here will be applied to all skins: @font-face { font-family:思源, SourceHanSans; src:url(https://common.wjghj.cn/images/e/e8/SourceHanSansCN-Medium.vnd.m...")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
.ssi-stack.top {
@font-face {
+
   margin-top: 50px;
   font-family:思源, SourceHanSans;
 
  src:url(https://common.wjghj.cn/images/e/e8/SourceHanSansCN-Medium.vnd.ms-opentype);
 
  font-weight: normal
 
 
}
 
}
@font-face {
+
.ssi-backdrop {
   font-family:思源, SourceHanSans;
+
   z-index: 800 !important;
   src:url(https://common.wjghj.cn/images/e/e8/SourceHanSansCN-Heavy.vnd.ms-opentype);
+
   background-color: rgba(255, 255, 255, 0.5);
  font-weight: bold
 
 
}
 
}

Latest revision as of 22:31, 5 February 2022

.ssi-stack.top {
  margin-top: 50px;
}
.ssi-backdrop {
  z-index: 800 !important;
  background-color: rgba(255, 255, 255, 0.5);
}