goodreads.css 1011 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. div[class^="gr_custom_container"] {
  2. /* customize your Goodreads widget container here*/
  3. border: 1px solid gray;
  4. border-radius:10px;
  5. padding: 10px 5px 10px 5px;
  6. background-color: #FFF;
  7. color: #000;
  8. }
  9. div[class^="gr_custom_container"] a {
  10. color: #000;
  11. }
  12. h2[class^="gr_custom_header"] {
  13. /* customize your Goodreads header here*/
  14. display: none;
  15. }
  16. div[class^="gr_custom_each_container"] {
  17. /* customize each individual book container here */
  18. width: 100%;
  19. clear: both;
  20. margin-bottom: 10px;
  21. overflow: auto;
  22. padding-bottom: 4px;
  23. border-bottom: 1px solid #aaa;
  24. }
  25. div[class^="gr_custom_book_container"] {
  26. /* customize your book covers here */
  27. float: right;
  28. overflow: hidden;
  29. height: 60px;
  30. margin-left: 4px;
  31. width: 39px;
  32. }
  33. div[class^="gr_custom_author"] {
  34. /* customize your author names here */
  35. font-size: 10px;
  36. }
  37. div[class^="gr_custom_tags"] {
  38. /* customize your tags here */
  39. font-size: 10px;
  40. color: gray;
  41. }
  42. div[class^="gr_custom_review"] {
  43. }
  44. div[class^="gr_custom_rating"] {
  45. display: none;
  46. }