本館粉絲專頁

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

分享此網頁到Facebook
分享此網頁到Plurk
分享此網頁到百度搜藏
分享此網頁到Twitter
分享此網頁到Del.icio.us
台灣棒球維基館
跳轉到: 導覽搜尋
第1行: 第1行:
 +
/* Digipunk CSS */
 +
@import url('index.php?title=User:Digipunk/mw-common.css&action=raw&ctype=text/css')
 +
 
/* 此處的 CSS 將應用於所有的面板 */
 
/* 此處的 CSS 將應用於所有的面板 */
 
#scrollDiv{width:100%;height:25px;line-height:25px; overflow:hidden}       
 
#scrollDiv{width:100%;height:25px;line-height:25px; overflow:hidden}       

2017年1月20日 (五) 12:09的修訂版本

/* Digipunk CSS */
@import url('index.php?title=User:Digipunk/mw-common.css&action=raw&ctype=text/css')
 
/* 此處的 CSS 將應用於所有的面板 */
#scrollDiv{width:100%;height:25px;line-height:25px; overflow:hidden}      
#scrollDiv li{height:25px;padding-left:10px;list-style:none;}
 
/***** BEGIN of Digipunk customized styles *****/
/* 背號 */
DIV.DGPK-BN {
  display:inline-block;
  text-indent:0;
  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 *****/