Cara Membuat Syntax Highlighting di Blogger Template Viomagz
Halo gank! pada kesempatan kali ini kita akan belajar cara membuat syntax highlighting keren seperti dibawah ini. pre { background-color: #292E34; /* warna background */ border-left: 5px solid $(body.link.color); /* variasi border kiri */ padding:0; margin:.5em auto; white-space:pre; word-wrap:break-word; overflow:auto; position:relative; width:100%; -moz-tab-size:2; -o-tab-size:2; tab-size:2; word-break:normal; user-select:text; -webkit-user-select:text; -khtml-user-select:text; -moz-user-select:text; -ms-user-select:text; user-select:text; -webkit-hyphens:none; -moz-hyphens:none; -ms-hyphens:none; hyphens:none } pre code { color: #BFBF90; /* warna huruf */ font-size: 14px; /* ukuran huruf */ max-height:250px; line-height:1.5em; display:block; background:none; border:none; padding:10px 15px; font-family:'source code pro',menlo,consolas,monaco,monospace; white-space:pre-wrap; overflow:auto; user-select:text; -webkit-user-select:text; -khtml-user-select:text; -moz-u...