style_splash.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /** fonts
  2. @font-face {
  3. font-family: 'Mplus1';
  4. src: url('./font/mplus1-regular-webfont.woff2') format('woff2'),
  5. url('./font/mplus1-regular-webfont.woff') format('woff');
  6. font-weight: normal;
  7. font-style: normal;
  8. }
  9. @font-face {
  10. font-family: 'Mplus1Code';
  11. src: url('./font/mplus1code-regular-webfont.woff2') format('woff2'),
  12. url('./font/mplus1code-regular-webfont.woff') format('woff');
  13. font-weight: normal;
  14. font-style: normal;
  15. }**/
  16. /** elements **/
  17. body {
  18. background: #000 url('bg_hl.jpg') repeat fixed;
  19. color: #fff;
  20. font-family: 'Tahoma', 'MS Sans Serif', sans-serif;
  21. font-size: 14px;
  22. margin: 20px auto;
  23. text-align: center;
  24. width: 640px;
  25. }
  26. a {
  27. color: #FE8F1A;
  28. text-decoration: none;
  29. }
  30. /** classes **/
  31. .text {
  32. background: #000;
  33. border: #fff 1px solid;
  34. box-sizing: border-box;
  35. margin: 20px 0;
  36. padding: 0 10px;
  37. text-align: left;
  38. }
  39. .box {
  40. background-image: url('../img/index/layout_taskbar.png'), url('../img/index/layout_bg_disconnected.gif');
  41. background-size: fit;
  42. margin: auto;
  43. height: 480px;
  44. width: 640px;
  45. }
  46. .icon {
  47. display: block;
  48. height: 64px;
  49. padding: 5px;
  50. width: 72px;
  51. }
  52. .icon span {
  53. background: #000;
  54. color: #fff;
  55. font-family: 'MS Gothic', 'Tahoma', 'MS Sans Serif', sans-serif;
  56. font-size: 12px;
  57. line-height: 10px;
  58. padding: 1px;
  59. }
  60. .icon img {
  61. display: block;
  62. margin: auto;
  63. max-height: 48px;
  64. max-width: 48px;
  65. padding: 5px;
  66. }
  67. .yamu {
  68. position: fixed;
  69. bottom: 0.5em;
  70. right: 0.5em;
  71. z-index: -10;
  72. opacity: 0.5;
  73. }
  74. .yamu img {max-height: 350px;}