「MediaWiki:Monobook.css」の版間の差分
提供:STUDIO DDT ONLINE
ナビゲーションに移動検索に移動
編集の要約なし |
編集の要約なし |
||
35行目: | 35行目: | ||
#content { | #content { | ||
background: #FBFCFF; /* a light blue ja*/ | background: #FBFCFF; /* a light blue ja*/ | ||
font-family: "メイリオ", Meiryo, sans-serif !important; | |||
} | } | ||
2009年3月20日 (金) 04:15時点における最新版
/* ここに書いた CSS は Monobook 外装に反映されます */ /* <pre> */ /* a { text-decoration: none } */ /* enlarge font-size for ja fonts*/ #bodyContent { font-size:118% } /* Donations link to be uncommented during fundraising drives */ #siteNotice { padding-left: 0.3em; font-style: normal; text-align: center; margin-top: 0.5em; } /* #siteNotice { display:none; padding: 0.3em; margin-top:0.5em; } */ /* Make all non-namespace pages have a light blue content area. This is done by setting the background color for all #content areas to light blue and then overriding it for any #content enclosed in a .ns-0 (main namespace). I then do the same for the "tab" background colors. --Lupo */ #content { background: #FBFCFF; /* a light blue ja*/ font-family: "メイリオ", Meiryo, sans-serif !important; } .ns-0 * #content { background: white; } #mytabs li { background: #FBFCFF; } .ns-0 * #mytabs li { background: white; } #mytabs li a { background-color: #FBFCFF; } .ns-0 * #mytabs li a { background-color: white; } #p-cactions li { background: #FBFCFF; } .ns-0 * #p-cactions li { background: white; } #p-cactions li a { background-color: #FBFCFF; } .ns-0 * #p-cactions li a { background-color: white; } /* "出典: フリー百科事典『ウィキペディア(Wikipedia)』" */ #siteSub { display: inline; font-size: 98%; font-weight: normal; } #bodyContent #siteSub a { color: #000; text-decoration: none; background-color: transparent; background-image: none; padding-right: 0; } /* link color stub sleshold (ja only from MediaWiki1.2) */ #stub{ color:#6699FF } /* Bold 'edit this page' link to encourage newcomers */ #ca-edit a { font-weight: bold !important; } /* Display "User $1, you are already logged in!" ([[MediaWiki:Alreadyloggedin]]) in red and bold */ div.alreadyloggedin { color: red; font-weight: bold; } @media print { /* Do not print edit link in templates using Template:Ed Do not print certain classes that shouldn't appear on paper */ .editlink, .noprint, .metadata, .dablink { display: none } } /* Standard Navigationsleisten, aka box hiding thingy from .de.*/ /* NavFrame関係。[[MediaWiki:Common.css]]も参照 */ a.NavToggle { font-size:83.3%; } /*p { font-family: "MS ゴシック" ,"Osaka-等幅" ,"Times New Roman" ,serif; }*/ /* 脚注挿入による行間のずれを軽減する。[[MediaWiki‐ノート:Common.css#脚注による行間のずれ]] */ sup { font-size:.85em; vertical-align:.4em; line-height: 0; } * { font-family: "メイリオ", Meiryo, sans-serif !important; } /* </pre> */