本館粉絲專頁

MediaWiki:Common.css:修訂版本之間的差異

分享此網頁到Facebook
分享此網頁到Plurk
分享此網頁到百度搜藏
分享此網頁到Twitter
分享此網頁到Del.icio.us
最近作者:Good boy 2018年9月3日 (星期一)15:31 ;歷來作者:LiaoWSFumetw
台灣棒球維基館
跳轉到: 導覽搜尋
(取消由LiaoWS對話)所作出的修訂 785766)
 
(由2名用戶作出的13個中途修訂版本未被顯示)
第1行: 第1行:
 +
/* Digipunk CSS */
 +
@import url('index.php?title=User:Digipunk/mw-common.css&action=raw&ctype=text/css&xx=1');
 +
 +
/* restore the https icon */
 +
div#content a.external[href^="https://"], .link-https {background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=) center right no-repeat;}
 +
 
/* 此處的 CSS 將應用於所有的面板 */
 
/* 此處的 CSS 將應用於所有的面板 */
 
#scrollDiv{width:100%;height:25px;line-height:25px; overflow:hidden}       
 
#scrollDiv{width:100%;height:25px;line-height:25px; overflow:hidden}       
 
#scrollDiv li{height:25px;padding-left:10px;list-style:none;}
 
#scrollDiv li{height:25px;padding-left:10px;list-style:none;}
  
/*
+
/* 修正 HideH 設定的鏈結顏色 */
 
+
.ui-widget-content a {color:#0645ad !important}
== 折叠效果 ==
+
.ui-widget-content a:visited {color:#0b0080 !important}
 
+
.ui-widget-content a.new {color:#ba0000 !important}
*/
+
.ui-widget-content a.new:visited {color:#a55858 !important}
/* Standard Navigationsleisten.*/
+
 
+
div.Boxmerge,
+
div.NavFrame {
+
        margin: 0px;
+
        padding: 2px;
+
        border: 1px solid #aaaaaa;
+
        border-collapse: collapse;
+
        font-size: 95%;
+
}
+
div.Boxmerge div.NavFrame {
+
        border-style: none;
+
        border-style: hidden;
+
}
+
div.NavFrame + div.NavFrame,
+
div.NavFrame + table.collapsible,
+
table.collapsible + div.NavFrame,
+
table.collapsible + table.collapsible {
+
        border-top-style: none;
+
        border-top-style: hidden;
+
}
+
div.NavPic {
+
        background-color: #ffffff;
+
        margin: 0px;
+
        padding: 2px;
+
        float: left;
+
}
+
div.NavFrame div.NavHead {
+
        min-height: 1.6em;
+
        font-weight: bold;
+
        font-size: 100%;
+
        text-align: center;
+
        background-color: #efefef;
+
        cursor:pointer;
+
}
+
div.NavFrame p {
+
        font-size: 100%;
+
}
+
div.NavFrame div.NavContent {
+
        font-size: 100%;
+
}
+
div.NavFrame div.NavContent p {
+
        font-size: 100%;
+
}
+
div.NavEnd {
+
        margin: 0px;
+
        padding: 0px;
+
        line-height: 1px;
+
        clear: both;
+
}
+
span.NavToggle {
+
        float: right;
+
        /*保证在禁用JS状态下不显示提示,使用hidden以保证在navbox标题能占有宽度*/
+
        visibility: hidden;
+
        text-align: right;
+
        font-weight: normal;
+
        font-size: 80%;
+
}
+

2018年9月3日 (一) 15:31的最新修訂版本

/* Digipunk CSS */
@import url('index.php?title=User:Digipunk/mw-common.css&action=raw&ctype=text/css&xx=1');
 
/* restore the https icon */
div#content a.external[href^="https://"], .link-https {background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=) center right no-repeat;}
 
/* 此處的 CSS 將應用於所有的面板 */
#scrollDiv{width:100%;height:25px;line-height:25px; overflow:hidden}      
#scrollDiv li{height:25px;padding-left:10px;list-style:none;}
 
/* 修正 HideH 設定的鏈結顏色 */
.ui-widget-content a {color:#0645ad !important}
.ui-widget-content a:visited {color:#0b0080 !important}
.ui-widget-content a.new {color:#ba0000 !important}
.ui-widget-content a.new:visited {color:#a55858 !important}