Blogger Sitemap XML Code Get link Facebook X Pinterest Email Other Apps December 21, 2020 User-agent: Mediapartners-GoogleDisallow: User-agent: * Disallow: /search Allow: / Sitemap: https://yourwebsite.com/atom.xml?redirect=false&start-index=1&max-results=500 Get link Facebook X Pinterest Email Other Apps Comments
Table of content Code in blogger post December 21, 2020 Code 1 <div class="mbtTOC2"> <button>Contents <span>[<a onclick="mbtToggle2()" id="Tog">hide</a>]</span></button> <div id="mbtTOC2"></div> </div> Code 2 <script>mbtTOC2();</script> Read more
Disable text Selection on Blogger Code 1 December 21, 2020 .post-body { -webkit-user-select : none ; -khtml-user-select : none ; -moz-user-select : none ; -ms-user-select : none ; user-select : none ; } .post-body blockquote { -webkit-user-select : text ; -khtml-user-select : text ; -moz-user-select : text ; -ms-user-select : text ; user-select : text ; } Read more
Blogger Table of Content Css style Code December 21, 2020 /*####TOC Plugin V2.0 by overblogging####*/ .mbtTOC2{border:5px solid #f7f0b8;box-shadow:1px 1px 0 #EDE396;background-color:#FFFFE0;color:#707037;line-height:1.4em;margin:30px auto;padding:20px 30px 20px 10px; font-family:Oswald, arial;display: block;width: 70%;}.mbtTOC2 button{background:#FFFFE0; font-family:oswald, arial; font-size:22px;position:relative; outline:none;border:none; color:#707037;padding:0 0 0 15px;}.mbtTOC2 button a {color:#0080ff; padding:0px 2px;cursor:pointer;} .mbtTOC2 button a:hover{ text-decoration:underline; } .mbtTOC2 button span {font-size:15px; margin:0px 10px; } .mbtTOC2 li{margin:10px 0; } .mbtTOC2 li a {color:#0080ff; text-decoration:none; font-size:18px; text-transform:capitalize;} .mbtTOC2 li a:hover {text-decoration: underline;}.mbtTOC2 li li {margin:4px 0px;} .mbtTOC2 li li a{ color:#289728; font-size:15px;} .mbtTOC2 ol{counter-reset:section1;list-style:none} .mbtTOC2 ol ol{counter-reset:section2} .mbtTOC2 ol ol ol{counter-reset:section3... Read more
Comments
Post a Comment