Code สำหรับทำให้รูปคน คอมเมน
ต์ย้ายไปอยู่ตรงกลาง |
<style type='text/css'>
.comment-picture {MARGIN-TOP: 6em; LEFT: 16em;POSITION: relative;}
</style>
|
Code สำหรับทำให้รูปคน
คอมเมนต์ใหญ่ขึ้น |
<style type="text/css"> .comment-picture {height:100px !important;
width:100px;} .comment-picture a img {width:100px; height:100px;}
</style>
|
Code สำหรับทำให้
คอมเมนต์อยู่ตรงกลาง |
<style type="text/css"> .section .comment-text {
TEXT-ALIGN: center}
</style>
|
Code สำหรับทำให้
คอมเมนต์เรืองแสง |
<style type="text/css">
.section .comment-text {filter:Glow(color=#FF99CC ,strength=12 ;height:14;COLOR: #FFFFCC;}
</style>
|
| Code สำหรับย้ายรูป |
<style type='text/css'> #about-left{position: relative;left: 30em;}#about-right{position: relative;left: -52em; }#about-center{position: relative;left: 32em;}</style>
|
Code สำหรับย้ายรูป
โปรไฟล์ไปอยู่ด้านขวา |
<style type="text/css"> #user-details .content { DIRECTION: rtl }</style>
|
| Code สำหรับทำรูปเบลอ |
<style type="text/css"> a:link img {filter:blur (add = 0, direction = 225, strength = 10);}a:visited img {filter:blur(add = 0, direction = 225, strength = 10);}a:hover img {filter: none}</style>
|
| Code ลบแถบ log in |
<style type="text/css"> #p_nav_header{display:none} </style>
|
| Code ลบกล่องข้อมูลออก |
<style type='text/css'>
#friends {DISPLAY: none}
#schools {display:none;}
#groups {display:none;}
#videos {display:none;}
#widgets {display:none;}
#background {display:none;}
#recent-updates {display:none;}
#photoAlbums {display:none;}
</style>
|
| Code เปลี่ยนสีสกรอลล์บาร์ |
<style type="text/css">
html {
scrollbar-arrow-color: โค้ดสี;
scrollbar-face-color: โค้ดสี;
scrollbar-highlight-color: โค้ดสี;
scrollbar-3dlight-color: โค้ดสี;
scrollbar-shadow-color: โค้ดสี;
scrollbar-darkshadow-color: โค้ดสี;
scrollbar-track-color: โค้ดสี;
}
</style>
|
Code ขยายข้อความ
คอมเมนต์ให้ใหญ่ขึ้น |
</style>
textarea{font-size:24px}
.comment-text{font-size:24px}
</style>
|
โค้ดทำให้รูปเพื่อนที่
เม้นมาอยู่ตรงกลาง |
<style type='text/css'>
.comment-picture {MARGIN-TOP: 6em; LEFT: 16em;POSITION: relative;}
</style>
|
| โค้ดทำให้รูปคนที่คอมเม้นเปน 100x100 pixels |
<style type="text/css">
.comment-picture {height:100px !important;
width:100px;}
.comment-picture a img {width:100px; height:100px;}
</style>
|