Kode dasar CSS dari label cloud blogger adalah sebagai berikut :
1 2 3 4 5 | .label-size-1 a { } .label-size-2 a { } .label-size-3 a { } .label-size-4 a { } .label-size-5 a { } |
Contoh kode CSS untuk mengatur tampilan label cloud :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | .label-size-1 a { font-size: 12px; text-decoration: none; } .label-size-2 a { font-size: 14px; text-decoration: none; color:#cd9f01; } .label-size-3 a { font-size: 15px; font-family: Arial, Tahoma, Verdana; text-decoration: none; } .label-size-4 a { font-size: 18px; font-weight:bold; text-decoration: none; color:#ea5a04; } .label-size-5 a { font-size: 24px; text-decoration: none; } .label-size-1 a:hover, .label-size-2 a:hover, .label-size-3 a:hover, .label-size-4 a:hover, .label-size-5 a:hover { text-decoration:underline } |
Berikut contoh cara memasukkan kode CSS tersebut ke dalam template anda :
1. Silahkan login ke blogger dengan ID anda.
2. Klik Tata Letak.
3. Klik tab Edit HTML.
4. Copy lalu paste kode berikut persis di atas kode ]]>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | .label-size-1 a { font-size: 12px; text-decoration: none; } .label-size-2 a { font-size: 14px; text-decoration: none; color:#cd9f01; } .label-size-3 a { font-size: 15px;font-family: Arial, Tahoma, Verdana;text-decoration: none; } .label-size-4 a { font-size: 18px; font-weight:bold; text-decoration: none; color:#ea5a04; } .label-size-5 a { font-size: 24px; text-decoration: none; } .label-size-1 a:hover, .label-size-2 a:hover, .label-size-3 a:hover, .label-size-4 a:hover, .label-size-5 a:hover { text-decoration:underline } |
6. Selesai.
Sekarang silahkan lihat label cloud anda, jika berhasil maka tampilannya akan sedikit berbeda daripada sebelumnya.
SeLamat Mencoba…
Tidak ada komentar:
Posting Komentar