/
Pupa
/
CurrencyConvert
Обзор
Документация
Войти
/
Pupa
/
CurrencyConvert
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
styles/general.css
167 строк
3 KB
Pupa
version 0.1
14 фев 2026, 19:46
14 фев 2026, 19:46
cfa801d
Код
Авторство
О чём код?
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&family=Work+Sans:wght@100..900&display=swap'); * { padding: 0; margin: 0; font-family: "Manrope", sans-serif; box-sizing: border-box; } main { display: flex; justify-content: center; align-items: center; height: 100vh; } .change-theme__p { font-size: 17px; white-space: nowrap; } .error { color: red; margin-bottom: 3%; font-size: 15px; } .change-theme__block { display: flex; align-items: center; gap: 10px; } p { font-size: 20px; font-weight: 500; color: #D3E1F5; } .calculate__block { padding: 40px; background: #293054; border-radius: 20px; display: flex; flex-direction: column; } h3 { color: white; font-size: 30px; margin-top: 3%; } .convert__btn { padding: 8px; border-radius: 15px; color: white; background: linear-gradient(to right, #3E79E5, #01B8E3); border: none; font-weight: 500; font-size: 20px; } .select__input { background: none; border: 2px solid white; border-radius: 15px; padding: 10px; color: white; font-weight: 500; } .margin__block { margin-bottom: 10%; } option { color: black; } ::placeholder { font-size: 17px; font-weight: 500; color: #D3E1F5; } header { display: flex; align-items: center; justify-content: space-between; padding: 10px; background: rgba(61, 122, 229, 0.15); } .right__margin { margin-right: 2%; } .theme-tumbler__block { padding: 5px; background: #3E79E5; border-radius: 20px; width: 60px; height: 30px; cursor: pointer; } .theme-tumbler { width: 20px; height: 20px; border-radius: 50%; background: white; transition: transform 0.3s ease; transform: translateX(0); } .theme-toggle { display: none; } .theme-toggle-wrapper { display: flex; } .theme-toggle:checked + .theme-tumbler__block .theme-tumbler { transform: translateX(30px); } .add-sum__input { padding: 10px; background: rgba(255, 255, 255, 0.22); border: 2px solid rgba(75, 110, 172, 0.927); border-radius: 15px; min-width: 300px; color: #D3E1F5; font-size: 17px; font-weight: 500; } .result__block { padding: 10px; background: rgba(255, 255, 255, 0.22); border: 2px solid white; border-radius: 15px; } .convert__btn:hover { background: linear-gradient(to right, #2e58a7, #0099bb); cursor: pointer; } footer { background: rgba(61, 122, 229, 0.15); padding: 10px; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; }