“MediaWiki:Common.css”的版本间的差异

来自DataFocus资料库
跳到导航 跳到搜索
(已保护“MediaWiki:Common.css”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期)))
第2行: 第2行:
 
body{ font-family:"Helvetica","sans-serif","Microsoft Yahei","宋体","Arial"; }
 
body{ font-family:"Helvetica","sans-serif","Microsoft Yahei","宋体","Arial"; }
 
/* 去除登录按钮 */
 
/* 去除登录按钮 */
li #pt-login {  display: none;}
+
li#pt-login {  display: none;}
 
/*悬浮目录列表*/
 
/*悬浮目录列表*/
 
#toc{
 
#toc{

2019年5月30日 (四) 01:31的版本

/* 这里放置的CSS将应用于所有皮肤 */
body{ font-family:"Helvetica","sans-serif","Microsoft Yahei","宋体","Arial"; }
/* 去除登录按钮 */
li#pt-login {   display: none;}
/*悬浮目录列表*/
#toc{
 display: block;
 position: fixed;
 top: 100px;
 right: 0px;
 min-width: 100px;
 max-width: 350px;
 max-height: 20px;
 overflow-y: scroll;
 border: 1px solid #aaa;
 border-radius: 0 0 1px 1px;
 -moz-border-radius: 0 0 1px 1px;
 background: rgba(249,249,249,0.75);
 padding: 12px;
 box-shadow: 0 1px 8px #000;
 -webkit-box-shadow: 0 1px 8px #000;
 -moz-box-shadow: 0 1px 8px #000;
}
 
#toc:hover{
 display: block;
 position: fixed;
 top: 100px;
 right: 0px;
 min-width: 100px;
 max-width: 350px;
 max-height: 500px;
 overflow-y: scroll;
 border: 1px solid #aaa;
 border-radius: 0 0 1px 1px;
 -moz-border-radius: 0 0 1px 1px;
 background: rgba(249,249,249,0.75);
 padding: 12px;
 box-shadow: 0 1px 8px #000;
 -webkit-box-shadow: 0 1px 8px #000;
 -moz-box-shadow: 0 1px 8px #000;
 
}
 
body { overflow-x: hidden;}
/*去除底部logo*/
#footer #footer-icons {    float: right;    display: none;}