spletna-stran/web/themes/na_prostem/css/naprostem.css

69 lines
987 B
CSS

.region--content h2 {
color: pink;
}
[about="/node/9"] .text-content {
color: red;
}
s1 {
}
/*
s1 = parent
s2 = child
*/
s1 s2 {
}
/*
s1 = parent
s2 = neposredni child
*/
s1 > s2 {
}
.text-content p {
color: orange;
}
.text-content > p {
color: blue;
}
.site-branding {
background-image: none;
}
.node--type-page.node--view-mode-full {
position: relative;
}
.node--type-page.node--view-mode-full .field--name-field-background-image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
/* Primer gradienta na background sliko
.node--type-page.node--view-mode-full .field--name-field-background-image:after {
display: block;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(white, transparent);
}
*/
.node--type-page.node--view-mode-full .block-field-blocknodepagebody {
position: relative;
z-index: 10;
}
.region--secondary-menu {
position: absolute;
top: 10px;
}