abuiyad

sitemap blogger CSS

Oct 28th, 2016
1,004
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.81 KB | None | 0 0
  1. /* Sitemap plugin By MyBloggerLab */
  2. #bp_toc {
  3.     color: #666;
  4.     margin: 0 auto;
  5.     padding: 0;
  6.     border: 1px solid #d2d2d2;
  7.     float: left;
  8.     width: 100%;
  9. }
  10. span.toc-note {
  11.     display: none;
  12. }
  13. #bp_toc tr:nth-child(2n) {
  14.     background: #f5f5f5;
  15. }
  16. td.toc-entry-col1 a {
  17.     font-weight: bold;
  18.     font-size: 14px;
  19. }
  20. .toc-header-col1,
  21. .toc-header-col2,
  22. .toc-header-col3  {
  23. background:#9E9E9E;
  24. }
  25. .toc-header-col1 {
  26.     padding: 10px;
  27.     width: 250px;
  28. }
  29. .toc-header-col2 {
  30.     padding: 10px;
  31.     width: 75px;
  32. }
  33. .toc-header-col3 {
  34.     padding: 10px;
  35.     width: 125px;
  36. }
  37. .toc-header-col1 a:link,
  38. .toc-header-col1 a:visited,
  39. .toc-header-col2 a:link,
  40. .toc-header-col2 a:visited,
  41. .toc-header-col3 a:link,
  42. .toc-header-col3 a:visited {
  43.     font-size: 13px;
  44.     text-decoration: none;
  45.     color: #fff;
  46.     font-weight: 700;
  47.     letter-spacing: 0.5px;
  48. }
  49. .toc-header-col1 a:hover,
  50. .toc-header-col2 a:hover,
  51. .toc-header-col3 a:hover {
  52.     text-decoration: none;
  53. }
  54. .toc-entry-col1,
  55. .toc-entry-col2,
  56. .toc-entry-col3 {
  57.     padding: 5px;
  58.     padding-left: 5px;
  59.     font-size: 12px;
  60. }
  61. .toc-entry-col1 a,
  62. .toc-entry-col2 a,
  63. .toc-entry-col3 a {
  64.     color: #666;
  65.     font-size: 13px;
  66.     text-decoration: none
  67. }
  68. .toc-entry-col1 a:hover,
  69. .toc-entry-col2 a:hover,
  70. .toc-entry-col3 a:hover {
  71.     text-decoration:underline;
  72. }
  73. #bp_toc table {
  74.     width: 100%;
  75.     margin: 0 auto;
  76.     counter-reset: rowNumber;
  77. }
  78. .toc-entry-col1 {
  79.     counter-increment: rowNumber;
  80. }
  81. #bp_toc table tr td.toc-entry-col1:first-child::before {
  82.     content: counter(rowNumber);
  83.     min-width: 1em;
  84.        min-height: 3em;
  85.     float: left;
  86.     border-right: 1px solid #fff;
  87.     text-align: center;
  88.     padding: 0px 11px 1px 6px;
  89.     margin-right: 15px;
  90. }
  91. td.toc-entry-col2 {
  92.     text-align: center;
  93. }
Add Comment
Please, Sign In to add comment