うさぎのイラスト

ネットアンサー55備忘録

web技術を書いていきます

テーマを作る

-2015年02月27日-
themeとして必要最低限のもの
  1. index.php
  2. style.css
  3. screenshot.png(640px × 480px推奨)
  style.cssの冒頭にいれるもの(テーマの名前必須)
1@charset "UTF-8";
2/*
3Theme Name:テーマの名前
4Theme URI:テーマの URL
5Description:テーマの説明
6Author:作った人の名前
7Author URI:作った人の URL
8Version:1.0
9*/
10@import url(css/font-awesome.css);