
| Current Path : /var/www/html1/bbp/web/core/themes/seven/css/components/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html1/bbp/web/core/themes/seven/css/components/entity-meta.css |
/**
* Entity meta settings.
*/
.entity-meta {
border-right: 1px solid #bfbfbf;
border-left: 1px solid #bfbfbf;
border-radius: 3px;
background-color: #edede8;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.entity-meta__header,
.entity-meta .seven-details {
border-top: 1px solid #bfbfbf;
border-bottom: 1px solid #bfbfbf;
background-color: #fcfcfa;
}
.entity-meta__header {
padding: 1em 1.5em;
border-radius: 3px 3px 0 0;
}
.entity-meta__title {
margin: 0.25em 0;
text-shadow: 0 1px 0 #fff;
font-size: 1.231em;
font-weight: bold;
}
.entity-meta__header .form-item {
margin: 0.25em 0;
}
.entity-meta__last-saved {
font-style: italic; /* As-designed, but really: why is this italic? */
}
.entity-meta .seven-details {
margin: 0;
border-top: 1px solid #fff;
border-right: 0;
border-left: 0;
border-radius: 0;
}
.entity-meta .seven-details:last-child {
border-radius: 0 0 3px 3px;
}
.entity-meta .seven-details[open] {
padding-top: 1px;
border-top-width: 0;
background-color: transparent;
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.125), transparent 4px);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.125), transparent 4px);
}
.entity-meta .seven-details[open] + .seven-details[open] {
padding-top: 0;
border-top-width: 1px;
background-image: none;
}
.entity-meta .seven-details > .seven-details__wrapper {
padding-top: 0;
}
.entity-meta .seven-details > summary {
padding: 0.85em 1.25em;
text-shadow: 0 1px 0 white;
}
.seven-details__summary > .summary {
text-transform: none;
color: #595959;
font-size: 0.95em;
font-weight: normal;
}
.seven-details__summary:focus > .summary {
text-decoration: none;
}