ワードプレス賢威6.2 見出しデザインの決定版 全21種一挙公開
賢威6.2 やワードプレスでの見出し(hタグ)デザインは
記事を作成する際には必ず使用するもので、
非常に重要なデザインですね。
しかし、
多くのサイトを見るとデフォルトのまま
利用している方が非常に多いです。
その理由は
『変更するのが難しそうだから』
という事が非常に大きいです。
よって、
今回は簡単に他の賢威のサイトとは違う見出しデザインを
設定する方法と、すぐに使えるhタグデザインを紹介します。
賢威6.2 ワードプレス見出し(hタグ)デザインの変更方法
見出しの変更はワードプレスの管理画面より、
『外観』⇒『テーマ編集』とすすみ
『design.css』を選択します。
そして
1 2 3 4 5 6 7 8 9 10 |
/*-------------------------------------------------------- メインコンテンツ(本文) --------------------------------------------------------*/ #main-contents{ font-size: 1.4em; } #main-contents .contents{ margin-bottom: 3.5em; padding: 0 10px; } |
より下の部分が記事内で使用する
h2~h5のデザインを決めています。
これから紹介していくCSSコードを
各タグに設定していきます。
例えばh2タグを変更したい場合は、
1 2 3 4 5 6 7 8 9 |
/*●H2タグ*/ #main-contents h2{ margin: 0 0 1.5em; padding: 0.9em; border-top: 3px solid #0000ff; background: url(./images/title/bg-conts-h2.gif) left top repeat-x #eaeaea; font-size: 1.286em; font-weight: bold; } |
の中の
1 |
#main-contents h2{ |
から下の部分を全て差し替えていけばOKです。
h3タグ以降も同じように変更していけば
反映されます。
それでは
おすすめの見出しデザインを紹介していきます。
おすすめ賢威見出しデザイン21種紹介
賢威でそのままコピーして貼り付けを行なうことで、
すぐに利用することの出来るコードを紹介していきます。
デフォルトでは最も変更を行う可能性が高いであろう、
h3タグの変更を想定してコードを作成していますが、
それ以外のタグに関しても『h3』の箇所を変更することで、
使用していくことができますので、活用して下さい。
デザイン 斜め テープ
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
#main-contents h3 { position:relative; margin:0 -1px; font:bold 30px/1.6 Arial, Helvetica, sans-serif; text-align:center; color:#333; background:#f0e800; -webkit-transform: rotate(-3deg) skew(-3deg); -moz-transform: rotate(-3deg) skew(-3deg); -o-transform: rotate(-3deg) skew(-3deg); -ms-transform: rotate(-3deg) skew(-3deg); transform: rotate(-3deg) skew(-3deg); text-shadow:1px 1px 0 rgba(255,255,255,1); box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 30px 0 0 0 #f0e800, -30px 0 0 0 #f0e800; } |
デザイン 斜め リボン
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
#main-contents h3 { position:relative; margin:0 -10px; padding:5px; font:normal 28px/1.6 "Times New Roman", Times, serif; text-align:center; color:#ffe8e8; background:#f99; -webkit-transform: rotate(-3deg) skew(-3deg); -moz-transform: rotate(-3deg) skew(-3deg); -o-transform: rotate(-3deg) skew(-3deg); transform: rotate(-3deg) skew(-3deg); box-shadow:0 1px 2px 0 rgba(0,0,0,0.2); background-image: -webkit-gradient(linear, left top, left bottom, from( rgba(0, 0, 0, 0.0)), color-stop(0.08, rgba(255, 255, 255, 0.5)), color-stop(0.12, rgba(255, 255, 255, 0.5)), color-stop(0.12, rgba(0, 0, 0, 0.0)), color-stop(0.88, rgba(0, 0, 0, 0.0)), color-stop(0.88, rgba(255, 255, 255, 0.5)), color-stop(0.92, rgba(255, 255, 255, 0.5)), color-stop(0.92, rgba(0, 0, 0, 0.0)), to( rgba(0, 0, 0, 0.0)) ); background-image: -moz-linear-gradient(top, transparent 8%, rgba(255, 255, 255, 0.5) 8%, rgba(255, 255, 255, 0.5) 12%, transparent 12%, transparent 88%, rgba(255, 255, 255, 0.5) 88%, rgba(255, 255, 255, 0.5) 92%, transparent 92% ); background-image: -o-linear-gradient(top, transparent 8%, rgba(255, 255, 255, 0.5) 8%, rgba(255, 255, 255, 0.5) 12%, transparent 12%, transparent 88%, rgba(255, 255, 255, 0.5) 88%, rgba(255, 255, 255, 0.5) 92%, transparent 92% ); background-image: linear-gradient(to bottom, transparent 8%, rgba(255, 255, 255, 0.5) 8%, rgba(255, 255, 255, 0.5) 12%, transparent 12%, transparent 88%, rgba(255, 255, 255, 0.5) 88%, rgba(255, 255, 255, 0.5) 92%, transparent 92% ); } #main-contents h3:before{ content:" "; position:absolute; top:-5px; left:0; width:0; height:0; border-width:0 0 5px 10px; border-style:solid; border-color:transparent; border-bottom-color:#c66; } #main-contents h3:after{ content:" "; position:absolute; top:100%; right:0; width:0; height:0; border-width:5px 10px 0 0; border-style:solid; border-color:transparent; border-top-color:#c66; } |
デザイン 吹き出し
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
#main-contents h3{ position: relative; padding: 0.8em; margin: 0 0 1.5em; font-size: 1.143em; font-weight: bold; border-radius: 5px; color: #333; background: #fff; text-shadow: 1px 1px 0 #fff, 1px 1px 0 #999; border: #B92A2C solid 2px; background-image: -webkit-gradient(linear, left top, right bottom, from( rgba(255, 255, 255, 0.0)), color-stop(0.4, rgba(255, 255, 255, 0.0)), color-stop(0.4, rgba(0, 0, 0, 0.1)), color-stop(0.6, rgba(0, 0, 0, 0.1)), color-stop(0.6, rgba(255, 255, 255, 0.0)), to( rgba(255, 255, 255, 0.0)) ); background-image: -webkit-linear-gradient(top -45deg, transparent 40%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, transparent 60% ); background-image: -moz-linear-gradient(top -45deg, transparent 40%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, transparent 60% ); background-image: -o-linear-gradient(top -45deg, transparent 40%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, transparent 60% ); background-image: linear-gradient(to bottom -45deg, transparent 40%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, transparent 60% ); background-size:4px 4px; } h3:before{ content: " "; position: absolute; top: 100%; left: 24px; width: 0; height: 0; border-width: 12px; border-style: solid; border-color: transparent; border-top-color: #B92A2C; } h3:after{ content: " "; position: absolute; top: 100%; left: 28px; width: 0; height: 0; border-width: 8px; border-style: solid; border-color: transparent; border-top-color: #F0F0F0; z-index:1; } |
デザイン 吹き出し2
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
#main-contents h3 { position:relative; padding:5px 20px; font:bold 28px/1.6 Arial, Helvetica, sans-serif; color:#333; background:#fff; text-shadow: 1px 1px 0 #fff, 2px 2px 0 #999; border-top:#333 solid 3px; border-bottom:#333 solid 3px; background-image: -webkit-gradient(linear, left top, right bottom, from( rgba(255, 255, 255, 0.0)), color-stop(0.4, rgba(255, 255, 255, 0.0)), color-stop(0.4, rgba(0, 0, 0, 0.1)), color-stop(0.6, rgba(0, 0, 0, 0.1)), color-stop(0.6, rgba(255, 255, 255, 0.0)), to( rgba(255, 255, 255, 0.0)) ); background-image: -webkit-linear-gradient(top -45deg, transparent 40%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, transparent 60% ); background-image: -moz-linear-gradient(top -45deg, transparent 40%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, transparent 60% ); background-image: -o-linear-gradient(top -45deg, transparent 40%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, transparent 60% ); background-image: linear-gradient(to bottom -45deg, transparent 40%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, transparent 60% ); background-size:4px 4px; } #main-contents h3:before{ content:" "; position:absolute; top:100%; left:24px; width:0; height:0; border-width:12px; border-style:solid; border-color:transparent; border-top-color:#333; } #main-contents h3:after{ content:" "; position:absolute; top:100%; left:28px; width:0; height:0; border-width:8px; border-style:solid; border-color:transparent; border-top-color:#f0f0f0; z-index:1; } |
デザイン ボックス
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 32 33 34 |
#main-contents h3{ position:relative; padding:10px; background:#88ccef; box-shadow: 0 -10px 0 0 #95daff, 10px 0 0 0 #88ccef, -10px 0 0 0 #88ccef, 0 3px 3px 0 rgba(0,0,0,0.1); } #main-contents h3:before{ content:" "; position:absolute; top:-10px; left:-10px; width:0; height:0; border-width:0 0 10px 10px; border-style:solid; border-color:transparent; border-bottom-color:#95daff; } #main-contents h3:after{ content:" "; position:absolute; top:-10px; left:100%; width:0; height:0; border-width:0 10px 10px 0; border-style:solid; border-color:transparent; border-bottom-color:#95daff; } |
デザイン メタル
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
#main-contents h3 { position:relative; margin:0 10px; padding:10px 10px 10px 30px; font:bold 22px/1.2 Arial, Helvetica, sans-serif; color:#666; background:#ccc; border-top:#ccc solid 1px; border-right:#999 solid 1px; border-bottom:#999 solid 1px; border-left:#ccc solid 1px; text-shadow:1px 1px 0 rgba(255,255,255,1); box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset; background-image: -webkit-gradient(linear, left top, left bottom, from( rgba(220, 220, 220, 1.0)), color-stop(0.25, rgba(240, 240, 240, 1.0)), color-stop(0.30, rgba(235, 235, 235, 1.0)), color-stop(0.36, rgba(240, 240, 240, 1.0)), color-stop(0.50, rgba(235, 235, 235, 1.0)), color-stop(0.80, rgba(215, 215, 215, 1.0)), to( rgba(210, 210, 210, 1.0)) ); background-image: -webkit-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0) ); background-image: -moz-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0) ); background-image: -o-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0) ); background-image: linear-gradient(to bottom, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0) ); } #main-contents h3:before{ content:" "; position:absolute; top:0; left:15px; width:0; height:100%; border-left:#ccc solid 1px; } #main-contents h3:after{ content:" "; position:absolute; top:0; left:16px; width:0; height:100%; border-right:#eee solid 1px; } |
デザイン 旗
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 32 33 34 |
#main-contents h3 { position:relative; margin:0 20px 0 20px; padding:10px 15px; font:bold 22px/1.2 Arial, Helvetica, sans-serif; color:#fff; background:#c33; } #main-contents h3:before{ content:"<"; position:absolute; top:middle; left:-10px; width:0; height:0; font-size:25px; line-height:1.0; color:#c96; } #main-contents h3:after{ content:" "; position:absolute; top:-2px; left:-10px; width:0; height:130%; border:#600 solid 2px; border-radius:2px; -webkit-transform: rotate(-2deg); -moz-transform: rotate(-2deg); -o-transform: rotate(-2deg); transform: rotate(-2deg); } |
デザイン 折り返し
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 32 33 34 35 |
#main-contents h3{ position: relative; color: #fff; background: #00BFFF; font-size: 1.143em; font-weight: bold; margin: 0 -1.8em 1.5em -1.8em; padding: 0.8em; box-shadow: 0 1px 3px #777; -moz-box-shadow: 0 1px 3px #777; -webkit-box-shadow: 0 1px 3px #777; -o-box-shadow: 0 1px 3px #777; -ms-box-shadow: 0 1px 3px #777; } h3:after, h3:before{ content: ""; position: absolute; top: 100%; height: 0; width: 0; border: 5px solid transparent; border-top: 5px solid #333; } h3:before{ right: 0; border-left: 5px solid #333; } h3:after{ left: 0; border-right: 5px solid #333; } |
デザイン 縦棒
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 |
#main-contents h3 { position:relative; padding:10px; padding-left:15px; font-weight: bold; font-size: 18px; background-color: #51A2C1; color: #fff; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; } #main-contents h3:before{ content:''; height:25px; width:4px; display:block; position:absolute; top:10px; left:4px; background-color:#fff; border-left: 4px solid #fff; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; } |
デザイン 前後グラデーション
1 2 3 4 5 6 7 |
#main-contents h3 { width:auto; padding:3px 0 3px 10px; color:#fff; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.48, #337fcc), color-stop(0.52, #225588)); text-shadow:0px -1px 1px #000; } |
シンプル 二重四角
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 |
#main-contents h3{ position: relative; font-size: 1.143em; font-weight: bold; margin: 0 0 1.5em; padding: 0.5em 0.5em 0.5em 2.0em; border-bottom: 2px solid #4169E1; } h3:before{ content: "□"; font-size: 200%; position: absolute; color: #40E0D0; top: -0.8em; left: 0.3em; height: 12px; width: 12px; } h3:after{ content: "□"; font-size: 200%; position: absolute; color: #4169E1; top: -0.5em; left: 0; height: 12px; width: 12px; } |
シンプル 左バー
1 2 3 4 5 6 7 8 |
#main-contents h3{ margin: 0 0 1.5em; padding: 0.8em; border-left: 7px solid #4169E1; border-bottom: 1px dashed #4169E1; font-size: 1.143em; font-weight: bold; } |
シンプル 角丸
1 2 3 4 5 6 7 8 9 10 11 12 13 |
#main-contents h3{ margin: 0 0 1.5em; padding: 0.8em; font-size: 1.143em; font-weight: bold; border: 2px solid #4169E1; border-radius:18px; box-shadow: 3px 3px 3px rgba(0,0,0,0.4); -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4); -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.4); -o-box-shadow: 3px 3px 3px rgba(0,0,0,0.4); -ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.4); } |
シンプル 下線
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
#main-contents h3{ color: #111; font-size: 1.143em; font-weight: bold; margin: 0 0 1.5em; border-bottom: 2px solid #0000FF; box-shadow: 0 1px 0 #aaaaaa; -webkit-box-shadow: 0 1px 0 #aaaaaa; -moz-box-shadow: 0 1px 0 #aaaaaa; text-shadow: #999999 0px 1px 1px; } h3{ font-size:3.0em; } |
シンプル 吹き出し 背景色有り
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 |
#main-contents h3{ position: relative; margin: 0 0 1.5em; padding: 0.8em; background: #000080; color: #fff; font-size: 1.143em; font-weight: bold; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } h3:after{ position: absolute; bottom: -15px; left: 10%; z-index: 90; margin-left: -15px; border-top: 15px solid #000080; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 0; content: ""; } |
シンプル グラデーション
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 |
#main-contents h3{ position:relative; margin:0 10px; padding:0 10px 0 55px; font:bold 22px/40px Arial, Helvetica, sans-serif; color:##333333; background:#fff; z-index:1; border-bottom: 3px solid #0000FF; } #main-contents h3:before{ content:" "; position:absolute; top:0; left:0; width:40px; height:40px; border-right:#fff solid 2px; background:#0000FF; background-image: -webkit-gradient(linear, left top, left bottom, from( rgba(255, 255, 255, 0.0)), color-stop(0.20, rgba(255, 255, 255, 0.0)), color-stop(0.20, rgba(255, 255, 255, 0.1)), color-stop(0.40, rgba(255, 255, 255, 0.1)), color-stop(0.40, rgba(255, 255, 255, 0.3)), color-stop(0.60, rgba(255, 255, 255, 0.3)), color-stop(0.60, rgba(255, 255, 255, 0.5)), color-stop(0.80, rgba(255, 255, 255, 0.5)), color-stop(0.80, rgba(255, 255, 255, 0.6)), to( rgba(255, 255, 255, 0.6)) ); background-image: -webkit-linear-gradient(top, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100% ); background-image: -moz-linear-gradient(top, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100% ); background-image: -o-linear-gradient(top, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100% ); background-image: linear-gradient(to bottom, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100% ); z-index:-1; } #main-contents h3:after{ content:" "; position:absolute; top:0; left:0; width:40px; height:40px; background-image: -webkit-gradient(linear, left top, right top, from( rgba(255, 255, 255, 0.0)), color-stop(0.20, rgba(255, 255, 255, 0.0)), color-stop(0.20, rgba(255, 255, 255, 0.1)), color-stop(0.40, rgba(255, 255, 255, 0.1)), color-stop(0.40, rgba(255, 255, 255, 0.3)), color-stop(0.60, rgba(255, 255, 255, 0.3)), color-stop(0.60, rgba(255, 255, 255, 0.5)), color-stop(0.80, rgba(255, 255, 255, 0.5)), color-stop(0.80, rgba(255, 255, 255, 0.6)), to( rgba(255, 255, 255, 0.6)) ); background-image: -webkit-linear-gradient(left, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100% ); background-image: -moz-linear-gradient(left, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100% ); background-image: -o-linear-gradient(left, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100% ); background-image: linear-gradient(to right, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100% ); z-index:-1; } |
シンプル 背景灰色
1 2 3 4 5 6 7 8 9 10 |
#main-contents h3{ position:relative; padding:9px; padding-left:15px; font-weight: bold; font-size: 18px; background-color: #ccc; border: 1px dashed #51A2C1; border-left: 5px solid #51A2C1; } |
シンプル 吹き出し 影
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 |
#main-contents h3{ background: #1d8ade; margin:0 0 30px 0; padding:12px 10px; color:#FFF; text-shadow:1px 1px 2px #333; position:relative; -webkit-border-radius:4px; -moz-border-radius:4px; border-left:1px solid #036; border-top:1px solid #036; box-shadow:inset 1px 1px 4px #036; } #main-contents h3:before { content: ' '; position: absolute; z-index: 2; width: 0; height: 0; left: 14px; bottom: -27px; background: transparent; border-color: #1d8ade transparent transparent transparent ; border-style:solid; border-width:15px; } |
シンプル 斜め線
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 32 33 34 35 36 37 38 |
#main-contents h3 { position:relative; padding-left:30px; border-bottom:2px solid #ccc; font-weight: bold; font-size: 22px; line-height: 38px; } #main-contents h3:after, .heading2:before{ content:''; height:18px; width:4px; display:block; background:#00A8FF; position:absolute; top:8px; left:15px; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); } #main-contents h3:before{ height:10px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); top:16px; left:7px } |
シンプル 二重丸
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 32 33 34 |
#main-contents h3{ position: relative; color: #111; background: #ccc; font-size: 20px; line-height: 1; margin: 30px 0 10px 0; padding: 14px 5px 10px 40px; box-shadow: 0 1px 3px #777; border-radius: 0 10px 10px 0; } #main-contents h3:before { content: ""; position: absolute; background: #999; top: 50%; left: -20px; margin-top :-22px; height: 44px; width: 44px; box-shadow: 1px 1px 1px #777; border-radius: 50%; } #main-contents h3:after { content: ""; position: absolute; background:#777; top: 50%; left: -15px; margin-top:-15px; height: 24px; width: 24px; border-radius: 50%; } |
シンプル 丸
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 32 |
#main-contents h3{ position: relative; color: #111; background: #ccc; font-size: 20px; line-height: 1; margin: 30px 20px 10px -10px; padding: 14px 5px 10px 50px; border-radius: 22px 0 0 22px; } h3:before { content: ""; position: absolute; background: #eee; top: 50%; left: 14px; margin-top :-10px; height: 20px; width: 20px; border-radius: 50%; box-shadow: 1px 1px 1px #777 inset; } h3:after { content: ""; position: absolute; top: 0; right: -22px; height: 0; width: 0; border: 22px solid #ccc; border-right-color: transparent; } |
いかがだったでしょうか、
これらのデザインを駆使していけば、
様々なイメージのサイトに合わせていくことが出来ると思います。
是非参考にして他のサイトとの差別化をはかってくださいね。
また、
賢威6.2の全パーツカスタマイズ一覧まとめページを作成しましたので、
他の箇所をカスタマイズされたい場合は一度見てみて下さいね。