Changeset 22363 for websites/fuwatter

Show
Ignore:
Timestamp:
10/30/08 13:26:22 (2 months ago)
Author:
drry
Message:
  • removed an unnecessary file.
  • fixed XHTML, HTML and CSS.
  • added and fixed subversion properties.
Location:
websites/fuwatter
Files:
1 removed
8 modified

Legend:

Unmodified
Added
Removed
  • websites/fuwatter/css/default.css

    r5944 r22363  
    44        margin: 0; 
    55        padding: 0; 
    6         color:#454545h; 
     6        color: #454545; 
    77        font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", sans-serif; 
    8         font-size:80%; 
     8        font-size: 80%; 
    99        line-height: 1.5; 
    1010} 
     
    1212 
    1313 
    14 h1,h2,h3,h4,h5,h6 { line-height:1.6; } 
    15 p,li,dt,dl { line-height:1.6; } 
    16 p { margin:0 0 1em 0; } 
    17 ul li { list-style-type:none; } 
    18 a img { border:0; } 
     14h1,h2,h3,h4,h5,h6 { line-height: 1.6; } 
     15p,li,dt,dl { line-height: 1.6; } 
     16p { margin: 0 0 1em; } 
     17ul li { list-style-type: none; } 
     18a img { border: 0 none; } 
    1919a:link { 
    20         color:#FE470B; 
    21         text-decoration:none; 
     20        color: #FE470B; 
     21        text-decoration: none; 
    2222} 
    2323a:visited { 
    24         color:#D9592F; 
    25         text-decoration:none; 
     24        color: #D9592F; 
     25        text-decoration: none; 
    2626} 
    2727a:hover { 
    28         color:#FE830B; 
    29         text-decoration:underline; 
     28        color: #FE830B; 
     29        text-decoration: underline; 
    3030} 
    3131a:active { 
    32         color:#666; 
     32        color: #666; 
    3333} 
    34 blockquote{ 
    35         margin-left:1em; 
    36         padding-left:1em; 
    37         border-left:2px solid #CCC; 
    38         color:#CCC; 
     34blockquote { 
     35        margin-left: 1em; 
     36        padding-left: 1em; 
     37        border-left: 2px solid #CCC; 
     38        color: #CCC; 
    3939} 
    4040 
    41 p{ 
    42         margin:12px; 
    43         margin-top:0; 
     41p { 
     42        margin: 12px; 
     43        margin-top: 0; 
    4444} 
    4545 
    46 dt{ 
    47         margin-left:12px; 
     46dt { 
     47        margin-left: 12px; 
    4848} 
    4949 
    50 pre{ 
    51         width:100%; 
    52         padding:1em 0; 
    53         overflow:auto; 
    54         border-top:1px dotted #333; 
    55         border-bottom:1px dotted #333; 
     50pre { 
     51        width: 100%; 
     52        padding: 1em 0; 
     53        overflow: auto; 
     54        border-top: 1px dotted #333; 
     55        border-bottom: 1px dotted #333; 
    5656} 
    57 table{ 
    58         width:100%; 
    59         border-spacing:2px; 
    60         margin:0; 
     57table { 
     58        width: 100%; 
     59        border-spacing: 2px; 
     60        margin: 0; 
    6161} 
    62 table th, table td{ padding:0.3em 0.75em } 
     62table th, table td { padding: 0.3em 0.75em } 
    6363 
    6464.hidden { 
     
    7777 
    7878div.clearfix :after { 
    79         content:"."; 
    80         height:0; 
    81         clear:both; 
    82         display:block; 
    83         visibility:hidden; 
     79        content: "."; 
     80        height: 0; 
     81        clear: both; 
     82        display: block; 
     83        visibility: hidden; 
    8484} 
  • websites/fuwatter/css/index.css

    r5944 r22363  
    66 
    77div#wrapper { 
    8         margin:0 auto 5px auto; 
    9         width:760px; 
    10         background:url(../img/bgIndex.gif) repeat-y #ffffff; 
     8        margin: 0 auto 5px; 
     9        width: 760px; 
     10        background: url(../img/bgIndex.gif) repeat-y #ffffff; 
    1111} 
    1212 
    13 div#index1{ 
    14         width:290px; 
    15         float:right; 
     13div#index1 { 
     14        width: 290px; 
     15        float: right; 
    1616} 
    1717 
    18 div#index2{ 
    19         width:463px; 
    20         float:left; 
     18div#index2 { 
     19        width: 463px; 
     20        float: left; 
    2121} 
    2222 
    23 h2{ 
    24         width:200px; 
    25         height:32px; 
    26         margin-left:5px; 
    27         padding-left:7px; 
    28         text-indent:-10000px; 
    29         overflow:hidden; 
     23h2 { 
     24        width: 200px; 
     25        height: 32px; 
     26        margin-left: 5px; 
     27        padding-left: 7px; 
     28        text-indent: -10000px; 
     29        overflow: hidden; 
    3030} 
    3131 
    32 h2.cnd{ 
    33         background:url(../img/h2cnd.gif) no-repeat; 
    34         margin-bottom:0; 
     32h2.cnd { 
     33        background: url(../img/h2cnd.gif) no-repeat; 
     34        margin-bottom: 0; 
    3535} 
    36 h2.map{ 
    37         background:url(../img/h2map.gif) no-repeat; 
     36h2.map { 
     37        background: url(../img/h2map.gif) no-repeat; 
    3838} 
    39 h2.ftr{ 
    40         background:url(../img/h2ftr.gif) no-repeat; 
     39h2.ftr { 
     40        background: url(../img/h2ftr.gif) no-repeat; 
    4141} 
    42 h2.login{ 
    43         background:url(../img/h2login.gif) no-repeat; 
     42h2.login { 
     43        background: url(../img/h2login.gif) no-repeat; 
    4444} 
    4545 
    46 div.map{ 
    47         width:400px; 
    48         height:248px; 
    49         margin:12px 25px; 
    50         background:#dfdfdf url(../img/map.gif); 
    51         position:relative; 
     46div.map { 
     47        width: 400px; 
     48        height: 248px; 
     49        margin: 12px 25px; 
     50        background: #dfdfdf url(../img/map.gif); 
     51        position: relative; 
    5252} 
    5353 
    54 div.map a{ 
    55         display:block; 
     54div.map a { 
     55        display: block; 
    5656        position: absolute; 
    5757} 
    5858 
    59 div.bgline{ 
    60         background:url(../img/lineBottom.gif) repeat-x bottom; 
    61         padding-bottom:10px; 
     59div.bgline { 
     60        background: url(../img/lineBottom.gif) repeat-x bottom; 
     61        padding-bottom: 10px; 
    6262} 
    6363 
    64 ul.terms{ 
    65         padding:0px; 
    66         margin-top:10px; 
    67         height:20px; 
     64ul.terms { 
     65        padding: 0px; 
     66        margin-top: 10px; 
     67        height: 20px; 
    6868} 
    6969 
    70 ul.terms li{ 
    71         padding-left:20px; 
    72         margin-left:12px; 
    73         font-size:100%; 
    74         float:left; 
    75         background:url(../img/flech.png) no-repeat 5px 3px; 
     70ul.terms li { 
     71        padding-left: 20px; 
     72        margin-left: 12px; 
     73        font-size: 100%; 
     74        float: left; 
     75        background: url(../img/flech.png) no-repeat 5px 3px; 
    7676} 
    7777 
    78 table.place{ 
    79         width:90%; 
    80         margin-left:12px; 
    81         border-collapse:collapse; 
     78table.place { 
     79        width: 90%; 
     80        margin-left: 12px; 
     81        border-collapse: collapse; 
    8282} 
    8383 
    84 table.place td{ 
    85         width:100px;     
    86         text-align:left; 
    87         padding-left:20px; 
    88         background:url(../img/flech.png) no-repeat 5px center; 
     84table.place td { 
     85        width: 100px; 
     86        text-align: left; 
     87        padding-left: 20px; 
     88        background: url(../img/flech.png) no-repeat 5px center; 
    8989} 
    9090 
    91 ul.lglinks{ 
    92         width:240px; 
    93         margin:12px auto 10px auto; 
     91ul.lglinks { 
     92        width: 240px; 
     93        margin: 12px auto 10px; 
    9494} 
    9595 
    96 ul.lglinks li{ 
    97         width:220px; 
    98         margin:6px; 
     96ul.lglinks li { 
     97        width: 220px; 
     98        margin: 6px; 
    9999} 
    100100 
    101 ul.lglinks a{ 
    102         height:40px; 
    103         margin:6px; 
    104         display:block; 
    105         overflow:hidden; 
    106         text-indent:-10000px; 
    107         width:200px; 
     101ul.lglinks a { 
     102        height: 40px; 
     103        margin: 6px; 
     104        display: block; 
     105        overflow: hidden; 
     106        text-indent: -10000px; 
     107        width: 200px; 
    108108} 
    109109 
    110 ul.lglinks a:hover{ 
    111         background-position:0px -40px; 
     110ul.lglinks a:hover { 
     111        background-position: 0px -40px; 
    112112} 
    113 ul.lglinks a:hover{ 
    114         background-position:0px -40px; 
     113ul.lglinks a:hover { 
     114        background-position: 0px -40px; 
    115115} 
    116 ul.lglinks a.lglink{ 
    117         background-image:url(../img/lglink.gif); 
     116ul.lglinks a.lglink { 
     117        background-image: url(../img/lglink.gif); 
    118118} 
    119 ul.lglinks a.cllglink{ 
    120         background-image:url(../img/cllglink.gif); 
     119ul.lglinks a.cllglink { 
     120        background-image: url(../img/cllglink.gif); 
    121121} 
    122  
    123  
  • websites/fuwatter/css/main.css

    r5944 r22363  
    1111 
    1212div#wrapper { 
    13         margin:0 auto 5px auto; 
    14         width:800px; 
    15         background:#ffffff; 
     13        margin: 0 auto 5px; 
     14        width: 800px; 
     15        background: #ffffff; 
    1616} 
    1717 
    18 div#header{ 
    19         width:100%; 
    20         border-bottom:1px solid #111111; 
     18div#header { 
     19        width: 100%; 
     20        border-bottom: 1px solid #111111; 
    2121} 
    2222 
     
    2424 
    2525 
    26 div#center{ 
    27         width:800px; 
    28         margin:0 auto 0 auto; 
    29         padding:6px; 
     26div#center { 
     27        width: 800px; 
     28        margin: 0 auto 0; 
     29        padding: 6px; 
    3030        border-left: 1px dashed #DDDDDD; 
    3131        border-right: 1px dashed #DDDDDD; 
    3232} 
    3333 
    34 div#footer{ 
    35         height:42px; 
    36         border-top:1px solid #DDDDDD; 
    37         clear:both; 
    38         text-align:center; 
     34div#footer { 
     35        height: 42px; 
     36        border-top: 1px solid #DDDDDD; 
     37        clear: both; 
     38        text-align: center; 
    3939} 
    40  
    41  
    42  
  • websites/fuwatter/css/sub.css

    r5944 r22363  
    55Header 
    66**********/ 
    7 div#header p{ 
     7div#header p { 
    88        margin-right: 8px; 
    99        font-size: 100%; 
    10         text-align:right; 
     10        text-align: right; 
    1111} 
    1212 
     
    1616**********/ 
    1717 
    18 div#footer p{ 
     18div#footer p { 
    1919        margin-top: 12px; 
    2020} 
    2121 
    2222 
    23 div#footer a:link, div#footer a:hover, div#footer a:visited{ 
    24         color:#55000E; 
     23div#footer a:link, div#footer a:hover, div#footer a:visited { 
     24        color: #55000E; 
    2525} 
    2626 
     
    3030**********/ 
    3131 
    32 h1{ 
    33         margin:0px 5px; 
    34         padding-left:21px; 
    35         font-size:260%; 
    36         font-weight:bold; 
     32h1 { 
     33        margin: 0px 5px; 
     34        padding-left: 21px; 
     35        font-size: 260%; 
     36        font-weight: bold; 
    3737} 
    3838 
    39 h1 a:link, h1 a:visited{ 
    40         color:#55000E; 
     39h1 a:link, h1 a:visited { 
     40        color: #55000E; 
    4141} 
    4242 
     
    4646} 
    4747 
    48 h2{ 
    49         color:#55000E; 
    50         margin-top:12px; 
    51         font-size:110%; 
     48h2 { 
     49        color: #55000E; 
     50        margin-top: 12px; 
     51        font-size: 110%; 
    5252} 
    53  
    54  
  • websites/fuwatter/fuwatter.html

    • Property svn:mime-type set to text/html; charset=shift_jis
    r5944 r22363  
    1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> 
     1<html lang="ja"> 
    22<head> 
    3 <meta http-equiv="Content-Type" content="text/html; charset=shift_jis" /> 
     3<meta http-equiv="Content-Type" content="text/html; charset=shift_jis"> 
    44<title>fuwatter</title> 
    5 <script language="javascript">AC_FL_RunContent = 0;</script> 
    6 <script src="AC_RunActiveContent.js" language="javascript"></script> 
     5<script type="text/javascript">AC_FL_RunContent = 0;</script> 
     6<script src="AC_RunActiveContent.js" type="text/javascript"></script> 
    77</head> 
    88<body bgcolor="#ffffff"> 
    9 <!--���[�r�[�Ŏg�p��������RL--> 
    10 <!--���[�r�[�Ŏg�p���������L�X�g--> 
    11 <!-- saved from url=(0013)about:internet --> 
    12 <script language="javascript"> 
     9<!--ムービーで使用されている URL--> 
     10<!--ムービーで使用されているテキスト--> 
     11<script type="text/javascript"><!-- 
    1312        if (AC_FL_RunContent == 0) { 
    14                 alert("���̃y�[�W�ł�\"AC_RunActiveContent.js\" ���K�v�ł��B"); 
     13                alert('このページでは "AC_RunActiveContent.js" が必要です。'); 
    1514        } else { 
    1615                AC_FL_RunContent( 
     
    3736                        ); //end AC code 
    3837        } 
    39 </script> 
     38//--></script> 
    4039<noscript> 
    4140        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="1200" height="800" id="fuwatter" align="middle"> 
    42         <param name="allowScriptAccess" value="sameDomain" /> 
    43         <param name="allowFullScreen" value="false" /> 
    44         <param name="movie" value="fuwatter.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />        <embed src="fuwatter.swf" quality="high" bgcolor="#ffffff" width="1200" height="800" name="fuwatter" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> 
     41        <param name="allowScriptAccess" value="sameDomain"></param> 
     42        <param name="allowFullScreen" value="false"></param> 
     43        <param name="movie" value="fuwatter.swf"></param><param name="quality" value="high"></param><param name="bgcolor" value="#ffffff"></param> 
     44        <embed src="fuwatter.swf" quality="high" bgcolor="#ffffff" width="1200" height="800" name="fuwatter" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> 
    4545        </object> 
    4646</noscript> 
  • websites/fuwatter/fuwatter.swf

    • Property svn:mime-type changed from application/octet-stream to application/x-shockwave-flash
  • websites/fuwatter/img/delicious.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • websites/fuwatter/index.html

    • Property svn:mime-type set to text/html; charset=utf-8
    r5944 r22363  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     2 
    23<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> 
    34<head> 
    45<meta http-equiv="content-type" content="text/html; charset=utf-8" /> 
    56<title>Fuwatter - Explore fuwafuwa twitter!</title> 
    6 <meta http-equiv="content-style-type" content="text/css" /> 
    77<meta http-equiv="content-script-type" content="text/javascript" /> 
    88<meta name="keywords" content="Fuwatter" /> 
     
    1010<link href="/favicon.ico" rel="Shortcut Icon" type="image/vnd.microsoft.icon" /> 
    1111<link href="./css/main.css" rel="stylesheet" type="text/css" media="all" /> 
    12 <script language="javascript">AC_FL_RunContent = 0;</script> 
    13 <script src="AC_RunActiveContent.js" language="javascript"></script> 
     12<script type="text/javascript">AC_FL_RunContent = 0;</script> 
     13<script src="AC_RunActiveContent.js" type="text/javascript"></script> 
    1414</head> 
    1515<body> 
     
    2222<div id="center"> 
    2323 
    24 <script language="javascript"> 
     24<script type="text/javascript"><!-- 
    2525        if (AC_FL_RunContent == 0) { 
    26                 alert("このページでは \"AC_RunActiveContent.js\" が必要です。"); 
     26                alert('このページでは "AC_RunActiveContent.js" が必要です。'); 
    2727        } else { 
    2828                AC_FL_RunContent( 
     
    4949                        ); //end AC code 
    5050        } 
    51 </script> 
     51//--></script> 
    5252<noscript> 
    5353        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="800" height="500" id="fuwatter" align="middle"> 
    5454        <param name="allowScriptAccess" value="sameDomain" /> 
    5555        <param name="allowFullScreen" value="false" /> 
    56         <param name="movie" value="fuwatter.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />        <embed src="fuwatter.swf" quality="high" bgcolor="#ffffff" width="800" height="500" name="fuwatter" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> 
     56        <param name="movie" value="fuwatter.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> 
     57        <embed src="fuwatter.swf" quality="high" bgcolor="#ffffff" width="800" height="500" name="fuwatter" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> 
    5758        </object> 
    5859 
    5960</noscript> 
    6061 
    61 <p>If you enjoy Fuwatter, please notice this site to your friends on <a href="http://twitter.com/home/" target="_blank">twitter!</a> or social bookmarks : 
     62<p>If you enjoy Fuwatter, please notice this site to your friends on <a href="http://twitter.com/" target="_blank">Twitter!</a> or social bookmarks : 
    6263 
    63 <a href="http://del.icio.us/url/db5f6a07977ac5d24f14c8f68f8aecee" target="_blank"><img src="./img/delicious.png" alt="Del.icio.us" border="0" height="12" width="12" /></a> 
     64<a href="http://delicious.com/url/db5f6a07977ac5d24f14c8f68f8aecee" target="_blank"><img src="./img/delicious.png" alt="Delicious" border="0" height="12" width="12" /></a> 
    6465<a href="http://b.hatena.ne.jp/entry/http://suztomo.net/fuwatter/" target="_blank"><img class="b_entry" src="http://b.hatena.ne.jp/images/append.gif" alt="このエントリーを含むはてなブックマーク" title="Hatena Bookmark" height="12" width="16" /></a> 
    6566 
     
    7071<!-- end of center --></div> 
    7172<div id="footer"> 
    72 <p>Created by <a target="_blank" href="http://twitter.com/suztomo">@suztomo</a>(Japanese only) powered by  
    73 <a target="_blank" href="http://groups.google.com/group/twitter-development-talk/web/api-documentation">Twitter API</a></p> 
     73<p>Created by <a target="_blank" href="http://twitter.com/suztomo">@suztomo</a>(Japanese only) powered by 
     74<a target="_blank" href="http://apiwiki.twitter.com/REST+API+Documentation" title="Twitter API Wiki / REST API Documentation">Twitter API</a></p> 
    7475</div> 
    7576<!-- end of wrapper --></div> 
    7677 
    77 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> 
    78 </script> 
    79 <script type="text/javascript"> 
     78<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> 
     79<script type="text/javascript"><!-- 
    8080_uacct = "UA-1419903-5"; 
    8181urchinTracker(); 
    82 </script> 
     82//--></script> 
    8383</body> 
    8484</html>