締め切り1日前に、スキンコンテスト参加。
【作ってみた感想】 某氏 がツレナイので。
・
・
・
(妖笑)
・
・
・
釣れないのでミ^。^彡
自分で出ることにしました
【こんなスキンがあったらいいな】
既存の、『グレイ』、『グリーン』、『ブルー』、『ピンク』。広告欄と「ブログをつくる」ボタンをテーマカラーにカラーコーディネートしていただけると、使う人が増えそうな気がするのは、私だけでしょうか。「カスタマイズ」っていう機能は、とっても面白そうだと思うのですが、クリックすると紫になっちゃう広告欄のせいで、使う気がおきません。あ!そうか!広告クリックしなければいいのか!!(爆
■質問1:あなたのスキン、どんな人に使ってもらいたいですか
絵やイラストの描ける方、写真のとれる方。
■質問2:「私のスキンを使ったらこんないいこときっとあるはず」
とりあえず、わりと大きな絵/写真でブログを飾れます。
■質問3:最後に投票者に一言
あー。すみません。エントリーというより、アメブロさんに「こんなスキンが欲しい」を読んでほしかったので、すべりこみました。
あーどさんち に清き一票をよろしく♪
スキンコンテストらしいです。
アメブロさんが、スキンコンテスト開催の模様。
私は、絵が描けないので…。
絵の描ける方、どなたかお出になりませんか?
…zukan
さんとか、ずかん
さんとか、図鑑
さんとか~w
というわけで。
CSSだけいじり倒してみました。
このCSSの使い方。
(1)絵を描いて、WEB上にアップロード。
(2)スキンを変更。
管理画面→デザインの機能→スキンの選択→下のほうにある7番のメニュー→『旅立ち』を選択。
3コラム-記事中央を選択。
「保存」をクリック。
(3)CSS編集をクリック
下記のCSSの、画像URLを書き換えて、既存CSSに上書き
「保存」をクリック
(4)アメブロ当局wの指示に従って、コンテストに登録♪
http://ameblo.jp/skincontest/entry-10005071709.html
どーですかねぃ?
=============この下からCSS================
/*
▼URLの部分に、画面左上に出したい画像のURLを入れてください。
現在は、画像サイズ=横幅640px×縦600px、方眼のメは40pxです。
*/
body {
background-color: white;
background-image: url(http://ameblo.jp/user_images/dc/5f/10002470408.gif
);
background-repeat: no-repeat;
background-position: left top;
}
/*
▼メニューの頭のマークを変更する場合は、下記URLを書き換えてください。現在は13×13pxの画像です。
*/
#calendar .menu_title,
#profile .menu_title,
#reader .menu_title,
#theme_list .menu_title,
#recent_entries .menu_title,
#archives .menu_title,
#search .menu_title,
#favorite .menu_title,
#bookmark .menu_title,
#recent_comment,
#recent_trackback {
background: url(http://ameblo.jp/user_images/10/60/10002471296.gif
) no-repeat 0px 2px;
}
#advertising .menu_title {
background: url(http://ameblo.jp/user_images/10/60/10002471296.gif
) no-repeat 0px 2px;
}
#ranking .menu_title {
background: url(http://ameblo.jp/user_images/10/60/10002471296.gif
) no-repeat 0px 2px;
}
#ameblo p {
background: url(http://ameblo.jp/user_images/10/60/10002471296.gif
) no-repeat 0px 2px;
text-indent: 17px;
line-height: 1.5;
}
/*
▼メイン文章のヘッダーの画像を変更する場合は、下記URLを書き換えてください。
*/
.entry .title{
background: url(http://ameblo.jp/user_images/1b/51/10002471291.gif
) no-repeat center top;
}
/*
-----------------------------------------------------
ameblo CSS Skin Settings
FileName: common.css
Version: 2005.10.15
Skin for: all_skin
-----------------------------------------------------
*/
.menu_frame select{
width:88%;
}
.page a{
text-align: center;
padding: 5px;
}
.page .now{
padding: 5px;
font-weight:bold;
}
.entry .contents{
line-height:1.5;
}
.entry .contents img{
margin-right:5px;
margin-left: 5px;
}
#message .contents:after,
.entry .contents:after,
#profile .contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#message .contents,
.entry .contents,
#profile .contents{
display: inline-table;
}
/* Hides from IE-mac \*/
* html #message .contents,
* html .entry .contents,
* html #profile .contents{height: 1%;}
#message .contents,
.entry .contents,
#profile .contents {display: block;}
/* End hide from IE-mac */
/*
-----------------------------------------------------
ameblo CSS Skin Settings
FileName: common.css
Version: 2005.10.15
Skin for: departure
-----------------------------------------------------
*/
/* ----------------------- common ----------------------- */
* {
margin: 0;
padding: 0;
}
body#mainIndex {
margin: 0;
padding: 0;
text-align: center;
}
#frame {
width: 900px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#subFrame {
width: 780px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
#wrap {
position: relative;
width: 780px;
}
img {
border: 0;
}
a {
color: #999999;
}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {color: #CCCCCC; text-decoration: underline}
input,textarea{font-size:12px}
ul,ol,dl,li,dt,dd{
list-style-type:none;
}
/* ----------------------- header ----------------------- */
#header{
display: block;
width: 780px;
height: 280px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
#header h1 {
margin-left: 23px;
padding-top: 100px;
text-align: right;
}
#header h2{
margin-left: 23px;
text-align: right;
}
/* ----------------------- footArea ----------------------- */
/* ----------------------- font-information ----------------------- */
body {
color: #333333;
font-size: 12px;
}
.list{
font-size:10px;
}
h3{color: #333333;}
#header h1 {
font-size: 25px;
}
#header h1 a {
color: #000000;
font-weight: normal;
}
#header h2 {
color: #000000;
font-size: 11px;
font-weight: normal;
}
.menu_title {
font-size:12px;
font-weight: bold;
}
.mainMenu {
font-size: 11px;
line-height: 1.3;
}
#reader dd {
}
#calendar table {
font-size:11px;
line-height:1.3;
}
#calendar table a {
}
#ranking *{
font-size: 12px;
line-height: 1.4;
}
#ranking .rank_ttl{
font-weight:bold;
}
#ranking a {
font-size: 11px;
color:#50B0B1;
}
#ameblo{
font-size: 11px;
}
#ameblo p{
line-height: 1.25;
}
#rss {
font-size: 12px;
}
#rss a {
}
.label {
font-weight: bold;
}
.entry .date {
color: #858684;
font-size: 12px;
font-weight: bold;
}
.entry .contents{
font-size: 12px;
line-height: 1.5;
}
.entry .theme,
.entry .theme a{
color: #858684;
font-size: 12px;
font-weight: normal;
}
.entry .title{
color: #333333;
font-size:17px;
font-weight:bold;
}
.entry .foot {
font-size:10px;
}
#comment_module,
#trackback {
line-height: 1.5;
}
#comment_module .error{
color:#FF0000;
}
#comment_module .button {
font-size: 11px;
}
#comment_module h3,
#trackback h3,
#reader_list h3,
#favorite_list h3,
#bookmark_list h3 {
font-size: 12px;
font-weight: normal;
}
#comment_module p.list {
font-size: 11px;
}
/* ----------------------- background-color-control ----------------------- */
#frame {
}
#subFrame {
}
#header {
}
#wrap {
}
#main {background-color: #ffffff;
}
#sub_main{background-color: #ffffff;
}
#firstContentsArea {
}
#subFirstContentsArea {
}
#sub_a {background-color: #ffffff;
}
#sub_b {background-color: #ffffff;
}
#advertising {background-color: white;
}
.mainMenu {
background-color: #ffffff;
}
div.contents{border-bottom:1px solid #C6C3C6;}
/* ----------------------- menu_element_basis ----------------------- */
.mainMenu {
margin-bottom: 10px;
padding-bottom: 8px;
}
.menu_title {
margin-bottom: 10px;
padding-left: 17px;
padding-top: 3px;
padding-bottom: 3px;
}
/* ----------------------- menu_element_background ----------------------- */
/* ----------------------- menu_elements_margin_leftright ----------------------- */
.menu_title,
.mainMenu ul,
.mainMenu dl,
.mainMenu p,
.list,
.link_blog,
#archives select,
#theme_list select,
#search form {
}
p.list,
p.link_blog {
padding-top: 5px;
}
/* ----------------------- entry_elements_margin_leftright ----------------------- */
#message .contents,
.entry .date,
.entry .name,
.entry .title,
.entry .theme,
.entry .contents,
.entry .foot{
padding-left: 10px;
padding-right: 10px;
}
/* ----------------------- each menu setting ----------------------- */
/*profile*/
#profile p{
display: block;
}
/*readers*/
#reader dl {
margin-bottom: 7px;
}
#reader ul {
margin-top: 5px;
}
#reader p {
display: inline;
}
/*calendar*/
#calendar{
text-align: center;
}
#calendar .menu_title {
text-align: left;
}
#calendar table {
width: 163px;
}
#calendar caption {
padding:5px 0px;
}
#calendar caption a{
padding:0px 5px;
}
#calendar .sun {
color:#FF0000;
}
#calendar .sat{
color:#0066FF;
}
#calendar td {
text-align:center;
}
#calendar td a {
color:#3B8C87;
text-decoration: underline;
}
/*theme_list*/
/*recent_entries*/
/*archives*/
/*search*/
#search form{
margin-top: 7px;
margin-bottom: 7px;
}
#search .searchbox{
width: 100px;
}
#search .searchbtn{
width: 40px;
}
/*favorites*/
/*bookmarks*/
/*recent_trackback*/
/*recent_comment*/
#ranking {
}
/*ranking*/
#ranking {
}
#ranking .menu_title {
}
#ranking .rank{
}
#ranking a{
}
#ranking img{
margin-left: 5px;
}
#ranking .rank_all,
#ranking .rank_genre {
margin-bottom: 12px;
}
#ranking .rank_ttl{
display: block;
}
#ranking p {
padding-top: 8px;
}
/* ----------------------- adJavaScript ----------------------- */
/* ----------------------- advertising ----------------------- */
#advertising {
}
#advertising .menu_title {
}
/*ameblo*/
#ameblo{
text-align: center;
}
#ameblo p{
margin-bottom: 7px;
padding-right: 7px;
padding-left: 7px;
text-align: left;
}
#ameblo li {
display: block;
margin-bottom: 5px;
}
#ameblo li a#logo {
font-size: 1px;
line-height: 0;
}
/*RSS*/
#rss{
margin-right: auto;
margin-left: auto;
border: none;
background-color: transparent;
text-align: center;
}
/*plugin*/
.plugin{
margin-bottom:15px;
text-align: center;
}
/* ----------------------- MainColumn ----------------------- */
#main {
padding-bottom: 10px;
}
/*message*/
#message{
margin-bottom: 15px;
}
#message .contents{
margin-top: 10px;
margin-bottom: 10px;
}
/*entries*/
.entry{
margin-bottom: 20px;
}
.entry .entry_head {
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 5px;
}
.entry .date {
}
.entry .name{
text-align: right;
}
.entry .title{
padding-top: 3px;
padding-bottom: 3px;
padding-right: 10px;
}
.entry span.theme{
display: block;
margin-top: -1px;
_margin-top:0;
padding-top: 15px;
padding-bottom: 10px;
}
.entry .contents{
padding-top: 10px;
padding-bottom: 10px;
}
.entry .foot{
text-align: right;
padding-top: 5px;
padding-right: 15px;
}
/*page*/
.page{
margin-right: auto;
margin-left: auto;
margin-top: 7px;
margin-bottom: 10px;
text-align: center;
}
#footer_ad{
margin-right: auto;
margin-left: auto;
margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}
#comment_module h3,
#trackback h3,
#reader_list h3,
#favorite_list h3,
#bookmark_list h3 {
margin-bottom: 10px;
margin-top: 0px;
}
/*comment_module*/
#comment_module h3.title {
margin-bottom: 0px;
}
#comment_module p.list {
margin: 0px 0px 10px 0px;
padding: 0px;
}
#comment_module{
padding-top: 5px;
}
#comment_module .each_comment {
margin-bottom: 10px;
}
#comment_module .comment_footer {
margin-top: 5px;
padding-top: 5px;
}
#comment_module .error{
margin-top: 20px;
padding-bottom: 10px;
}
#comment_module label{
display: block;
float: left;
width: 70px;
text-align: right;
}
#f_name,#f_url,#f_title,#f_com{
display:inline;
width: 220px;
margin-bottom: 3px;
margin-left: 6px;
}
#comment_module form ul {
width: 310px;
margin-left: auto;
margin-right: auto;
}
#comment_module form li {
display: block;
width: 310px;
margin-bottom: 5px;
}
#comment_module li.lastItem {
display: block;
width: 300px;
margin-bottom: 5px;
text-align: right;
}
#comment_module .button {
margin-left: 5px;
font-size: 11px;
width: 80px;
}
/*trackback*/
#trackback{
margin-top: 25px;
margin-bottom: 10px;
padding-top: 5px;
}
#trackback p.tr_URL {
margin-bottom: 10px;
}
#trackback ul {
margin-bottom: 10px;
}
#trackback span {
}
/*reader_list*/
#reader_list{
margin-bottom:15px;
}
#reader_list ul{
width:100%;
}
#reader_list li{
padding-bottom: 2px;
margin-bottom: 8px;
}
#reader_list .reader_blog {
display:block;
margin-top:2px;
}
/*favorite_list*/
#favorite_list{
margin-bottom:15px;
}
#favorite_list ul{
width:100%;
}
#favorite_list li{
padding-bottom: 2px;
margin-bottom: 8px;
}
#favorite_list .favorite_blog {
display:block;
margin-top:2px;
}
/*bookmark_list*/
#bookmark_list ul{
width: 100%;
}
#bookmark_list li{
margin-bottom: 3px;
}
/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName: type_c.css
Version: 2005.03.04
Skin for: departure
-----------------------------------------------------
*/
#main{
margin-left: 185px;
margin-right: 185px;
}
#sub_main{
width:100%;
overflow:hidden;
}
#firstContentsArea {
}
#sub_a{
width:170px;
position: absolute;
left: 0px;
top: 120px;
}
#sub_b{
width:170px;
position: absolute;
right: 0px;
top: -120px;
z-index: 100;
}
.entry span.theme{
background: url(http://nwimg.ameblo.jp/p_skin/departure/img/theme_border.gif
) no-repeat center bottom;
}
#message,
.entry,
#comment_module,
#trackback,
#reader_list,
#favorite_list,
#bookmark_list
{
width: 406px;
}