Site Notice

hello, world

Difference between revisions of "MediaWiki:Css-ChaoXingDanMuZhuShou.css"

From Project-EPB Commons
 
([InPageEdit] 没有编辑摘要)
 
Line 7: Line 7:
 
   width: 200px;
 
   width: 200px;
 
   z-index: 400;
 
   z-index: 400;
   position: absolute;
+
   position: fixed;
 
   bottom: 18px;
 
   bottom: 18px;
 
   left: 18px;
 
   left: 18px;

Latest revision as of 00:00, 22 February 2020

/**
 *『Wjghj Project Static』
 * This _CascadingStyleSheets_ code is from https://common.wjghj.cn
 * CC BY-NC-SA
 **/
#SMM {
  width: 200px;
  z-index: 400;
  position: fixed;
  bottom: 18px;
  left: 18px;
  background: #fff;
  border: 1px solid #aaa;
}
#SMMdrag {
  width: 100%;
  height: 12px;
  background: #ccc;
  cursor: move;
}
#SMMinner {
  padding: 0 8px 8px 8px;
}
#SMMcontent {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
}
#SMMtimes {
  width: 100%;
}