| @@ -1,22 +1,26 @@ | ||
| 1 | -div[class^="gr_custom_container"] { | |
| 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 | -div[class^="gr_custom_container"] a { | |
| 11 | +.jetpack-goodreads-legacy-widget div[class^="gr_custom_container"] a { | |
| 11 | 12 | color: #000; |
| 12 | 13 | } |
| 13 | 14 | |
| 14 | -h2[class^="gr_custom_header"] { | |
| 15 | +.jetpack-goodreads-legacy-widget h2[class^="gr_custom_header"] { | |
| 16 | + | |
| 15 | 17 | /* customize your Goodreads header here*/ |
| 16 | 18 | display: none; |
| 17 | 19 | } |
| 18 | -div[class^="gr_custom_each_container"] { | |
| 20 | + | |
| 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 | } |
| 27 | -div[class^="gr_custom_book_container"] { | |
| 31 | + | |
| 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,18 +37,21 @@ | ||
| 31 | 37 | height: 60px; |
| 32 | 38 | margin-left: 4px; |
| 33 | 39 | width: 39px; |
| 34 | 40 | } |
| 35 | -div[class^="gr_custom_author"] { | |
| 41 | + | |
| 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 | } |
| 39 | -div[class^="gr_custom_tags"] { | |
| 47 | + | |
| 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 | -div[class^="gr_custom_review"] { | |
| 45 | -} | |
| 46 | -div[class^="gr_custom_rating"] { | |
| 54 | + | |
| 55 | +.jetpack-goodreads-legacy-widget div[class^="gr_custom_rating"] { | |
| 47 | 56 | display: none; |
| 48 | 57 | } |