MediaWiki:Gumaxdd.css

京大推進研

(版間での差分)
移動: 案内, 検索
4行: 4行:
 
}
 
}
  
h2 {
+
h2 { margin-top: 1.3em; }
  margin-top: 1.3em;
+
 
}
+
/* 存在しないページのリンクは赤じゃなくて黒にする */
 +
a.new { color: black; }
 +
a.new:visited { color: black; }
  
 
/* 横に長い、非正方形のロゴを使用するため */
 
/* 横に長い、非正方形のロゴを使用するため */

2012年7月11日 (水) 21:12時点における版

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

/* 存在しないページのリンクは赤じゃなくて黒にする */
a.new { color: black; }
a.new:visited { color: black; }

/* 横に長い、非正方形のロゴを使用するため */
#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 */
.fulltext { background-color: #ffe; }

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

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