K 1 Version importiert |
K .Widget.css { →Diese css-Klasse dient zur Identifizierung in den Entwickler-Tools: } |
||
| Zeile 1: | Zeile 1: | ||
.Widget.css { /* Diese css-Klasse dient zur Identifizierung in den Entwickler-Tools */ } | |||
.widget-old { | .widget-old { | ||
background: #fff; | background: #fff; | ||
| Zeile 29: | Zeile 31: | ||
border: 1px solid #ddd; | border: 1px solid #ddd; | ||
border-radius: 0; | border-radius: 0; | ||
display:block; | |||
} | } | ||
| Zeile 59: | Zeile 62: | ||
.halflings-size-50 { | .halflings-size-50 { | ||
background-size: 950px 150px; | |||
width: 50px; | |||
height: 50px; | |||
} | } | ||
.button.UTM.widgeticon.icon { | |||
background: #fff; | |||
border-radius: 2px; | |||
border-color: #a6a6a6; | |||
align-content: baseline; | |||
} | |||
.button.button-default.UTM.widgeticon.icon i::before { | |||
color: #4f4f4f; | |||
} | |||
Aktuelle Version vom 17. Februar 2026, 15:59 Uhr
.Widget.css { /* Diese css-Klasse dient zur Identifizierung in den Entwickler-Tools */ }
.widget-old {
background: #fff;
width: 8em;
height: 6em;
padding: 0.4em;
text-align: center;
vertical-align: middle;
border: 1px solid #ddd;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 4px rgba(0,0,0,.6);
}
.widget-head-old {
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
border-top-right-radius: 3px;
border-top-left-radius: 3px;
margin-bottom: 0.8em;
opacity: 0.6;
}
.widget {
background: #fff;
width: 12em;
height: 6em;
padding: 0.4em 0em;
text-align: center;
vertical-align: middle;
border: 1px solid #ddd;
border-radius: 0;
display:block;
}
.widget-head {
margin-bottom: 0.8em;
border-bottom: 2px solid var(--utm-rot);
font-weight: bold;
text-align: left;
font-size: small;
padding-left: 0.5em;
padding-bottom: 0.25em;
}
.portlet-icon {
min-width: 3em;
min-height: 4em;
display: inline-block;
vertical-align: middle;
background-size: 3em;
background-repeat: no-repeat;
}
.sp-icons-x3 {
opacity: 0.6;
}
.halflings-size-50.halflings-stats {
background-position: -100px -100px;
}
.halflings-size-50 {
background-size: 950px 150px;
width: 50px;
height: 50px;
}
.button.UTM.widgeticon.icon {
background: #fff;
border-radius: 2px;
border-color: #a6a6a6;
align-content: baseline;
}
.button.button-default.UTM.widgeticon.icon i::before {
color: #4f4f4f;
}