MediaWiki:Gumaxdd.css
京大推進研
(版間での差分)
1行: | 1行: | ||
/* 横に長い、非正方形のロゴを使用するため */ | /* 横に長い、非正方形のロゴを使用するため */ | ||
#p-logo, #p-logo a, #p-logo a:hover { | #p-logo, #p-logo a, #p-logo a:hover { | ||
− | height:100px !important; | + | height:100px !important; |
− | width:480px !important; | + | width:480px !important; |
} | } | ||
/* トップページから、ページタイトルを消す */ | /* トップページから、ページタイトルを消す */ | ||
− | .page-Top .gumax-firstHeading, .page-Top_en .gumax-firstHeading {display: none;} | + | .page-Top .gumax-firstHeading, .page-Top_en .gumax-firstHeading { |
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /* For LanguageSelector extension. 右上に言語選択ボックス表示 */ | ||
+ | div#languageselector { | ||
+ | color: #777; | ||
+ | vertical-align: middle; | ||
+ | } |
2010年10月14日 (木) 14:23時点における版
/* 横に長い、非正方形のロゴを使用するため */ #p-logo, #p-logo a, #p-logo a:hover { height:100px !important; width:480px !important; } /* トップページから、ページタイトルを消す */ .page-Top .gumax-firstHeading, .page-Top_en .gumax-firstHeading { display: none; } /* For LanguageSelector extension. 右上に言語選択ボックス表示 */ div#languageselector { color: #777; vertical-align: middle; }