Changeset 22363 for websites/fuwatter
- Timestamp:
- 10/30/08 13:26:22 (2 months ago)
- Location:
- websites/fuwatter
- Files:
-
- 1 removed
- 8 modified
-
css/default.css (modified) (3 diffs)
-
css/index.css (modified) (1 diff)
-
css/main.css (modified) (2 diffs)
-
css/sub.css (modified) (4 diffs)
-
fuwatter.html (modified) (2 diffs, 1 prop)
-
fuwatter.swf (modified) (1 prop) (previous)
-
img/Thumbs.db (deleted)
-
img/delicious.png (modified) (1 prop) (previous)
-
index.html (modified) (5 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
websites/fuwatter/css/default.css
r5944 r22363 4 4 margin: 0; 5 5 padding: 0; 6 color: #454545h;6 color: #454545; 7 7 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%; 9 9 line-height: 1.5; 10 10 } … … 12 12 13 13 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; }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; } 17 ul li { list-style-type: none; } 18 a img { border: 0 none; } 19 19 a:link { 20 color: #FE470B;21 text-decoration: none;20 color: #FE470B; 21 text-decoration: none; 22 22 } 23 23 a:visited { 24 color: #D9592F;25 text-decoration: none;24 color: #D9592F; 25 text-decoration: none; 26 26 } 27 27 a:hover { 28 color: #FE830B;29 text-decoration: underline;28 color: #FE830B; 29 text-decoration: underline; 30 30 } 31 31 a:active { 32 color: #666;32 color: #666; 33 33 } 34 blockquote {35 margin-left: 1em;36 padding-left: 1em;37 border-left: 2px solid #CCC;38 color: #CCC;34 blockquote { 35 margin-left: 1em; 36 padding-left: 1em; 37 border-left: 2px solid #CCC; 38 color: #CCC; 39 39 } 40 40 41 p {42 margin: 12px;43 margin-top: 0;41 p { 42 margin: 12px; 43 margin-top: 0; 44 44 } 45 45 46 dt {47 margin-left: 12px;46 dt { 47 margin-left: 12px; 48 48 } 49 49 50 pre {51 width: 100%;52 padding: 1em 0;53 overflow: auto;54 border-top: 1px dotted #333;55 border-bottom: 1px dotted #333;50 pre { 51 width: 100%; 52 padding: 1em 0; 53 overflow: auto; 54 border-top: 1px dotted #333; 55 border-bottom: 1px dotted #333; 56 56 } 57 table {58 width: 100%;59 border-spacing: 2px;60 margin: 0;57 table { 58 width: 100%; 59 border-spacing: 2px; 60 margin: 0; 61 61 } 62 table th, table td { padding:0.3em 0.75em }62 table th, table td { padding: 0.3em 0.75em } 63 63 64 64 .hidden { … … 77 77 78 78 div.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; 84 84 } -
websites/fuwatter/css/index.css
r5944 r22363 6 6 7 7 div#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; 11 11 } 12 12 13 div#index1 {14 width: 290px;15 float: right;13 div#index1 { 14 width: 290px; 15 float: right; 16 16 } 17 17 18 div#index2 {19 width: 463px;20 float: left;18 div#index2 { 19 width: 463px; 20 float: left; 21 21 } 22 22 23 h2 {24 width: 200px;25 height: 32px;26 margin-left: 5px;27 padding-left: 7px;28 text-indent: -10000px;29 overflow: hidden;23 h2 { 24 width: 200px; 25 height: 32px; 26 margin-left: 5px; 27 padding-left: 7px; 28 text-indent: -10000px; 29 overflow: hidden; 30 30 } 31 31 32 h2.cnd {33 background: url(../img/h2cnd.gif) no-repeat;34 margin-bottom: 0;32 h2.cnd { 33 background: url(../img/h2cnd.gif) no-repeat; 34 margin-bottom: 0; 35 35 } 36 h2.map {37 background: url(../img/h2map.gif) no-repeat;36 h2.map { 37 background: url(../img/h2map.gif) no-repeat; 38 38 } 39 h2.ftr {40 background: url(../img/h2ftr.gif) no-repeat;39 h2.ftr { 40 background: url(../img/h2ftr.gif) no-repeat; 41 41 } 42 h2.login {43 background: url(../img/h2login.gif) no-repeat;42 h2.login { 43 background: url(../img/h2login.gif) no-repeat; 44 44 } 45 45 46 div.map {47 width: 400px;48 height: 248px;49 margin: 12px 25px;50 background: #dfdfdf url(../img/map.gif);51 position: relative;46 div.map { 47 width: 400px; 48 height: 248px; 49 margin: 12px 25px; 50 background: #dfdfdf url(../img/map.gif); 51 position: relative; 52 52 } 53 53 54 div.map a {55 display: block;54 div.map a { 55 display: block; 56 56 position: absolute; 57 57 } 58 58 59 div.bgline {60 background: url(../img/lineBottom.gif) repeat-x bottom;61 padding-bottom: 10px;59 div.bgline { 60 background: url(../img/lineBottom.gif) repeat-x bottom; 61 padding-bottom: 10px; 62 62 } 63 63 64 ul.terms {65 padding: 0px;66 margin-top: 10px;67 height: 20px;64 ul.terms { 65 padding: 0px; 66 margin-top: 10px; 67 height: 20px; 68 68 } 69 69 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;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; 76 76 } 77 77 78 table.place {79 width: 90%;80 margin-left: 12px;81 border-collapse: collapse;78 table.place { 79 width: 90%; 80 margin-left: 12px; 81 border-collapse: collapse; 82 82 } 83 83 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;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; 89 89 } 90 90 91 ul.lglinks {92 width: 240px;93 margin: 12px auto 10px auto;91 ul.lglinks { 92 width: 240px; 93 margin: 12px auto 10px; 94 94 } 95 95 96 ul.lglinks li {97 width: 220px;98 margin: 6px;96 ul.lglinks li { 97 width: 220px; 98 margin: 6px; 99 99 } 100 100 101 ul.lglinks a {102 height: 40px;103 margin: 6px;104 display: block;105 overflow: hidden;106 text-indent: -10000px;107 width: 200px;101 ul.lglinks a { 102 height: 40px; 103 margin: 6px; 104 display: block; 105 overflow: hidden; 106 text-indent: -10000px; 107 width: 200px; 108 108 } 109 109 110 ul.lglinks a:hover {111 background-position: 0px -40px;110 ul.lglinks a:hover { 111 background-position: 0px -40px; 112 112 } 113 ul.lglinks a:hover {114 background-position: 0px -40px;113 ul.lglinks a:hover { 114 background-position: 0px -40px; 115 115 } 116 ul.lglinks a.lglink {117 background-image: url(../img/lglink.gif);116 ul.lglinks a.lglink { 117 background-image: url(../img/lglink.gif); 118 118 } 119 ul.lglinks a.cllglink {120 background-image: url(../img/cllglink.gif);119 ul.lglinks a.cllglink { 120 background-image: url(../img/cllglink.gif); 121 121 } 122 123 -
websites/fuwatter/css/main.css
r5944 r22363 11 11 12 12 div#wrapper { 13 margin: 0 auto 5px auto;14 width: 800px;15 background: #ffffff;13 margin: 0 auto 5px; 14 width: 800px; 15 background: #ffffff; 16 16 } 17 17 18 div#header {19 width: 100%;20 border-bottom: 1px solid #111111;18 div#header { 19 width: 100%; 20 border-bottom: 1px solid #111111; 21 21 } 22 22 … … 24 24 25 25 26 div#center {27 width: 800px;28 margin: 0 auto 0 auto;29 padding: 6px;26 div#center { 27 width: 800px; 28 margin: 0 auto 0; 29 padding: 6px; 30 30 border-left: 1px dashed #DDDDDD; 31 31 border-right: 1px dashed #DDDDDD; 32 32 } 33 33 34 div#footer {35 height: 42px;36 border-top: 1px solid #DDDDDD;37 clear: both;38 text-align: center;34 div#footer { 35 height: 42px; 36 border-top: 1px solid #DDDDDD; 37 clear: both; 38 text-align: center; 39 39 } 40 41 42 -
websites/fuwatter/css/sub.css
r5944 r22363 5 5 Header 6 6 **********/ 7 div#header p {7 div#header p { 8 8 margin-right: 8px; 9 9 font-size: 100%; 10 text-align: right;10 text-align: right; 11 11 } 12 12 … … 16 16 **********/ 17 17 18 div#footer p {18 div#footer p { 19 19 margin-top: 12px; 20 20 } 21 21 22 22 23 div#footer a:link, div#footer a:hover, div#footer a:visited {24 color: #55000E;23 div#footer a:link, div#footer a:hover, div#footer a:visited { 24 color: #55000E; 25 25 } 26 26 … … 30 30 **********/ 31 31 32 h1 {33 margin: 0px 5px;34 padding-left: 21px;35 font-size: 260%;36 font-weight: bold;32 h1 { 33 margin: 0px 5px; 34 padding-left: 21px; 35 font-size: 260%; 36 font-weight: bold; 37 37 } 38 38 39 h1 a:link, h1 a:visited {40 color: #55000E;39 h1 a:link, h1 a:visited { 40 color: #55000E; 41 41 } 42 42 … … 46 46 } 47 47 48 h2 {49 color: #55000E;50 margin-top: 12px;51 font-size: 110%;48 h2 { 49 color: #55000E; 50 margin-top: 12px; 51 font-size: 110%; 52 52 } 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"> 2 2 <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"> 4 4 <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> 7 7 </head> 8 8 <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"><!-- 13 12 if (AC_FL_RunContent == 0) { 14 alert( "���̃y�[�W�ł�\"AC_RunActiveContent.js\" ���K�v�ł��B");13 alert('このページでは "AC_RunActiveContent.js" が必要です。'); 15 14 } else { 16 15 AC_FL_RunContent( … … 37 36 ); //end AC code 38 37 } 39 </script>38 //--></script> 40 39 <noscript> 41 40 <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> 45 45 </object> 46 46 </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 2 3 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> 3 4 <head> 4 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 5 6 <title>Fuwatter - Explore fuwafuwa twitter!</title> 6 <meta http-equiv="content-style-type" content="text/css" />7 7 <meta http-equiv="content-script-type" content="text/javascript" /> 8 8 <meta name="keywords" content="Fuwatter" /> … … 10 10 <link href="/favicon.ico" rel="Shortcut Icon" type="image/vnd.microsoft.icon" /> 11 11 <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> 14 14 </head> 15 15 <body> … … 22 22 <div id="center"> 23 23 24 <script language="javascript">24 <script type="text/javascript"><!-- 25 25 if (AC_FL_RunContent == 0) { 26 alert( "このページでは \"AC_RunActiveContent.js\" が必要です。");26 alert('このページでは "AC_RunActiveContent.js" が必要です。'); 27 27 } else { 28 28 AC_FL_RunContent( … … 49 49 ); //end AC code 50 50 } 51 </script>51 //--></script> 52 52 <noscript> 53 53 <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"> 54 54 <param name="allowScriptAccess" value="sameDomain" /> 55 55 <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" /> 57 58 </object> 58 59 59 60 </noscript> 60 61 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 : 62 63 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> 64 65 <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> 65 66 … … 70 71 <!-- end of center --></div> 71 72 <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> 74 75 </div> 75 76 <!-- end of wrapper --></div> 76 77 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"><!-- 80 80 _uacct = "UA-1419903-5"; 81 81 urchinTracker(); 82 </script>82 //--></script> 83 83 </body> 84 84 </html>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)