options.css
8 years ago
options.min.css
8 years ago
wpfront-scroll-top.css
8 years ago
wpfront-scroll-top.min.css
8 years ago
options.css
83 lines
| 1 | #icon-wpfront-scroll-top { |
| 2 | background: url("../images/settings32x32.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); |
| 3 | } |
| 4 | |
| 5 | #wpfront-scroll-top-options input.pixels { |
| 6 | width: 40px; |
| 7 | } |
| 8 | |
| 9 | #wpfront-scroll-top-options input.seconds { |
| 10 | width: 40px; |
| 11 | } |
| 12 | |
| 13 | #wpfront-scroll-top-options div.icons-container { |
| 14 | display: inline-block; |
| 15 | width: 80%; |
| 16 | } |
| 17 | |
| 18 | #wpfront-scroll-top-options div.icons-container div { |
| 19 | float: left; |
| 20 | margin-right: 20px; |
| 21 | margin-bottom: 10px; |
| 22 | min-width: 100px; |
| 23 | min-height: 80px; |
| 24 | zoom: 80%; |
| 25 | } |
| 26 | |
| 27 | #wpfront-scroll-top-options div.icons-container div.selected { |
| 28 | background-color: silver; |
| 29 | } |
| 30 | |
| 31 | #wpfront-scroll-top-options div.icons-container div:hover { |
| 32 | background-color: silver; |
| 33 | } |
| 34 | |
| 35 | #wpfront-scroll-top-options div.icons-container div input { |
| 36 | vertical-align: top; |
| 37 | } |
| 38 | |
| 39 | #wpfront-scroll-top-options input.url { |
| 40 | width: 50%; |
| 41 | } |
| 42 | |
| 43 | #wpfront-scroll-top-options table.form-table .color-selector-div |
| 44 | { |
| 45 | display: inline-block; |
| 46 | width: 100px; |
| 47 | } |
| 48 | |
| 49 | #wpfront-scroll-top-options table.form-table .color-selector |
| 50 | { |
| 51 | vertical-align: middle; |
| 52 | } |
| 53 | |
| 54 | #wpfront-scroll-top-options table.form-table div.pages-selection |
| 55 | { |
| 56 | width: 70%; |
| 57 | height: 150px; |
| 58 | background-color: #fff; |
| 59 | overflow: auto; |
| 60 | |
| 61 | border: 1px solid #dfdfdf; |
| 62 | -moz-border-radius: 4px; |
| 63 | -khtml-border-radius: 4px; |
| 64 | -webkit-border-radius: 4px; |
| 65 | border-radius: 4px; |
| 66 | } |
| 67 | |
| 68 | #wpfront-scroll-top-options table.form-table div.page-div |
| 69 | { |
| 70 | float: left; |
| 71 | width: 250px; |
| 72 | padding: 2px; |
| 73 | white-space: nowrap; |
| 74 | overflow: hidden; |
| 75 | } |
| 76 | |
| 77 | #wpfront-scroll-top-options input.post-id-list |
| 78 | { |
| 79 | width: 70%; |
| 80 | } |
| 81 | |
| 82 | |
| 83 |