|
本館粉絲專頁 |
|
|
MediaWiki:Common.css:修訂版本之間的差異
台灣棒球維基館
(由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;} | ||
− | /* | + | /* 修正 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} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
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}