このブログは休止します。共有テンプレートに関するご連絡は「虹のもとブログ」にてお願いします。テンプレートは随時修正更新していますので、共有ページより「js」で検索してみてください。

長い文字列テスト
qwertyuiop@awsedrftgyhujikolp;@edrftgyhujikolp;@defrtgyhujikol


引用テスト

・訪問者リスト [ 画像有 ]
・履歴の設定をする



(´ω`)







横幅テストです


追記を閉じる▲

【2006/05/07 02:20】 | 未分類
トラックバック(0) |
記事の長さと画像ポップアップテスト




テストです










































テストテスト


追記を閉じる▲

【2006/05/03 00:03】 | 未分類
トラックバック(0) |





画像テスト

【2006/05/02 23:55】 | 未分類
トラックバック(0) |
テンプレート gb-rosybrown-r-js のfloatタイプを作りました。

右メニューと下の土台が一致しているので、メニューが下に飛び出ることを防いでいます。

しかし横幅のある画像を載せると、IE系ブラウザでは記事本文が「落ちて」しまい、レイアウトが崩れます。大きな画像を載せる際はご注意下さい。


スタイルシートをそのまま差し替えてください。追記に書いておきます。
/*
このテンプレートは公式のgrave-bearを改造したものです。

開閉スクリプトは下記サイトを参考にしました。
http://artifact-jp.com/mt/archives/200401/mtmemo0122.html
ARTIFACT ―人工事実― : Movable Type作業メモ

あと、ソースが見づらくてすいません<(_ _)>
*/

/*JavaScript有効のとき、対象を隠す*/
.sidehide{display:none;}

/*コメントリストのスタイル*/
.com_open {
line-height: 150%;
display: block;
padding-left: 20px;
padding-right: 20px;
}

.com_open_name {
line-height: 150%;
display: block;
padding-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
}


body{
text-align: center;
background-color: snow;
margin: 0px;
padding: 0px;
font-size: 14px;
font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF","\30D2\30E9\30AE\30CE\20Pro\20W3",Osaka,sans-serif ;
/*ページ全体の背景画像はここで指定します。*/
background-image: url(http://blog-imgs-18.fc2.com/m/i/t/mitsukis/bg-rosybrown.png);
}

hr{
border: rosybrown 1px dotted;
}


#layout {
position:relative;
margin-right: auto;
margin-left: auto;
width: 770px;
margin-top: 0px;
padding-top: 0px;
background-color: seashell;
border-top: solid 1px brown;
border-left: solid 1px brown;
border-right: solid 1px brown;
/*
background-image: url(http://blog-imgs-18.fc2.com/m/i/t/mitsukis/rosybrown-flower11.png);
background-repeat: repeat-y ;
*/
}


#header {
float : left;
width : 750px;
/*高さ*/
height : 100px;
margin-top: 0px;
margin-left: 20px;
padding-top: 0px;
text-align: left;
background-color: rosybrown;
/*ブログの上部分の背景画像*/
background-image: url();
}


#menu {
/*絶対位置指定
z-index: 1;
position:absolute;
top:0px;
right:0px;
*/
/* background-color:transparent; */

float : right;
width : 200px;
margin: 10px 0px 0px 0px;
padding: 0px;

color: #d7a1bc;
text-align: left;
}



#main {
/* float*/
float : left;


width : 530px;
margin: 10px 0px 0px 20px;
padding: 0px;
/* background-color: whitesmoke;*/
text-align: left;
color: DimGray;
}




#footer {
clear : both;
width: 770px;
color: DimGray;
border-top: solid 1px #701c0d;
padding-top: 10px;
margin-top: 30px;
text-align: center;
padding-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
}




/*タイトル部分
------------------------------------------------------------*/


/*サイトタイトル*/


.site_title {
letter-spacing: 4px;
font-size: 18px;
font-weight: bolder;
color: #701c0d;
padding-top: 16px;
padding-left: 40px;
margin: 0px;
}

/*文字背景*/
/*.site_title a { background: seashell }*/
.site_title a:link { color: white; text-decoration: none;}
.site_title a:active { color: Thistle; text-decoration: none;}
.site_title a:visited { color: white; text-decoration: none;}
.site_title a:hover { color: Thistle; text-decoration: none;}

/*サイト説明文*/

.site_intro {
margin-top: 10px;
font-size: smaller;
font-weight: normal;
color: white;
padding-left: 22px;
padding-right: 16%;
}



blockquote {
margin: 5px;
/* background-color: #E8F3FF;*/
background-color: seashell;
padding: 0px 0px 0px 10px;
border-top: 1px dotted rosybrown;
border-right: 1px dotted rosybrown;
border-bottom: 1px dotted rosybrown;
border-left: 5px solid rosybrown;
}


/*文字設定
------------------------------------------------------------*/

h3 {
/* background-color : rosybrown;*/
font-size: 12px;
color: #701c0d;
text-align: left;
margin-bottom: 15px;
padding-left: 5px;
padding-top: 5px;
border-left : 1px solid brown;
border-right : 1px solid brown;
border-bottom : 1px solid brown;
border-top : 1px solid brown;
}


/* 自己紹介部分の画像
--------------------------------------------------*/

.pay img {
padding-left: 10px;
margin: 0px;
}





/* リスト設定(サイドメニュー)
------------------------------------------------------------*/

ul {
text-align:left;
margin: 0px;
padding-left: 0px;
list-style-type: none;

text-decoration: none;
}


li {
text-align: left;
font-size: 12px;
color: DimGray;
line-height: 150%;
padding: 0px 0px 5px 25px;
text-decoration: none;
/* リスト表示の頭につく画像 */
background: url(http://blog-imgs-18.fc2.com/m/i/t/mitsukis/rosybrown-flower-s04.png) no-repeat;
}


a:link { color: #333366; text-decoration: underline;}
a:active { color: Sienna; text-decoration: underline;}
a:visited { color: firebrick; text-decoration: underline;}
a:hover { color: PaleVioletRed; text-decoration: underline;}

#menu p{
font-size: 12px;
color: DimGray;
margin:0.4em;
}



/* カレンダー
--------------------------------------------------*/

.calender {
font-size: 10px;
line-height: 100%;
width: 150px;
background: #FFFFFF;
border: 1px solid #853737;
margin-bottom: 20px;
margin-left: 10px;
color: DimGray;
}


.calender a { font-weight: bolder;}
.calender a:link { color:DarkBlue; text-decoration: underline;}
.calender a:active { color: Sienna; text-decoration: underline;}
.calender a:visited { color: MediumVioletRed; text-decoration: underline;}
.calender a:hover { color: orchid; text-decoration: underline;}


.calender caption {
font-size: 10px;
line-height: 150%;
padding-bottom: 1px;
background: #853737;
color: #ffffff;
margin-left: 10px;
}


.calender caption a:link {color: #ffffff; text-decoration: none;}
.calender caption a:active {color: #ffffff; text-decoration: none}
.calender caption a:visited {color: #ffffff; text-decoration: none}
.calender caption a:hover {color: skyblue; text-decoration: underline;}

.calender th {
width: 20px;
height: 16px;
font-weight: bolder;
text-align: center;
}


.calender td {
width: 20px;
height: 16px;
text-align: center;
}



.calender td a {
display: block;
}


th#sun {
color: firebrick;
}


th#sat {
color: #333366;
}


.calender td a:link {
background: #ffffff!important;
color: #333366;
text-decoration: underline;
}


.calender td a:visited {
background: #ffffff!important;
color: firebrick;
text-decoration: underline;

}

.calender td a:hover {
background: #ffffff!important;
color: pink;
text-decoration: underline;
}



/*エントリー
--------------------------------------------------*/


/*エントリーテーブル(1ブロック)*/

.entry_table{
width: 530px;
margin: 10px 30px 30px 0px;
color: black;
background-color: snow;
}

/* ページ下部の「移動」のところ */
.entry_table_navi{
width: 300px;
margin: 10px 30px 30px 0px;
color: black;
background-color: snow;
}

/*改造元のgrave-bearのhtmlで指定されていたが、cssでは指定されていないので追加*/
.entry_bg{
border: 0px;
}


/*エントリー:ナビゲーション*/

.entry_navi{
line-height: 180%;
font-size: 12px;
text-align:center;
}
/*
.entry_navi a {
font-size: 12px;
color: #d7a1bc;
text-decoration:none;
}


.entry_navi a:hover {
color: #853737;
text-decoration : underline;
}
*/

/*エントリー:見出し*/

.entry_title{
font-size: 14px;
font-weight: bolder;
color: black;
margin: 10px 20px 10px 20px;
padding-bottom: 10px;
padding-left: 30px;
/* 記事タイトルの頭につく画像 */
background-image: url(http://blog-imgs-18.fc2.com/m/i/t/mitsukis/rosybrown-flower-s04.png);
background-repeat: no-repeat ;

}



/*エントリー:テキスト*/

.entry_text {
font-size: 12px;
color: black;
margin: 30px 20px 30px 20px;
line-height : 160%;
}



/*エントリー:ステータス(日付等)*/

.entry_state {
font-size: 12px;
color: black;
text-align: center;
margin: 20px 0px 10px 0px;
}



/*テキスト内の画像*/

.entry_text img {
padding: 0px;
margin-right: 3px;
margin-bottom: 3px;
}






/*検索
---------------------------------------------------------*/
#sarch { text-align: left;
margin-top : 30px;
padding: 0px 0px 10px 35px;
/*背景*/
background: url() no-repeat;
}





/*フッター
---------------------------------------------------------*/



#footer a {
color:#d7a1bc;
text-decoration:none;
}
#footer a:hover {
color:#853737;
}

textarea,input,select {
font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}

img.emoji{
vertical-align:middle;
border:0;
}


追記を閉じる▲

FC2blog テーマ:共有テンプレート - ジャンル:ブログ

【2006/03/11 03:11】 | テンプレート
トラックバック(0) |