Changeset 20744 for websites

Show
Ignore:
Timestamp:
10/05/08 02:23:43 (2 months ago)
Author:
drry
Message:
  • fixed XHTML, JavaScript? and CSS.
  • fixed subversion properties.
  • fixed an incorrect file name.
Location:
websites/limilic
Files:
53 modified
1 moved

Legend:

Unmodified
Added
Removed
  • websites/limilic/image/320px-OpenID_logo.svg.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/limilic/image/LIMILIC_1192459515584.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/limilic/image/add.gif

    • Property svn:mime-type changed from application/octet-stream to image/gif
  • websites/limilic/image/add_star.gif

    • Property svn:mime-type changed from application/octet-stream to image/gif
  • websites/limilic/image/add_star.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/limilic/image/content_bg.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/limilic/image/content_bg_fw.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/limilic/image/create_tag_bg1.gif

    • Property svn:mime-type changed from application/octet-stream to image/gif
  • websites/limilic/image/create_tag_bg1.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/limilic/image/create_tag_bg2.gif

    • Property svn:mime-type changed from application/octet-stream to image/gif
  • websites/limilic/image/create_tag_bg2.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/limilic/image/drag.gif

    • Property svn:mime-type changed from application/octet-stream to image/gif
  • websites/limilic/image/drag.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/limilic/image/favicon.ico

    • Property svn:mime-type changed from application/octet-stream to image/vnd.microsoft.icon
  • websites/limilic/image/favicon.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/limilic/image/limilic.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • websites/limilic/image/limilic.tiff

    • Property svn:mime-type changed from application/octet-stream to image/tiff
  • websites/limilic/image/limilic_create.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/limilic/image/limilic_create_img.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/limilic/image/limilic_history.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/limilic/image/limilic_history_img.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/limilic/image/limilic_share.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/limilic/image/limilic_share_img.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/limilic/image/limilic_top.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • websites/limilic/image/loader.gif

    • Property svn:mime-type changed from application/octet-stream to image/gif
  • websites/limilic/image/openid_mini.gif

    • Property svn:mime-type changed from application/octet-stream to image/gif
  • websites/limilic/image/openid_mini.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/limilic/trunk/root/favicon.ico

    • Property svn:mime-type changed from application/octet-stream to image/vnd.microsoft.icon
  • websites/limilic/trunk/root/lib/site/header

    r1093 r20744  
    1010</ul> 
    1111[% ELSE -%] 
    12 <form id="openid_form" action="[% Catalyst.uri_for('/login') %]" method="POST"> 
     12<form id="openid_form" action="[% Catalyst.uri_for('/login') %]" method="post"> 
    1313<label>OpenID URL</label> 
    1414<input type="text" id="openid_url" name="openid_url" value="" /> 
  • websites/limilic/trunk/root/src/entry_main.tt2

    r1974 r20744  
    66created on <span><a href="[% Catalyst.uri_for('/entry/') _ article.rid %]">[% article.created_on.ymd %] [% article.created_on.hms %]</a></span> 
    77[%- IF article.enable_modify(Catalyst.req.user) %] | <a href="[% Catalyst.uri_for('/edit',{ id => article.id }) %]">編集</a>[% END -%] 
    8  | <a href="[% Catalyst.uri_for('/entry/') _ article.rid %]#comment">コメント([% article.comments.size || 0 %])</a> | <a href="http://b.hatena.ne.jp/entry/[% Catalyst.uri_for('/entry/') _ article.rid | html %]"><img src="[% Catalyst.uri_for('/static/images/b_entry.gif') %]" width="16" height="12" style="border: none;" alt="このエントリーを含むはてなブックマーク" title="このエントリーを含むはてなブックマーク"></a> <a href="http://b.hatena.ne.jp/entry/[% Catalyst.uri_for('/entry/') _ article.rid | html %]"><img src="http://b.hatena.ne.jp/entry/image/[% Catalyst.uri_for('/entry/') _ article.rid | html %]"></a> 
     8 | <a href="[% Catalyst.uri_for('/entry/') _ article.rid %]#comment">コメント([% article.comments.size || 0 %])</a> | <a href="http://b.hatena.ne.jp/entry/[% Catalyst.uri_for('/entry/') _ article.rid | html %]"><img src="[% Catalyst.uri_for('/static/images/b_entry.gif') %]" width="16" height="12" style="border: 0 none;" alt="このエントリーを含むはてなブックマーク" title="このエントリーを含むはてなブックマーク" /></a> <a href="http://b.hatena.ne.jp/entry/[% Catalyst.uri_for('/entry/') _ article.rid | html %]"><img src="http://b.hatena.ne.jp/entry/image/[% Catalyst.uri_for('/entry/') _ article.rid | html %]" alt="" /></a> 
    99</div> 
    1010 
  • websites/limilic/trunk/root/src/message.tt2

    r1093 r20744  
    1111</p> 
    1212<form action="[% site.url.message %]" 
    13       method="POST" enctype="application/x-www-form-urlencoded"> 
     13      method="post" enctype="application/x-www-form-urlencoded"> 
    1414 <input type="text" name="message" value="[% message %]" /> 
    1515 <input type="submit" name="submit" value=" Update Message "/> 
  • websites/limilic/trunk/root/static/css/site.css

    r1974 r20744  
    11@charset "UTF-8"; 
    22/* CSS Document */ 
    3 *{ 
    4     margin:0px; 
    5     padding:0px; 
    6 } 
    7  
    8 html{ 
     3* { 
     4    margin: 0px; 
     5    padding: 0px; 
     6} 
     7 
     8html { 
    99   margin: 0px; 
    1010   /* setting border: 0 hoses ie6 win window inner well border */ 
     
    2020body { 
    2121    background-color: #FFFFFF; 
    22     margin:0px; 
     22    margin: 0px; 
    2323} 
    2424 
     
    3131} 
    3232a img { 
    33     border: 0; 
    34 } 
    35  
    36 a { color: #555555;} 
    37 a:link { color: #555555;} 
    38 a:visited { color: #666666;} 
    39 a:active { color: #999999;  } 
    40 a:hover { color: #999999;  } 
     33    border: 0 none; 
     34} 
     35 
     36a { color: #555555; } 
     37a:link { color: #555555; } 
     38a:visited { color: #666666; } 
     39a:active { color: #999999; } 
     40a:hover { color: #999999; } 
    4141 
    4242h1, h2, h3, h4, h5, h6 { 
     
    4444} 
    4545h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote { 
    46     margin:0px 0px 10px 0px; 
     46    margin: 0px 0px 10px 0px; 
    4747    font-size: 0.9em; 
    4848} 
     
    5151    margin-bottom: 10px; 
    5252    padding: 0px; 
    53     border: none; 
    54 } 
    55  
    56 ol, ul{ 
    57     list-style-position:inside; 
     53    border: 0 none; 
     54} 
     55 
     56ol, ul { 
     57    list-style-position: inside; 
    5858} 
    5959 
     
    7070    height: 1px; 
    7171    margin: 0px -1px -1px 0px; 
    72     border: none; 
     72    border: 0 none; 
    7373    padding: 0px; 
    7474    font-size: 1px; 
     
    9090    border-right: 1px solid #000; 
    9191    border-left: 1px solid #000; 
    92     background-color:#fff; 
     92    background-color: #fff; 
    9393} 
    9494 
     
    9696    background-color: #fff; 
    9797    padding: 0px; 
    98     height:32px; 
    99     position:relative; 
    100 } 
    101  
    102 #header .title{ 
    103     padding:7px 5px 0px; 
     98    height: 32px; 
     99    position: relative; 
     100} 
     101 
     102#header .title { 
     103    padding: 7px 5px 0px; 
    104104    margin: 0px 0px; 
    105105    color: #333; 
    106106    font-size: 1.2em; 
    107107    font-weight: bold; 
    108     line-height:1; 
    109 } 
    110 #header .title a{ 
     108    line-height: 1; 
     109} 
     110#header .title a { 
    111111    color: #333; 
    112     text-decoration:none; 
     112    text-decoration: none; 
    113113} 
    114114 
    115115#header .welcome { 
    116     position:absolute; 
    117     top:4px; 
    118     right:5px; 
     116    position: absolute; 
     117    top: 4px; 
     118    right: 5px; 
    119119    padding: 3px 0 4px; 
    120120    color: #333; 
     
    134134#header .welcome ul li a { 
    135135    color: #999; 
    136     text-decoration:none; 
     136    text-decoration: none; 
    137137} 
    138138#header .welcome ul li a.identity { 
    139139    color: #333; 
    140     text-decoration:none; 
     140    text-decoration: none; 
    141141} 
    142142 
     
    163163} 
    164164 
    165 #footer{ 
     165#footer { 
    166166    border-top: 1px #000 solid; 
    167167    background-color: #369; 
     
    170170    padding: 4px 0px; 
    171171    font-size: 0.8em; 
    172     text-align:center; 
    173     clear:both; 
     172    text-align: center; 
     173    clear: both; 
    174174} 
    175175 
     
    220220    font-size: 1.2em; 
    221221    font-weight: bold; 
    222     border-bottom: 2px #333 solid; 
     222    border-bottom: 2px solid #333; 
    223223    margin: 0px 0px 12px 0px; 
    224224    padding: 0px 4px; 
     
    241241    background-repeat: no-repeat; 
    242242    background-position: right top; 
    243     border-left: 1px #999 solid; 
     243    border-left: 1px solid #999; 
    244244    padding: 5px 10px 4px; 
    245245    cursor: pointer; 
     
    248248.mtab_off { 
    249249    background-image: url("/static/images/create_tag_bg1.gif"); 
    250     border-bottom: 1px #999 solid; 
     250    border-bottom: 1px solid #999; 
    251251} 
    252252 
    253253.mtab_on { 
    254254    background-image: url("/static/images/create_tag_bg2.gif"); 
    255     border-bottom: 1px #ccc solid; 
     255    border-bottom: 1px solid #ccc; 
    256256} 
    257257 
     
    261261    background-position: right top; 
    262262    border-left: 1px #999 solid; 
    263     border-bottom: 1px #999 solid; 
     263    border-bottom: 1px solid #999; 
    264264    padding-top: 5px; 
    265265} 
     
    267267.mtab_body_content { 
    268268    position: relative; 
    269     border-right: 1px #999 solid; 
     269    border-right: 1px solid #999; 
    270270    background-color: #ccc; 
    271271    margin: 0px; 
     
    274274 
    275275.article_title_wrap { 
    276     border: 1px #999 solid; 
     276    border: 1px solid #999; 
    277277    background-color: #ccc; 
    278278    margin: 0px 0px 10px; 
     
    281281 
    282282#article_title_input { 
    283     border: 1px #999 solid; 
     283    border: 1px solid #999; 
    284284    background-color: #eee; 
    285285    width: 100%; 
     
    292292 
    293293#article_body_edit_area { 
    294     border: 1px #999 solid; 
    295     background-color: #eee; 
    296     margin: 0px; 
    297     padding: 0px; 
    298     width:100%; 
     294    border: 1px solid #999; 
     295    background-color: #eee; 
     296    margin: 0px; 
     297    padding: 0px; 
     298    width: 100%; 
    299299} 
    300300 
    301301#article_body_preview_area { 
    302     border: 1px #999 solid; 
     302    border: 1px solid #999; 
    303303    background-color: #eee; 
    304304    padding: 2px; 
     
    328328    margin: 0px 0px 3px; 
    329329    padding: 0px; 
    330     border: 1px #999 solid; 
     330    border: 1px solid #999; 
    331331    height: 120px; 
    332332    overflow: auto; 
    333333} 
    334334 
    335 div.acl_custom_select_wrap_on{ 
     335div.acl_custom_select_wrap_on { 
    336336    background-color: #fff; 
    337337} 
    338338 
    339 div.acl_custom_select_wrap_off{ 
     339div.acl_custom_select_wrap_off { 
    340340    background-color: #eee; 
    341341} 
     
    366366} 
    367367 
    368 div.acl_custom_select_wrap ul li{ 
     368div.acl_custom_select_wrap ul li { 
    369369    display: block; 
    370370    margin: 0px 0px; 
    371371    padding: 4px; 
    372     border-bottom: 1px #ccc solid; 
    373 } 
    374  
    375 div.acl_custom_select_wrap ul li label{ 
     372    border-bottom: 1px solid #ccc; 
     373} 
     374 
     375div.acl_custom_select_wrap ul li label { 
    376376    display: block; 
    377377    cursor: pointer; 
     
    454454 
    455455/* dfv */ 
    456 .dfv_err{ 
    457     color:#FFA196; 
    458     border-style:solid; 
    459     border-width:2px; 
    460     border-color:#FFA196; 
    461     background-color:#ffffff; 
    462     padding:4px; 
     456.dfv_err { 
     457    color: #FFA196; 
     458    border: 2px solid #FFA196; 
     459    background-color: #ffffff; 
     460    padding: 4px; 
    463461    margin: 0px 0px 10px; 
    464462} 
     
    483481    background-repeat: no-repeat; 
    484482    background-position: right top; 
    485     border-left: 1px #999 solid; 
    486     border-bottom: 1px #999 solid; 
     483    border-left: 1px solid #999; 
     484    border-bottom: 1px solid #999; 
    487485    margin: 0px; 
    488486    padding: 4px 6px; 
     
    495493    background-repeat: no-repeat; 
    496494    background-position: right top; 
    497     border-left: 6px #999 solid; 
    498     border-bottom: 1px #999 solid; 
     495    border-left: 6px solid #999; 
     496    border-bottom: 1px solid #999; 
    499497    margin: 0px; 
    500498    padding: 4px 6px; 
     
    507505.article h2.article_title a:visited, 
    508506.article h2.article_title a:active, 
    509 .article h2.article_title a:hover{ 
     507.article h2.article_title a:hover { 
    510508    text-decoration: none; 
    511509    color: #333; 
     
    514512.article div.article_body { 
    515513    background-color: #fff; 
    516     border-right: 1px #999 solid; 
    517     border-left: 1px #999 solid; 
     514    border-right: 1px solid #999; 
     515    border-left: 1px solid #999; 
    518516    padding: 6px 6px; 
    519517} 
     
    521519.article div.article_date { 
    522520    background-color: #fff; 
    523     border-right: 1px #999 solid; 
    524     border-left: 1px #999 solid; 
     521    border-right: 1px solid #999; 
     522    border-left: 1px solid #999; 
    525523    padding: 6px 6px; 
    526524    font-size: 0.9em; 
     
    531529.article div.article_sign { 
    532530    background-color: #fff; 
    533     border-right: 1px #999 solid; 
    534     border-left: 1px #999 solid; 
    535     border-bottom: 1px #999 solid; 
     531    border-right: 1px solid #999; 
     532    border-left: 1px solid #999; 
     533    border-bottom: 1px solid #999; 
    536534    padding: 6px 6px; 
    537535    font-size: 0.9em; 
     
    551549 
    552550.comment { 
    553     border: 1px #ccc solid; 
     551    border: 1px solid #ccc; 
    554552    background-color: #eee; 
    555553    margin: 3px 0px 6px 6px; 
     
    571569 
    572570#add_comment_body_area { 
    573     border: 1px #999 solid; 
    574     background-color: #eee; 
    575     margin: 0px; 
    576     padding: 0px; 
    577     width:100%; 
     571    border: 1px solid #999; 
     572    background-color: #eee; 
     573    margin: 0px; 
     574    padding: 0px; 
     575    width: 100%; 
    578576} 
    579577 
    580578#add_comment_body_preview { 
    581     border: 1px #999 solid; 
     579    border: 1px solid #999; 
    582580    background-color: #eee; 
    583581    padding: 2px; 
     
    598596    margin: 2px 0px 10px; 
    599597    padding: 0px 0px; 
    600     border-bottom: #333 2px solid; 
     598    border-bottom: #333 solid 2px; 
    601599}