Changeset 32773
- Timestamp:
- 04/24/09 13:06:29 (4 years ago)
- Files:
-
- 1 modified
-
websites/modoki/index.html (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websites/modoki/index.html
r32754 r32773 24 24 #main_content{ 25 25 padding-top: 25px; 26 padding-bottom: 1 00px;26 padding-bottom: 120px; 27 27 } 28 28 #header{ … … 51 51 background: #f6f6f6; 52 52 border: 1px solid #aaa; 53 font-size: 14px; 53 54 } 54 55 #userInput{ … … 61 62 background: #ffffff; 62 63 } 63 #user_icon {64 #user_icon img{ 64 65 width: 16px; 65 66 height: 16px; 67 } 68 #out img{ 69 width: 32px; 70 height: 32px; 66 71 } 67 72 .blocked{ … … 120 125 this._altanative = (new Date).getTime(); 121 126 this._crosspost = 0; 127 this._version = "0.21"; 122 128 }; 123 129 Modoki.prototype.loadKeyBind = function(){ … … 144 150 var _header_content = d.createElement("div"); 145 151 _header_content.id = "header_content"; 146 _header_content.appendChild(d.createTextNode("Tween Modoki" ));152 _header_content.appendChild(d.createTextNode("Tween Modoki"+" version "+this._version)); 147 153 document.getElementById("header").appendChild(_header_content); 148 154 … … 275 281 }; 276 282 var cb = function(data){ 277 for( var i=data.length; i-- >0; createLiTag(data[i]) );283 for( var i=data.length; i-- > 0; createLiTag(data[i]) ); 278 284 var _script = d.getElementsByTagName("script"); 279 285 _script[_script.length-1].parentNode.removeChild(_script[_script.length-1]); … … 297 303 var imgTag = imgDiv.appendChild(d.createElement("img")); 298 304 imgTag.src = obj["user"]["profile_image_url"]; 299 imgTag.style.height = "16px";300 imgTag.style.width = "16px";301 305 302 306 var nameDiv = liTag.appendChild(d.createElement("div")); … … 306 310 var textDiv = liTag.appendChild(d.createElement("div")); 307 311 textDiv.appendChild(d.createTextNode(obj.text)); 308 textDiv.className = "sub text";312 textDiv.className = "sub"; 309 313 }; 310 314 </script>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)