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,320 @@
.docheader-funcmenu {
display: inline;
}
.docheader-funcmenu select {
margin-top: 4px;
color: black;
}
#typo3-inner-docbody input[type=text][type=submit] {
margin: 0 5px 5px 0;
border: 1px solid #9B9B9B;
}
#typo3-inner-docbody input[type=text].tx-lfeditor-wideField {
width: 435px;
}
#typo3-inner-docbody .tx-lfeditor-fieldset input[type=text] {
margin-left: 10px;
width: 230px;
}
#typo3-inner-docbody label {
vertical-align: top;
cursor: pointer;
}
.typo3-messages {
margin-top: 30px;
}
/* fieldset class (box) */
fieldset.tx-lfeditor-fieldset, fieldset.tx-lfeditor-fieldset fieldset {
padding: 10px 5px 5px;
margin-top: 5px;
margin-bottom: 10px;
border: 1px solid #AAA;
}
fieldset.tx-lfeditor-fleft, fieldset.tx-lfeditor-fright {
width: 48%;
}
fieldset.tx-lfeditor-fleft {
float: left;
clear: both;
}
fieldset.tx-lfeditor-fright {
float: right;
}
fieldset.tx-lfeditor-fieldset legend {
padding-left: 5px;
padding-right: 5px;
font-weight: bold;
border: 1px solid #AAA;
width: auto;
margin: 0;
}
.tx-lfeditor-constantMaxWidth400 {
max-width: 100%;
overflow: hidden;
word-wrap: break-word;
}
fieldset.tx-lfeditor-fieldset p,
fieldset.tx-lfeditor-fieldset p input {
margin: 0;
}
fieldset.tx-lfeditor-fieldset p {
max-width: 100%;
max-height: 100px;
overflow-y: scroll;
}
#typo3-inner-docbody fieldset.tx-lfeditor-fieldset p label {
vertical-align: middle;
}
fieldset.tx-lfeditor-fieldset fieldset dt {
font-weight: bold;
}
fieldset.tx-lfeditor-fieldset fieldset a {
text-decoration: none;
}
fieldset.tx-lfeditor-fieldset fieldset dd {
margin-bottom: 5px;
}
/* table */
#tx-lfeditor-table {
margin-bottom: 10px;
width: 100%;
clear: both;
font-size: 12px;
line-height: 1.5em;
}
#tx-lfeditor-table thead {
font-weight: bold;
}
#tx-lfeditor-table tbody {
text-align: center;
}
#tx-lfeditor-table tbody td, #tx-lfeditor-table thead th {
padding: 2px;
border: 1px solid #AAA;
}
#tx-lfeditor-table tbody td a {
text-decoration: underline;
font-weight: bold;
}
#tx-lfeditor-table tbody td img {
vertical-align: middle;
}
/* markup classes */
.tx-lfeditor-error, .tx-lfeditor-notice,
.tx-lfeditor-success, .tx-lfeditor-delConst {
margin-bottom: 10px;
margin-top: 10px;
}
.tx-lfeditor-goodMarkup, .tx-lfeditor-success {
color: #390;
font-weight: bold;
}
.tx-lfeditor-badMarkup, .tx-lfeditor-error, .tx-lfeditor-delConst {
color: #C20;
font-weight: bold;
}
.tx-lfeditor-specialMarkup, .tx-lfeditor-notice {
color: #0078DE;
font-weight: bold;
}
#tx-lfeditor-table-markup1, #tx-lfeditor-table-markup2,
#tx-lfeditor-table-markup3, #tx-lfeditor-table-markup4,
#tx-lfeditor-deleteAll {
color: #FFF;
width: 20px;
}
#tx-lfeditor-table-markup1 {
background-color: #C20;
}
#tx-lfeditor-table-markup2 {
background-color: #390;
}
#tx-lfeditor-table-markup3 {
background-color: #0078DE;
}
#tx-lfeditor-table-markup4 {
background-color: #E9FA2E;
}
/* some special classes/ids */
.tx-lfeditor-buttons {
clear: both;
}
.tx-lfeditor-buttons-refresh {
background: none;
border: none;
}
.tx-lfeditor-checkBox-bottom {
vertical-align: bottom;
}
.tx-lfeditor-defaultTranslation {
padding-left: 5px;
padding-right: 5px;
border: 1px solid #AAA;
border-top: none;
}
.tx-lfeditor-textarea {
margin: 0;
width: 100%;
}
.tx-lfeditor-fieldset #metaType {
margin-right: 10px;
}
#tx-lfeditor-numberCur, #tx-lfeditor-numberOf {
font-weight: bold;
}
.tx-lfeditor-label {
padding-top: 1px;
font-weight: bold;
clear: both;
}
.tx-lfeditor-input {
width: 230px;
}
.tx-lfeditor-label, .tx-lfeditor-input {
display: inline-block;
vertical-align: top;
}
/* tree view */
.tx-lfeditor-fieldset ul.tx-lfeditor-treeview {
margin: 0;
padding: 0;
list-style-type: none;
clear: left;
}
.tx-lfeditor-fieldset ul.tx-lfeditor-treeview img {
float: left;
}
fieldset.tx-lfeditor-fieldset fieldset ul.tx-lfeditor-treeview li {
font-weight: bold;
}
/* manage backups */
.tx-lfeditor-fieldset ul.tx-lfeditor-backups-label {
list-style-type: none;
font-weight: bold;
}
.tx-lfeditor-fieldset ul.tx-lfeditor-backups-value {
list-style-type: none;
font-weight: normal;
}
/* textarea resizer */
.handle-normal, .handle-highlight {
padding: 0;
margin: 0;
border: none;
height: 5px;
cursor: s-resize;
}
* html body .handle-normal, * html body .handle-highlight {
margin-top: -8px;
}
.handle-normal {
color: #390;
background: #390;
}
.handle-highlight {
color: #0078DE;
background: #0078DE;
}
.uppercase {
padding-bottom: 6px;
border-bottom: 1px solid #CDCDCD;
}
.v11 select {
background-size: 16px 16px;
padding-right: 24px;
background-repeat: no-repeat;
background-position: right 4px center;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' enable-background='new 0 0 16 16' viewBox='0 0 16 16'%3e%3cg fill='%23000'%3e%3cpath d='m4.464 6.05-.707.707L8 11l4.243-4.243-.707-.707L8 9.586z'/%3e%3c/g%3e%3c/svg%3e");
}
.v11 .handle-normal:not([size]) {
height: 5px;
}
.v11 .form-group {
margin-bottom: 15px;
}
.v11 .form-group:last-child {
margin-bottom: 15px;
}
.v11 legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 18px;
font-size: 18px;
line-height: inherit;
color: #5a5a5a;
border: 0;
border-bottom: 1px solid #e5e5e5;
float: none;
}
.v11 label {
font-weight: bold;
}
.v11 fieldset.tx-lfeditor-fieldset legend {
padding-left: 5px;
padding-right: 5px;
font-weight: bold;
border: 1px solid #AAA;
width: auto;
margin: 0;
}