Bug #23240 ยป 15188.diff
typo3/sysext/t3skin/stylesheets/visual/module_web_page.css (Arbeitskopie) | ||
---|---|---|
background-color: #cacaca;
|
||
}
|
||
.t3-page-ce-body {
|
||
background-color: #f7f7f7;
|
||
border: 1px solid #cacaca;
|
||
.t3-page-ce .t3-page-ce-body,
|
||
.t3-page-ce.active .t3-page-ce-body {
|
||
background-color: #ffffff;
|
||
border: 1px solid #e2e2e2;
|
||
border-top: none;
|
||
font-size: 10px;
|
||
}
|
||
.t3-page-ce-body,
|
||
.t3-page-ce-body a {
|
||
color: #5f5f5f;
|
||
.t3-page-ce-hidden .t3-page-ce-body,
|
||
.t3-page-ce-hidden .t3-page-ce-body a {
|
||
color: #bbbbbb;
|
||
}
|
||
.t3-page-ce.active .t3-page-ce-body,
|
||
.t3-page-ce.active .t3-page-ce-body a {
|
||
.t3-page-ce-hidden.active .t3-page-ce-body,
|
||
.t3-page-ce-hidden.active .t3-page-ce-body a {
|
||
color: #000000;
|
||
}
|
||
.t3-page-ce.active .t3-page-ce-body {
|
||
background-color: #ffffff;
|
||
}
|
||
.t3-page-ce.active .t3-page-ce-body .t3-icon ,
|
||
.t3-page-ce.active .t3-page-ce-body img {
|
||
opacity: inherit;
|
||
}
|
||
.t3-page-ce-hidden .t3-page-ce-body {
|
||
background-color: transparent;
|
||
border-style: none dotted dotted;
|
||
... | ... | |
opacity: 0.4;
|
||
}
|
||
.t3-page-ce-hidden .t3-page-ce-body,
|
||
.t3-page-ce-hidden .t3-page-ce-body a {
|
||
color: #bbbbbb;
|
||
.t3-page-ce.active .t3-page-ce-body {
|
||
background-color: #ffffff;
|
||
}
|
||
.t3-page-ce.active .t3-page-ce-body .t3-icon ,
|
||
.t3-page-ce.active .t3-page-ce-body img {
|
||
opacity: inherit;
|
||
}
|
||
.t3-page-ce-hidden .t3-page-ce-header {
|
||
background-color: #e5e5e5;
|
||
}
|