| 1275 | .wikitoolbar { |
| 1276 | border: none; |
| 1277 | width: auto; |
| 1278 | margin-bottom: 10px; |
| 1279 | } |
| 1280 | span.AtD_proofread_button, |
| 1281 | .wikitoolbar :link, .wikitoolbar :visited { |
| 1282 | float: left; |
| 1283 | background: none; |
| 1284 | border: none; |
| 1285 | width: 20px; |
| 1286 | height: 20px; |
| 1287 | padding: 2px 4px; |
| 1288 | cursor: pointer; |
| 1289 | } |
| 1290 | span.AtD_proofread_button:hover, |
| 1291 | .wikitoolbar :link:hover, .wikitoolbar :visited:hover { |
| 1292 | border: none; |
| 1293 | background-color: #eee; |
| 1294 | } |
| 1295 | span.AtD_proofread_button:before, |
| 1296 | .wikitoolbar a:before { |
| 1297 | color: #666; |
| 1298 | } |
| 1299 | span.AtD_proofread_button:hover:before, |
| 1300 | .wikitoolbar a:hover:before { |
| 1301 | color: #444; |
| 1302 | } |
| 1303 | .wikitoolbar a#strong:before { |
| 1304 | content: "\f200"; /* dashicons-editor-bold */ |
| 1305 | } |
| 1306 | .wikitoolbar a#em:before { |
| 1307 | content: "\f201"; /* dashicons-editor-italic */ |
| 1308 | } |
| 1309 | .wikitoolbar a#heading:before { |
| 1310 | content: "\f215"; /* dashicons-editor-textcolor */ |
| 1311 | font-weight: 700; |
| 1312 | font-size: 26px; |
| 1313 | margin-left: -3px; |
| 1314 | margin-top: -1px |
| 1315 | } |
| 1316 | .wikitoolbar a#link:before { |
| 1317 | content: "\f103"; /* dashicons-admin-links */ |
| 1318 | } |
| 1319 | .wikitoolbar a#code:before { |
| 1320 | content: "\f111"; /* dashicons-admin-generic */ |
| 1321 | } |
| 1322 | .wikitoolbar a#hr:before { |
| 1323 | content: "\f460"; /* dashicons-minus */ |
| 1324 | font-size: 22px; |
| 1325 | margin-left: -1px; |
| 1326 | } |
| 1327 | .wikitoolbar a#br { |
| 1328 | display: none; |
| 1329 | } |
| 1330 | .wikitoolbar a#np:before { |
| 1331 | content: "\f320"; /* dashicons-editor-rtl */ |
| 1332 | width: 14px; |
| 1333 | overflow: hidden; |
| 1334 | margin-left: 2px; |
| 1335 | } |
| 1336 | .wikitoolbar a#img:before { |
| 1337 | content: "\f128"; /* dashicons-format-image */ |
| 1338 | } |
| 1339 | span.AtD_proofread_button:before { |
| 1340 | content: "\f210"; /* dashicons-editor-spellcheck */ |
| 1341 | } |
| 1342 | #field-description-help, |
| 1343 | label[for=comment] { |
| 1344 | line-height: 28px; |
| 1345 | } |
| 1346 | table.listing tbody td, table.listing tbody th { |
| 1347 | padding: .4em .5em; |
| 1348 | } |
| 1349 | a.trac-rawlink:before, a.trac-ziplink:before, |
| 1350 | table.dirlist td.rev a.chgset:before { |
| 1351 | color: #21759b; |
| 1352 | } |
| 1353 | a.trac-rawlink:hover:before, a.trac-ziplink:hover:before, |
| 1354 | table.dirlist td.rev a.chgset:hover:before { |
| 1355 | color: #555; |
| 1356 | } |
| 1357 | a.trac-rawlink, a.trac-ziplink { |
| 1358 | padding-right: 0; |
| 1359 | } |
| 1360 | a.trac-rawlink:before, a.trac-ziplink:before { |
| 1361 | content: "\f316"; /* dashicons-download */ |
| 1362 | } |
| 1363 | table.dirlist td.name a.dir { |
| 1364 | padding-left: 0; |
| 1365 | } |
| 1366 | table.dirlist td.name a.dir:before { |
| 1367 | content: "\f318"; /* dashicons-category */ |
| 1368 | margin-right: 2px; |
| 1369 | } |
| 1370 | table.dirlist td.name a.file:before { |
| 1371 | content: "\f105"; /* dashicons-admin-page */ |
| 1372 | overflow: hidden; |
| 1373 | } |
| 1374 | table.dirlist td.rev a.chgset { |
| 1375 | padding: 0; |
| 1376 | margin: 0; |
| 1377 | } |
| 1378 | table.dirlist td.rev a.chgset:before { |
| 1379 | content: "\f111"; /* dashicons-admin-generic */ |
| 1380 | font-size: 16px; |
| 1381 | } |
| 1382 | table.dirlist tr span.expander { |
| 1383 | padding: 0; |
| 1384 | margin: 0; |
| 1385 | } |
| 1386 | table.dirlist tr span.expander:before { |
| 1387 | content: "\f139"; /* dashicons-arrow-right */ |
| 1388 | width: 15px; |
| 1389 | } |
| 1390 | table.dirlist tr.expanded span.expander:before { |
| 1391 | content: "\f140"; /* dashicons-arrow-down */ |
| 1392 | width: 15px; |
| 1393 | } |