diff --git a/index.html b/index.html index e0ea91e..1eead5e 100644 --- a/index.html +++ b/index.html @@ -13,21 +13,48 @@ color:#999; } canvas{display:block;background: #000;} - .info{ - line-height: 30px; + .mod-game .info{ + padding: 10px 0; + margin-bottom: 5px; + line-height: 20px; text-align: center; - margin-bottom: 10px; + color: #666; } - p{ - line-height: 24px; + .mod-game .info p{ + line-height: 20px; + font-size: 14px; + color: #666; + } + .mod-game .intro{ + padding: 10px 15px; + background: #f8f8f8; + border-radius: 5px; + } + .mod-game .intro p{ + line-height: 22px; text-indent: 2em; font-size: 14px; + color: #666; } - .mod-botton{ + .mod-button{ height: 32px; padding: 15px 0; text-align: center; } + .mod-button span,.mod-button a{ + vertical-align: middle; + } + .mod-button .btn{ + display: inline-block; + padding: 0 12px; + line-height: 26px; + color: #24292f; + border: 1px solid #dddede; + text-decoration: none; + font-size: 13px; + color: #24292f; + border-radius: 2px; + }