Registry First Aid will find these invalid entries and remove them from your registry. With Registry First Aid, your Windows registry will be always clean and correct, helping your programs load faster and speeding up your computer. Fast, easy to use, PC speed testing and benchmarking. PassMark PerformanceTest allows you to objectively benchmark a x blades keygen PC using a variety of different speed tests and compare the results to other computers. Twenty-eight standard benchmark tests are available in six test suites plus there are seven advanced testing windows for custom benchmarking. In addition to the standard tests, there are 7 summary results plus the overall PassMark Rating result. The benchmark results are xilisoft keygen presented as easy to read bar charts so that you dont need to spend hours studying the number to know the result. Timing for the tests is done using high resolution timers, which are accurate to approximately 1 millionth of a second on most PCs. Create professional-quality advertising, sophisticated print designs and electronic documents with PagePlus sims 2 keygen X5, the best-in-class desktop publisher.
少し味付けをしてみる
さて、ヘッダーの構造がわかったところで体裁を整えていこう。ここでは三つのバリエーションを提示して、できることのアイディアをいくつか示していく。
その前にフォントサイズに関して言及しておこう。以前にユーザがフォントサイズを変更できるようにすることについて述べた。できればレイアウトを崩すことなくこの機能を提供したい。これはかなり困難なことで、その方法についてもインターネット上でたくさんの議論がある。私にとって一番きれいな方法は、ボディのサイズを76%に設定し、それから「em」を使って特定のフォントサイズを決めていくやり方だ。「em」というのはアルファベット「M」のサイズのことで、すべてがデフォルトの比率(1.2em はデフォルト em の1.2倍)で指定される。
ではボディ要素にスタイルをいくつか入れてみよう:
{
font-family: ‘Trebuchet MS’, Arial, Verdana, Sans-Serif;
font-size: 76%;
}
ここでは sans-serif フォントを選択した。重要なのはフォントをいくつか指定しておくことだ。そうすれば読み手のコンピュータに自分好みのフォントが入っていなくても代替があることになる。
次に水平罫線を表示させないようにする。もし必要なら後で表示させるようにすればよい。
{
display: none;
}
オプション1 – ベーシックなタイトル、全幅、左よせ
以下は画面の全幅と小さなロゴを使用したヘッダーセクションだ。
{
margin-bottom: 20px;
}#headerimg
{
font-size: 1.2em;
height: 6.5em;
color: #FEF4DF;
padding-left: 7.5%;
background: #F6C760 URL(images/headerlogo1.png) no-repeat fixed top left;
}
#header a
{
text-decoration: none;
color: white;
}
#header h1
{
font-size: 3em;
}
色は画像ソフト(Adobe Photoshop)のカラーセレクタを使って選んだものだ。画像ソフトが示した RGB 値をこのスタイルシートにコピーした。たいていの画像ソフトは似たような機能を持っているはずだ。
では他の部分のスタイルは?
#header
- margin-bottom: 20px – ヘッダーとコンテンツの間に余白を入れる。余白を入れるのはいいことだ
#headerimg
- font-size: 1.2em – これはタイトル下のブログの簡単な説明で通常よりも大きくしてみた
- height: 6.5em – これも「em」で設定していることに注目。これによりフォントサイズが大きくなるとヘッダーも大きくなる。もしこれをピクセルサイズで設定するとフォントがヘッダーからはみ出てしまうことがあり、よくない
- padding-left: 7.5% – なぜ 7.5% なのか?ボディ(body)が85%なので残りは15%。このテーマは真ん中におかれるので両サイドが7.5%になる。ここで7.5%に設定しておけばタイトルはボディと同じ幅になり同じように可変幅となる
- background – 簡単なロゴを角においた
ではどのような効果をもたらすのか見てみよう:

Internet Explorer

単純なスタイルにしては悪くない!
オプション2 – ベーシックなスタイル、中心置き
{
margin-top: 20px;
margin-bottom: 30px;
}#headerimg
{
font-size: 1.2em;
margin: 0 auto;
text-align: center;
width: 85%;
height: 6.5em;
color: #FEF4DF;
padding-top: 10px;
padding-bottom: 10px;
background-color: #F6C760;
}
#header a
{
text-decoration: none;
color: #CD7042;
}
#header h1
{
font-size: 3em;
}
オプション1に似ているがタイトルがページの真ん中におかれている(auto margin のトリックを使用)。この説明を再びするのは省略させてもらう。

オプション3 – おしゃれなヘッダー
{
background: url(images/headerlogo2.png) no-repeat top left;}
#header
{
padding-top: 20px;
margin-bottom: 20px;
height: 250px;
}
#headerimg
{
font-size: 1.2em;
text-align: left;
margin-left: 200px;
padding: 10px 0px 20px 20px;
height: 5em;
color: #E39F7D;
background-color: #F2D5AC;
border: 1px solid #EDC791;
}
#header a
{
text-decoration: none;
color: white;
}
#header h1
{
font-size: 3em;
}
ここではもう少し独自なものを得るため、背景画像をコンテンツの下側にフロートさせている。また、固定と可変両方のサイズを使用していて、すべてを可変にする必要がないことも証明している。

Pingback: WordPress導入レポ・テーマ | 12-09.net