You are here

download_count.css in Download Count 8

#download-count-table a {
  display: inline-block;
  line-height: .9em;
}
#download-count-table a + a {
  border-left: 1px solid;
  margin-left: 0.5em;
  padding-left: 0.5em;
}
table.download-count-table th {
  font-weight: bold;
}
table.download-count-table caption {
  font-weight: bold;
  font-size: 1.3em;
  padding: 2em 0 1em 0;
}
table.download-count-details {
  width: 50%;
}
table.download-count-details th.number {
  width: 10%;
}
table.download-count-details th.range {
  width: 45%;
}
table.download-count-details th.count {
  width: 45%;
}
table.download-count-details td,
table.download-count-details th {
  text-align: center;
}
#download-count-total-bottom {
  padding-top: 2em;
}

File

css/download_count.css
View source
  1. #download-count-table a {
  2. display: inline-block;
  3. line-height: .9em;
  4. }
  5. #download-count-table a + a {
  6. border-left: 1px solid;
  7. margin-left: 0.5em;
  8. padding-left: 0.5em;
  9. }
  10. table.download-count-table th {
  11. font-weight: bold;
  12. }
  13. table.download-count-table caption {
  14. font-weight: bold;
  15. font-size: 1.3em;
  16. padding: 2em 0 1em 0;
  17. }
  18. table.download-count-details {
  19. width: 50%;
  20. }
  21. table.download-count-details th.number {
  22. width: 10%;
  23. }
  24. table.download-count-details th.range {
  25. width: 45%;
  26. }
  27. table.download-count-details th.count {
  28. width: 45%;
  29. }
  30. table.download-count-details td,
  31. table.download-count-details th {
  32. text-align: center;
  33. }
  34. #download-count-total-bottom {
  35. padding-top: 2em;
  36. }