|
本館粉絲專頁 |
|
|
使用者:Digipunk/mw-common.css:修訂版本之間的差異
台灣棒球維基館
(由1名用戶作出的一個中途修訂版本未被顯示) | |||
第322行: | 第322行: | ||
DIV.DGPK-XXT TD.debug {background:white;color:red;font-weight:bold;border-radius:0 !important} | DIV.DGPK-XXT TD.debug {background:white;color:red;font-weight:bold;border-radius:0 !important} | ||
+ | DIV.DGPK-XXT TD.today {background:#8F8;position:relative} | ||
+ | DIV.DGPK-XXT-U16 TD.today::before { | ||
+ | position:absolute; | ||
+ | background:#080; | ||
+ | color:white; | ||
+ | display:inline-block; | ||
+ | width:30px; | ||
+ | box-sizing:border-box; | ||
+ | content:"今日\A場次"; | ||
+ | white-space:pre; | ||
+ | padding:1px; | ||
+ | border-radius:2px; | ||
+ | text-align:center; | ||
+ | font:normal 9pt/1 'MS Gothic'; | ||
+ | left:-37px; | ||
+ | top:50%; | ||
+ | transform:perspective(1px) translateY(-50%); | ||
+ | opacity:0; | ||
+ | transition:opacity .3s ease-in; | ||
+ | } | ||
+ | DIV.DGPK-XXT-U16 TD.today::after { | ||
+ | position:absolute; | ||
+ | border-color:transparent #080; | ||
+ | border-style:solid; | ||
+ | border-width:6px 0 6px 6px; | ||
+ | content:""; | ||
+ | width:0px; | ||
+ | height:0px; | ||
+ | left:-7px; | ||
+ | top:50%; | ||
+ | transform:perspective(1px) translateY(-50%); | ||
+ | opacity:0; | ||
+ | transition:opacity .3s ease-in; | ||
+ | } | ||
+ | DIV.DGPK-XXT-U16 TD.today:hover::before, | ||
+ | DIV.DGPK-XXT-U16 TD.today:hover::after { | ||
+ | opacity:1; | ||
+ | } | ||
DIV.DGPK-XXT-U16 TD.info {padding:3px 0 1px} | DIV.DGPK-XXT-U16 TD.info {padding:3px 0 1px} | ||
第328行: | 第366行: | ||
DIV.DGPK-XXT-U16 TD.info TABLE TD:nth-child(1) {font:normal 9pt 'MS Gothic'} | DIV.DGPK-XXT-U16 TD.info TABLE TD:nth-child(1) {font:normal 9pt 'MS Gothic'} | ||
DIV.DGPK-XXT-U16 TD.info TABLE TD:nth-child(2) {font-family:Consolas,monospace;padding-left:6px;color:black;width:1px} | DIV.DGPK-XXT-U16 TD.info TABLE TD:nth-child(2) {font-family:Consolas,monospace;padding-left:6px;color:black;width:1px} | ||
− | |||
DIV.DGPK-XXT-A32 TD[class^="info"] {color:#0A0;line-height:1} | DIV.DGPK-XXT-A32 TD[class^="info"] {color:#0A0;line-height:1} |
2021年8月3日 (二) 10:46的最新修訂版本
/*【Google fonts】*/ @import url('https://fonts.googleapis.com/css?family=Oswald'); @font-face { font-family:'Oswald'; src: local('Courier New'), local('Courier'), local('Consolas'); unicode-range: U+2D-2E,U+3A; /* '-.:' */ } @font-face { font-family:'Oswald'; src: local('微軟正黑體'), local('Microsoft JhengHei'); unicode-range:U+4E00-9FFF; } @font-face { font-family:'Consolas'; src: local('Consolas'), local('Courier New'), local('Courier'), local('monospace'); } @font-face { font-family:'Consolas'; src: local('微軟正黑體'), local('Microsoft JhengHei'); unicode-range:U+4E00-9FFF; } /*【global use】*/ TD.slash, TH.slash {background:linear-gradient(to top left,transparent, transparent 50%,black 49%, black 49%,transparent 51%, transparent)} TD.backslash, TH.backslash {background:linear-gradient(to top right,transparent, transparent 50%,black 49%, black 49%,transparent 51%, transparent)} DIV.DGPK-subpages {margin-bottom:15px} /* overwritten */ TT {font-family:Consolas,'Courier New',monospace} DIV.DGPK-css, DIV.DGPK-js, DIV.DGPK-Getty-Images {display:none} TABLE.DGPK-rows > TR:nth-of-type(odd), TABLE.DGPK-rows > TBODY > TR:nth-of-type(odd) {background:#FFF} TABLE.DGPK-rows > TR:nth-of-type(even), TABLE.DGPK-rows > TBODY > TR:nth-of-type(even) {background:#F9F9F9} TABLE.DGPK-rows > TR:nth-of-type(odd) > TD[rowspan], TABLE.DGPK-rows > TBODY > TR:nth-of-type(odd) > TD[rowspan] {background:#FEFEFE} TABLE.DGPK-rows > TR:nth-of-type(even) > TD[rowspan], TABLE.DGPK-rows > TBODY > TR:nth-of-type(even) > TD[rowspan] {background:#FEFEFE} *.vtt {vertical-align:top !important} *.vmm {vertical-align:middle !important} *.vmm2 {position:relative;top:50%;transform:perspective(1px) translateY(-50%);} /* 任何物件垂直置中 */ *.vmm3 {position:relative;top:50%;left:50%;transform:perspective(1px) translate(-50%, -50%);} /* 任何物件垂直置中 */ *.vbb {vertical-align:bottom !important} *.hrr {text-align:right !important} *.hcc {text-align:center !important} *.hll {text-align:left !important} *.nobs {box-shadow:none !important} /* //------------------------------------ // mouseover highlight // 針對 [TABLE|TR].[mover|mover-f] // 加在 TABLE 就套用於所有 TR,除了 TR.mover-x //------------------------------------ */ TABLE.mover > TBODY > TR:hover > TD, TABLE.mover > TR:hover > TD, TR.mover:hover > TD, TD.mover:hover {background:#AFF;color:black} TABLE.mover > TBODY > TR:hover > TD.noval, TABLE.mover > TR:hover > TD.noval {background:#ACC !important} TABLE.mover-f > TBODY > TR:hover > TD, TABLE.mover-f > TR:hover > TD, TR.mover-f:hover > TD {background:#AFF !important;color:black !important} /* force */ TH.mover-x, TD.mover-x, TR.mover-x > TD, TABLE.mover-f > TBODY > TR:hover > TD[rowspan], TABLE.mover-f > TR:hover > TD[rowspan], TR.mover-f:hover > TD[rowspan], TABLE.mover-f > TBODY > TR:hover > TD.mover-x, TABLE.mover-f > TR:hover > TD.mover-x, TR.mover-f:hover > TD.mover-x { background:initial !important; color:initial !important; } .S8-6 {display:inline-block;position:relative;transform:scaleX(.7500);margin:0 -1em} .S8-5 {display:inline-block;position:relative;transform:scaleX(.6250);margin:0 -1.5em} .S7-5 {display:inline-block;position:relative;transform:scaleX(.7143);margin:0 -1em} .S6-5 {display:inline-block;position:relative;transform:scaleX(.8333);margin:0 -0.5em} .S7-4 {display:inline-block;position:relative;transform:scaleX(.5714);margin:0 -1.5em} .S6-4 {display:inline-block;position:relative;transform:scaleX(.6667);margin:0 -1em} .S5-4 {display:inline-block;position:relative;transform:scaleX(.8000);margin:0 -0.5em} .S5-3 {display:inline-block;position:relative;transform:scaleX(.6000);margin:0 -1em} .S4-3 {display:inline-block;position:relative;transform:scaleX(.7500);margin:0 -0.5em} .S3-2 {display:inline-block;position:relative;transform:scaleX(.6667);margin:0 -0.5em} .S2-1 {display:inline-block;position:relative;transform:scaleX(.5000);margin:0 -0.5em} SPAN.DGPK-unicode {display:none} /*【背號】*/ DIV[class^="DGPK-BN"] { display:inline-block; text-indent:0; min-width:14px; padding:0 2px; text-align:center; font:normal 9pt Consolas; white-space:nowrap; background:#777; color:white; border-radius:3px; } /*【WLS】*/ DIV.WLS {display:inline-block} DIV.WLS > DIV[class^="DGPK-BN"] {color:white;margin-right:1px} DIV.WLS > DIV[class^="DGPK-BN"]:last-child {margin-right:0} DIV.WLS > DIV.DGPK-BN-W {background:linear-gradient(#0A0,#040)} DIV.WLS > DIV.DGPK-BN-L {background:linear-gradient(#D00,#800)} DIV.WLS > DIV.DGPK-BN-T {background:linear-gradient(#08C,#048)} DIV.WLS > DIV.DGPK-BN-X {background:#444} DIV.WLS > DIV.DGPK-BN-- {background:#CCC} /*【TeamX】*/ DIV.DGPK-TX {display:inline-block;padding:0;margin:0;text-indent:0;vertical-align:middle} DIV.DGPK-TX > TABLE {width:100%;line-height:1;white-space:nowrap;border:0;border-spacing:0} DIV.DGPK-TX TD[class^="tx"] {padding:0} DIV.DGPK-TX TD:first-child {padding-right:2px} /* text cell left */ DIV.DGPK-TX TD:last-child {padding-left:2px} /* text cell right */ DIV.DGPK-TX TD.tx-img {width:1px;padding:0;line-height:0;font-size:0;text-align:left} /* image cell */ DIV.DGPK-TX TD.tx-img > SPAN {display:inline-block;border:1px solid #999;box-shadow:1px 1px 2px rgba(0,0,0,.35)} DIV.DGPK-TX TD.tx-img > SPAN > SPAN {display:inline-block;width:35px;height:20px;background-image:url(/wiki/index.php/Special:Filepath/TeamX-Countries.png)} DIV.DGPK-TX TD.tx-img > SPAN.nct {border:0;box-shadow:none} DIV.DGPK-TX TD.tx-img > SPAN.nct > IMG {display:inline-block;filter:drop-shadow(0 0 2px rgba(0,0,0,.25))} /*【比分】*/ TABLE.DGPK-SCORES {width:100%;text-align:center;white-space:nowrap;font-family:'微軟正黑體';border:0;border-spacing:0} TABLE.DGPK-SCORES TD {padding:0} TABLE.DGPK-SCORES TD:nth-child(1),TABLE.DGPK-SCORES TD:nth-child(3) {width:1px;font-family:Meiryo,'細明體' !important} TABLE.DGPK-SCORES TD:nth-child(2) {padding:0 3px;font-family:Consolas,monospace !important} /*【泛用型小日曆】*/ DIV.DGPK-FC-JS {display:none} DIV.DGPK-FC {display:inline-block;cursor:default;box-shadow:2px 2px 8px rgba(0,0,0,.6)} 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;width:140px} DIV.DGPK-FC > TABLE {font:normal 9pt/130% Consolas;text-align:center} /* title */ DIV.DGPK-FC TR[class^="header"] {background:#333} DIV.DGPK-FC TR[class^="header"] > TD {padding:2px} DIV.DGPK-FC TR.header0 {font-family:'微軟正黑體';color:white} DIV.DGPK-FC TR.header1 {font-family:'MS Gothic'} DIV.DGPK-FC TR.header1 > TD > A {color:yellow} /* weekday */ DIV.DGPK-FC TR.wday > TH {font:normal 9pt/100% '微軟正黑體','MS Gothic';padding:1px 4px 3px;background:#666;color:white} /* days */ 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;background:#DDD} 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} /*【計分板】*/ /*共用部份*/ DIV[class^="DGPK-SBDW"] {padding:0;display:inline-block;box-shadow:2px 2px 8px rgba(0,0,0,.5);margin:1px;border:0} DIV[class^="DGPK-SBDW"] > TABLE { table-layout:fixed; box-sizing:border-box; margin:0; border-collapse:collapse; text-align:center; white-space:nowrap; font:bold 11pt/1 'Comic Sans MS',Verdana,monospace; /* 可被 FNT 覆寫 */ background:#F8F8F8; color:black; border:1px solid #888; } DIV[class^="DGPK-SBDW"] TD.noval {background-color:rgba(0, 0, 0, 0.2)} DIV[class^="DGPK-SBDW"] TR.scores-title {font:normal 10pt/1 'Comic Sans MS',monospace} DIV[class^="DGPK-SBDW"] TR.scores-title > TD:first-child {height:26px;letter-spacing:1px;width:100px;overflow:hidden} DIV[class^="DGPK-SBDW"] TR.scores-title > TD.runs {color:white;font-weight:bold;font-size:11pt} DIV[class^="DGPK-SBDW"] TR.scores {text-shadow:2px 2px 4px black;color:white} /*DIV[class^="DGPK-SBDW"] TR.scores > TD {}*/ DIV[class^="DGPK-SBDW"] TR.scores > TD:first-child {height:26px;padding:1px;letter-spacing:0;overflow:hidden;font:normal 10pt '微軟正黑體'} DIV[class^="DGPK-SBDW"] TR.scores > TD.runs {color:yellow} DIV.SBDW-INFO {margin:5px 0 0;border-top:1px dashed black;padding-top:5px;box-sizing:border-box;} DIV.SBDW-INFO SPAN.umpire {margin:1px;text-align:center;border-radius:3px;display:inline-block;box-sizing:border-box;width:12px;height:12px;background:#666;color:white;font-family:Consolas,'Courier New',monospace;margin-left:8px} DIV.SBDW-INFO SPAN.umpire:first-child {margin-left:0} DIV.DGPK-SBDW0, DIV.DGPK-SBDW1, DIV.DGPK-SBDW2, DIV.DGPK-SBDW3, DIV.DGPK-SBDW4, DIV.DGPK-SBDW5 { margin:0; border:1px solid black; } DIV.DGPK-SBDW0 > TABLE {background:#111;color:#AAA;border-color:#555} DIV.DGPK-SBDW0 TR.scores {background:#333} DIV.DGPK-SBDW0 TR.scores > TD:first-child, DIV.DGPK-SBDW0 TR.scores > TD.runs {background:#111;color:EEE} DIV.DGPK-SBDW1 > TABLE {background:#111;color:#AAA;border-color:#555} DIV.DGPK-SBDW1 TR.scores {background:linear-gradient(#000,#333)} DIV.DGPK-SBDW1 TR.scores > TD:first-child, DIV.DGPK-SBDW1 TR.scores > TD.runs {background:#111;color:EEE} DIV.DGPK-SBDW2 > TABLE {background:#2F3E3C;color:#AAA;border-color:#555} DIV.DGPK-SBDW2 TR.scores {background:linear-gradient(#2F3E3C,#27564E)} DIV.DGPK-SBDW2 TR.scores > TD:first-child, DIV.DGPK-SBDW2 TR.scores > TD.runs {background:#2F3E3C;color:EEE} DIV.DGPK-SBDW3 > TABLE {background:#0F243E;color:#AAA;border-color:#555} DIV.DGPK-SBDW3 TR.scores {background:linear-gradient(#0F243E,#244062)} DIV.DGPK-SBDW3 TR.scores > TD:first-child, DIV.DGPK-SBDW3 TR.scores > TD.runs {background:#0F243E;color:EEE} DIV.DGPK-SBDW4 > TABLE {background:#5A1A1A;color:#AAA;border-color:#555} DIV.DGPK-SBDW4 TR.scores {background:linear-gradient(#5A1A1A,#8A1016)} DIV.DGPK-SBDW4 TR.scores > TD:first-child, DIV.DGPK-SBDW4 TR.scores > TD.runs {background:#5A1A1A;color:EEE} DIV.DGPK-SBDW5 > TABLE {background:#1A1300;color:#AAA;border-color:#555} DIV.DGPK-SBDW5 TR.scores {background:linear-gradient(#1A1300,#463300)} DIV.DGPK-SBDW5 TR.scores > TD:first-child, DIV.DGPK-SBDW5 TR.scores > TD.runs {background:#1A1300;color:EEE} DIV.DGPK-SBDW21 > TABLE {background:#07B;color:#DDD;border-color:#0AD} DIV.DGPK-SBDW21 TR.scores {background:#08C} DIV.DGPK-SBDW21 TR.scores > TD:first-child, DIV.DGPK-SBDW21 TR.scores > TD.runs {background:#07B} DIV.DGPK-SBDW22 > TABLE {background:#0A2;color:#E6E6E6;border-color:#2C4} DIV.DGPK-SBDW22 TR.scores {background:#0B3} DIV.DGPK-SBDW22 TR.scores > TD:first-child, DIV.DGPK-SBDW22 TR.scores > TD.runs {background:#0A2} DIV.DGPK-SBDW23 > TABLE {background:#F3D;color:#E6E6E6;border-color:#F8F} DIV.DGPK-SBDW23 TR.scores {background:#F5F} DIV.DGPK-SBDW23 TR.scores > TD:first-child, DIV.DGPK-SBDW23 TR.scores > TD.runs {background:#F3D} DIV.DGPK-SBDW24 > TABLE {background:#FF4;color:#777;border-color:#FFE} DIV.DGPK-SBDW24 TD.runs {font-weight:bold;color:black !important} DIV.DGPK-SBDW24 TR.scores {background:#FF8;color:black;text-shadow:2px 2px 4px rgba(0,0,0,.3)} DIV.DGPK-SBDW24 TR.scores > TD:first-child, DIV.DGPK-SBDW24 TR.scores > TD.runs {background:#FF4} DIV.DGPK-SBDW31 > TABLE {background:#242;color:#BBB;border-color:#464} DIV.DGPK-SBDW31 TR.scores {background:#353} DIV.DGPK-SBDW31 TR.scores > TD:first-child, DIV.DGPK-SBDW31 TR.scores > TD.runs {background:#242} DIV.DGPK-SBDW32 > TABLE {background:#5BD;color:#F8F8F8;border-color:#7DF} DIV.DGPK-SBDW32 TR.scores {background:#6CE} DIV.DGPK-SBDW32 TR.scores > TD:first-child, DIV.DGPK-SBDW32 TR.scores > TD.runs {background:#5BD} DIV.DGPK-SBDW33 > TABLE {background:#336;color:#BBB;border-color:#558} DIV.DGPK-SBDW33 TR.scores {background:#447} DIV.DGPK-SBDW33 TR.scores > TD:first-child, DIV.DGPK-SBDW33 TR.scores > TD.runs {background:#336} DIV.DGPK-SBDW34 > TABLE {background:#F73;color:#EEE;border-color:#FA8} DIV.DGPK-SBDW34 TR.scores {background:#F95} DIV.DGPK-SBDW34 TR.scores > TD:first-child, DIV.DGPK-SBDW34 TR.scores > TD.runs {background:#F73} /* info */ TABLE.DGPK-SBDW-INFO {font:normal 9pt/1 '微軟正黑體';white-space:nowrap;width:100%;border:0} TABLE.DGPK-SBDW-INFO TR.row1 {vertical-align:bottom} TABLE.DGPK-SBDW-INFO TR.row1 > TD {padding:0 1px 1px} TABLE.DGPK-SBDW-INFO TR.row1 > TD:nth-child(1) {width:120px;font-family:Consolas,monospace} TABLE.DGPK-SBDW-INFO TR.row1 > TD:nth-child(2) {height:16px;box-sizing:border-box;padding:0 6px;max-width:0;overflow-x:hidden;text-overflow:ellipsis;text-align:center;line-height:100%} TABLE.DGPK-SBDW-INFO TR.row1 > TD:nth-child(3) {width:120px;text-align:right} /* performance */ TABLE.DGPK-SBDW-PERF {margin-left:2px;font:normal 10pt/1.3 Oswald,'Comic Sans MS';white-space:nowrap;border:0} TABLE.DGPK-SBDW-PERF TR[class*="row"] {vertical-align:top} TABLE.DGPK-SBDW-PERF TR[class*="row"] > TD {padding-right:12px} TABLE.DGPK-SBDW-PERF TR[class*="row"] > TD:last-child {padding-right:0} TABLE.DGPK-SBDW-PERF TR.row1 > TD:nth-child(1) {width:120px} TABLE.DGPK-SBDW-PERF TR.row1 > TD:nth-child(2) {width:140px} TABLE.DGPK-SBDW-PERF TR.row2 > TD:nth-child(1) {height:1px} TABLE.DGPK-SBDW-PERF TR.row2 U {display:inline-block;text-decoration:none;background:#4A4;color:white;padding:0 2px 1px;margin:0 -2px -1px;border-radius:3px} /* lineup */ DIV.DGPK-LINEUP {margin:0 0 5px;border-bottom:1px dashed black;padding-bottom:10px} DIV.DGPK-LINEUP > TABLE {width:100%;font:normal 9pt/1 Consolas,monospace,'Courier New'} DIV.DGPK-LINEUP TR.outer-row {vertical-align:top} DIV.DGPK-LINEUP TR.outer-row > TD:first-child {width:50%;padding-right:4px} DIV.DGPK-LINEUP TR.outer-row > TD:last-child {width:50%;padding-left:4px} DIV.DGPK-LINEUP DIV[class^="lineup-"] {border:1px solid black;box-shadow:1px 1px 3px rgba(0,0,0,.5);color:black} DIV.DGPK-LINEUP DIV.lineup-p {margin-top:4px} DIV.DGPK-LINEUP DIV[class^="lineup-"] > TABLE {width:100%;border-collapse:collapse;white-space:nowrap;text-align:center;background:white} DIV.DGPK-LINEUP TR.title {background:#555;color:white;text-shadow:1px 1px 2px rgba(0,0,0,.6);line-height:90%} DIV.DGPK-LINEUP TR.title > TD {width:15px} DIV.DGPK-LINEUP TR.title > TD:nth-child(1) {width:12px} DIV.DGPK-LINEUP TR.title > TD:nth-child(2) {width:70px;text-align:left} DIV.DGPK-LINEUP TR[class^="player-"] > TD:nth-child(2) {text-align:left;font-family:Oswald,Tahoma,Arial} DIV.DGPK-LINEUP SPAN.subst {display:inline-block;height:0;width:0;border-color:transparent transparent transparent black;border-style:solid;border-width:4px 1px 4px 5px} DIV.DGPK-LINEUP S {color:#AAA;text-decoration:none} DIV.DGPK-LINEUP SPAN.good {display:inline-block;background:darkorange;color:white;border-radius:3px;width:100%;height:10px;padding:1px 0;line-height:.9} DIV.DGPK-LINEUP SPAN[class^="result-"] {display:inline-block;color:white;border-radius:3px;width:10px;height:10px;padding:1px;line-height:.9;text-align:center;margin-left:3px;font-family:Consolas,'Courier New',monospace} DIV.DGPK-LINEUP SPAN.result-W {background:#00F} DIV.DGPK-LINEUP SPAN.result-L {background:#000} DIV.DGPK-LINEUP SPAN.result-H {background:#4A4} DIV.DGPK-LINEUP SPAN.result-S {background:#48B} DIV.DGPK-LINEUP SPAN.result-B, DIV.DGPK-LINEUP SPAN.result-BS {background:#800} DIV.DGPK-LINEUP TR.player-1 {background:#EEE} DIV.DGPK-LINEUP TR.player-2 {background:#AAA} DIV.DGPK-LINEUP DIV.lineup-p TR[class^="player-"] > TD:last-child {text-align:right} /*【單淘汰線形圖】*/ DIV.DGPK-XXT TD[class*="team"] { position:relative; border:1px solid black; color:black; box-shadow:3px 3px 6px rgba(0,0,0,.35); background:linear-gradient(#FFF,#CCC); font-family:Oswald; } DIV.DGPK-XXT TD.tdir0 {border-radius:5px 0 0 5px} DIV.DGPK-XXT TD.tdir1 {border-radius:0 5px 5px 0} DIV.DGPK-XXT TD[class*="score"] { position:relative; border:1px solid black; color:black; box-shadow:3px 3px 6px rgba(0,0,0,.35); background:linear-gradient(#EEE,#BBB); font-family:Consolas,monospace; } DIV.DGPK-XXT TD.score-win {background:linear-gradient(#0BF,#059);color:white} DIV.DGPK-XXT TD.score-loss {background:linear-gradient(#A00,#400);color:white} DIV.DGPK-XXT TD.sdir0 {border-radius:0 5px 5px 0;border-left:0} DIV.DGPK-XXT TD.sdir1 {border-radius:5px 0 0 5px;border-right:0} DIV.DGPK-XXT TD.place-1st { border:1px solid black;background:linear-gradient(#FFA, gold);color:black;box-shadow:3px 3px 6px rgba(0,0,0,.35); font-size:11pt;font-weight:bold;letter-spacing:1px;border-radius:3px; } DIV.DGPK-XXT TD.place-rest { border:1px solid black;background:white;color:black;box-shadow:3px 3px 6px rgba(0,0,0,.35); font-size:11pt;font-weight:bold;letter-spacing:1px;border-radius:3px; } DIV.DGPK-XXT TD.debug {background:white;color:red;font-weight:bold;border-radius:0 !important} DIV.DGPK-XXT TD.today {background:#8F8;position:relative} DIV.DGPK-XXT-U16 TD.today::before { position:absolute; background:#080; color:white; display:inline-block; width:30px; box-sizing:border-box; content:"今日\A場次"; white-space:pre; padding:1px; border-radius:2px; text-align:center; font:normal 9pt/1 'MS Gothic'; left:-37px; top:50%; transform:perspective(1px) translateY(-50%); opacity:0; transition:opacity .3s ease-in; } DIV.DGPK-XXT-U16 TD.today::after { position:absolute; border-color:transparent #080; border-style:solid; border-width:6px 0 6px 6px; content:""; width:0px; height:0px; left:-7px; top:50%; transform:perspective(1px) translateY(-50%); opacity:0; transition:opacity .3s ease-in; } DIV.DGPK-XXT-U16 TD.today:hover::before, DIV.DGPK-XXT-U16 TD.today:hover::after { opacity:1; } DIV.DGPK-XXT-U16 TD.info {padding:3px 0 1px} DIV.DGPK-XXT-U16 TD.info TABLE {width:100%;text-align:right;text-shadow:none;white-space:nowrap;border-spacing:0} DIV.DGPK-XXT-U16 TD.info TABLE TD:nth-child(1) {padding:0} DIV.DGPK-XXT-U16 TD.info TABLE TD:nth-child(1) {font:normal 9pt 'MS Gothic'} DIV.DGPK-XXT-U16 TD.info TABLE TD:nth-child(2) {font-family:Consolas,monospace;padding-left:6px;color:black;width:1px} DIV.DGPK-XXT-A32 TD[class^="info"] {color:#0A0;line-height:1} DIV.DGPK-XXT-A32 TD.info1 {vertical-align:bottom;padding:0} DIV.DGPK-XXT-A32 TD.info2 {line-height:1.4} DIV.DGPK-XXT-A32 TD.score-win {} DIV.DGPK-XXT-A32 TD.score-loss {background:linear-gradient(#CCC,#888);color:white} DIV.DGPK-XXT-A32 TD.place-1st {border:0;background:linear-gradient(red,#800);color:white;text-shadow:2px 2px 4px rgba(0,0,0,.8)} DIV.DGPK-XXT-A32 TD.place-rest {border:0;background:linear-gradient(silver,#888);color:white;text-shadow:2px 2px 4px rgba(0,0,0,.8)} DIV.DGPK-XXT-h7 > TABLE > TBODY > TR > TD:first-child, DIV.DGPK-XXT-h7 > TABLE > TR > TD:first-child {height:7px} DIV.DGPK-XXT-h8 > TABLE > TBODY > TR > TD:first-child, DIV.DGPK-XXT-h8 > TABLE > TR > TD:first-child {height:8px} DIV.DGPK-XXT-h9 > TABLE > TBODY > TR > TD:first-child, DIV.DGPK-XXT-h9 > TABLE > TR > TD:first-child {height:9px} /*【雙淘汰線形圖】*/ DIV.DGPK-DE TD[class*="team"] { position:relative;border:1px solid black;box-shadow:2px 2px 5px rgba(0,0,0,.5); background:#DDD;color:white; } DIV.DGPK-DE-LLB-PONY TD[class*="team"] {font-family:Consolas,'Courir New',monospace} DIV.DGPK-DE TD.c1 {background:#226} /* us */ DIV.DGPK-DE TD.c2 {background:#B24} /* intl */ DIV.DGPK-DE TD.c3 {background:#08C} /* tw-ap */ DIV.DGPK-DE TD.c9 {background:#666} /* CTBA */ DIV.DGPK-DE TD[class*="score"] { position:relative;border:1px solid black;box-shadow:2px 2px 5px rgba(0,0,0,.5); background:#EEE;color:black; font-family:Consolas,'Courir New',monospace; } DIV.DGPK-DE TD.score-win {background:white} DIV.DGPK-DE TD.info {font-family:Consolas,'Courir New',monospace;color:#0A0} DIV.DGPK-DE TD[class*="team-place"] {background:white;color:black} DIV.DGPK-DE TD.team-place-1st {background:gold} DIV.DGPK-DE TD.team-place-rest {background:orange} DIV.DGPK-DE TD[class*="team-from"]::after {font-family:Consolas,'Courir New',monospace;position:absolute;left:0;color:#333;content:attr(abbr)} DIV.DGPK-DE TD.team-from1::after {top:-13px} DIV.DGPK-DE TD.team-from2::after {bottom:-13px} /*【SC/*】*/ DIV[class*="DGPK-SC-"] {margin:10px 0 20px 20px;padding:0;display:inline-block;box-shadow:1px 1px 2px rgba(0,0,0,.3);vertical-align:top} DIV[class*="DGPK-SC-"] TD.time-val {padding:1px;white-space:normal;font-family:Consolas,monospace;line-height:1} DIV[class*="DGPK-SC-"] TD.tn-fld {line-height:1} DIV[class*="DGPK-SC-"] TD.tn-fld > TABLE {border:0;width:100%;white-space:nowrap} DIV[class*="DGPK-SC-"] TD.tn-fld > TABLE > TBODY > TR > TD:first-child, DIV[class*="DGPK-SC-"] TD.tn-fld > TABLE > TR > TD:first-child {text-align:left} DIV[class*="DGPK-SC-"] TD.tn-fld > TABLE > TBODY > TR > TD:last-child, DIV[class*="DGPK-SC-"] TD.tn-fld > TABLE > TR > TD:last-child {text-align:right} /*【SC/WBSC】*/ DIV.DGPK-SC-WBSC {box-shadow:none} DIV.DGPK-SC-WBSC > TABLE.round-X { margin:0; border:0; border-spacing:0; font:normal 10pt/100% Oswald,'微軟正黑體'; text-align:center; text-shadow:none; white-space:nowrap; border-color:black; border-collapse:collapse; color:black; box-sizing:border-box; } DIV.DGPK-SC-WBSC > TABLE.round-X > TBODY > TR > TD, DIV.DGPK-SC-WBSC > TABLE.round-X > TR > TD {position:relative;padding:0 2px;border:1px solid black;box-shadow:2px 2px 2px rgba(0,0,0,0.3)} DIV.DGPK-SC-WBSC TD.time-val {height:28px} /* titlebar */ DIV.DGPK-SC-WBSC > TABLE.round-X TR.title {font-size:12pt;font-weight:bold;text-shadow:2px 2px 5px black} DIV.DGPK-SC-WBSC > TABLE.round-X TR.title > TD:nth-child(1) {vertical-align:top;text-align:center} DIV.DGPK-SC-WBSC > TABLE.round-X TR.title > TD:nth-child(1) > DIV { display:inline-block;background:radial-gradient(yellow,orange);color:black;border-radius:99px; font:normal 9pt/1.1 Oswald,'Comic Sans MS',Consolas;text-shadow:none; box-sizing:border-box;height:48px;width:48px;overflow:hidden; } DIV.DGPK-SC-WBSC > TABLE.round-X TR.title > TD:nth-child(3) {color:white !important;background:linear-gradient(#08C,#8CF) !important;box-sizing:border-box;height:28px} /* groups */ DIV.DGPK-SC-WBSC > TABLE.round-X TR.group {font-size:11pt;text-shadow:2px 2px 5px black} DIV.DGPK-SC-WBSC > TABLE.round-X TR.group > TD:nth-of-type(even) {height:24px;background:#555 !important;color:yellow !important;position:relative} /* columns */ DIV.DGPK-SC-WBSC > TABLE.round-X TR.column {text-shadow:2px 2px 5px black} DIV.DGPK-SC-WBSC > TABLE.round-X TR.column > TD {background:#888 !important;color:white !important} /* 指定 td 底色,才不會其它 box-shadow 蓋到 */ DIV.DGPK-SC-WBSC > TABLE.round-X TR.column > TD:nth-child(1) {width:50px;height:24px;background:#043 !important;box-sizing:border-box} /* dates & games */ DIV.DGPK-SC-WBSC > TABLE.round-X TR.date {} DIV.DGPK-SC-WBSC > TABLE.round-X TR.date:nth-of-type(odd) > TD {background:#F9F9F9} DIV.DGPK-SC-WBSC > TABLE.round-X TR.date:nth-of-type(odd) > TD:nth-of-type(n+10) {background:white} DIV.DGPK-SC-WBSC > TABLE.round-X TR.date:nth-of-type(even) > TD {background:white} DIV.DGPK-SC-WBSC > TABLE.round-X TR.date:nth-of-type(even) > TD:nth-of-type(n+10) {background:#F9F9F9} DIV.DGPK-SC-WBSC > TABLE.round-X TR.row1 > TD:first-child { /* date */ background:linear-gradient(45deg,#0BA,#076) !important;color:white !important;text-shadow:2px 2px 5px black;line-height:130%; } /* misc */ DIV.DGPK-SC-WBSC > TABLE.round-X TR > TD.nobb {border:0 !important;box-shadow:none !important;background:transparent !important;padding:0 !important;box-sizing:border-box} /* final */ DIV.DGPK-SC-WBSC > TABLE.round-F { margin:0; font:normal 10pt/100% Oswald,'微軟正黑體'; text-align:center; text-shadow:none; white-space:nowrap; border-color:black; border-collapse:collapse; background:white; color:black; box-sizing:border-box; } DIV.DGPK-SC-WBSC > TABLE.round-F TR.title > TD {background:linear-gradient(#08C,#8CF) !important;color:white !important;font-size:12pt;text-shadow:2px 2px 5px black;font-weight:bold} DIV.DGPK-SC-WBSC > TABLE.round-F TR.column > TD {background:#666 !important;color:white !important;text-shadow:2px 2px 5px black;font-size:13px;letter-spacing:2px;font-weight:bold} /*【SC/T8】*/ DIV.DGPK-SC-T8 > TABLE { margin:0; border-spacing:0; font:normal 10pt/1.8 Oswald,'微軟正黑體'; text-align:center; text-shadow:none; white-space:nowrap; border-color:black; border-collapse:collapse; background:white; color:black; box-sizing:border-box; } DIV.DGPK-SC-T8 TR.title {background:linear-gradient(#DDD,#FFF);font-size:11pt;text-shadow:2px 2px 5px rgba(0,0,0,.3);line-height:140%;letter-spacing:5px} DIV.DGPK-SC-T8 TR.column {background:#DDD;font-weight:bold;line-height:140%} /* WBSC|T8 rankings */ DIV.DGPK-SC-RANKING > TABLE { margin:0;background:#FFF;border-color:black;font-size:10pt;line-height:120%; text-align:center;border-collapse:collapse;white-space:nowrap;border-color:#AAA; } DIV.DGPK-SC-RANKING TR.title > TH {text-shadow:2px 2px 5px black;background:#666 !important;color:white !important;letter-spacing:1.5px} DIV.DGPK-SC-RANKING TR.column > TD {font-size:10pt;background:#888 !important;color:white !important;text-shadow:2px 2px 5px black} /*【SC/SS】*/ DIV.DGPK-SC-SS > TABLE { margin:0;background:#FFF;text-align:center;border-collapse:collapse;border-color:black; font:normal 10pt/1.8 Oswald,'微軟正黑體';white-space:nowrap;box-sizing:border-box; } DIV.DGPK-SC-SS TR.title > TH {position:relative;background:linear-gradient(#DDD, #FFF);font-size:11pt;text-shadow:2px 2px 5px rgba(0,0,0,.3);letter-spacing:5px} DIV.DGPK-SC-SS TR[class^="column"] > TH {background:#DDD;width:40px} DIV.DGPK-SC-SS TR[class^="column"] > TH:nth-child(1) {width:60px} DIV.DGPK-SC-SS TR[class^="column"] > TH:nth-child(2) {width:30px} DIV.DGPK-SC-SS TR.column > TH:nth-child(3) {width:50px} DIV.DGPK-SC-SS TR.column > TH:nth-child(4) {width:125px} DIV.DGPK-SC-SS TR.column > TH:nth-child(5) {width:110px} DIV.DGPK-SC-SS TR.column > TH:nth-child(6) {width:125px} DIV.DGPK-SC-SS TR.column-grp > TH:nth-child(3) {width:30px} /* 多了組別 */ DIV.DGPK-SC-SS TR.column-grp > TH:nth-child(4) {width:50px} DIV.DGPK-SC-SS TR.column-grp > TH:nth-child(5) {width:125px} DIV.DGPK-SC-SS TR.column-grp > TH:nth-child(6) {width:110px} DIV.DGPK-SC-SS TR.column-grp > TH:nth-child(7) {width:125px} /* timezone conversion */ SPAN[class^="DGPK-tz-btn"] { letter-spacing:0;text-align:center;padding:1px 3px 2px 3px;white-space:nowrap; display:inline-block;font:normal 9pt/1 '微軟正黑體';background:#444;color:white; border-radius:4px;cursor:pointer;box-shadow:1px 1px 2px rgba(0,0,0,.3);border:1px solid #111; user-select:none;user-drag:none; } SPAN[class^="DGPK-tz-btn"]:hover {border-color:orange} SPAN.DGPK-tz-btn1 {background:#08C;border-color:#CCC} /*【SC/BULK】*/ DIV.DGPK-SC-BULK {margin:0;box-shadow:2px 2px 4px rgba(0,0,0,.5)} DIV.DGPK-SC-BULK > TABLE {border-collapse:collapse;border:1px solid #666;text-align:center;white-space:nowrap;background:#FAFAFA;color:black;font:normal 9pt/1 '微軟正黑體'} DIV.DGPK-SC-BULK TR.title {background:#666;color:#EEE;font-size:10pt} DIV.DGPK-SC-BULK TR.title > TD > TABLE {border:0;width:100%} DIV.DGPK-SC-BULK TR.title > TD TD:nth-child(1) {text-align:left} DIV.DGPK-SC-BULK TR.title > TD TD:nth-child(2) {text-align:right} DIV.DGPK-SC-BULK TR.title > TD TD:nth-child(2) > SPAN {color:yellow} DIV.DGPK-SC-BULK TR.column {background:#CCC} DIV.DGPK-SC-BULK TR.column > TH:nth-child(5) {width:80px} DIV.DGPK-SC-BULK TR:not(.title):not(.column) TD {font-family:Consolas} DIV.DGPK-SC-BULK TR.games > TD:nth-child(4), DIV.DGPK-SC-BULK TR.game > TD:nth-child(3) {text-align:right;font-family:Oswald} DIV.DGPK-SC-BULK TR.games > TD:nth-child(6), DIV.DGPK-SC-BULK TR.game > TD:nth-child(5) {text-align:left;font-family:Oswald} DIV.DGPK-SC-BULK TR.bt {border-top:2px solid black} DIV.DGPK-SC-BULK TD.norec {background:brown;color:white} /* eg:諸羅山盃 */ DIV.DGPK-SC-BULK > TABLE > TBODY > TR:not(.title):not(.column):not(.games):not(.game) > TD:nth-last-child(3) {text-align:right;font-family:Oswald} DIV.DGPK-SC-BULK > TABLE > TBODY > TR:not(.title):not(.column):not(.games):not(.game) > TD:nth-last-child(1) {text-align:left;font-family:Oswald} /*【投打統計】*/ DIV.DGPK-STATS {margin:8px 0 20px 20px;display:inline-block} DIV.DGPK-STATS > TABLE:first-child {margin:0;width:1000px;box-shadow:2px 2px 8px rgba(0,0,0,.5);white-space:nowrap} DIV.DGPK-STATS > TABLE:first-child TR.title > TH {font:bold 11pt '微軟正黑體';letter-spacing:2px;text-shadow:2px 2px 6px rgba(0,0,0,.4);height:22px;background:linear-gradient(#DDD, #BBB);border:1px solid #666} DIV.DGPK-STATS TABLE[class*="TBL-"] {margin:0;text-align:center;background:#EEE;border-collapse:collapse;border:0;border-color:#AAA;font:normal 9pt/1 Consolas,monospace} DIV.DGPK-STATS TABLE.TBL-SNO {width:25px} DIV.DGPK-STATS TABLE[class*="TBL-DATA-"] {width:100%;background:white;white-space:nowrap} DIV.DGPK-STATS TABLE[class*="TBL-"] > TBODY > TR > TD, TABLE.DGPK-STATS TABLE[class*="TBL"] > TR > TD {height:22px} DIV.DGPK-STATS TABLE[class*="TBL-"] TR.column > TH {height:22px;font-family:'微軟正黑體';border-top:0} DIV.DGPK-STATS TABLE[class*="TBL-"] TR.sortbottom > TH {box-sizing:border-box;height:20px;padding:0 1px;font-weight:bold !important} DIV.DGPK-STATS TABLE[class*="TBL-"] TD.best {background:deeppink;color:white} DIV.DGPK-STATS TABLE[class*="TBL-"] TD.best2 {background:pink} DIV.DGPK-STATS TABLE.TBL-SNO TH, TABLE.DGPK-STATS TABLE.TBL-SNO TD {border-right:0} DIV.DGPK-STATS TABLE[class*="TBL-DATA-"] > TBODY > TR > TD:first-child, TABLE.DGPK-STATS TABLE[class*="TBL-DATA-"] > TR > TD:first-child {font-family:'微軟正黑體'} DIV.DGPK-STATS TABLE[class*="TBL-DATA-"] > TBODY > TR > TD > S, TABLE.DGPK-STATS TABLE[class*="TBL-DATA-"] > TR > TD > S {display:none} DIV.DGPK-STATS TABLE[class*="TBL-DATA-"] TR.column > TH:first-child {box-sizing:border-box;width:100px} DIV.DGPK-STATS TABLE[class*="TBL-DATA-"] TR.column > TH:nth-of-type(n+2) {width:6.9%} DIV.DGPK-STATS TABLE.TBL-DATA-P > * > TR > *:last-child, TABLE.DGPK-STATS TABLE.TBL-DATA-P > TR > *:last-child {border-left:1px solid black} /*【相關新聞】*/ .DGPK-news HR {background-color:transparent !important;height:0 !important;border:0 !important;border-top:1px dashed #888 !important} .DGPK-news DIV.cate {background:#DDD;font:bold 11pt '微軟正黑體';padding:1px 6px;margin-top:16px} .DGPK-news S {text-decoration:none;font-family:Consolas,'Courier New', monospace} .DGPK-news S::before {content:"["} .DGPK-news S::after {content:"]"} .DGPK-news LI:last-child {padding-bottom:3px} /*撐出空間,避免只有一項時被放在右邊*/ DIV.DGPK-news {column-count:2;-moz-column-count:2;-webkit-column-count:2;column-gap:30px;margin:0 0 20px 20px;font-size:9pt;vertical-align:top} DIV.DGPK-news > DIV.cate:first-child, TABLE.DGPK-news TD > DIV.cate:first-child {padding:1px 6px;margin:0} TABLE.DGPK-news {margin:0 0 20px 0;border:0;width:100%;table-layout:fixed;font-size:9pt} TABLE.DGPK-news > * > TR, TABLE.DGPK-news > TR {vertical-align:top} TABLE.DGPK-news > * > TR > TD, TABLE.DGPK-news > TR > TD {padding-left:20px} /*【各類獎項】*/ DIV[class^="DGPK-awards"] {margin:10px 0 20px 20px;padding:0;display:inline-block;box-shadow:2px 2px 8px rgba(0,0,0,.3);vertical-align:top} DIV[class^="DGPK-awards"] > TABLE {margin:0;border-collapse:collapse;border:0;border-color:#AAA;font:normal 10pt/1 '微軟正黑體';white-space:nowrap;background:#FBFBFB} DIV[class^="DGPK-awards"] TR.title > TH {font-size:11pt;padding:2px 6px 1px;background:linear-gradient(#0AD, #068, #0AD);color:white;border:1px solid black;text-shadow:2px 2px 4px black} DIV[class^="DGPK-awards"] TR.column > TH {padding:1px 6px 0;background:#666;color:white;text-shadow:2px 2px 4px rgba(0,0,0,.6)} DIV[class^="DGPK-awards"] TR.column > TH:first-child {border-left:1px solid #666} DIV[class^="DGPK-awards"] TR.column > TH:last-child {border-right:1px solid #666} DIV[class^="DGPK-awards"] TR.column > TH:nth-child(2) {width:120px} DIV[class^="DGPK-awards"] TR.column > TH:nth-child(3) {width:30px} DIV[class^="DGPK-awards"] > TABLE > * > TR > *, DIV[class^="DGPK-awards"] > TABLE > TR > * {height:20px;padding:3px 6px} DIV[class^="DGPK-awards"] > TABLE > * > TR > TD:nth-child(1), DIV.DGPK-awards > TABLE > TR > TD:nth-child(1) {font-weight:bold} DIV.DGPK-awards-team > TABLE > * > TR > TD:nth-child(2), DIV.DGPK-awards-team > TABLE > TR > TD:nth-child(2) {padding:3px 20px 3px 15px} DIV.DGPK-awards-team > TABLE > * > TR > TD:nth-child(1), DIV.DGPK-awards-team > TABLE > TR > TD:nth-child(1), DIV.DGPK-awards-team > TABLE > * > TR > TD:nth-child(3), DIV.DGPK-awards-team > TABLE > TR > TD:nth-child(3), DIV.DGPK-awards-team > TABLE > * > TR > TD:nth-child(4), DIV.DGPK-awards-team > TABLE > TR > TD:nth-child(4), DIV.DGPK-awards-team > TABLE > * > TR > TD:nth-child(5), DIV.DGPK-awards-team > TABLE > TR > TD:nth-child(5), DIV.DGPK-awards-team > TABLE > * > TR > TD:nth-child(6), DIV.DGPK-awards-team > TABLE > TR > TD:nth-child(6) {text-align:center;font-family:Consolas,monospace} DIV.DGPK-awards-team > TABLE > * > TR:nth-of-type(n+7), DIV.DGPK-awards-team > TABLE > TR:nth-of-type(n+7) {background:#EEE} DIV.DGPK-awards-team > TABLE > * > TR:nth-of-type(n+11), DIV.DGPK-awards-team > TABLE > TR:nth-of-type(n+11) {background:#DDD} DIV.DGPK-awards-player > TABLE > * > TR > TD:nth-child(2), DIV.DGPK-awards-player > TABLE > TR > TD:nth-child(2) {padding:3px 20px 3px 8px;font-family:'Comic Sans MS',Oswald} DIV.DGPK-awards-player > TABLE > * > TR > TD:nth-child(3), DIV.DGPK-awards-player > TABLE > TR > TD:nth-child(3) {font-size:9pt;font-family:Consolas,monospace} DIV.DGPK-awards-player > TABLE > * > TR:nth-of-type(odd), DIV.DGPK-awards-player > TABLE > TR:nth-of-type(odd) {background:#F8F8F8} /*通用排名*/ DIV.DGPK-gp-awards {margin:10px 0 20px 20px;padding:0;display:inline-block;box-shadow:2px 2px 6px rgba(0,0,0,.3)} DIV.DGPK-gp-awards > TABLE {margin:0;background:#FFF;border-color:black;border-collapse:collapse;font:normal 10pt/1 '微軟正黑體';white-space:nowrap} DIV.DGPK-gp-awards TR.column > TH {background:#DDD;height:22px} DIV.DGPK-gp-awards TR.title > TH {background:linear-gradient(#DDD, #BBB);height:22px;font-size:11pt;text-shadow:2px 2px 4px rgba(0,0,0,.3)} DIV.DGPK-gp-awards > TABLE > TBODY > TR > * {padding-left:8px;padding-right:8px;height:24px} /* padding-top|bottom 讓 TABLE.cellPadding 決定 */ DIV.DGPK-gp-awards > TABLE > TBODY > TR > TD:first-child {text-align:center;font-family:Consolas,Courier,monospace} /*【浮動目錄】*/ DIV.DGPK-FTOC {display:inline-block;position:fixed;bottom:30px;left:0;z-index:999} DIV.DGPK-FTOC > TABLE {border:0;width:100%;font:normal 9pt/1.4 '微軟正黑體';text-shadow:1px 1px 4px black;white-space:nowrap;width:193px;text-align:right;} DIV.DGPK-FTOC .btn {display:inline-block;padding:1px 3px;background:#08C;border:1px solid #444;border-color:#DDD #444 #444 #DDD;box-shadow:2px 2px 6px rgba(0,0,0,.6);border-radius:4px;white-space:nowrap} DIV.DGPK-FTOC .btn > A {color:white} /*黑豹旗*/ DIV.DGPK-FTOC TABLE.panther {border:0;display:inline-block;text-align:center} DIV.DGPK-FTOC TABLE.panther TD.btn {display:table-cell} DIV.DGPK-FTOC TABLE.panther TD.sep {font-size:0;height:2px;padding:0} DIV.DGPK-FTOC TABLE[class^="panther-subtbl"] {border:0;width:100%;line-height:1.1;border-spacing:0} DIV.DGPK-FTOC TABLE[class^="panther-subtbl"] TD {padding:1px 0} DIV.DGPK-FTOC TABLE[class^="panther-subtbl-a"] TD.btn {background:#084} DIV.DGPK-FTOC TABLE[class^="panther-subtbl-b"] TD.btn {background:deeppink} DIV.DGPK-FTOC TABLE[class^="panther-subtbl-c"] TD.btn {background:brown;font-family:Consolas,monospace} DIV.DGPK-FTOC TABLE.panther-subtbl-c2 TD.btn:nth-of-type(n+3) {padding:1px 2px;width:1px;font-family:'微軟正黑體'} /*【IB】*/ DIV[class^="DGPK-IB"] {display:inline-block;text-indent:0;padding:0} DIV[class^="DGPK-IB-ROSTER"] > TABLE {width:100%;height:100%;white-space:nowrap} DIV[class^="DGPK-IB-ROSTER"] TR.row1 H5 {margin:-3px -3px 0 -3px !important;padding:3px !important;font:bold 12pt/1 '微軟正黑體' !important} DIV[class^="DGPK-IB-ROSTER"] TR.row1 > TD:nth-child(1) {height:1%;width:16px} DIV[class^="DGPK-IB-ROSTER"] TR.row1 > TD:nth-child(2) {width:1px;padding:0 6px} DIV[class^="DGPK-IB-ROSTER"] TR.row2 > TD:nth-child(1) {height:1%;border-radius:8px 0 0 0;border:2px solid black;border-width:2px 0 0 2px} DIV[class^="DGPK-IB-ROSTER"] TR.row2 > TD:nth-child(2) {border-radius:0 8px 0 0;border:2px solid black;border-width:2px 2px 0 0} DIV[class^="DGPK-IB-ROSTER"] TR.row3 > TD {padding:2px 5px 4px;border:2px solid black;border-top:0;border-radius:0 0 8px 8px;height:100%;vertical-align:top} DIV[class^="DGPK-IB-ROSTER-BEGIN"] TR.row3 > TD {font-size:10pt} DIV[class^="DGPK-IB-ROSTER-BEGIN"] TR.row3 > TD > HR {background-color:transparent;height:0;border:0;border-top:1px dashed #888;margin:5px} DIV.DGPK-IB-ROSTER-BEGIN-EN UL {list-style-position:inside;margin-left:6.3em;text-indent:-5.5em/*10pt=>margin-left:5.4em;text-indent:-4.9em*/;font:9pt/1.5 'Comic Sans MS'} DIV.DGPK-IB-ROSTER-BEGIN-EN DIV.DGPK-BN {border-radius:33px;margin-right:1px;padding:1px 2px;font-size:8pt} DIV.DGPK-IB-ROSTER-BEGIN-EN UL LI B {font-size:10pt} /*【SC/RNK】*/ DIV.DGPK-RNK {margin:10px 0 20px 20px;display:inline-block;padding:0;line-height:1;vertical-align:top;transition:opacity 1s;border-sizing:border-box} DIV.DGPK-RNK > DIV {display:inline-block;margin:0;box-shadow:1px 1px 2px rgba(0,0,0,.3)} DIV.DGPK-RNK > DIV > TABLE {margin:0;background:#FFF;text-align:center;border-collapse:collapse;font:normal 10pt/1.6 Consolas,monospace;white-space:nowrap;border-color:#CCC;min-width:100%;border-sizing:border-box} DIV.DGPK-RNK > DIV > TABLE TR.title {background:linear-gradient(#DDD,#BBB);font:bold 11pt/140% '微軟正黑體',Meiryo;text-shadow:2px 2px 5px rgba(0,0,0,.3);letter-spacing:5px} DIV.DGPK-RNK > DIV > TABLE TR.column {font:bold 10pt/140% '微軟正黑體',Meiryo;background:#DDD;border-top:1px solid black} DIV.DGPK-RNK > DIV > TABLE TR.nornk {background:#DDD} DIV.DGPK-RNK > DIV > TABLE TR.column > TH {width:40px} DIV.DGPK-RNK > DIV > TABLE TR.body > TD.team {text-align:left;padding-left:.5em;padding-right:.5em;font:normal 10pt Oswald,'微軟正黑體'} DIV.DGPK-RNK > DIV > TABLE TR.footer {line-height:140%;background:#DDD;border-top:1px solid black} DIV.DGPK-RNK > DIV > TABLE TR.footer > TH.team {font-family:'微軟正黑體'} DIV.DGPK-ERROR > DIV {border:2px solid red;background:#400;color:white;padding:10px 20px;margin:10px;display:inline-block} /*DIV.DGPK-RNK-JS, DIV.DGPK-RNK-AUTO-JS {display:none}*/ DIV.DGPK-RNK > DIV > TABLE TR.column > TH[class^="ctab"] {width:4em;background:#CCC;color:black} DIV.DGPK-RNK > DIV > TABLE TR.body > TD[class^="ctab"] {padding:0 2px;font:9pt/1 'MS Gothic'} DIV.DGPK-RNK > DIV > TABLE TR.body > TD.noval {background:#DDD} /*【SC/TQB】*/ DIV[class^="DGPK-TQB"] {margin:0;display:inline-block;padding:0;vertical-align:top;width:556px;box-sizing:border-box;box-shadow:1px 1px 2px rgba(0,0,0,.3)} DIV[class^="DGPK-TQB"] > TABLE {margin:0;border-collapse:collapse;white-space:nowrap;font:normal 9pt/1.4 Consolas,monospace;white-space:nowrap;border:1px solid #DDD;text-align:center;width:100%} DIV[class^="DGPK-TQB"] > TABLE TR.title {background:#666;color:white;letter-spacing:1px;font:normal 9pt Oswald} DIV[class^="DGPK-TQB"] > TABLE TR.column {background:#CCC;border-bottom:1px solid #444} DIV[class^="DGPK-TQB"] > TABLE TR.column > TH:nth-child(1) {width:15px} DIV[class^="DGPK-TQB"] > TABLE TR.column > TH:nth-child(2) {width:80px} DIV[class^="DGPK-TQB"] > TABLE TR.column > TH:last-child) {font-family:'Comic Sans MS',Oswald,Verdana} DIV[class^="DGPK-TQB"] > TABLE TR.body > TD:first-child, DIV.DGPK-TQB > TABLE TR.body > TD:last-child {font-weight:bold} DIV[class^="DGPK-TQB"] > TABLE TR.body > TD:nth-child(2) {text-align:left;padding:4px 8px} DIV[class^="DGPK-TQB"] > TABLE TR.column > TH:nth-child(2), DIV[class^="DGPK-TQB"] > TABLE TR.body > TD:nth-child(2), DIV[class^="DGPK-TQB"] > TABLE TR.column > TH:nth-child(5), DIV[class^="DGPK-TQB"] > TABLE TR.body > TD:nth-child(5), DIV[class^="DGPK-TQB"] > TABLE TR.column > TH:nth-child(8), DIV[class^="DGPK-TQB"] > TABLE TR.body > TD:nth-child(8) {border-right-color:#999} DIV[class^="DGPK-TQB"] SPAN.de {display:none} /*【黑豹旗】*/ DIV[class*="DGPK-panther"] {min-width:28px} DIV[class*="DGPK-panther"] > A {color:white !important} DIV.DGPK-panther1 {background:#AAA} /*籤號:分區賽*/ DIV.DGPK-panther2 {background:#666} /*籤號:全國賽*/ DIV.DGPK-panther3 {background:linear-gradient(#08C,#048)} /*晉級:分區賽*/ DIV.DGPK-panther4 {background:linear-gradient(#F70,#830)} /*晉級:全國賽*/ DIV.DGPK-panther5 {background:linear-gradient(#0A0,#040)} /*勝場*/ DIV.DGPK-panther6 {background:linear-gradient(#D00,#800)} /*敗場*/ DIV.DGPK-panther7 {background:purple} /*校名、隊名*/ /*【GP-TABLE】*/ DIV.DGPK-gp-table {margin:10px 0 20px 20px;padding:0;display:inline-block;box-shadow:1px 1px 2px rgba(0,0,0,.3)} DIV.DGPK-gp-table > TABLE {margin:0;background:#FFF;text-align:center;border-collapse:collapse;border-color:black;font:normal 10pt/1.5 Consolas,Courier,monospace;white-space:nowrap;box-sizing:border-box;width:100%} DIV.DGPK-gp-table TR.title > TH {background:linear-gradient(#DDD, #FFF);font:bold 11pt Oswald;text-shadow:1px 1px 3px rgba(0,0,0,.25);letter-spacing:3px} DIV.DGPK-gp-table TR.column > TH {background:#DDD} DIV.DGPK-gp-table TH {font-weight:bold;text-align:center} /*【Loading Animation】*/ DIV.lds-spinner { color: official; display: inline-block; position: relative; width: 80px; height: 80px; margin:10px 20px; } DIV.lds-spinner > DIV { transform-origin: 40px 40px; animation: lds-spinner 1.2s linear infinite; } DIV.lds-spinner > DIV:after, DIV.lds-spinner-auto > DIV:after { content: " "; display: block; position: absolute; top: 3px; left: 37px; width: 6px; height: 18px; border-radius: 20%; background: #AAA; } DIV.lds-spinner-auto > DIV:after { background: #08C; } DIV.lds-spinner > DIV:nth-child(1) {transform: rotate(0deg); animation-delay: -1.1s;} DIV.lds-spinner > DIV:nth-child(2) {transform: rotate(30deg); animation-delay: -1s; } DIV.lds-spinner > DIV:nth-child(3) {transform: rotate(60deg); animation-delay: -0.9s;} DIV.lds-spinner > DIV:nth-child(4) {transform: rotate(90deg); animation-delay: -0.8s;} DIV.lds-spinner > DIV:nth-child(5) {transform: rotate(120deg); animation-delay: -0.7s;} DIV.lds-spinner > DIV:nth-child(6) {transform: rotate(150deg); animation-delay: -0.6s;} DIV.lds-spinner > DIV:nth-child(7) {transform: rotate(180deg); animation-delay: -0.5s;} DIV.lds-spinner > DIV:nth-child(8) {transform: rotate(210deg); animation-delay: -0.4s;} DIV.lds-spinner > DIV:nth-child(9) {transform: rotate(240deg); animation-delay: -0.3s;} DIV.lds-spinner > DIV:nth-child(10) {transform: rotate(270deg); animation-delay: -0.2s;} DIV.lds-spinner > DIV:nth-child(11) {transform: rotate(300deg); animation-delay: -0.1s;} DIV.lds-spinner > DIV:nth-child(12) {transform: rotate(330deg); animation-delay: 0s; } @keyframes lds-spinner {0% {opacity:1} 100% {opacity:0}}