| 1 |
|
| 2 |
/*---------------------------------------------------------*/ |
| 3 |
/* Install Messages */ |
| 4 |
/*---------------------------------------------------------*/ |
| 5 |
|
| 6 |
.mbt-admin-notice { |
| 7 |
position: relative; |
| 8 |
z-index: 100; |
| 9 |
border: 1px solid #21759b; |
| 10 |
border-radius: 8px; |
| 11 |
box-shadow: inset 0 0 15px rgba(0,0,0,0.04); |
| 12 |
background: #2a95c5; |
| 13 |
display: inline-block; |
| 14 |
min-width: 50%; |
| 15 |
|
| 16 |
padding-right: 10px; |
| 17 |
margin: 5px 10px 2px; |
| 18 |
overflow: hidden; |
| 19 |
} |
| 20 |
|
| 21 |
.mbt-admin-notice h4 { |
| 22 |
font-size: 18px; |
| 23 |
font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",Verdana,"Bitstream Vera Sans",sans-serif; |
| 24 |
font-weight: normal; |
| 25 |
line-height: 36px; |
| 26 |
text-shadow: 0 1px 1px #21759b; |
| 27 |
color: white; |
| 28 |
vertical-align: middle; |
| 29 |
|
| 30 |
display: inline-block; |
| 31 |
margin: 6px 5px 6px 10px; |
| 32 |
float: left; |
| 33 |
|
| 34 |
border-radius: 5px; |
| 35 |
} |
| 36 |
|
| 37 |
.mbt-admin-notice .notice-button, |
| 38 |
.mbt-admin-notice .notice-button:link { |
| 39 |
font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",Verdana,"Bitstream Vera Sans",sans-serif; |
| 40 |
font-weight: bold; |
| 41 |
font-size: 16px!important; |
| 42 |
line-height: 16px!important; |
| 43 |
vertical-align: middle; |
| 44 |
color: white; |
| 45 |
text-align: center; |
| 46 |
text-decoration: none; |
| 47 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); |
| 48 |
|
| 49 |
border: 1px solid #21759B; |
| 50 |
border-bottom-color: #1E6A8D; |
| 51 |
border-radius: 5px; |
| 52 |
background-color: #21759B; |
| 53 |
background-image: -webkit-gradient(linear,left top,left bottom,from(#2a95c5),to(#21759b)); |
| 54 |
background-image: -webkit-linear-gradient(top,#2a95c5,#21759b); |
| 55 |
background-image: -moz-linear-gradient(top,#2a95c5,#21759b); |
| 56 |
background-image: -ms-linear-gradient(top,#2a95c5,#21759b); |
| 57 |
background-image: -o-linear-gradient(top,#2a95c5,#21759b); |
| 58 |
background-image: linear-gradient(to bottom,#2a95c5,#21759b); |
| 59 |
|
| 60 |
box-shadow: inset 0 1px 0 rgba(120,200,230,0.5); |
| 61 |
|
| 62 |
display: inline-block; |
| 63 |
margin: 10px 0px 10px 7px; |
| 64 |
padding: 6px 15px; |
| 65 |
|
| 66 |
-webkit-transition-duration: .3s; |
| 67 |
-moz-transition-duration: .3s; |
| 68 |
cursor: pointer; |
| 69 |
} |
| 70 |
|
| 71 |
.mbt-admin-notice .notice-button.secondary { |
| 72 |
opacity: .5; |
| 73 |
} |
| 74 |
|
| 75 |
.mbt-admin-notice .notice-button:hover, .mbt-admin-notice .notice-button:active { |
| 76 |
background-color: #278AB7; |
| 77 |
background-image: -webkit-gradient(linear,left top,left bottom,from(#2e9fd2),to(#21759b)); |
| 78 |
background-image: -webkit-linear-gradient(top,#2e9fd2,#21759b); |
| 79 |
background-image: -moz-linear-gradient(top,#2e9fd2,#21759b); |
| 80 |
background-image: -ms-linear-gradient(top,#2e9fd2,#21759b); |
| 81 |
background-image: -o-linear-gradient(top,#2e9fd2,#21759b); |
| 82 |
background-image: linear-gradient(to bottom,#2e9fd2,#21759b); |
| 83 |
border-color: #1B607F; |
| 84 |
box-shadow: inset 0 1px 0 rgba(120,200,230,0.6); |
| 85 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); |
| 86 |
|
| 87 |
opacity: 1; |
| 88 |
-webkit-transition-duration: .3s; |
| 89 |
} |
| 90 |
|
| 91 |
.mbt-email-pointer .wp-pointer-content h3:before { |
| 92 |
top: 18px; |
| 93 |
content: '\f331'; |
| 94 |
} |
| 95 |
|
| 96 |
.mbt-email-pointer #mbt-pointer-email.error { |
| 97 |
border: 1px solid #FFB8B5; |
| 98 |
background: #FFDAD8; |
| 99 |
box-shadow: 0px 0px 6px #FFB8B5; |
| 100 |
} |
| 101 |
|
| 102 |
/*---------------------------------------------------------*/ |
| 103 |
/* Widget Editor */ |
| 104 |
/*---------------------------------------------------------*/ |
| 105 |
|
| 106 |
.widget-content .mbt-featured-book-list .mbt-book { |
| 107 |
padding: 5px 8px; |
| 108 |
border: 1px solid #dfdfdf; |
| 109 |
border-radius: 5px; |
| 110 |
width: 220px; |
| 111 |
cursor: move; |
| 112 |
position: relative; |
| 113 |
|
| 114 |
background: #f1f1f1; |
| 115 |
background: -webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9)); |
| 116 |
background: -webkit-linear-gradient(bottom,#ececec,#f9f9f9); |
| 117 |
background: -moz-linear-gradient(bottom,#ececec,#f9f9f9); |
| 118 |
background: -o-linear-gradient(bottom,#ececec,#f9f9f9); |
| 119 |
background: linear-gradient(to top,#ececec,#f9f9f9); |
| 120 |
} |
| 121 |
|
| 122 |
.widget-content .mbt-featured-book-list .mbt-book .mbt-book-remover { |
| 123 |
position: absolute; |
| 124 |
top: 3px; |
| 125 |
right: 5px; |
| 126 |
font-size: 13px; |
| 127 |
text-decoration: none; |
| 128 |
line-height: 1; |
| 129 |
cursor: pointer; |
| 130 |
width: 20px; |
| 131 |
height: 20px; |
| 132 |
overflow: hidden; |
| 133 |
} |
| 134 |
|
| 135 |
.widget-content .mbt-featured-book-list .mbt-book .mbt-book-remover:before { |
| 136 |
content: '\f153'; |
| 137 |
display: block!important; |
| 138 |
font: 400 16px/1 dashicons; |
| 139 |
speak: none; |
| 140 |
height: 20px; |
| 141 |
margin: 2px 0; |
| 142 |
text-align: center; |
| 143 |
width: 20px; |
| 144 |
-webkit-font-smoothing: antialiased!important; |
| 145 |
} |
| 146 |
|
| 147 |
/*---------------------------------------------------------*/ |
| 148 |
/* Shortcode Inserter */ |
| 149 |
/*---------------------------------------------------------*/ |
| 150 |
|
| 151 |
.authormedia-insert-shortcode-icon { |
| 152 |
background:url('../images/am-logo.png') no-repeat top left; |
| 153 |
display: inline-block; |
| 154 |
height: 16px; |
| 155 |
margin: 0 2px 0 0; |
| 156 |
vertical-align: text-top; |
| 157 |
width: 17px; |
| 158 |
} |
| 159 |
|
| 160 |
.authormedia-insert-shortcode-container .shortcode-modal-close { |
| 161 |
text-decoration: none; |
| 162 |
text-align: right; |
| 163 |
width: 20px; |
| 164 |
height: 20px; |
| 165 |
padding: 10px; |
| 166 |
} |
| 167 |
|
| 168 |
.authormedia-insert-shortcode-container .authormedia-shortcode-section-nav { |
| 169 |
position:absolute; |
| 170 |
top:0px; |
| 171 |
left:0px; |
| 172 |
right:0px; |
| 173 |
height:45px; |
| 174 |
z-index:150; |
| 175 |
background:white; |
| 176 |
} |
| 177 |
|
| 178 |
.authormedia-insert-shortcode-container .authormedia-shortcode-section-nav .nav-tab-active, |
| 179 |
.authormedia-insert-shortcode-container .authormedia-shortcode-section-nav .nav-tab-active:hover { |
| 180 |
border-bottom: 1px solid #ccc; |
| 181 |
} |
| 182 |
|
| 183 |
.authormedia-insert-shortcode-container .authormedia-shortcode-section { |
| 184 |
top: 45px; |
| 185 |
display: none; |
| 186 |
} |
| 187 |
|
| 188 |
.authormedia-insert-shortcode-container .authormedia-shortcode-section .media-frame-title { |
| 189 |
padding-top: 15px; |
| 190 |
} |
| 191 |
|
| 192 |
.authormedia-insert-shortcode-container #authormedia_shortcode_form_intro { |
| 193 |
color: #aaa; |
| 194 |
font-size: 3em; |
| 195 |
line-height: 1.2em; |
| 196 |
padding: 1em; |
| 197 |
} |
| 198 |
|
| 199 |
.authormedia-insert-shortcode-container .authormedia_shortcode_description { |
| 200 |
border-bottom: 1px solid #dfdfdf; |
| 201 |
padding-bottom: 1em; |
| 202 |
margin: 1em; |
| 203 |
} |
| 204 |
|
| 205 |
.authormedia-insert-shortcode-container .authormedia_shortcode_form_atts .description { |
| 206 |
padding-top: 0.4em; |
| 207 |
font-style: italic; |
| 208 |
opacity: 0.8; |
| 209 |
} |
| 210 |
|
| 211 |
/*---------------------------------------------------------*/ |
| 212 |
/* Wordpress Sidebar */ |
| 213 |
/*---------------------------------------------------------*/ |
| 214 |
|
| 215 |
a[href="admin.php?page=mbt_upgrade_link"] { |
| 216 |
color: #6bbc5b !important; |
| 217 |
white-space: nowrap; |
| 218 |
} |
| 219 |
a[href="admin.php?page=mbt_upgrade_link"]:hover { |
| 220 |
color: #7ad368 !important; |
| 221 |
} |
| 222 |
|