Tổng
hợp các Code dùng để thay đổi nền các Module cho Blog của bạn,bạn có
thể thay URl ảnh http://eddy/ bằng hình thích hợp
Tổng hợp các Code dùng để thay đổi nền các Module cho Blog của bạn
Ảnh nền Bảng tin nhắn
Code:
| BODY.guestbook {BACKGROUND:url(http://eddy/) #000000 fixed;} |
Ảnh nền của bộ đếm Statistic
Code:
Ảnh nền của phần comments
Code:
Ảnh nền của phần Thư mục
Code:
Ảnh nền của phần lịch
Code:
Ảnh nền của trang Profiles
Code:
| BODY.profile_view {BACKGROUND:url (http://eddy/) #000000 fixed;} |
/* Hình nền cho blog (theme) hiện tại chỉ làm được 1 mãnh và cho tràn khắp màn hình, cuộn */
BODY.blog_my {BACKGROUND:url(
http://eddy/) #000000 fixed;}
/*Nếu bạn muốn làm theme của mình gồm 2 mảnh Top và Bottom như blog 360 cũ (Chú ý kích thước chiều rộng nên là 1004px):*/
body{background:#000000;}
#doc2, #doc{background:#000000 url(URL ảnh Top) no-repeat center top;}
#bd{background:transparent url(URL ảnh Bottom) no-repeat center bottom;}
/* Chèn hình nền cho cái module thông tin cá nhân bao gồm avartar */
#profile_highlight_module .rc_bd .rc_bc {background:url(
http://eddy/) #653e16 top right repeat;}
#profile_highlight_module .bd {background:url(
http://eddy/) #653e16 bottom right no-repeat;}
/* Chèn hình nền cho module fiendlist */
#friendlist_module .rc_bd {background:url(
http://eddy/) #653e16 top right repeat;}
#friendlist_module .bd {background:url(
http://eddy/) #653e16 bottom right no-repeat;}
/* Chèn hình nền cho module Bài Mới */
#article_new .rc_bd .rc_bc {background:url(
http://eddy/) #653e16 top right repeat;}
#article_new .bd {background:url(
http://eddy/) #653e16 bottom right no-repeat;}
/* Chèn hình nền cho module Thư Mục Riêng*/
#folder .rc_bd .rc_bc {background:url(
http://eddy/) #653e16 top right repeat;}
#folder .bd {background:url(
http://eddy/) #653e16 bottom right no-repeat;}
/* Chèn hình nền cho module Comment mới*/
#comment_new .rc_bd .rc_bc {background:url(
http://eddy/) #653e16 top right repeat;}
#comment_new .bd {background:url(
http://eddy/) #653e16 bottom right no-repeat;}
/* Chèn hình nền cho module Thống Kê của plus*/
#statistic .rc_bd .rc_bc {background:url(
http://eddy/) #653e16 top right repeat;}
#statistic .bd {background:url(
http://eddy/) #653e16 bottom right no-repeat;}
/* Chèn hình nền cho module Blog yêu thích*/
#subscribe_highlight .rc_bd .rc_bc {background:url(
http://eddy/) #653e16 top right repeat;}
#subscribe_highlight .bd {background:url(
http://eddy/) #653e16 bottom right no-repeat;}
Chèn hình nền vào Module tự tạo
-Các Module tự tạo sẽ có số từ 10001->10010,tuỳ theo đó là Module thứ mấy mà các bạn điền số thích hợp.
VD:
/* Chèn hình nền cho module Online (cái module tự tạo thêm có số 10001 -> 10010)*/
#user_mod_10001 .rc_bd .rc_bc{background:url(http://eddy) #653e16 top right repeat;}
#user_mod_10001 .bd {background:url(http://eddy) #653e16 bottom right no-repeat;}
Bài viết có tham khảo của (
co0l.l0ve'sblog, TrangHa'sblog và
vunguyen'sblog)