SIDEBAR
ctrl+f search h2 { atau h2{ atau .sidebar h2 {
POST
search h3.post-title { atau .post h3 {
and paste code text-align:center; kat bawah kedua-dua code tadi
and paste code text-align:center; kat bawah kedua-dua code tadi
::-webkit-scrollbar {
height:12px;
width: 6px;
background: white;
}
::-webkit-scrollbar-thumb {
background: lightcoral;
}
::-webkit-scrollbar:hover {
background: white;
}
::-webkit-scrollbar-thumb:hover {
background: lightsteelblue;
}
<style>/* ----- Image opacity effect 1 ----- */.post a img {filter:alpha(opacity=100);-moz-opacity: 1.0;opacity: 1.0;-khtml-opacity: 1.0;}.post a:hover img {filter:alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;-khtml-opacity: 0.5;}</style>