MediaWiki:Gumaxdd.css
京大推進研
(版間での差分)
| (1人の利用者による、間の31版が非表示) | |||
| 1行: | 1行: | ||
| + | body, td, th, input, textarea { | ||
| + | font-size: 12px; | ||
| + | font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif; | ||
| + | } | ||
| + | |||
| + | h2 { margin-top: 1.3em; } | ||
| + | |||
| + | /* 存在しないページのリンクは赤じゃなくて黒にする */ | ||
| + | div#content a.new { color: black; } | ||
| + | div#content a.new:visited { color: black; } | ||
| + | |||
/* 横に長い、非正方形のロゴを使用するため */ | /* 横に長い、非正方形のロゴを使用するため */ | ||
#p-logo, #p-logo a, #p-logo a:hover { | #p-logo, #p-logo a, #p-logo a:hover { | ||
| − | height:100px | + | height:100px; |
| − | width:480px | + | width:480px; |
} | } | ||
| 12行: | 23行: | ||
.languageselector select { vertical-align: middle; } | .languageselector select { vertical-align: middle; } | ||
| − | /* For | + | /* For KURENAI full text PDF link */ |
| − | . | + | .fulltext { background-color: #ffe; } |
| + | |||
| + | /* メニュー画面の table の文字をでかく */ | ||
| + | table.menu td { | ||
| + | font-size: 16px; | ||
| + | line-height: 20px; | ||
| + | } | ||
| + | |||
| + | /* Sitenotice を表示しない */ | ||
| + | div#siteNotice { display: none; } | ||
| + | |||
| + | /* Template:参照 ほか */ | ||
| + | div.button-link { margin-left: 3em; font-size: 110%; } | ||
| + | |||
| + | /* gumax-article-picture (各ページごとの上部のイメージ画像)を、角丸にする。 | ||
| + | div#gumax-article-picture には border-radius が設定されているため、 | ||
| + | 画像の親要素は角丸になっているが、中身の画像は四角いままなので、その修正 */ | ||
| + | div#gumax-article-picture a { border-radius: 7px; } | ||
| + | |||
| + | /* Template:右註釈 用 */ | ||
| + | div#gumax-content-body { position: relative; } | ||
| + | div.floatnote { position: absolute; right: 0; top: 0; } | ||
2012年7月11日 (水) 21:24時点における最新版
body, td, th, input, textarea {
font-size: 12px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
}
h2 { margin-top: 1.3em; }
/* 存在しないページのリンクは赤じゃなくて黒にする */
div#content a.new { color: black; }
div#content a.new:visited { color: black; }
/* 横に長い、非正方形のロゴを使用するため */
#p-logo, #p-logo a, #p-logo a:hover {
height:100px;
width:480px;
}
/* トップページから、ページタイトルを消す */
.page-Top .gumax-firstHeading, .page-Top_en .gumax-firstHeading { display: none; }
/* For LanguageSelector extension. 右上に言語選択ボックス表示 */
div.languageselector {color: #777; vertical-align: middle; height: 18px; }
.languageselector select { vertical-align: middle; }
/* For KURENAI full text PDF link */
.fulltext { background-color: #ffe; }
/* メニュー画面の table の文字をでかく */
table.menu td {
font-size: 16px;
line-height: 20px;
}
/* Sitenotice を表示しない */
div#siteNotice { display: none; }
/* Template:参照 ほか */
div.button-link { margin-left: 3em; font-size: 110%; }
/* gumax-article-picture (各ページごとの上部のイメージ画像)を、角丸にする。
div#gumax-article-picture には border-radius が設定されているため、
画像の親要素は角丸になっているが、中身の画像は四角いままなので、その修正 */
div#gumax-article-picture a { border-radius: 7px; }
/* Template:右註釈 用 */
div#gumax-content-body { position: relative; }
div.floatnote { position: absolute; right: 0; top: 0; }