Skip to content

Instantly share code, notes, and snippets.

@daimac178
Last active May 15, 2018 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daimac178/2e8dc90f5aa12559368051adabe29b04 to your computer and use it in GitHub Desktop.
Save daimac178/2e8dc90f5aa12559368051adabe29b04 to your computer and use it in GitHub Desktop.
/************************************
** ウィジェットタイトルにFAアイコン
************************************/
.widget h3::before {
font-family: FontAwesome; font-size: 120%;
vertical-align: middle;
font-weight: normal;
margin-right: 20px;
color: #CC543A;
} /* 共通設定 */
.widget_links h3::before {
content: '\f0c1';
} /* リンク */
.widget_popular_entries h3::before { content: '\f1ea'; } /* 人気記事 */
.widget_new_entries h3::before { content: '\f005'; } /* 新着記事 */
.widget_categories h3::before { content: '\f03a'; } /* カテゴリー */
.widget_rss h3::before { content: '\f143'; } .widget_rss h3 img { display: none; } /* RSSフィード */
.widget_tag_cloud h3::before { content: '\f292'; } /* タグクラウド */
.widget_search h3::before { content: '\f002'; } /* 検索 */
.widget_meta h3::before { content: '\f085'; } /* メタ */
.widget_fb_like_box h3::before { content: '\f082'; } /* Faceboxボックス */
.widget_facebook_page_like h3::before { content: '\f082'; } /* Faceboxバルーン */
.widget_item_ranking h3::before { content: '\f091'; } /* ランキング */
.widget_calendar h3::before { content: '\f073'; } /* カレンダー */
.widget_recent_comments h3::before { content: '\f0e6'; } /* 新着コメント */
.widget_archive h3::before { content: '\f187'; } /* 新着コメント */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment