本館粉絲專頁

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

分享此網頁到Facebook
分享此網頁到Plurk
分享此網頁到百度搜藏
分享此網頁到Twitter
分享此網頁到Del.icio.us
最近作者:Good boy 2018年9月3日 (星期一)15:31 ;歷來作者:LiaoWSFumetw
台灣棒球維基館
跳轉到: 導覽搜尋
 
(由2名用戶作出的10個中途修訂版本未被顯示)
第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 設定的鏈結顏色 */
/* Standard Navigationsleisten, aka box hiding thingy
+
.ui-widget-content a {color:#0645ad !important}
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
+
.ui-widget-content a:visited {color:#0b0080 !important}
div.NavFrame {
+
.ui-widget-content a.new {color:#ba0000 !important}
    margin: 0;
+
.ui-widget-content a.new:visited {color:#a55858 !important}
    padding: 4px;
+
    border: 1px solid #aaa;
+
    text-align: center;
+
    border-collapse: collapse;
+
    font-size: 95%;
+
}
+
div.NavFrame + div.NavFrame {
+
    border-top-style: none;
+
    border-top-style: hidden;
+
}
+
div.NavPic {
+
    background-color: #fff;
+
    margin: 0;
+
    padding: 2px;
+
    /* @noflip */
+
    float: left;
+
}
+
div.NavFrame div.NavHead {
+
    height: 1.6em;
+
    font-weight: bold;
+
    background-color: #ccf;
+
    position: relative;
+
}
+
div.NavFrame p,
+
div.NavFrame div.NavContent,
+
div.NavFrame div.NavContent p {
+
    font-size: 100%;
+
}
+
div.NavEnd {
+
    margin: 0;
+
    padding: 0;
+
    line-height: 1px;
+
    clear: both;
+
}
+
a.NavToggle {
+
    position: absolute;
+
    top: 0;
+
    /* @noflip */
+
    right: 3px;
+
    font-weight: normal;
+
    font-size: 90%;
+
}
+

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}