Обновить static/css/custom.css

This commit is contained in:
masterpmi 2026-07-27 14:20:07 +03:00
parent ec7a89696a
commit d685a71e01

View File

@ -545,4 +545,42 @@ main .employee-photo-wrap .employee-photo {
.employee-details p { .employee-details p {
margin: 6px 0; margin: 6px 0;
line-height: 1.4; line-height: 1.4;
}
.publications {
max-width: 850px;
margin: 1rem 0 2rem;
}
.publications details {
margin: 8px 0;
border-bottom: 1px solid rgba(0, 60, 120, 0.18);
}
.publications summary {
padding: 10px 4px;
cursor: pointer;
color: #003c78;
font-weight: 700;
user-select: none;
}
.publications summary:hover {
color: #0055a4;
}
.publications summary span {
margin-left: 8px;
color: #666;
font-size: 0.9em;
font-weight: normal;
}
.publications ol {
margin: 4px 0 14px 20px;
padding-left: 18px;
}
.publications li {
margin: 8px 0;
} }