div.assetBrowser div.assetHeadBar div.buttons {
position: absolute;
right: 1rem;
top: 1rem;
}
div.assetBrowser .assetList table {
border-spacing: 4px 16px;
border-collapse: separate;
width: 100%;
}
div.assetBrowser .assetList table tr.gruppo td {
text-align: left;
font-weight: 500;
font-size: 1.2rem;
text-transform: capitalize;
}
div.assetBrowser .assetList table td {
box-shadow: 1px 1px 2px #000000;
padding: 0.6rem;
background: white;
margin: 1rem;
text-align: center;
font-family: var(--font-std);
font-size: 1rem;
}
div.assetBrowser .assetList table td.svg {
max-width: 3rem;
width: 3rem;
}
div.assetBrowser .assetList table td.svg img {
max-width: 3rem;
}
div.uiPanel {
width: 65vw;
position: absolute;
height: calc(80vh + 2rem);
/*2 rem la barra del titolo*/
background: rgba(240, 240, 240, 0.95);
z-index: 10;
padding: 0;
right: 0;
border: 2px solid blue;
box-shadow: var(--obj-shadow-std);
top: 12vh;
}
div.uiPanel div.uiPanelTitle {
background: var(--obj-titled-background);
color: var(--obj-titled-forecolor);
font-weight: 600;
text-align: center;
padding: 0.5rem;
width: 100%;
height: 2rem;
margin: 0;
position: relative;
top: 0;
left: 0;
}
div.uiPanel div.uiPanelBody {
/* height: 40rem; */
position: relative;
padding: 1rem;
overflow-y: hidden;
height: 80vh;
}
div.uiPanel div.uiPanelBody div.assetSvgIcon {
display: inline-block;
position: relative;
border: 0.05rem solid var(--ui-ctrl-color);
padding: 0.5rem;
top: -0.5rem;
width: 15rem;
height: 15rem;
box-sizing: border-box;
background: white;
}
div.uiPanel div.uiPanelBody div.assetSvgIcon img {
width: 100%;
}
div.uiPanel div.uiPanelBody div.assetSvgIcon button.showChangeIconDiv {
position: absolute;
top: 4px;
right: 4px;
margin: 0;
background: rgba(45, 155, 238, 0.5);
border: none;
box-shadow: none;
font-size: 1rem;
cursor: pointer;
border-radius: 90px;
color: white;
height: 1.5rem;
width: 1.5rem;
padding: 0;
}
div.uiPanel div.uiPanelBody div.assetSvgIcon div.changeIcon {
visibility: hidden;
display: block;
position: absolute;
border: 1px solid red;
width: 100%;
left: 0;
bottom: 0;
height: 100%;
background: rgba(255, 255, 255, 0.9);
z-index: 2;
text-align: center;
}
div.uiPanel div.uiPanelBody div.assetSvgIcon div.changeIcon.display {
visibility: visible;
}
div.uiPanel div.uiPanelBody div.assetSvgIcon div.changeIcon ctrl.uiButton {
width: unset;
margin-top: 1rem;
}
div.uiPanel div.uiPanelBody div.assetSvgIcon div.changeIcon ctrl.uiField {
position: relative;
display: inline-block;
margin-top: 5rem;
max-width: 15rem;
padding: 0.05rem 0.5rem;
box-sizing: border-box;
}
div.uiPanel div.uiPanelBody div.assetSvgIcon div.changeIcon ctrl.uiField data {
width: 100%;
min-width: unset;
overflow: hidden;
}
div.uiPanel div.uiPanelBody div.assetSvgIcon div.changeIcon ctrl.uiField data input {
min-width: unset;
background: white;
}
div.uiPanel div.uiPanelBody div.editAssetMainData {
position: relative;
width: calc(100% - 16rem);
display: inline-block;
right: -1rem;
padding-top: 0.5rem;
height: 10rem;
min-height: 10rem;
}
div.uiPanel div.uiPanelBody div.editAssetMainData ctrl {
text-align: left;
}
div.uiPanel div.uiPanelBody div.editAssetMainData ctrl prompt {
font-weight: 500;
display: inline-block;
position: relative;
width: 8rem;
text-align: right;
vertical-align: top;
margin-top: 0.45rem;
}
div.uiPanel div.uiPanelBody div.editAssetMainData ctrl.uiTextArea textarea {
min-width: 20em;
width: 20rem;
height: 12vh;
}
div.uiPanel div.uiPanelBody div.editMateriali {
margin-top: 1.5rem;
}
div.uiPanel div.uiPanelBody div.editMateriali div.editMaterialiBody {
height: calc(80vh - 22.5rem);
/*sottraggo l'intestazione e i pulsanti in fondo*/
overflow-y: scroll;
}
div.uiPanel div.uiPanelBody div.editMateriali div.editMaterialiBody div.avviso {
width: 100%;
padding: 0.7rem;
margin: 1rem 0 0 0;
font-weight: 600;
text-align: center;
background: white;
}
div.uiPanel div.uiPanelBody div.editMateriali div.editMaterialiBody table.assetMateriali {
width: 100%;
border-collapse: separate;
border-spacing: 0.5rem;
}
div.uiPanel div.uiPanelBody div.editMateriali div.editMaterialiBody table.assetMateriali th {
font-weight: 400;
background: white;
}
div.uiPanel div.uiPanelBody div.editMateriali div.editMaterialiBody table.assetMateriali td {
background: white;
padding: 0.3rem;
box-shadow: 1px 1px 2px #000000;
}
div.uiPanel div.uiPanelBody div.editMateriali div.editMaterialiBody table.assetMateriali td img {
max-width: 40px;
}
div.uiPanel div.uiPanelBody div.editMateriali div.editMaterialiBody table.assetMateriali td.icon {
text-align: center;
}
div.uiPanel div.uiPanelBody div.editMateriali div.editMaterialiBody div.addBmpToAsset {
background: white;
padding: 1vh;
height: 26vh;
margin: 3vh;
border: 0.13rem inset rgba(80, 80, 80, 0.3);
}
div.uiPanel div.uiPanelBody div.editMateriali div.editMaterialiBody div.addBmpToAsset label {
color: black;
}
div.uiPanel div.uiPanelBody div.editMateriali div.editMaterialiBody div.addBmpToAsset h2 {
margin: 0;
}
div.uiPanel div.uiPanelBody div.editMateriali div.editMaterialiBody div.addBmpToAsset input[type="file"] {
-webkit-appearance: none;
border: 2px ridge gray;
margin: 2vh 0 3vh 0;
line-height: 2rem;
width: 100%;
padding: 0.5rem;
box-sizing: border-box;
}
div.uiPanel div.uiPanelBody div.editMateriali div.editMaterialiBody div.addBmpToAsset input::-webkit-file-upload-button {
-webkit-appearance: none;
background: var(--mat-btns-back);
border: 2px solid gray;
width: 50%;
height: 2rem;
padding: 0.5vh;
font-size: 1rem;
font-family: var(--font-semi);
}
div.uiPanel div.uiPanelButtons {
bottom: 0;
position: absolute;
display: block;
width: 100%;
background: rgba(0, 0, 0, 0.6);
margin: 0;
height: 2.5rem;
left: 0;
padding: 0.5rem;
text-align: right;
}
div.uiPanel div.uiPanelButtons button.deleteAssetButton {
float: left;
position: relative;
padding-left: 1.5rem;
padding-top: 0.2rem;
margin-top: 0;
padding-bottom: 0.2rem;
}
div.uiPanel div.uiPanelButtons button.deleteAssetButton img {
width: 20px;
height: 20px;
position: absolute;
top: 0.1rem;
left: 0.2rem;
}
div.uiPanel div.uiPanelButtons button.deleteAssetButton:hover {
box-shadow: 0 0 0.7rem red;
}
div.uiPanel div.uiPanelButtons button.deleteAssetButton:hover img {
transform: scale(1.5, 1.5);
}
ul.assetBrowserMenu li.tipoAsset {
list-style-position: inside;
list-style-type: circle;
padding-left: 1rem;
}
ul.assetBrowserMenu li.tipoAsset:hover {
cursor: pointer;
list-style-type: square;
border-bottom: 1px solid yellow;
background: white;
}
ul.assetBrowserMenu li.tipoAsset.current {
background: white;
font-weight: 500;
list-style-type: disc;
}
/*TAGS*/
.amsify-suggestags-area .amsify-suggestags-list {
width: unset !important;
}
.amsify-suggestags-area .amsify-suggestags-list li.amsify-list-item {
list-style-position: inside;
list-style-image: url(/media/ui/tag.svg);
font-size: 1rem;
}
