Initial commit - Typo3 11.5.41

This commit is contained in:
Matteo Gallo
2026-07-03 17:53:31 +02:00
commit 5ca4743197
6811 changed files with 568848 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
.news-table {
background-color: transparent;
border: 0;
margin: 0
}
.news-table th {
width: 40%;
}
table.news-table > tbody > tr > th {
white-space: normal;
}
.news-table .setting-switcher .up {
display: none;
}
.news-table .setting-switcher .open .up {
display: inline;
}
.news-table .setting-switcher .open .down {
display: none;
}
.news-table .hidden-settings {
border: 0;
}
.news-table > tbody > tr > td {
padding: 3px 6px;
}
/**
* For small cols
*/
.news-table-small td, .news-table-small th {
display: block;
float: left;
}
.news-table-small tr {
border-bottom: 1px solid #ccc;
}
table.news-table-small > tbody > tr > th,
table.news-table-small > tbody > tr > td {
border: 0;
width:100%
}

View File

@@ -0,0 +1,60 @@
.news-administration .form-group {
margin-bottom: 5px;
}
.news-administration #settings-title {
cursor: pointer;
}
.news-administration .clear {
clear: both;
}
.news-administration .settings {
background-color: #ededed;
border-top: 1px solid #cdcdcd;
border-bottom: 1px solid #cdcdcd;
padding: 12px;
margin-bottom: 24px;
}
.news-administration .settings .field {
padding: 2px 0;
}
.news-administration .settings .category-tree .tree-wrapper {
background: white;
border: 1px solid #cdcdcd;
padding: 0 4px;
height: 160px;
width: 320px;
margin-bottom: 5px;
overflow: auto;
}
.news-administration .settings .form .field label {
display: block;
float: left;
width: 150px;
}
.news-administration .settings .submit {
margin: 5px 0 3px 150px;
}
.news-administration .result {
margin-top: 10px;
}
.news-administration .result .item {
padding: 1px;
}
.news-administration .result .item a {
font-style: italic;
}
.news-administration .result .item a :hover {
text-decoration: underline;
}
.news-administration .hide {
opacity: 0.5;
}
.news-administration .hide_line {
opacity: 0.4;
}
.news-administration .hide_line td {
border: none;
}
.news-administration #sortingDirection {
min-width: 90px;
}

View File

@@ -0,0 +1,72 @@
.news-administration {
// new styles
.form-group {
margin-bottom: 5px;
}
#settings-title {
cursor: pointer;
}
.clear {
clear: both;
}
.settings {
background-color: #ededed;
border-top: 1px solid #cdcdcd;
border-bottom: 1px solid #cdcdcd;
padding: 12px;
margin-bottom: 24px;
.field {
padding: 2px 0;
}
.category-tree {
.tree-wrapper {
background: white;
border: 1px solid #cdcdcd;
padding: 0 4px;
height: 160px;
width: 320px;
margin-bottom: 5px;
overflow: auto;
}
}
.form .field label {
display: block;
float: left;
width: 150px;
}
.submit {
margin: 5px 0 3px 150px;
}
}
.result {
margin-top: 10px;
.item {
padding: 1px;
a {
font-style: italic;
:hover {
text-decoration: underline;
}
}
}
}
.hide {
opacity: 0.5;
}
.hide_line {
opacity: 0.4;
td {
border: none;
}
}
}