このサイトのテンプレート変更

公式テンプレート?のSoft-mochaというのをいろいろ変更してみた。
CSS3をちょっとだけ。

a {
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

h1 {
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

pre {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}