admin-dashboard.css
5 years ago
admin.css
4 years ago
block-editor.min.css
4 years ago
frontend.css
11 years ago
admin.css
133 lines
| 1 | /* Post Views Counter settings */ |
| 2 | .post-views-counter-settings { |
| 3 | margin-right: 300px; |
| 4 | } |
| 5 | |
| 6 | .post-views-counter-settings form { |
| 7 | float: left; |
| 8 | min-width: 463px; |
| 9 | width: auto; |
| 10 | } |
| 11 | |
| 12 | .post-views-counter-settings fieldset .description { |
| 13 | font-size: 13px; |
| 14 | margin-bottom: 8px; |
| 15 | margin-top: 4px; |
| 16 | display: block; |
| 17 | } |
| 18 | |
| 19 | .post-views-counter-settings p.help, .post-views-counter-settings p.description, .post-views-counter-settings span.description { |
| 20 | font-size: 13px; |
| 21 | font-style: italic; |
| 22 | } |
| 23 | |
| 24 | .post-views-counter-settings div.ip-box { |
| 25 | margin-bottom: 3px; |
| 26 | } |
| 27 | |
| 28 | .post-views-counter-settings select { |
| 29 | vertical-align: top; |
| 30 | } |
| 31 | |
| 32 | .pvc_user_roles { |
| 33 | margin-top: 12px; |
| 34 | } |
| 35 | |
| 36 | .df-credits { |
| 37 | float: right; |
| 38 | width: 280px; |
| 39 | background: #fff; |
| 40 | margin: 20px -300px 20px 20px; |
| 41 | position: relative; |
| 42 | box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); |
| 43 | } |
| 44 | |
| 45 | .df-credits .inner { |
| 46 | padding-left: 10px; |
| 47 | padding-right: 10px; |
| 48 | } |
| 49 | |
| 50 | .df-credits h3 { |
| 51 | font-size: 14px; |
| 52 | line-height: 1.4; |
| 53 | margin: 0; |
| 54 | padding: 8px 12px; |
| 55 | border-bottom: 1px solid #eee; |
| 56 | } |
| 57 | |
| 58 | .df-credits .df-link { |
| 59 | padding-top: 5px; |
| 60 | padding-bottom: 10px; |
| 61 | margin: 0; |
| 62 | } |
| 63 | |
| 64 | .df-credits .df-link a { |
| 65 | display: block; |
| 66 | text-align: center; |
| 67 | outline: none !important; |
| 68 | border: none !important; |
| 69 | box-shadow: none !important; |
| 70 | } |
| 71 | |
| 72 | .df-credits .df-link a img { |
| 73 | display: block; |
| 74 | margin: 0 auto; |
| 75 | width: 80px; |
| 76 | } |
| 77 | |
| 78 | .df-credits hr { |
| 79 | border: solid #eee; |
| 80 | border-width: 1px 0 0; |
| 81 | clear: both; |
| 82 | height: 0; |
| 83 | } |
| 84 | |
| 85 | /* Single post edit screen */ |
| 86 | #misc-publishing-actions #post-views #post-views-display:before { |
| 87 | display: inline-block; |
| 88 | font: 400 20px/1 dashicons; |
| 89 | left: -1px; |
| 90 | padding: 0 2px 0 0; |
| 91 | position: relative; |
| 92 | text-decoration: none !important; |
| 93 | vertical-align: top; |
| 94 | color: #888; |
| 95 | content: "\f185"; |
| 96 | top: -1px; |
| 97 | } |
| 98 | |
| 99 | /* Listing edit screen */ |
| 100 | .edit-php .widefat th#post_views { |
| 101 | width: 5.5em; |
| 102 | } |
| 103 | .edit-php .widefat th.column-post_views .dashicons, |
| 104 | .edit-php .widefat th.column-post_views .dashicons:before { |
| 105 | font-size: 1.1em; |
| 106 | vertical-align: middle; |
| 107 | } |
| 108 | .edit-php .widefat th .dash-title, .upload-php .widefat th .dash-title { |
| 109 | display:none; |
| 110 | } |
| 111 | .edit-php .metabox-prefs .dash-icon { |
| 112 | display:none; |
| 113 | } |
| 114 | .edit-php .widefat td .dashicons, |
| 115 | .edit-php .widefat td .dashicons:before { |
| 116 | font-size: 1.1em; |
| 117 | } |
| 118 | .edit-php #inline-edit-post_views input { |
| 119 | width: auto; |
| 120 | } |
| 121 | |
| 122 | .is-hidden { |
| 123 | display:none !important; |
| 124 | visibility:hidden !important |
| 125 | } |
| 126 | output { |
| 127 | display: block; |
| 128 | font-size: 30px; |
| 129 | font-weight: bold; |
| 130 | text-align: center; |
| 131 | margin: 30px 0; |
| 132 | width: 100%; |
| 133 | } |