Template:KIT-Kyoto-1
From 2013.igem.org
(Difference between revisions)
Line 49: | Line 49: | ||
/* ★HP全体のフォントとか色とか背景とか設定ここまで */ | /* ★HP全体のフォントとか色とか背景とか設定ここまで */ | ||
+ | |||
+ | /* Wiki Hacks - START */ | ||
+ | |||
+ | /* ★上の編集選択バーとか検索窓とかの設定START */ | ||
+ | |||
+ | #globalWrapper { | ||
+ | background-color: transparent; | ||
+ | padding-bottom:0px; | ||
+ | border: none; | ||
+ | } | ||
+ | #top-section { | ||
+ | height: 0px; | ||
+ | margin-top: 0px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom: 0 !important; | ||
+ | margin-bottom: 0px; | ||
+ | padding:0; | ||
+ | border: 1; | ||
+ | } | ||
+ | |||
+ | |||
+ | #top-section { | ||
+ | background-image: url('なんかの画像★(2011MITから'); | ||
+ | background-position: bottom; | ||
+ | height:がぞうのたかさpx ; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | |||
+ | |||
+ | #p-logo { | ||
+ | height: 0px; | ||
+ | overflow:hidden; | ||
+ | border:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #search-controls { | ||
+ | overflow:hidden; | ||
+ | display:none; | ||
+ | background: none; | ||
+ | position: absolute; | ||
+ | top: 100px; | ||
+ | right: 40px; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Wiki Hacks - END */ | ||
+ | |||
+ | /* ★上の編集選択バーとか検索窓とかの設定ここまで */ | ||
Line 103: | Line 154: | ||
+ | |||
+ | /* ★上の編集選択バーとか検索窓とかの設定 ふたたびSTART */ | ||
+ | |||
+ | |||
+ | #menubar { | ||
+ | background-color:transparent; | ||
+ | font-size:85%; | ||
+ | line-height:1em; | ||
+ | position:absolute; | ||
+ | top:10px; | ||
+ | white-space:nowrap; | ||
+ | width:50%; | ||
+ | z-index:5; | ||
+ | height:25px; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #menubar li a { | ||
+ | color:#000000; | ||
+ | background-color: transparent; | ||
+ | |||
+ | } | ||
+ | |||
+ | .left-menu { | ||
+ | left:0; | ||
+ | padding-left:13px; | ||
+ | } | ||
+ | .right-menu { | ||
+ | right:0; | ||
+ | } | ||
+ | |||
+ | .firstHeading { display:none; } | ||
+ | } | ||
+ | |||
+ | |||
+ | /* ★上の編集選択バーとか検索窓とかの設定 ふたたびEND */ | ||
Revision as of 15:40, 6 September 2013