Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- input[type="number"]::-webkit-outer-spin-button,
- input[type="number"]::-webkit-inner-spin-button {
- -webkit-appearance: none; // Yeah, yeah everybody write about it
- }
- input[type='number'],
- input[type="number"]:hover,
- input[type="number"]:focus {
- appearance: none;
- -moz-appearance: textfield;
- }
- .igra-btn {
- background-color: #4CAF50; /* Зеленый цвет */
- border: none;
- color: white;
- padding: 15px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 16px;
- position: fixed;
- right: 100px;
- top: 100px;
- z-index: 9999;
- border-radius: 8px;
- height: 50px;
- }
- .igra-btn-percent {
- background-color: #42aaff; /* Голубой цвет */
- border: none;
- color: white;
- padding: 15px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 16px;
- position: fixed;
- right: 550px;
- top: 100px;
- z-index: 9999;
- border-radius: 8px;
- height: 50px;
- }
- .igra-btn-display {
- background-color: #ff0000; /* Красный цвет */
- border: none;
- color: white;
- padding: 4px 4px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- position: fixed;
- left: 30px;
- top: 30px;
- z-index: 9999;
- border-radius: 8px;
- height: 24px;
- width: 24px;
- }
- .igra-input {
- border: none;
- background-color: #4CAF50;
- color: white;
- outline: #9ee7a1 ;
- position: fixed;
- right: 250px;
- top: 100px;
- z-index: 9999;
- border-radius: 8px;
- height: 50px;
- padding: 15px 32px;
- font-size: 16px;
- width: 250px;
- }
- .item-profit {
- font-size: 16px;
- z-index: 9999;
- color: #4CAF50;
- padding-left: 10px;
- }
- .d-n {
- display: none;
- }
- .promo-input {
- border: none;
- background-color: #555;
- color: white;
- outline: #9ee7a1 ;
- position: fixed;
- top: 50px;
- z-index: 9999;
- border-radius: 8px;
- height: 50px;
- padding: 15px 32px;
- font-size: 12px;
- width: 250px;
- right: 250px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement