忍者ブログ

[PR]

×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

ヘッダ部の装飾

ヘッダ部の装飾を行います。
編集するファイルは、style.cssです。
style.cssの編集は、WordPress特有の書き方があるわけではないので、説明は省きます。

style.cssを読み込ませるために、
index.phpのhead要素内にlink要素を記述します。
・記述
<link rel="stylesheet" href="<?php bloginfo ('stylesheet_url'); ?>" type="text/css" />
・出力
<link rel="stylesheet" href="http://ranka.sub.jp/taroumatsu/wp-content/themes/sample/style.css" type="text/css" />

<?php bloginfo ('stylesheet_url'); ?>"は、style.cssのURLを出力します。

04.jpg

---- style.css -----
@charset "utf-8";
/*
Theme Name: Sample Theme
Theme URI: http://www.www.www/
Description: This is my sample theme.
*/

/* ヘッダー */
div#header h1 {
  font-size: 1.875em;
  margin: 0;
}

div#header h1 a {
  text-decoration: none;
  color: #000000;
}

div#header p#desc {
  font-size: 0.75em;
  color: #444444;
  margin: 0;
}

div#header {
  border-bottom: solid 5px #a3d2f2;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

拍手[0回]

PR
Name
Title
Mail
URL
Comment
Pass
Pictgram
Vodafone絵文字 i-mode絵文字 Ezweb絵文字

 

プロフィール

HN:
太郎松
性別:
男性
職業:
無職
自己紹介:
フロントエンドエンジニアを目指す30代。元SE。今はHTMLコーダーってところ。あわよくばWebデザインもやりたいと考えている。

 

 

カレンダー

04 2025/05 06
S M T W T F S
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

 

最新記事

 

最新コメント

[04/14 ちーた]
[02/20 ちーたん]
[12/31 ちーたん]
[12/09 ちーたん]
[11/11 ちーたん]

 

バーコード

 

最新TB