8,960
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.quote-container { | |||
background: white; | |||
position: relative; | |||
padding: 20px; | |||
margin: 20px; | |||
border: 1px solid #ccc; | |||
} | |||
.quote-container::before { | |||
content: ''; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 50px; /* Высота верхнего изображения */ | |||
background: url("/images/0/08/Above_quote.png") no-repeat center top; | |||
} | |||
.quote-container::after { | |||
content: ''; | |||
position: absolute; | |||
bottom: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 50px; /* Высота нижнего изображения */ | |||
background: url("/images/c/c8/Under_quote.png") no-repeat center bottom; | |||
} | |||
.quote-content { | |||
position: relative; | |||
z-index: 1; | |||
background: white; | |||
padding: 40px 20px; /* Оставляем место для изображений сверху и снизу */ | |||
} | |||
#p-themes-label .vector-menu-heading-label:before { | #p-themes-label .vector-menu-heading-label:before { | ||
content: "Light Side"; | content: "Light Side"; | ||