/
yuizil
/
Progi
Обзор
Документация
Войти
/
yuizil
/
Progi
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
web1/styles.css
188 строк
3 KB
yuizil
upload files
30 окт 2025, 19:57
30 окт 2025, 19:57
c28054d
Код
Авторство
О чём код?
@font-face { font-family: 'Alice in Chains'; src: url('Alice in Chains.tff') format('truetype'); } body { font-family: Arial, sans-serif; line-height: 1.6; font-size: 14px; margin: 0; padding: 0; background-color: #f9f9f9; } h1 { font-family: 'Alice in Chains', sans-serif; font-size: 24px; color: #333; text-align: center; margin-top: 20px; } h2, h3 { font-family: 'Alice in Chains', sans-serif; font-size: 18px; color: #444; margin-bottom: 10px; } p { font-size: 14px; color: #555; margin: 10px 0; } nav ul { list-style-type: none; padding: 0; text-align: center; background-color: #007acc; margin: 0; padding: 10px 0; } nav ul li { display: inline; margin-right: 15px; } nav ul li a { color: #fff; text-decoration: none; font-size: 14px; font-weight: bold; } nav ul li a:hover { text-decoration: underline; } img.left { float: left; margin-right: 10px; width: 28%; } img.right { float: right; margin-left: 10px; width: 30%; } img.center { display: block; margin: 20px auto; width: 30%; } table.t2 { width: 100%; border-collapse: collapse; font-family: Georgia, serif; margin-top: 20px; background: #e3f2fd; } .t2 caption { padding-bottom: 0.5em; font-weight: bold; font-size: 16px; color: #0d47a1; } .t2 th, .t2 td { padding: 8px 12px; border: 2px solid #fff; background: #bbdefb; } .t2 thead th { background: #1976d2; color: #fff; text-align: left; font-weight: normal; font-size: 13px; } .t2 tbody tr:nth-child(odd) td { background: #e3f2fd; } .t2 tbody tr:nth-child(even) td { background: #bbdefb; } .t2 tfoot th { padding: 8px 12px; background: #1976d2; color: #fff; text-align: left; font-size: 12px; font-weight: normal; } ul.custom-bullets-bg { list-style: none; padding-left: 5px; } ul.custom-bullets-bg li { margin-bottom: 10px; padding-left: 20px; background: url('4.jpg') no-repeat left center; background-size: 16px 16px; line-height: 20px; font-size: 14px; color: #333; } pre { background-color: #f5f5f5; padding: 10px; border: 1px solid #ccc; overflow-x: auto; font-family: Consolas, 'Courier New', monospace; font-size: 14px; } .code { font-family: Consolas, 'Courier New', monospace; color: #333; } .code .keyword { color: #d73a49; font-weight: bold; } .code .identifier { color: #6f42c1; } .code .string { color: #032f62; } .code .function { color: #005cc5; } footer { background-color: #333; color: #fff; text-align: center; padding: 10px 0; margin-top: 20px; } footer h3 { margin-bottom: 10px; color: #fff; } footer p { margin: 5px 0; font-size: 12px; color: #fff; }