翻訳と辞書
Words near each other


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

MediaWiki:Mobile.css : ウィキペディア日本語版
MediaWiki:Mobile.css
/
* ここに記述したCSSは携帯機器版サイトの利用者に影響します
*/
/
* en:MediaWiki:Mobile.css から複製。
*/
/
* Style for horizontal lists (separator following item).
@source mediawiki.org/wiki/Snippets/Horizontal_lists
@revision 3.2 (2013-09-25)
@author: User:Edokter
*/
.hlist dl,
.hlist ol,
.hlist ul
/
* Display list items inline and make them nowrap
*/
.hlist dd,
.hlist dt,
.hlist li
/
* Allow wrapping for list items (in tight spaces)
*/
.hlist.hwrap dd,
.hlist.hwrap dt,
.hlist.hwrap li
/
* Display nested lists inline and allow them to wrap
*/
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul
/
* Generate interpuncts
*/
#content .hlist dt:after
#content .hlist dd:after,
#content .hlist li:after
#content .hlist dd:last-child:after,
#content .hlist dt:last-child:after,
#content .hlist li:last-child:after
/
* Add parentheses around nested lists
*/
#content .hlist dd dd:first-child:before, #content .hlist dd dt:first-child:before, #content .hlist dd li:first-child:before,
#content .hlist dt dd:first-child:before, #content .hlist dt dt:first-child:before, #content .hlist dt li:first-child:before,
#content .hlist li dd:first-child:before, #content .hlist li dt:first-child:before, #content .hlist li li:first-child:before
#content .hlist dd dd:last-child:after, #content .hlist dd dt:last-child:after, #content .hlist dd li:last-child:after,
#content .hlist dt dd:last-child:after, #content .hlist dt dt:last-child:after, #content .hlist dt li:last-child:after,
#content .hlist li dd:last-child:after, #content .hlist li dt:last-child:after, #content .hlist li li:last-child:after
/
* Put ordinals in front of ordered list items
*/
#content .hlist ol
#content .hlist ol > li
#content .hlist ol > li:before
#content .hlist dd ol > li:first-child:before,
#content .hlist dt ol > li:first-child:before,
#content .hlist li ol > li:first-child:before
/
* 日本語版の独自仕様。-pipe と -hyphen
*/
#content .hlist-pipe dd:after,
#content .hlist-pipe li:after
#content .hlist-hyphen dd:after,
#content .hlist-hyphen li:after


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「MediaWiki:Mobile.css」の詳細全文を読む




スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.