| 1261 | .wikitoolbar { |
| 1262 | border: none; |
| 1263 | width: auto; |
| 1264 | margin-bottom: 10px; |
| 1265 | } |
| 1266 | span.AtD_proofread_button, |
| 1267 | .wikitoolbar :link, .wikitoolbar :visited { |
| 1268 | float: left; |
| 1269 | background: none; |
| 1270 | border: none; |
| 1271 | width: 20px; |
| 1272 | height: 20px; |
| 1273 | padding: 2px 4px; |
| 1274 | cursor: pointer; |
| 1275 | } |
| 1276 | span.AtD_proofread_button:hover, |
| 1277 | .wikitoolbar :link:hover, .wikitoolbar :visited:hover { |
| 1278 | border: none; |
| 1279 | background-color: #eee; |
| 1280 | } |
| 1281 | span.AtD_proofread_button:before, |
| 1282 | .wikitoolbar a:before { |
| 1283 | color: #666; |
| 1284 | } |
| 1285 | span.AtD_proofread_button:hover:before, |
| 1286 | .wikitoolbar a:hover:before { |
| 1287 | color: #444; |
| 1288 | } |
| 1290 | .wikitoolbar a#strong:before { |
| 1291 | content: "\f200"; /* dashicons-editor-bold */ |
| 1292 | } |
| 1293 | .wikitoolbar a#em:before { |
| 1294 | content: "\f201"; /* dashicons-editor-italic */ |
| 1295 | } |
| 1296 | .wikitoolbar a#heading:before { |
| 1297 | content: "\f215"; /* dashicons-editor-textcolor */ |
| 1298 | font-weight: 700; |
| 1299 | font-size: 26px; |
| 1300 | margin-left: -3px; |
| 1301 | margin-top: -1px |
| 1302 | } |
| 1303 | .wikitoolbar a#link:before { |
| 1304 | content: "\f103"; /* dashicons-admin-links */ |
| 1305 | } |
| 1306 | .wikitoolbar a#code:before { |
| 1307 | content: "\f111"; /* dashicons-admin-generic */ |
| 1308 | } |
| 1309 | .wikitoolbar a#hr:before { |
| 1310 | content: "\f460"; /* dashicons-minus */ |
| 1311 | font-size: 22px; |
| 1312 | margin-left: -1px; |
| 1313 | } |
| 1314 | .wikitoolbar a#br { |
| 1315 | display: none; |
| 1316 | } |
| 1317 | .wikitoolbar a#np:before { |
| 1318 | content: "\f320"; /* dashicons-editor-rtl */ |
| 1319 | width: 14px; |
| 1320 | overflow: hidden; |
| 1321 | margin-left: 2px; |
| 1322 | } |
| 1323 | .wikitoolbar a#img:before { |
| 1324 | content: "\f128"; /* dashicons-format-image */ |
| 1325 | } |
| 1326 | span.AtD_proofread_button:before { |
| 1327 | content: "\f210"; /* dashicons-editor-spellcheck */ |
| 1328 | } |
| 1329 | #field-description-help, |
| 1330 | label[for=comment] { |
| 1331 | line-height: 28px; |
| 1332 | } |
| 1333 | |