Raindrops1.482縦書きをサポートするようになりました – WordPress Theme Raindrops
test | test | test | test |
test | test | test | test |
test | test | test | test |
test | test | test | test |
test | test | test | test |
test | test | test | test |
レインドロップスは、このようなトリッキーな、投稿スタイルに対しても、他に影響を与える事がなく、簡単にスタイルを適用できます。
カスタムフィールドに、詳細度など考えずに、classやエレメントを使って記述するだけ
[php]
.entry-title{
width:2em;
line-height:2em;
direction:ltr;
font-family:monospace;
}
.entry-meta-default,
.entry-meta,
.entry-content,
.posted-on{
position:relative;
top:-280px;
left:8em;
max-width:70%;
clear:both;
}
[/php]