1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- /** fonts
- @font-face {
- font-family: 'Mplus1';
- src: url('./font/mplus1-regular-webfont.woff2') format('woff2'),
- url('./font/mplus1-regular-webfont.woff') format('woff');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'Mplus1Code';
- src: url('./font/mplus1code-regular-webfont.woff2') format('woff2'),
- url('./font/mplus1code-regular-webfont.woff') format('woff');
- font-weight: normal;
- font-style: normal;
- }**/
- /** elements **/
- body {
- background: #000 url('bg_hl.jpg') repeat fixed;
- color: #fff;
- font-family: 'Tahoma', 'MS Sans Serif', sans-serif;
- font-size: 14px;
- margin: 20px auto;
- text-align: center;
- width: 640px;
- }
- a {
- color: #FE8F1A;
- text-decoration: none;
- }
- /** classes **/
- .text {
- background: #000;
- border: #fff 1px solid;
- box-sizing: border-box;
- margin: 20px 0;
- padding: 0 10px;
- text-align: left;
- }
- .box {
- background-image: url('../img/index/layout_taskbar.png'), url('../img/index/layout_bg_disconnected.gif');
- background-size: fit;
- margin: auto;
- height: 480px;
- width: 640px;
- }
- .icon {
- display: block;
- height: 64px;
- padding: 5px;
- width: 72px;
- }
- .icon span {
- background: #000;
- color: #fff;
- font-family: 'MS Gothic', 'Tahoma', 'MS Sans Serif', sans-serif;
- font-size: 12px;
- line-height: 10px;
- padding: 1px;
- }
- .icon img {
- display: block;
- margin: auto;
- max-height: 48px;
- max-width: 48px;
- padding: 5px;
- }
- .yamu {
- position: fixed;
- bottom: 0.5em;
- right: 0.5em;
- z-index: -10;
- opacity: 0.5;
- }
- .yamu img {max-height: 350px;}
|