.xash3d_terminal code { display: block; width: 60ch; white-space: pre-wrap; word-break: break-word; overflow-wrap: break-word; color: white; } .xash3d_launcher { --mod-height: 36px; background: #333 var(--xash3d-trame); background-size: 4px; background-repeat: repeat; } .xash3d_launcher > ul { margin: 4px 2px; padding: 0; } .xash3d_launcher .mod { margin-bottom: 6px; } .xash3d_launcher .mod header { display: flex; padding: 1px; box-sizing: content-box; height: var(--mod-height) } .xash3d_launcher .info { border-right: 1px solid #666; flex: 1; align-self: center; margin: 2px 0 2px 5px; } .xash3d_launcher .info h5 { font-size: 8px; margin: 0 } .xash3d_launcher .info span { color: #555; } .xash3d_launcher .launch { width: var(--mod-height); height: var(--mod-height); box-sizing: content-box; background-image: var(--xash3d-play); background-size: 20px 20px; background-repeat: no-repeat; background-position: center; } .xash3d_launcher .launch:active { opacity: .6; } span.ui_menu__item__ico > img[src="/c/sys/skins/w93/xash"], div.ui_icon__file img[src="/c/sys/skins/w93/xash"] { display: block; -moz-box-sizing: border-box; box-sizing: border-box; background-image: var(--xash3d-icon); background-repeat: no-repeat; /* It's a little blurry and should really just be pixel art but whatever for now */ background-size: 100%; }