Basic HTML for blogskin
Sabtu, 31 Desember 2011 | 00.12 | 0 comments
Hello all.
hari ini ngasih tuto basic HTML code for blogskin.
kan coding template designer sama template classic beda.


Untuk semua coding ini. Pergi ke Template, lalu ikuti tutors ini.

1. Scrollbar
-cari kode </style>
-lalu pastekan kode berikut diatas kode </style>
::-webkit-scrollbar {
height:12px;
width: 12px;
background: #000000;
}
::-webkit-scrollbar-thumb {
background-color: #000000;
-moz-border-radius: 10px;
border-radius: 10px;
}

Red : warna scrollbar
italic : background scrollbar
Bold : atur dengan height and weight.

2. Bold and Underline.
-cari kode </style>
-pastekan kode berikut diatas kode </style>
u {
text-decoration: none;
color: #c0c0c0;
border-bottom: #ff97cb 1px solid;
}
b {
text-decoration:strong;
color: #ff97cb;
}

Red : warna text underline.
Purple : warna border underline.
Orange : warna text Bold.

3. Color Highlight
-cari kode </style>
-pastekan kode berikut diatas kode </style>
::-moz-selection {
background:#000000;
color:#ffffff;
}
::selection {
background: #000000;
color: #ffffff;
}

Orange : background highlight
Red : warna text highlight

4. Hilangkan NavBar.
-cari kode <style type="text/css">
-pastekan kode berikut dibawah kode <style type="text/css">

#navbar-iframe{
display: none;
}
Kalau mau Re-Post izin dulu ! dan plus credit.

Label: , ,


Older Post | Newer Post