8,957
edits
No edit summary |
No edit summary |
||
Line 83: | Line 83: | ||
/* Photo frames */ | /* Photo frames */ | ||
.photo-frame { | .photo-frame-v2 { | ||
background: #ded7cc; /* Бежевый фон */ | |||
padding: 26px 0 18px 0; | |||
text-align: center; | |||
width: max-content; | |||
margin: 16px auto 24px auto; | |||
} | |||
.photo-frame-v2 .red-border { | |||
background: #d72613; /* Кроваво-красный */ | |||
padding: 16px 18px 16px 18px; | |||
display: inline-block; | display: inline-block; | ||
margin-bottom: 18px; | |||
margin: 18px | |||
} | } | ||
.photo-frame-v2 img, | |||
.photo-frame-v2 video { | |||
.photo-frame | |||
.photo-frame | |||
display: block; | display: block; | ||
max-width: | background: #000; | ||
max-height: | max-width: 410px; | ||
max-height: 245px; | |||
margin: 0 auto; | margin: 0 auto; | ||
border | border: none; | ||
} | } | ||
.photo-frame | |||
.photo-frame-v2 .caption { | |||
color: #3a3732; | |||
font-size: 1.11em; | |||
font-family: 'Segoe UI', 'Arial', sans-serif; | |||
margin: 8px 0 0 0; | |||
line-height: 1.38; | |||
letter-spacing: 0.01em; | |||
} | } | ||
.photo-frame .caption { | |||
.photo-frame-v2 .caption a { | |||
color: #4078c0; | |||
text-decoration: underline; | |||
font-weight: 500; | font-weight: 500; | ||
transition: color 0.2s; | transition: color 0.2s; | ||
} | } | ||
.photo-frame-v2 .caption a:hover { | |||
color: #133ef7; | |||
} | |||