本館粉絲專頁

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

分享此網頁到Facebook
分享此網頁到Plurk
分享此網頁到百度搜藏
分享此網頁到Twitter
分享此網頁到Del.icio.us
最近作者:Good boy 2018年9月3日 (星期一)15:31 ;歷來作者:LiaoWSFumetw
台灣棒球維基館
跳轉到: 導覽搜尋
 
(由1名用戶作出的7個中途修訂版本未被顯示)
第1行: 第1行:
 
/* Digipunk CSS */
 
/* Digipunk CSS */
@import url('index.php?title=User:Digipunk/mw-common.css&action=raw&ctype=text/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 將應用於所有的面板 */
第6行: 第9行:
 
#scrollDiv li{height:25px;padding-left:10px;list-style:none;}
 
#scrollDiv li{height:25px;padding-left:10px;list-style:none;}
  
/***** BEGIN of Digipunk customized styles *****/
+
/* 修正 HideH 設定的鏈結顏色 */
/* 背號 */
+
.ui-widget-content a {color:#0645ad !important}
DIV.DGPK-BN {
+
.ui-widget-content a:visited {color:#0b0080 !important}
  display:inline-block;
+
.ui-widget-content a.new {color:#ba0000 !important}
  text-indent:0;
+
.ui-widget-content a.new:visited {color:#a55858 !important}
  min-width:14px;
+
  padding:0 2px;
+
  text-align:center;
+
  font:normal 8pt Consolas;
+
  white-space:nowrap;
+
  background:#777;
+
  color:white;
+
  border-radius:3px
+
}
+
 
+
/* 泛用型小日曆 */
+
DIV.DGPK-FC {display:inline-block;cursor:default;box-shadow:2px 2px 8px rgba(0,0,0,.6);width:140px}
+
DIV.DGPK-FC0 {background:#F9F9F9;border:1px solid black;width:200px}
+
DIV.DGPK-FC1 {background:#08C;position:fixed;bottom:30px;left:15px;z-index:999}
+
DIV.DGPK-FC TR.wday > TH {font:normal 8pt/100% '微軟正黑體','MS Gothic';padding:1px 4px 3px;background:#666;color:white}
+
DIV.DGPK-FC TR.header0 {background:#333;font-family:'微軟正黑體';color:white}
+
DIV.DGPK-FC TR.header1 {background:#333;font-family:'MS Gothic'}
+
DIV.DGPK-FC TR[class^="header"] > TD {padding:2px}
+
DIV.DGPK-FC TR.header1 > TD:nth-child(3) {color:white}
+
DIV.DGPK-FC TR.days0 > TD.day {color:#444}
+
DIV.DGPK-FC TR.days1 > TD.day {color:white}
+
DIV.DGPK-FC TR.days0 > TD.day-pn {color:#888}
+
DIV.DGPK-FC TR.days1 > TD.day-pn {color:#444}
+
DIV.DGPK-FC TR[class^="days"] SPAN.num {display:inline-block;width:100%;height:100%;border-radius:3px}
+
DIV.DGPK-FC TR.days0 > TD.day SPAN.link {font-weight:bold;background:#FB0;color:white}
+
DIV.DGPK-FC TR.days1 > TD.day SPAN.link {color:yellow}
+
DIV.DGPK-FC TR.days0 > TD.day-pn SPAN.link {font-weight:bold;background:#EA0;color:white}
+
DIV.DGPK-FC TR.days1 > TD.day-pn SPAN.link {background:#777;color:#DDD}
+
DIV.DGPK-FC TR.days0 > TD.day SPAN.mark {background:#4C4;color:white}
+
DIV.DGPK-FC TR.days0 > TD.day-pn SPAN.mark {background:#2A2;color:white}
+
DIV.DGPK-FC TR.days0 > TD.day SPAN.today {background:linear-gradient(#F2A,#C17);color:white;font-weight:bold;border-radius:7px}
+
DIV.DGPK-FC TR.days1 > TD.day SPAN.today {background:deeppink;color:white;font-weight:bold;border-radius:3px}
+
/***** END of Digipunk customized styles *****/
+

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}