/usr/share/tdiary/theme/deepblue/README is in tdiary-theme 5.0.8-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | Title: Deep Blue
Author: oyuu
Access: oyuu@mocha.freemail.ne.jp
License: GPL
Comment: 海の中
deepblue.css for tDiary
Copyright 2002 (C) oyuu <oyuu@mocha.freemail.ne.jp>
Validated by W3C.
calendar2 プラグイン対応。
このテーマは、sidebarに対応しています。
左側にsidebarを表示させたい場合は、
ヘッダに
<div class="leftsidebar">
<%=title_list%>
</div>
<div class="rightmain">
フッタに
</div>
右側にsidebarを表示させたい場合は、
ヘッダに
<div class="rightsidebar">
<%=title_list%>
</div>
<div class="leftmain">
フッタに
</div>
を書き加えてください。
Changelog
2003-09-03 NT <nt@be.to>
* remove specification of font-family and "em" specification of font-size.
2002-09-14 NT <nt@24i.net>
* convert for 1.5 series.
|