新しい放置ゲーム(1).fileを調整します。
テキスト・ボタンを小さくします。
リセットボタンを消します。
minimal newincrementalgame by hotarunx
Details
Authorhotarunx
LicenseThe Unlicense
Categorynewincrementalgame
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name minimal newincrementalgame
@version 20210828.07.57
@namespace userstyles.world/user/hotarunx
@description 新しい放置ゲーム(1).fileを調整します。
テキスト・ボタンを小さくします。
リセットボタンを消します。
@author hotarunx
@license The Unlicense
==/UserStyle== */
@-moz-document url("https://dem08656775.github.io/newincrementalgame/") {
button {
width: 140px;
height: 28px;
}
.generator,
.challenge,
.accelerator,
.levelitem,
.darkgenerator {
font-size: 16px;
}
.challenge span {
font-size: 12px;
}
#resetbutton {
/* リセットボタンは非表示 */
display: none;
}
.mode-button {
width: 50px;
}
.tabs button {
width: 80px;
}
.buytypebutton {
width: 260px;
}
a[href^="https://w.atwiki.jp/newincrementalgame/"],
a[href^="https://www.amazon.jp/hz/wishlist/ls/2FJWY6U80D79F"],
a[href^="https://www.amazon.jp/hz/wishlist/ls/2FJWY6U80D79F"]~div {
display: none;
}
}