「MediaWiki:Monobook.css」修訂間的差異
出自 MozTW Wiki
Danielwang(對話 | 貢獻) (no border for diff table) |
Danielwang(對話 | 貢獻) 小 |
||
| 行 6: | 行 6: | ||
/* data table */ | /* data table */ | ||
| − | table { border-collapse: collapse; } | + | #content table { border-collapse: collapse; } |
| − | table td, table th { border: 1px solid #ccc; } | + | #content table td, table th { border: 1px solid #ccc; } |
/* presentational table & diff table */ | /* presentational table & diff table */ | ||
於 2005年7月15日 (五) 11:00 的修訂
/* edit this file to customize the monobook skin for the entire site */
.snav { display: inline; }
.snav li { display: inline; padding-right: 0.25em; padding-left: 0.25em; border-right: 1px solid; }
.snav li:first-child { padding-left: 0; }
.snav li:last-child { border-right: none; }
/* data table */
#content table { border-collapse: collapse; }
#content table td, table th { border: 1px solid #ccc; }
/* presentational table & diff table */
table.pres td, table.pres th
table.diff td, table.diff th { border: none; }
[lang="zh"] strong,
[lnag="zh-tw"] strong,
strong[lang="zh"],
strong[lnag="zh-tw"] { font-weight: normal; color: #900; }
[lang="en"] strong,
[lnag="en-US"] strong,
strong[lang="en"],
strong[lnag="en-US"] { font-weight: bold; }
