Thư mục: thủ thuật blog |
.col-150 .rc_bd .rc_bc .bd {background:transparent;}
.col-600 .rc_bd .rc_bc .bd {background:transparent;}
.row-920 .rc_bd .rc_bc .bd {background:transparent;}
giải thích: thông số 150 là cho module nhỏ, 600 là module chính to (ví dụ như mục bài viết của bạn), và 920 là module to nhất trong blog bạn, nếu bạn ko muốn module nào trong suốt thì bỏ cái dòng làm trong suốt của module đó đi.
2. đây là code làm nền tiêu đề module trong suốt
.col-150 .rc_bd .rc_bc .hd .titlebar .hd,.col-150 .rc_bd .rc_bc .hd .titlebar{background:transparent;}
.col-600 .rc_bd .rc_bc .hd .titlebar .hd,.col-600 .rc_bd .rc_bc .hd .titlebar{background:transparent;}
.row-920 .rc_bd .rc_bc .hd .titlebar .hd,.row-920 .rc_bd .rc_bc .hd .titlebar{background:transparent;}
II. Đối với module tự tạo
1. Code làm trong suốt nền tiêu đề:
#user_mod_1000X .rc_bd .rc_bc .hd .titlebar .hd,#user_mod_1000X .rc_bd .rc_bc .hd .titlebar{background:transparent;}
2. Code làm trong suốt nền module:
#user_mod_1000X .rc_bd .rc_bc .bd {background:transparent;}
Chu y: X la so module tren blog ban nó chạy từ 1 đến 10 đó
III. Code làm trong suốt một số module khác
1. Module tâm trạng
#mod_lifeline div.bd, #mod_lifeline div.rc_bc {background:transparent!important;}
2. Module friendlist
#friendlist_module .rc_bd .rc_bc .hd .titlebar .hd{background:transparent;}
3. Làm trong suốt blast
#blast .rc_bc .bd{background:transparent;}
#blast .rc_ft, #blast .rc_ft div{background:transparent no-repeat left top;} #blast .rc div {background:transparent ;}
#blast .rc {background:transparent ;}
#blast .rc_bd div.rc_bc {background:transparent ;}
#blast .rc_bd {background:transparent ;}
#blast .rc_ft {background:transparent ;}
#blast .rc_ft div {background:transparent ;}
4. Làm trong module tên blog
#blog_title .bd{background:transparent}
5. Làm trong suốt tổng số trang
.mod-alist-summary .pagination, .mod-alist-full .pagination{background:transparent}
6. Làm trong suốt nền cmm (khung bình luận của bài viết)
.cmt-mod-alist #comments-listing .extend-hd, .cmt-mod-alist #comments-listing .extend-bd .alist-comment {background:none;}
.alist-comment #comment_container *, .cmt-mod-alist #comments-listing , .cmt-mod-alist #comments-listing .alist-comment {background:none;}
7. Làm trong suốt viền các module
#friend-list .rc div, #friendlist_module .rc div, .rc div,.col-150 .rc div {background:transparent ;}
#friend-list .rc, #friendlist_module .rc, .rc,.col-150 .rc {background:transparent ;}
#friend-list .rc_bd div.rc_bc, #friendlist_module .rc_bd div.rc_bc, .rc_bd div.rc_bc,.col-150 .rc_bd {background:transparent ;}
#friend-list .rc_bd, #friendlist_module .rc_bd, .rc_bd,.col-150 .rc_bd div.rc_bc {background:transparent ;}
#friend-list .rc_ft div, #friendlist_module .rc_ft div, .rc_ft div, .col-150 .rc_ft div {background:transparent ;}
#friend-list .rc_ft, #friendlist_module .rc_ft, .rc_ft, .col-150 .rc_ft {background:transparent ;}
các bạn chú ý nhé nếu đã mất công làm nền cho một cái mo-dun nào đó mà bỏ mấy dòng code làm trong suốt này vô là coi như không có cái nền nữa đâu đó ví dụ thế này các bạn đã tạo một cái nền thật xinh cho lời bình giờ lại bỏ code trong suốt của phần lời bình zô thì coi như cái nền mình làm không có nữa vì nó làm trong suốt mà lị , do đó trước khi bỏ code trong suốt thì cân nhắc nên bỏ code nào nhé