window.about.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .window.about .contents {
  2. height: 252px;
  3. background-color: #ddd;
  4. border: 1px solid #000;
  5. font-family: 'Arial';
  6. font-size: 10.5px;
  7. letter-spacing: 0.4px;
  8. }
  9. .window.about .about-body {
  10. display: flex;
  11. flex-direction: column;
  12. box-shadow: inset 1px 1px #fff, inset -1px -1px #b3b3b3;
  13. padding-bottom: 4px;
  14. }
  15. .window.about .about-logo {
  16. margin: 5px;
  17. width: 454px;
  18. height: 90px;
  19. background-color: #fff;
  20. background-image: url("../img/ui/about-logo.png");
  21. background-repeat: no-repeat;
  22. background-position: center;
  23. border: 1px solid #000;
  24. box-shadow: -1px -1px #888, 1px 1px #fff;
  25. }
  26. .window.about .about-text {
  27. display: flex;
  28. justify-content: space-between;
  29. margin: 0 7px 0 8px;
  30. line-height: 1.5em;
  31. }
  32. .window.about .about-text strong {
  33. margin-right: 10px;
  34. }
  35. .window.about .about-greets {
  36. max-height: 82px;
  37. overflow: scroll;
  38. background-color: #eee;
  39. border-top: 1px solid #000;
  40. }
  41. .window.about .about-greets ul {
  42. text-align: center;
  43. }
  44. .window.about .about-greets .jspHorizontalBar {
  45. display: none !important;
  46. }
  47. .window.about .about-greets .jspTrack.disabled {
  48. height: 67px !important;
  49. }
  50. .window.about .about-greets .jspCapBottom {
  51. display: block !important;
  52. background-color: #dadada;
  53. height: 15px;
  54. width: 14px;
  55. border-top: 1px solid #000;
  56. }
  57. .window.about .about-greets ul {
  58. padding: 0;
  59. margin: 0;
  60. list-style-type: none;
  61. line-height: 18px;
  62. }
  63. .window.about .about-greets li {
  64. padding-left: 15px;
  65. border-bottom: 1px solid #fff !important;
  66. }
  67. .window.about.blur .contents:not(:focus-within) {
  68. opacity: 50%;
  69. }