Advertisement
dimaslanjaka

elegant html sitemap blogger

Mar 5th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.17 KB | None | 0 0
  1. <!--style> Disabled function for label by number
  2. .toc-tab-item-0, .toc-tab-item-1, .toc-tab-item-5, .toc-tab-item-7 {
  3.  display: none !important;
  4. }
  5. </style-->
  6. <div id="tabbed-toc">
  7. <span class="loading">Loading, please wait for a moment...</span></div>
  8. <br />
  9. <script type="text/javascript">
  10. var tabbedTOC = {
  11.     blogUrl: "http://secretnetworkforces.blogspot.com", // Enter your blog URL
  12.     containerId: "tabbed-toc", // Container ID
  13.     activeTab: 1, // The default active tab index (default: the first tab)
  14.     showDates: false, // `true` to show the post date
  15.     showSummaries: false, // `true` to show the posts summaries
  16.     numChars: 200, // Number of summary chars
  17.     showThumbnails: false, // `true` to show the posts thumbnails (Not recommended)
  18.     thumbSize: 40, // Default thumbnail size
  19.     noThumb: "", // A "no thumbnail" URL
  20.     monthNames: [ // Array of month names
  21.         "January",
  22.         "February",
  23.         "March",
  24.         "April",
  25.         "May",
  26.         "June",
  27.         "July",
  28.         "August",
  29.         "September",
  30.         "October",
  31.         "November",
  32.         "December"
  33.     ],
  34.     newTabLink: true, // Open link in new window. `false` to open in same window
  35.     maxResults: 99999, // Maximum post results
  36.     preload: 0, // Load the feed after 0 seconds (option => time in milliseconds || "onload")
  37.     sortAlphabetically: true, // `false` to sort posts by published date
  38.     showNew: 7, // `false` to hide the "New!" mark in most recent posts or
  39.  //define how many recent posts are to be marked by changing the number
  40.     newText: " - <em style='color: white;padding: 1px 5px;border-radius: 20px;background-color: #F00;'>New!</em>" // HTML/CSS for
  41. //the "New!" text
  42. };
  43. </script>
  44. <script src="http://yourjavascript.com/51107864021/tabbed-toc-defaults.js" type="text/javascript"></script>
  45. <style>
  46. /*Sitemap  */
  47. #tabbed-toc {
  48.  width: 99%;
  49.  margin: 0 auto;
  50.  overflow: hidden !important;
  51.  position: relative;
  52.  color: #222;
  53.  border: 0;
  54.  border-top: 5px solid #FC0204;
  55.  background-color: #1D1D1D;
  56.  -webkit-transition: all 0.4s ease-in-out;
  57. }
  58. #tabbed-toc .loading {
  59.  display:block;
  60.  padding:5px 15px;
  61.  font:normal bold 11px Arial,Sans-Serif;
  62.  color:#FFF;
  63. }
  64. #tabbed-toc ul,
  65. #tabbed-toc ol,
  66. #tabbed-toc li {
  67.  margin:0;
  68.  padding:0;
  69.  list-style:none;
  70.  }
  71. #tabbed-toc .toc-tabs {
  72.  width: 24.8%;
  73.  float: left !important;
  74. }
  75. #tabbed-toc .toc-tabs li a {
  76.  display:block;
  77.  font:normal bold 10px/28px Arial,Sans-Serif;
  78.  height:28px;
  79.  overflow:hidden;
  80.  text-overflow:ellipsis;
  81.  color:#ccc;
  82.  text-transform:uppercase;
  83.  text-decoration:none;
  84.  padding:0 12px;
  85.  cursor:pointer;
  86.   -webkit-transition: all 0.3s ease-in-out;
  87. }
  88. #tabbed-toc .toc-tabs li a:hover {
  89.  background-color: #515050;
  90.  color: #FFF;
  91.  }
  92. #tabbed-toc .toc-tabs li a.active-tab {
  93.  background-color: #FFFC03;/*edit*/
  94.  color: #222;
  95.  position: relative;
  96.  z-index: 5;
  97.  margin: 0 -2px 0 0;
  98. }
  99. #tabbed-toc .toc-content,
  100. #tabbed-toc .divider-layer {
  101.  width: 75%;
  102.  float: right !important;
  103.  background-color: #F5F5F5;
  104.  border-left: 5px solid #FFFC03;
  105.  -webkit-box-sizing: border-box;
  106.  -moz-box-sizing: border-box;
  107.  box-sizing: border-box;
  108.  -webkit-transition: all 0.3s ease-in-out;
  109. }
  110. #tabbed-toc .divider-layer {
  111.  float:none;
  112.  display:block;
  113.  position:absolute;
  114.  top:0; right:0; bottom:0;
  115. }
  116. #tabbed-toc .panel {
  117.  position:relative;
  118.  z-index:5;
  119.  font:normal normal 10px Arial,Sans-Serif;
  120. }
  121. #tabbed-toc .panel li a {
  122.  display: block;
  123.  position: relative;
  124.  font-weight: bold;
  125.  font-size: 11px;
  126.  color: #222;
  127.  line-height: 2.8em;
  128.  height: 30px;
  129.  padding: 0 10px;
  130.  text-decoration: none;
  131.  outline: none;
  132.  overflow: hidden;
  133.  -webkit-transition: all 0.3s ease-in-out;
  134. }
  135. #tabbed-toc .panel li time {
  136.  display:block;
  137.  font-style:italic;
  138.  font-weight:400;
  139.  font-size:10px;
  140.  color:#666;
  141.  float:right;
  142. }
  143. #tabbed-toc .panel li .summary {
  144.  display:block;
  145.  padding:10px 12px;
  146.  font-style:italic;
  147.  border-bottom:4px solid #275827;
  148.  overflow:hidden;
  149. }
  150. #tabbed-toc .panel li .summary img.thumbnail {
  151.  float:left;
  152.  display:block;
  153.  margin:0 8px 0 0;
  154.  padding:4px;
  155.  width:72px;
  156.  height:72px;
  157.  border:1px solid #dcdcdc;
  158.  background-color:#fafafa;
  159. }
  160. #tabbed-toc .panel li:nth-child(even) {
  161.  background-color: #DBDBDB;
  162.  font-size: 10px;
  163. }
  164. #tabbed-toc .panel li a:hover,
  165. #tabbed-toc .panel li a:focus,
  166. #tabbed-toc .panel li a:hover time,
  167. #tabbed-toc .panel li.bold a {
  168.  background-color:#222;
  169.  color:#FFF;
  170.  outline:none;
  171.  -webkit-transition: all 0.3s ease-in-out;
  172. }
  173. #tabbed-toc .panel li.bold a:hover,
  174. #tabbed-toc .panel li.bold a:hover time {
  175.  background-color:#222;
  176. }
  177. @media (max-width:700px) {
  178. #tabbed-toc {
  179.  background-color:#fff;
  180.  border:0 solid #888;
  181. }
  182. #tabbed-toc .toc-tabs,
  183. #tabbed-toc .toc-content {
  184.  overflow:hidden;
  185.  width:auto;
  186.  float:none !important;
  187.  display:block;
  188. }
  189. #tabbed-toc .toc-tabs li {
  190.  display:inline;
  191.  float:left !important;
  192. }
  193. #tabbed-toc .toc-tabs li a,
  194. #tabbed-toc .toc-tabs li a.active-tab {
  195.  background-color:#222;
  196.  color:#ccc;
  197. }
  198. #tabbed-toc .toc-tabs li a.active-tab {
  199.  color:#000;
  200. }
  201. #tabbed-toc .toc-content {
  202.  border:none;
  203. }
  204. #tabbed-toc .divider-layer,
  205. #tabbed-toc .panel li time {
  206.  display:none;
  207. }
  208. }
  209. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement