Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.23 KB | None | 0 0
  1. @-moz-document url-prefix("http://www.lerpinglemur.com/arcanum/") {
  2. body { overflow: hidden; margin: 0; }
  3. .item-popup { opacity: 0.90; }
  4. .resource-list tr td:last-child { text-align: right; }
  5. .adventure .separate .log { flex: 1; }
  6. .adventure .separate { display: flex; }
  7. .log-item br { display: none; }
  8. .top-bar { min-height: 60px;}
  9. button { outline: none; }
  10. .action-btn { border: 2px solid transparent; padding: 1px; }
  11. .action-btn.running { border: 2px dashed #000; }
  12. .checks > span { flex: 1; }
  13. .log-view .top-span .checks { flex-flow: column; }
  14. .log-view .outlog { overflow-y: scroll; flex-direction: column; }
  15. .log-view { display: flex;}
  16. .runnable button:hover { background: #dba659; }
  17. .text-button:hover { background-color: rgb(194, 194, 194); }
  18. .text-button:active { background-color: rgb(121, 121, 121); }
  19. /* Uncomment this to remove the big quickslot reminder
  20. .bot-bar .use-msg { display: none; } */
  21. div.bar { border: 2px solid transparent; overflow: hidden; padding: unset; }
  22. div.hp .fill, div.hp .bgfill { background: #D42; }
  23. div.nature .fill, div.nature .bgfill { background: #285; }
  24. div.mana .fill, div.mana .bgfill { background: #26D; }
  25. .quickslot div.remove { background: #DDD; color: #444; }
  26. button:disabled { opacity: 0.3; color: unset; }
  27. .resource-list tr td:first-child { color:  #999; }
  28. .skill div:last-child { color: #999;}
  29. .menu-items .menu-item { color: #000; }
  30. .menu-items .menu-item u { color: #999; }
  31. .menu-items .menu-item:hover, .menu-items .menu-item u:hover { color: #33F; }
  32. .dungeon > span:first-child { flex-basis: 40%; }
  33. .dungeon button { white-space: nowrap; }
  34. .equip-slot { display: flex; align-items: center; }
  35. .equip-slot .slot-item { display: flex; flex: 1; justify-content: flex-end; position: relative; }
  36. /* This is meh. The button really should just be moved out of the DIV.
  37. .equip-slot .slot-item button { margin: 0; position: absolute; right: -100%; top: 0; }*/
  38. .player-view { display: flex; }
  39. .player-view table { display: flex; flex-direction: column; align-items: flex-start; flex-basis: 33%; }
  40. .player-view table tr { display: flex; align-items: flex-start; }
  41. .player-view table tr td:first-child { color: #999; }
  42. .up-list div:not(:first-child):not(:last-child) { border-bottom: 1px dotted #CCC;}
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement