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