s4

changeset 126:a254b496c850

add default.css as symlink
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 06 Aug 2015 13:29:56 +0900
parents ae059dc709cd
children 3b34c52fa4f0
files default.css examples/common/default/default.css index.html
diffstat 3 files changed, 14 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/default.css	Thu Aug 06 13:29:56 2015 +0900
     1.3 @@ -0,0 +1,1 @@
     1.4 +examples/common/default/default.css
     1.5 \ No newline at end of file
     2.1 --- a/examples/common/default/default.css	Thu Aug 06 12:13:08 2015 +0900
     2.2 +++ b/examples/common/default/default.css	Thu Aug 06 13:29:56 2015 +0900
     2.3 @@ -107,3 +107,13 @@
     2.4  div.xy96x96 {min-width: 96px; min-height: 116px;}
     2.5  div.xy50x50 {min-width: 50px; min-height: 70px;}
     2.6  div.right {clear: both; float: right;}
     2.7 +
     2.8 +/*
     2.9 + * PR Web
    2.10 + */
    2.11 +body.pr {font-size: 200%;}
    2.12 +body.pr h1 {
    2.13 +    text-align: center; width: 80%; padding: 3ex 0; margin: 0 auto;
    2.14 +    background: #ffefef; border: double 5px navy;
    2.15 +}
    2.16 +
     3.1 --- a/index.html	Thu Aug 06 12:13:08 2015 +0900
     3.2 +++ b/index.html	Thu Aug 06 13:29:56 2015 +0900
     3.3 @@ -8,6 +8,9 @@
     3.4  <h1>S4</h1>
     3.5  <h2>SNS by Shell Script and SQLite3</h2>
     3.6  
     3.7 +<ul>
     3.8 + <li><a href="whatss4.html">ăȘんぞや</a></li>
     3.9 +</ul>
    3.10  <hr>
    3.11  <!--#include virtual="/~yuuji/signature.html"-->
    3.12  </body>