MediaWiki:Gumaxdd.css

京大推進研

(版間での差分)
移動: 案内, 検索
34行: 34行:
  
 
/* Template:参照 ほか */
 
/* Template:参照 ほか */
div.button-link { margin-left: 3em; font-size: 16px; font-weight: bold; }
+
div.button-link { margin-left: 3em; font-size: 110%; font-weight: bold; }
  
 
/* gumax-article-picture (各ページごとの上部のイメージ画像)を、角丸にする。
 
/* gumax-article-picture (各ページごとの上部のイメージ画像)を、角丸にする。

2012年4月4日 (水) 19:00時点における版

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;
}

/* 横に長い、非正方形のロゴを使用するため */
#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; height: 18px; }
.languageselector select { vertical-align: middle; }

/* For KURENAI full text PDF link */
.fulltest { background-color: #ffe; }

/* メニュー画面の table の文字をでかく */
table.menu td { 
  font-size: 16px; 
  line-height: 20px;
}

/* Sitenotice の黄色をやめる */
div#siteNotice { border: 0; background: transparent; }

/* Template:参照 ほか */
div.button-link { margin-left: 3em; font-size: 110%; font-weight: bold; }

/* gumax-article-picture (各ページごとの上部のイメージ画像)を、角丸にする。
div#gumax-article-picture には border-radius が設定されているため、
画像の親要素は角丸になっているが、中身の画像は四角いままなので、その修正 */ 
div#gumax-article-picture a {border-radius: 7px; }