# HG changeset patch # User HIROSE Yuuji # Date 1438835396 -32400 # Node ID a254b496c850c5282d22b1365887dd92c4aa1cc2 # Parent ae059dc709cdc7173936d6d984b1451bc84d96af add default.css as symlink diff -r ae059dc709cd -r a254b496c850 default.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/default.css Thu Aug 06 13:29:56 2015 +0900 @@ -0,0 +1,1 @@ +examples/common/default/default.css \ No newline at end of file diff -r ae059dc709cd -r a254b496c850 examples/common/default/default.css --- a/examples/common/default/default.css Thu Aug 06 12:13:08 2015 +0900 +++ b/examples/common/default/default.css Thu Aug 06 13:29:56 2015 +0900 @@ -107,3 +107,13 @@ div.xy96x96 {min-width: 96px; min-height: 116px;} div.xy50x50 {min-width: 50px; min-height: 70px;} div.right {clear: both; float: right;} + +/* + * PR Web + */ +body.pr {font-size: 200%;} +body.pr h1 { + text-align: center; width: 80%; padding: 3ex 0; margin: 0 auto; + background: #ffefef; border: double 5px navy; +} + diff -r ae059dc709cd -r a254b496c850 index.html --- a/index.html Thu Aug 06 12:13:08 2015 +0900 +++ b/index.html Thu Aug 06 13:29:56 2015 +0900 @@ -8,6 +8,9 @@

S4

SNS by Shell Script and SQLite3

+