- Timestamp:
- 09/28/08 10:37:53 (2 months ago)
- Location:
- websites/twicli
- Files:
-
- 7 modified
-
block_bg.png (modified) (1 prop) (previous)
-
clr.png (modified) (1 prop) (previous)
-
go.png (modified) (1 prop) (previous)
-
loading.gif (modified) (1 prop) (previous)
-
screenshot.png (modified) (1 prop) (previous)
-
screenshot2.png (modified) (1 prop) (previous)
-
twicli.html (modified) (7 diffs)
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 7 7 <style type="text/css"><!-- 8 8 body { background-image: url(block_bg.png); background-attachment: fixed; background-color: transparent; margin: 1px; min-height: 500px; } 9 img { border: 0 ; }9 img { border: 0 none; } 10 10 hr { margin: 0; padding: 0; } 11 11 iframe { display: none; } 12 12 13 #control { position: fixed; top: 0; left: 0; width: 100%; height: 52px; border-bottom: solid 1pxblack; 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; } 14 14 #loading { opacity: 0.5; position: absolute; top: 6px; width: 100%; height: 20px; z-index: 4; text-align: center; } 15 15 #fst { position: absolute; left: 1px; top: 1px; width: 94%; height: 30px; font-size: small; } … … 17 17 #rst { text-decoration: none; position: absolute; left: 95%; top: 16px; } 18 18 #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; } 21 21 22 22 #tw, #tw2 { position: absolute; left: 0px; top: 52px; width: 100%; font-size: small; } 23 23 #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; } 26 26 .dir { color: #679; } 27 27 .status { text-decoration: none; color: black; } … … 30 30 .fromme { background-color: #cfc; } 31 31 .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; } 33 33 .green { color: #195; } 34 34 .popup { padding: 0 4px; color: #888; } … … 36 36 .close { color: red; } 37 37 #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; } 41 41 #popup a:hover { background-color: #33f; color: #fff; text-decoration: none; } 42 42 #popup a.row2 { background-color: #eee; } 43 43 #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; } 45 45 #user_info td { font-size: small; } 46 46 --></style> … … 68 68 ele.type = "text/javascript"; 69 69 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); }; 71 71 document.body.appendChild(ele); 72 72 return id; … … 275 275 repid.id = repid.name = 'in_reply_to_status_id'; 276 276 repid.value = id; 277 document.frm.appendChild(repid) 277 document.frm.appendChild(repid); 278 278 } 279 279 } … … 339 339 function popup_hide() { 340 340 $('popup').style.display = 'none'; 341 $('popup_hide').style.display = 'none' 341 $('popup_hide').style.display = 'none'; 342 342 } 343 343 // 最新タイムラインを取得
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)