テーマリニューアル2017

閲覧数: 64(0)

すっかりご無沙汰してしまいました。

復帰記念に久しぶりにテーマを変更しました。今回使用するのは「oblique」というテーマです。ファッション系のテーマのようですが、ここでは当然「旅ブログ」用にカスタマイズされますw

「Fashionistas」の時のように、カスタマイズをまとめて子テーマに落とし込む、ということはやっていません。今回は変更を最小限にしたエコシステムを目指しました。 子テーマ化しました、詳細はこちら

主な変更は「追加CSS」で対応し、どうしても変更が難しい部分だけ、ソースに手を入れました。ソースで対応したのは、「パンくずリスト」「関連記事」「閲覧数」などです。

新しいテーマに合わせて、いくつかのプラグインを使用しなくなったので、画面表示が多少早くなっているかもしれません。気が付かないレベルだとは思いますがw

今のところ、広告をうまく入れる方法が見つかっていないので、広告無しで運用しています。 広告入れました、詳細はこちら

.site-title {
        margin: 0 0 30px;
        font-size: 82px;
        font-family: Barcode;
		text-transform: uppercase;
}
.site-title a {
	text-decoration: none;
}
.site-title a:hover {
	text-decoration: none;
	color: #1FA0AE;
}
.calendar-archives.twentytwelve {
    background-color: #17191B !important;
}
.calendar-archives.twentytwelve > .archives-years {
    background-color: #17191B !important;
}
a {
-webkit-transition: all 0s ease 0s;
-moz-transition: all 0s ease 0s;
-o-transition: all 0s ease 0s;
}
.grid-layout .entry-title {
    font-size: 20px;
}
.breadcrumbs {
	font-size: 14px !important;
}
.comments-title {
    font-size: 20px !important;
}
.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
        padding: 15px;
	text-decoration: none;
}
.taxonomy-description {
	text-align: left;
}
.entry-footer a:hover {
	color: #1FA0AE;
}
.site-info a:hover {
	text-decoration: none;
	color: #1FA0AE;
}
.header-search .search-field {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}
img[class*="wp-image-"]:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.single-thumb {
	overflow: hidden;
}
.single-thumb img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.5s;
	display: block;
	margin: auto;
}
.single-thumb img:hover {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.search-field {
	-webkit-appearance: none !important;
}
.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget_post_views_counter_list_widget li::before {
	font-family: Fontawesome;
	font-size: 15px;
	margin-right: 5px;
	content: "\f080";
}
.widget_post_views_counter_list_widget li:hover::before {
	font-family: Fontawesome;
	font-size: 15px;
	margin-right: 5px;
	content: "\f201";
}
.widget_meta li::before {
	font-family: Fontawesome;
	font-size: 15px;
	margin-right: 5px;
	content: "\f204";
}
.widget_meta li:hover::before {
	font-family: Fontawesome;
	font-size: 15px;
	margin-right: 5px;
	content: "\f205";
}

最終更新日: 2019年6月14日

カテゴリー公開, 閑話(IT), 鬼門タグ, , , ,
Sudachiプラグイン

このサイトで最も力を入れている設定が「検索」です。初稿である「検索に悩む」から既に8年弱が経過し、当  続きを読む

コンテナの自動起動
blank

最新バージョンのPHP-FPMをdockerのコンテナとして動かしてみたところ、思ったより安定して動  続きを読む

パーマリンク設定
blank

これまでは、サイトURLの後ろは単純な投稿IDを表示するだけだったのを、「投稿名」で表示するように設  続きを読む

Elasticsearch 5.6.5
blank

少し古い記事の「検索に悩む」で紹介した「Elasticsearch」ですがWordPressやMed  続きを読む

ElasticPress日本語設定
blank

前回の「検索結果の期待値」では「日本人としては長い休み」で検索出来ないと言うところまで話をしました。  続きを読む

SWIPER実装CSS編
blank

テーマ側のレスポンシブとSWIPERの微調整です。これまではスマホの縦画面を中心に調整してきましたが  続きを読む

スポンサーリンク

コメントを残す

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください