Changeset 20084 for websites

Show
Ignore:
Timestamp:
09/28/08 10:37:53 (2 months ago)
Author:
drry
Message:
  • fixed subversion props.
  • et cetera.
Location:
websites/twicli
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • websites/twicli/block_bg.png

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

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

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

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

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

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

    r20041 r20084  
    77<style type="text/css"><!-- 
    88body { background-image: url(block_bg.png); background-attachment: fixed; background-color: transparent; margin: 1px; min-height: 500px; } 
    9 img { border: 0; } 
     9img { border: 0 none; } 
    1010hr { margin: 0; padding: 0; } 
    1111iframe { display: none; } 
    1212 
    13 #control { position: fixed; top: 0; left: 0; width: 100%; height: 52px; border-bottom: solid 1px black; background-color: white; z-index: 3; background-color: #eee; } 
     13#control { position: fixed; top: 0; left: 0; width: 100%; height: 52px; border-bottom: 1px solid black; background-color: white; z-index: 3; background-color: #eee; } 
    1414#loading { opacity: 0.5; position: absolute; top: 6px; width: 100%; height: 20px; z-index: 4; text-align: center; } 
    1515#fst { position: absolute; left: 1px; top: 1px; width: 94%; height: 30px; font-size: small; } 
     
    1717#rst { text-decoration: none; position: absolute; left: 95%; top: 16px; } 
    1818#menu { position: absolute; left: 0px; top: 32px; height: 20px; } 
    19 #menu a { display: block; float: left; font-size: 13px; height: 18px; border: black solid 1px; border-bottom: 0; background-color: #aaa; color: #242; padding: 0 4px; margin: 0 2px; text-decoration: none; font-family: sans-serif; } 
    20 #menu a.sel { height: 20px; background-color: #ffe; color: #002; border-bottom: #fff; } 
     19#menu a { display: block; float: left; font-size: 13px; height: 18px; border: 1px solid black; border-bottom: 0 none; background-color: #aaa; color: #242; padding: 0 4px; margin: 0 2px; text-decoration: none; font-family: sans-serif; } 
     20#menu a.sel { height: 20px; background-color: #ffe; color: #002; border-bottom-color: #fff; } 
    2121 
    2222#tw, #tw2 { position: absolute; left: 0px; top: 52px; width: 100%; font-size: small; } 
    2323#tw2 { background-color: #fec; display: none; min-height: 448px; } 
    24 #tw div { border-bottom: solid 1px #777; } 
    25 #tw div div, #tw2 div div { padding: 2px; border-bottom: solid 1px #999; } 
     24#tw div { border-bottom: 1px solid #777; } 
     25#tw div div, #tw2 div div { padding: 2px; border-bottom: 1px solid #999; } 
    2626.dir { color: #679; } 
    2727.status { text-decoration: none; color: black; } 
     
    3030.fromme { background-color: #cfc; } 
    3131.tome { background-color: #ccf; } 
    32 .button { color: #f29; border: solid 1px #ddd; text-decoration: none; font-size: medium; } 
     32.button { color: #f29; border: 1px solid #ddd; text-decoration: none; font-size: medium; } 
    3333.green { color: #195; } 
    3434.popup { padding: 0 4px; color: #888; } 
     
    3636.close { color: red; } 
    3737#next { text-align: center; background-color: #999; color: #fec; cursor: pointer; } 
    38 #rep { display: none; background-color: #fee; position: absolute; width: 90%; left: 4%; top: 200px; border: #666 4px solid; z-index: 2; padding: 2px; font-size: small; } 
    39 #popup { display: none; background-color: #eee; position: absolute; left: 0; top: 200px; border: #666 2px solid; z-index: 6; font-size: small; } 
    40 #popup a { display: block; background-color: #fff; color: black; text-decoration: none; padding: 3px; border-bottom: solid 1px #888; } 
     38#rep { display: none; background-color: #fee; position: absolute; width: 90%; left: 4%; top: 200px; border: 4px solid #666; z-index: 2; padding: 2px; font-size: small; } 
     39#popup { display: none; background-color: #eee; position: absolute; left: 0; top: 200px; border: 2px solid #666; z-index: 6; font-size: small; } 
     40#popup a { display: block; background-color: #fff; color: black; text-decoration: none; padding: 3px; border-bottom: 1px solid #888; } 
    4141#popup a:hover { background-color: #33f; color: #fff; text-decoration: none; } 
    4242#popup a.row2 { background-color: #eee; } 
    4343#popup_hide { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.1; background-color: black; z-index: 5; } 
    44 #user_info { margin: 1px; border: solid 1px #888; } 
     44#user_info { margin: 1px; border: 1px solid #888; } 
    4545#user_info td { font-size: small; } 
    4646--></style> 
     
    6868                ele.type = "text/javascript"; 
    6969                this['cbe' + id] = ele; 
    70                 this['cb' + id] = function(){ this.abort(id); callback.apply(this, arguments); } 
     70                this['cb' + id] = function(){ this.abort(id); callback.apply(this, arguments); }; 
    7171                document.body.appendChild(ele); 
    7272                return id; 
     
    275275                repid.id = repid.name = 'in_reply_to_status_id'; 
    276276                repid.value = id; 
    277                 document.frm.appendChild(repid) 
     277                document.frm.appendChild(repid); 
    278278        } 
    279279} 
     
    339339function popup_hide() { 
    340340        $('popup').style.display = 'none'; 
    341         $('popup_hide').style.display = 'none' 
     341        $('popup_hide').style.display = 'none'; 
    342342} 
    343343// 最新タイムラインを取得