“MediaWiki:Common.css”的版本间的差异
来自UtaWiki
小 |
小 |
||
第2行: | 第2行: | ||
+ | @media screen { | ||
/* font adjust */ | /* font adjust */ | ||
− | |||
html, body { | html, body { | ||
font-family: "Hiragino Sans GB", "Microsoft YaHei", sans-serif; | font-family: "Hiragino Sans GB", "Microsoft YaHei", sans-serif; | ||
第13行: | 第13行: | ||
font-family: "Courier New",monospace,Courier; | font-family: "Courier New",monospace,Courier; | ||
} | } | ||
− | |||
/* table padding adjust */ | /* table padding adjust */ | ||
− | |||
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { | table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { | ||
padding: 1px 0.5em; | padding: 1px 0.5em; | ||
} | } | ||
− | + | } | |
/* lang=ja 日文字体 */ | /* lang=ja 日文字体 */ |
2014年6月6日 (五) 10:11的版本
/* 此处的 CSS 将应用于所有的皮肤 */ @media screen { /* font adjust */ html, body { font-family: "Hiragino Sans GB", "Microsoft YaHei", sans-serif; } html { font-size: 1.2em; } pre, code, tt, kbd, samp, .mw-code { font-family: "Courier New",monospace,Courier; } /* table padding adjust */ table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { padding: 1px 0.5em; } } /* lang=ja 日文字体 */ [lang=ja] { font-family: "Hiragino KakuGothic", "Meiryo", "MS PGothic", sans-serif; } /* Infobox */ table.infobox { float: right; clear: right; font-size: 85%; min-width: 15%; margin: 0.2em 0 0.5em 1em; border: 1px solid #aaa; background-color: #f9f9f9; text-align: left; border-radius: 3px; } table.infobox th, table.infobox td { padding: 1px 0.5em; } table.infobox th { font-size: 117%; text-align: center; border-radius: 3px; background: #60A917; color: #FFF; } /* 歌词排版 */ .lyric { float: left; margin: 0 2em 2em 0; } .poem { float: left; padding: 0.6em 1em 0.5em; background: #EEE; border-radius: 3px; } .poem+h2, .lyric+h2 { clear: both; } #mw-content-text > h2 { margin-top: 1.5em; } /** * Styling for links generated by [[MediaWiki:Edittools]] * @source www.mediawiki.org/wiki/Extension:CharInsert#Styling * @updated 2012-02-29 */ .mw-charinsert-buttons { margin-top: 10px; border: 1px solid #aaaaaa; padding: 1px; text-align: center; font-size: 110%; } .mw-charinsert-buttons a { color: black; background-color: #cde !important; font-weight: bold; font-size: .9em; text-decoration: none; border: thin #069 outset; padding: 0 .1em .1em; } .mw-charinsert-buttons a:hover, .mw-charinsert-buttons a:active { background-color: #bcd; border-style: inset; } .client-js .mw-edittools-section { display: inline; } .client-js .mw-edittools-section input[type="button"] { font-size: 0.9em; padding-left: 1px; padding-right: 1px; margin-left: 1px; }