Skip to content

Commit

Permalink
remove specification of font-family, font-size: em -> %.
Browse files Browse the repository at this point in the history
  • Loading branch information
nntt committed Sep 21, 2003
1 parent a05a765 commit a72561e
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 21 deletions.
4 changes: 4 additions & 0 deletions ajisai/README
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Copyright by (C) sapphire <http://sapphire.tdiary.net/>
validated by W3C.

ChangeLog
2003-09-22 NT <nt@be.to>
* remove specification of font-family.
* font-size: em -> %.

2002-11-03 zoe <zoe@kasumi.sakura.ne.jp>
* panchor -> sanchor.

Expand Down
13 changes: 5 additions & 8 deletions ajisai/ajisai.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ajisai.css: Ajisai Style Sheet of tDiary
Copyright by (C) sapphire <http://sapphire.tdiary.net/>
Title:ajisai
Revision: $Revision: 1.1.1.1 $
Revision: $Revision: 1.2 $
Author: sapphire
Comment: 雨の日もさわやかに
Expand Down Expand Up @@ -86,7 +86,6 @@ h2 {
margin : 1em 0 0.5em 2em;
font-size : medium;
font-weight : bold;
font-family : Arial, Chicago, sans-serif;
}

h3 {
Expand Down Expand Up @@ -210,7 +209,6 @@ pre {
padding : 1em 0;
width : 97%;
font-size : 90%;
font-family : monospace;
border-top : 1px dashed #4682B4;
border-bottom : 1px dashed #4682B4;
overflow : visible;
Expand Down Expand Up @@ -295,7 +293,6 @@ td.calendar-day {
margin : 0;
padding : 1px 2px;
text-align : right;
font-family : monospace;
}

td.calendar-current-month {
Expand Down Expand Up @@ -340,7 +337,7 @@ td.calendar-saturday {
ツッコミ省略版本文
*/
div.commentshort {
font-size: 0.9em;
font-size: 90%;
margin-left: 0.5em;
}

Expand All @@ -358,7 +355,7 @@ div.commentshort p {
ツッコミ本体
*/
div.commentbody {
font-size: 0.9em;
font-size: 90%;
margin: 0.5em;
line-height: 1.2em;
}
Expand Down Expand Up @@ -386,12 +383,12 @@ div.form form {
}

div.form div.caption {
font-size: 0.9em;
font-size: 90%;
margin: 0.5em;
}

div.form form.comment {
font-size: 0.9em;
font-size: 90%;
}

div.field {
Expand Down
4 changes: 4 additions & 0 deletions kurotokage/README
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ Copyright 2002 (C) by KEIKO SAWAMURA
���β����ˤĤ��Ƥ�tDiary���������ƥ೰�Ǥ�̵�ǻ��Ѥ�ػߤ��ޤ���

ChangeLog
2003-09-22 NT <nt@be.to>
* remove specification of font-family.

2002-10-21 zoe <zoe@kasumi.sakura.ne.jp>
* convert for 1.5 series (change div.form -> div.day.update etc.).

2002-07-18 abbey <inlet@cello.no-ip.org>
* create

3 changes: 1 addition & 2 deletions kurotokage/kurotokage.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Title: 黒蜥蜴
Revision: $Revision: 1.1.1.1 $
Revision: $Revision: 1.2 $
Author: abbey
Access: inlet@cello.no-ip.org
License: CSSのみGPL
Expand All @@ -22,7 +22,6 @@ Copyright 2002 (C) by KEIKO SAWAMURA
body {
background-color: #fff;
color: #000;
font-family: osaka,'MS PGothic',sans-serif;
}

a:link {
Expand Down
10 changes: 8 additions & 2 deletions yae/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Title: Yae
Revision: $Revision: 1.1 $
Revision: $Revision: 1.2 $
Author: elle-effe
Access: elle-effe@xq.readymade.jp
License: CSS�Τ�GPL
Expand All @@ -12,4 +12,10 @@ haruka (Base Theme file) :
yae.css & Attached photograph data :
Copyright 2003 (C) by elle-effe <elle-effe@xq.readymade.jp>

validated by W3C.
validated by W3C.

Changelog
2003-09-22 NT <nt@be.to>
* remove specification of font-family.
* font-size: em -> %.

5 changes: 2 additions & 3 deletions yae/yae.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Title: Yae
Revision: $Revision: 1.2 $
Revision: $Revision: 1.3 $
Author: elle-effe
Access: elle-effe@xq.readymade.jp
License: CSSのみGPL
Expand All @@ -23,7 +23,6 @@ body {
background-color: #FFF0F0;
color: #000000;
text-align: center;
font-family:Arial,Helvetica,sans-serif;
}

/*
Expand Down Expand Up @@ -507,7 +506,7 @@ div.recentsubtitles {
/* footnote */
div.body span.footnote {
vertical-align: super;
font-size: 0.7em;
font-size: 70%;
}

div.footnote {
Expand Down
4 changes: 4 additions & 0 deletions yozora/README
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Comment:
Modified by Nana <moo@xu.boo.jp>

ChangeLog
2003-09-22 NT <nt@be.to>
* remove specification of font-family.
* font-size: em -> %.

2002-10-19 Nana <moo@xu.boo.jp>
* remove p.comment,scrollbar property is only for IE.
* div.calendar {text-align: center ->left}
Expand Down
10 changes: 4 additions & 6 deletions yozora/yozora.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ License: CSS

body {
text-align : center;
font-family :osaka, Arial,"MS UI Gothic";
font-size: small;
background-image: url(yozora.gif);
background-attachment:fixed;
Expand Down Expand Up @@ -308,15 +307,14 @@ p.strong {
font-size: 200%;
font-weight: bold;
text-align: center;
font-family:"Comic Sans MS","MS UI ゴシック",sans-serif;
color: #400080;
}

/*
ツッコミ省略版本文
*/
div.commentshort {
font-size: 0.9em;
font-size: 90%;
margin-left: 0.5em;
}

Expand All @@ -335,7 +333,7 @@ div.commentshort p {
ツッコミ本体
*/
div.commentbody {
font-size: 0.9em;
font-size: 90%;
margin: 0.5em;
line-height: 1.2em;
}
Expand All @@ -359,12 +357,12 @@ div.commentbody p {
フォームの設定
*/
div.form div.caption {
font-size: 0.9em;
font-size: 90%;
margin: 0.5em;
}

div.form form.comment {
font-size: 0.9em;
font-size: 90%;
}

div.field {
Expand Down

0 comments on commit a72561e

Please sign in to comment.