MediaWiki:Mobile.css

来自Whiteverse Library
跳到导航跳到搜索
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
/* 这里放置的CSS将影响使用移动版网站的用户 */
/*以下是模板样式*/

span.blackbackground {
  background-color: #000000;
}
span.blackbackground:hover {
  background-color: #ffffff;
}
span.completeblackbackground {
  background-color: #000000;
}
span.completeblackbackground::selection {
  color:black;
  background:#000001;
}

#mediawikiwvlogo {
   width: 20em;
   background:#EEEEEE;
   color:#aeaeae;
   padding:0.5em;
   text-align:center;
   margin: 1.7em auto 1.7em;
   border-radius: 5em;
}
#stubbg {    
    width: 22em;
    background: #EEEEEE;
    color: #aeaeae;
    padding: 0.5em;
    text-align: center;
    margin: 1.7em auto 1.7em auto;
    border-radius: 5em;
}

#tucs {
  border-radius: 4px;
  width: 233px;
  height: 20px;
  background-image: linear-gradient(to right, #2375c0, #325c62);
  color: white;
  text-align: center;
}
#accesscontrol {
   width: 12em;
   background:#EEEEEE;
   color:#aeaeae;
   padding:0.5em;
   text-align:center;
   margin: auto auto 1.7em;
   border-radius: 5em;
}