Tuesday, June 19, 2012

Làm đẹp Threaded comments của blogspot


» Cách thực hiện:
1- Đăng nhập vào blogger
2- Chọn Thiết Kế
3- Chọn Chỉnh sửa HTML
4- Chọn mở rộng tiện ích mẫu:
5- Đối với các blogger cũ chưa cập nhật Threaded comments thì các bạn tìm đoạn code sau:
<b:include data='post' name='comments'/>
- Nếu không thấy thì bở qua bước này. Nếu thấy thì thay thế nó bằng đoạn sau:
<b:include data='post' name='threaded_comments'/>

6- Tiếp tục tìm đoạn code có dạng tương tự như sau: 
<b:includable id='threaded_comment_css'>
  <style>
...
...
...
  </style>
</b:includable>

7- Đến đây có 3 mẫu cho các bạn lựa chọn nếu thích mẫu nào thì các bạn chọn code mẫu đó và thay thế vào phần mình tô màu xanh ở bước 6.
- Chú ý: Nếu không tìm thấy Code ở bước 6 thì bạn thêm code bước 7 vào chèn trước thẻ  ]]></b:skin> .

Mẫu 1: xem hình bên dưới.

Tổng hợp các Style Làm đẹp Threaded comments của blogspot - by: http://namkna.blogspot.com/
Code chèn:
.comments{clear:both;margin-top:10px;margin-bottom:0;font-family:Arial;line-height:18px;font-size:13px}
.comments .comments-content{margin-bottom:16px;font-weight:normal;text-align:left}
.comments .comment .comment-actions a,.comments .comment .continue a{display:inline-block;margin:0 0 10px 10px;padding:0 15px;color:#424242 !important;text-align:center;text-decoration:none;background:#fede72;border:1px solid #fec648;border-radius:2px;height:26px;line-height:28px;font-weight:normal;cursor:pointer}
.comments .comments-content .comment-thread ol{list-style-type:none;padding:0;text-align:none}
.comments .comments-content .inline-thread{padding:0}
.comments .comments-content .comment-thread{margin:8px 0}
.comments .comments-content .comment-thread:empty{display:none}
.comment-replies{margin-top:1em;margin-left:40px;background:#fff}
.comments .comments-content .comment{margin-bottom:0;padding-bottom:0}
.comments .comments-content .comment:first-child{padding-top:16px}
.comments .comments-content .comment:last-child{border-bottom:0;padding-bottom:0}
.comments .comments-content .comment-body{position:relative}
.comments .comments-content .user{font-style:normal;font-weight:normal}
.comments .comments-content .user a{color:#0E6284;font-weight:normal;text-decoration:none}
.comments .comments-content .icon.blog-author{width:18px;height:18px;display:inline-block;margin:0 0 -4px 6px}
.comments .comments-content .datetime a{color:#0E6284;font-size:12px;float:right;text-decoration:none}
.comment-content{margin:0 0 8px;padding:0 5px}
.comment-header{font-size:18px;background-color:#f1f1f1;border-bottom:1px solid #e3e3e3;padding:5px}
.comments .comments-content .owner-actions{position:absolute;right:0;top:0}
.comments .comments-replybox{border:none;height:230px;width:100%}
.comments .comment-replybox-thread{margin-top:0}
.comments .comment-replybox-single{margin-top:5px;margin-left:48px}
.comments .comments-content .loadmore a{display:block;padding:10px 16px;text-align:center}
.comments .thread-toggle{cursor:pointer;display:inline-block}
.comments .comments-content .loadmore{cursor:pointer;max-height:3em;margin-top:0}
.comments .comments-content .loadmore.loaded{max-height:0;opacity:0;overflow:hidden}
.comments .thread-chrome.thread-collapsed{display:none}
.comments .thread-toggle{display:inline-block}
.comments .thread-toggle .thread-arrow{display:inline-block;height:6px;width:7px;overflow:visible;margin:0.3em;padding-right:4px}
.comments .thread-expanded .thread-arrow{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAc AAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC") no-repeat scroll 0 0 transparent}
.comments .thread-collapsed .thread-arrow{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA AcAAAAHCAYAAADEUlfTAAAAJUlEQVR42mNgAILy8vL/DLgASBKnApgkVgXIkhgKiNKJ005s4gDLbCZBiSxfygAAAAB JRU5ErkJggg==") no-repeat scroll 0 0 transparent}
.avatar-image-container{background:url(https://lh5.googleusercontent.com/-Wmy6bwNKzbo/T0miLZkuJsI/AAAAAAAAChc/orbwMGHyBxA/s51/arrow.png) top right no-repeat;float:left;vertical-align:middle;overflow:hidden;width:65px !important;height:51px !important;max-width:65px !important;max-height:51px !important}
.comments .avatar-image-container img{padding:2px;border:1px solid #ccc;width:45px !important;height:45px !important;max-width:45px !important;max-height:45px !important}
.comments .comment-block{margin-left:65px;position:relative;border:5px solid #e3e3e3;border-radius:8px}
@media screen and (max-device-width:480px){.comments .comments-content .comment-replies{margin-left:0}}

Mẫu 2:Dạng comment mẹ bao trùm comment con.

Tổng hợp các Style Làm đẹp Threaded comments của blogspot - by: http://namkna.blogspot.com/
Code chèn:
.comments {  clear: both;  margin-top: 10px;  margin-bottom: 0px;  line-height: 1em}
.comments .comments-content {  font-size: 13px}
.comments .comment .comment-actions a {padding:10px}
.comments .comment .comment-actions a:hover {  text-decoration: underline}
.comments .comments-content .comment-thread ol {  list-style-type: none;  padding: 0;  text-align: left}
.comments .comments-content .inline-thread {  padding: 0.5em 1em}
.comments .comments-content .comment-thread {  margin: 8px 0px}
.comments .comments-content .comment-thread:empty {  display: none}
.comments .comments-content .comment-replies {  margin-top: 1em;  margin-left: 36px}
.comments .comments-content .comment {  margin-bottom:15px;
border:1px solid rgba(0,0,0,0.4);
border-bottom:1px solid rgba(0,0,0,0.2);
background: rgba(0,0,0,0.15);
background: -moz-linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,0.05));
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.15)), to(rgba(0,0,0,0.05)));
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr=&#39;#666666&#39;, EndColorStr=&#39;#999999&#39;); /* IE6,IE7 only */
-ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorStr=&#39;#666666&#39;, EndColorStr=&#39;#999999&#39;)&quot;; /* IE8 only */
box-shadow: inset 0px 2px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0px 2px 5px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0px 2px 5px rgba(0,0,0,0.5)
}
.comments .comments-content .comment-body {  position:relative}
.comments .comments-content .user {  margin:6px 0 0 0;  font-style:normal;  font-weight:bold}
.comments .comments-content .icon.blog-author {  width: 18px;  height: 18px;  display: inline-block;  margin: 10px 10px -4px 6px}
.comments .comments-content .datetime {  margin:10px;  float:right}
.comments .comments-content .comment-header,
.comments .comments-content .comment-content {  margin:0 0 8px}
.comments .comments-content .comment-content {  text-align:justify}
.comments .comments-content .owner-actions {  position:absolute;  right:0;  top:0}
.comments .comments-replybox {  border: none;  height: 250px;  width: 100%}
.comments .comment-replybox-single {  margin-top: 5px;  margin-left: 48px}
.comments .comment-replybox-thread {  margin-top: 5px}
.comments .comments-content .loadmore a {  display: block;  padding: 10px 16px;  text-align: center}
.comments .thread-toggle {  cursor: pointer;  display: inline-block}
.comments .continue {  cursor: pointer}
.comments .continue a {  display: block;  padding: 0.5em;  font-weight: bold}
.comments .comments-content .loadmore {  cursor: pointer;  max-height: 3em;  margin-top: 3em}
.comments .comments-content .loadmore.loaded {  max-height: 0px;  opacity: 0;  overflow: hidden}
.comments .thread-chrome.thread-collapsed {  display: none}
.comments .thread-toggle {  display: inline-block}
.comments .thread-toggle .thread-arrow {  display: inline-block;  height: 6px;  width: 7px;  overflow: visible;  margin: 0.3em;  padding-right: 4px}
.comments .thread-expanded .thread-arrow {  background: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC&quot;) no-repeat scroll 0 0 transparent}
.comments .thread-collapsed .thread-arrow {  background: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAJUlEQVR42mNgAILy8vL/DLgASBKnApgkVgXIkhgKiNKJ005s4gDLbCZBiSxfygAAAABJRU5ErkJggg==&quot;) no-repeat scroll 0 0 transparent}
.comments .avatar-image-container {  float: left;  width: 36px;  max-height: 36px;  overflow: hidden;  margin:5px 0 0 5px}
.comments .avatar-image-container img {  width: 36px}
.comments .comment-block {  margin-left: 48px;  position: relative}

/* Responsive styles. */
@media screen and (max-device-width: 480px) {
  .comments .comments-content .comment-replies {
    margin-left: 0;
  }
}

Mẫu 3: Mẫu của Duy phạm.

Ảnh minh họa: Demo

#comments{overflow:hidden}
#comments h4{display:inline;padding:10px;line-height:40px}
#comments h4,.comments .comment-header,.comments .comment-thread.inline-thread .comment{position:relative}
#comments h4,.comments .continue a{background:#d80556}
#comments h4,.comments .user a,.comments .continue a{font-size:16px}
#comments h4,.comments .continue a{font-weight:normal;color:#fff}
#comments h4:after{content:"";position:absolute;bottom:-10px;left:10px;border-top:10px solid #d80556;border-right:20px solid transparent;width:0;height:0;line-height:0}
#comments .avatar-image-container img{border:0}
.comment-thread{color:#111}
.comment-thread a{color:#777}
.comment-thread ol{margin:0 0 20px}
.comment-thread .comment-content a,.comments .user a,.comments .comment-thread.inline-thread .user a{color:#d80556}
.comments .avatar-image-container,.comments .avatar-image-container img{width:48px;max-width:48px;height:48px;max-height:48px}
.comments .comment-block,.comments .comments-content .comment-replies,.comments .comment-replybox-single{margin-left:60px}
.comments .comment-block,.comments .comment-thread.inline-thread .comment{border:1px solid #ddd;background:#f9f9f9;padding:10px}
.comments .comments-content .comment{margin:15px 0 0;padding:0;width:100%;line-height:1em}
.comments .comments-content .icon.blog-author{position:absolute;top:-12px;right:-12px;margin:0;background-image: url(http://lh6.ggpht.com/-GDMurKK2tec/T5JCD6hoKoI/AAAAAAAABAc/COHOItBlFWk/author.png);width:36px;height:36px}
.comments .comments-content .inline-thread{padding:0 0 0 20px}
.comments .comments-content .comment-replies{margin-top:0}
.comments .comment-content{padding:5px 0;line-height:1.4em}
.comments .comment-thread.inline-thread{border-left:1px solid #ddd;background:transparent}
.comments .comment-thread.inline-thread .comment{width:auto}
.comments .comment-thread.inline-thread .comment:after{content:"";position:absolute;top:10px;left:-20px;border-top:1px solid #ddd;width:10px;height:0px}
.comments .comment-thread.inline-thread .comment .comment-block{border:0;background:transparent;padding:0}
.comments .comment-thread.inline-thread .comment-block{margin-left:48px}
.comments .comment-thread.inline-thread .user a{font-size:13px}
.comments .comment-thread.inline-thread .avatar-image-container,.comments .comment-thread.inline-thread .avatar-image-container img{width:36px;max-width:36px;height:36px;max-height:36px}
.comments .continue{border-top:0;width:100%}
.comments .continue a{padding:10px 0;text-align:center}
.comment .continue{display:none}
#comment-editor{width:103%!important}
.comment-form{width:100%;max-width:100%} 
Chúc thành công!
(nguồn blog namkna)

tải game đào vàng chơi trên máy tính (nhiều phiên bản)

Đào vàng là tựa game flash trong top những game kinh điển giống như pikachu đã làm say mê rất nhiều người chơi. hãy tải game đào vàng về và chơi offline trên máy tính để tận hưởng những phút giây thú vị. 
 Trước tiên bạn cần tải Tải Flashplayer10 về để hỗ trợ chơi game dạng flash có đuôi .swf  tại đây

( Hướng Dẫn Tải File: click vào link tải dẫn tới trang eyesfile.net --> kéo xuống cuối trang --> click vào 
"Get link" --> ra trang  Download File các bạn gõ ký tự đầy đủ 2 ký tự trong ô captcha vào dưới dòng   
"Type the two words": sau đó enter và click link down về thôi )

tải game đào vàng cổ điển tại đây
chơi online tại link này 


tải game đào vàng đôi tại đây
chơi online tại link này

tải game đào vàng 2 tại đây
chơi online tại link này

tải game đào vàng 3 tại đây
chơi online tại link này

tải game đào vàng 4 tại đây
chơi online tại link này

tải game đào càng kiểu úc tại đây
chơi online tại link này

tải game đào vàng biển đông tại đây
chơi online tại link này

tải game chinh phục ái tình tại đây
chơi online tại link này

tải game đào vàng Radar tại đây
chơi online tại link này

Saturday, June 9, 2012

Lịch thi đấu Euro 2012 theo giờ Việt Nam( file excel)


Licheuro2012 xin giới thiệu lịch thi đấu euro 2012 mới file excel, với khả năng tự động cập nhật xếp hạng cho vòng bảng.
lich thi dau euro 2012 file excel gio viet nam
Thiết kế đẹp mắt ,bạn chỉ cần điền tỉ số vào kết quả ở khung bên trái thì file sẽ tự động tính điểm ở khung bên phải.
Công tác chuẩn bị cho Euro cũng không kém phần quan trọng và việc mà nếu ai là fan của Euro cũng phải làm là tải về cho mình bộ Lịch Euro 2012 hay bạn có thể xem lịch đấu Euro 2012 (vòng chung kết ) Online ngay tại Licheuro2012.com.
tải về và đồng hành cùng Euro 2012 click để tải
(nguồn licheuro2012.com)

Tags

"Những trái tim khổng lồ" (1) 4levelsbux.com (2) Abouthits.com (1) Ảnh vui (2) AOMEI Partition Assistant 5.1 Professional Edition (1) AYUWAGE (1) backlink chất lượng (1) bitcoin (1) bot (1) bucks4shares (2) buxcents (1) captcha (1) captchatypers (1) chinh phục ái tình (1) chơi fruit-ninja HD (1) chụp ảnh màn hình (1) chuyển đổi từ file docx sang doc (1) chuyển đổi từ win xp (1) code đếm số người online (1) crack (7) Danh sách những trang kiếm tiền uy tín của Nga (1) đào vàng biển đông (1) đào vàng cổ điển (1) đào vàng đôi (1) đào vàng kiểu úc (1) đào vàng radar (1) dạy con làm giàu (1) Driver Scanner 2013 (1) DriverScanner 2011 (1) Dropbox (2) DuoMoney (2) facebook (1) facebook blaster pro v10.0 (1) facebook thang 10/2012 (1) file host up ảnh (1) free (2) free vpn premium (1) funny pics (2) gadget canlendar (1) games (6) games popcap (1) giải trí (3) hài hước (2) happyseconds.com (2) HIYP (1) Hot (11) I have nothing (1) i'm comeback (1) innocurrent (1) invest (3) Jason Việt Tiến (1) Jillsclickconner (1) jointopline.com (1) kawai (1) Key (1) key free (13) kiếm tiền bằng cách nhấn like facebook (1) kiếm tiền online (24) Kissmybux (1) Lich euro2012 (1) line 99 (1) lines 98 (1) Malwarebytes Anti (1) massprofitshares (1) Megatypes (1) Memory Cleaner (1) mẹo vặt (1) NovaBACKUP Professional v.12.5 (1) olympic 2012 london (1) paid to promote paying - workptp.com (1) phần mềm miễn phí (20) phd-bux (1) phim hay (1) photoscape (1) pikachu (1) pokemon (1) probux.com (1) proof (7) PTC uy tín (8) ram (1) Real-cashptc (1) rich dad poor dad (1) Roboform v7 (1) rolexbux (1) RylcoLikes (1) sách hay (1) sát thủ đầu mưng mủ (1) seo (1) Seosprint (1) serial key (7) Share2Benefit (2) shares (1) site buxhost (1) Smart Defrag (1) smb-bux (1) speedupmypc 2012 (1) speedupmypc 2013 (1) T-Blog (6) tải game (3) tăng tốc máy tính (1) tắt nhanh màn hình laptop (1) thủ thuật (17) Thung nai show (1) thúy nga - paris by night (1) tiện ích (9) tin tức - sự kiện (8) tình yêu (1) tool mmo (13) topline (1) trái tim (1) Truyện (1) tự động click ptc (5) tubeexposure.com (1) TurnOffLCDv101 (1) ứng dụng hay (16) Vagex.com (1) video (2) vista (1) website hay (1) win 8 (2) Win 8 Enterprise (1) win7 (1) windows 7 (1) workptp proof (1) X Factor 2012 (1) xem youtube kiếm tiền (2) xóm trọ (1) Yahoo 11.5 (1)