/* * Title: Vicuna: Happy Days Skin [Eye Catch Long Module] * URI: http://mt.vicuna.jp/ * Last Modified: 2007-03-19 * Author: wu * * Description: * ページ上部に画像(Long)を表示させる事ができます。 * 読み込まれる画像: images/eyeCatch/long.png * */ /*====================================== Eye Catch [Long] image Module =======================================*/ /*-------------------------------------- 1-1.全てのページへ影響 ---------------------------------------*/ body { margin: 0 10px; } div#header, div#content, div#footer { width: 800px; } div#content { padding-top: 240px; background-color: #fff; background-image: url(http://blog-imgs-21.fc2.com/b/l/a/blackvicuna/eyecatch_long.png); background-repeat: no-repeat; } /*-------------------------------------- 1-2.body.singleへの処理 ---------------------------------------*/ body.single ul#flip1 { position: static; } body.single div#main p.topicPath { margin-right: 0; } /*-------------------------------------- 1-3.body.multiへの処理 ---------------------------------------*/ body.multi dl.navi { top: 243px!important; } body.multi dl.others { top: 243px!important; }