WordPress カスタマイズ
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[Linghtbox 2 on Wordpress]]
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*WordPress TinyMice 編集画面のフォント変更 [#s8f42e51]
/usr/local/www/data/wordpress/wp-includes/js/tinymce/them...
/* WordPress styles */
body {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Goth...
font-size: 13px;
line-height: 19px;
color: #333;
margin: 10px;
}
*WordPress Agregate のFont変更 [#g7b88fd1]
**記事フォント変更 [#w6c1bdd8]
と言っても、Agregate Themeでは、結局epanelのフォント指定...
/usr/local/www/data/wordpress/wp-content/themes/Aggregate...
に、'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '...
$et_google_fonts = apply_filters( 'et_google_fonts', arr...
Serif','Lobster','Yanone Kaffeesatz','Nobile','Crimson T...
'Goudy Bookletter 1911','Quattrocento','Ubuntu', 'PT San...
sort($et_google_fonts);
**管理画面のフォント変更 [#p8d14cf6]
/usr/local/www/data/wordpress/wp-admin/css/wp-admin.min.css
と
/usr/local/www/data/wordpress/wp-content/plugins/wp-multi...
のファイル中の
font-family:sans-serif
を、
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothi...
に置換して、UTF-8へ変換しる。
して、日本語フォントを選べるようにしてから、メイリオを選...
**テーマの編集 [#j391540e]
***スタイルシート (style.css) [#bdf8f5de]
/* Content Left */
#side-left a:hover {text-decoration:underline;}
#side-left p {margin:0; padding:0;}
#side-left h2 {font: 26px Times New Roman, Verdana, Aria...
#side-left h2 a, #side-left h2 a:visited, #side-left h3 ...
#side-left h2 a:hover, #side-left h3 a:hover {color:#fff...
#side-left h3 {font-size:18px; margin:0px 0px 10px 0px; ...
#side-left h2.pagetitle {color:#58b3f9;}
#side-left h2.result {color:#fff;}
#side-left img {max-width:460px; margin:5px;}
#side-left img {max-width:620px; margin:5px;}
#content .tags {font-size:9px; color:#ccc; margin-bottom...
#content .tags a{font-size:9px; color:#444; font-weight:...
#content .tags a:hover{color:#58b3f9; text-decoration:no...
#content .postmetadata {text-align:right;margin-top:15px...
#content .postmetadata a {color:#444; font-weight:bold; ...
***「メディア」の設定で、サムネイルに600x600を追加。 [#u...
これで、ほぼ、記事スペース横幅いっぱいに画像が表示される。
** Warning: Creating default object from empty value in /...
https://divibooster.com/fixing-elegant-themes-creating-de...
/usr/local/www/apache24/data/wp/blog/wp-content/themes/Ag...
// $last_update->checked = $themes;
$last_update->last_checked = time();
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
終了行:
[[Linghtbox 2 on Wordpress]]
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*WordPress TinyMice 編集画面のフォント変更 [#s8f42e51]
/usr/local/www/data/wordpress/wp-includes/js/tinymce/them...
/* WordPress styles */
body {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Goth...
font-size: 13px;
line-height: 19px;
color: #333;
margin: 10px;
}
*WordPress Agregate のFont変更 [#g7b88fd1]
**記事フォント変更 [#w6c1bdd8]
と言っても、Agregate Themeでは、結局epanelのフォント指定...
/usr/local/www/data/wordpress/wp-content/themes/Aggregate...
に、'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '...
$et_google_fonts = apply_filters( 'et_google_fonts', arr...
Serif','Lobster','Yanone Kaffeesatz','Nobile','Crimson T...
'Goudy Bookletter 1911','Quattrocento','Ubuntu', 'PT San...
sort($et_google_fonts);
**管理画面のフォント変更 [#p8d14cf6]
/usr/local/www/data/wordpress/wp-admin/css/wp-admin.min.css
と
/usr/local/www/data/wordpress/wp-content/plugins/wp-multi...
のファイル中の
font-family:sans-serif
を、
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothi...
に置換して、UTF-8へ変換しる。
して、日本語フォントを選べるようにしてから、メイリオを選...
**テーマの編集 [#j391540e]
***スタイルシート (style.css) [#bdf8f5de]
/* Content Left */
#side-left a:hover {text-decoration:underline;}
#side-left p {margin:0; padding:0;}
#side-left h2 {font: 26px Times New Roman, Verdana, Aria...
#side-left h2 a, #side-left h2 a:visited, #side-left h3 ...
#side-left h2 a:hover, #side-left h3 a:hover {color:#fff...
#side-left h3 {font-size:18px; margin:0px 0px 10px 0px; ...
#side-left h2.pagetitle {color:#58b3f9;}
#side-left h2.result {color:#fff;}
#side-left img {max-width:460px; margin:5px;}
#side-left img {max-width:620px; margin:5px;}
#content .tags {font-size:9px; color:#ccc; margin-bottom...
#content .tags a{font-size:9px; color:#444; font-weight:...
#content .tags a:hover{color:#58b3f9; text-decoration:no...
#content .postmetadata {text-align:right;margin-top:15px...
#content .postmetadata a {color:#444; font-weight:bold; ...
***「メディア」の設定で、サムネイルに600x600を追加。 [#u...
これで、ほぼ、記事スペース横幅いっぱいに画像が表示される。
** Warning: Creating default object from empty value in /...
https://divibooster.com/fixing-elegant-themes-creating-de...
/usr/local/www/apache24/data/wp/blog/wp-content/themes/Ag...
// $last_update->checked = $themes;
$last_update->last_checked = time();
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
ページ名: