Hallo zusammen,
ich habe mal ein Beispiel von h3llsp4wn gehabt auf dem ich mein Tablet ui aufgebaut habe. Das hatte schöne runde gridster Ecken.
Kann mir jemand erklären wie ich das in das neue fhem-tablet-ui-custom.css einbauen kann?! Ich kenne ich leider zu wenig mit CSS aus. :-\
https://forum.fhem.de/index.php/topic,37378.msg398122.html#msg398122
Wenn du mir jetzt noch sagst wo ich das in der aktuellen CSS finde bzw. ich es einbauen kann, wäre ich extrem glücklich :-[
html,
body,
main,
.page {
height: 100%;
width: 100%;
}
main {
overflow: auto;
}
body {
background:#9DB6D4 url(../images/home.jpg) 0 0 no-repeat;
font-family: "Helvetica Neue", "Helvetica", "Open Sans", "Arial", sans-serif;
-webkit-font-smoothing: antialiased;
font-size: small;
color: #eeeeee;
width: auto;
text-align: center;
margin: 0px;
}
.halbTransparent {
background: rgba(0, 0, 0, 0.7) !important;
}
@font-face {
font-family: 'robotothin';
src: url('../fonts/Roboto-Thin-webfont.eot');
src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin-webfont.woff') format('woff'), url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'), url('../fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MeteoconsRegular';
src: url('../fonts/meteocons-webfont.eot');
src: url('../fonts/meteocons-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/meteocons-webfont.woff') format('woff'), url('../fonts/meteocons-webfont.ttf') format('truetype'), url('../fonts/meteocons-webfont.svg#MeteoconsRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FTUI-icons';
src: url('../fonts/FTUI-icons.woff') format('woff'), url('../fonts/FTUI-icons.ttf') format('truetype'), url('../fonts/FTUI-icons.svg') format('svg');
font-weight: normal;
font-style: normal;
}
.robotothin {
font-family: robotothin, sans-serif;
}
[class^="ftui-"],
[class*=" ftui-"] {
font-family: 'FTUI-icons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ftui-mail-thin:before {
content: "\e901";
}
.ftui-download-thin:before {
content: "\e902";
}
.ftui-search-thin:before {
content: "\e903";
}
.ftui-cloud-thin:before {
content: "\e904";
}
.ftui-thermo-thin:before {
content: "\e905";
}
.ftui-thermo:before {
content: "\e900";
}
.ftui-door:before {
content: "\ea00";
}
.ftui-window:before {
content: "\ea01";
}
a:link {
text-decoration: none;
color: #aa6900;
}
a:visited {
text-decoration: none;
color: #aa6900;
}
a:hover {
text-decoration: none;
color: #cccccc;
}
a:active {
text-decoration: none;
color: #cccccc;
}
[data-type="dimmer"] {
z-index: 2;
}
*,
*:after,
*:before {
box-sizing: border-box;
}
.btn,
.link.round,
.link.square {
margin: 7px;
}
.btn-round,
.link.round {
border-radius: 17px;
}
.black {
color: #111111 !important;
}
.white {
color: #ffffff !important;
}
.orange {
color: #aa6900 !important;
}
.red {
color: #ad3333 !important;
}
.green {
color: #32a054 !important;
}
.mint {
color: #5bc995 !important;
}
.lightblue {
color: #6699FF !important;
}
.blue {
color: #337ab7 !important;
}
.gray {
color: #8C8C8C !important;
}
.yellow {
color: #ffe066 !important;
}
.lightgray {
color: #cccccc !important;
}
.border-black {
border: 3px solid #111111;
}
.border-white {
border: 3px solid #ffffff;
}
.border-orange {
border: 3px solid #aa6900;
}
.border-red {
border: 3px solid #ad3333;
}
.border-green {
border: 3px solid #32a054;
}
.border-mint {
border: 3px solid #5bc995;
}
.border-lightblue {
border: 3px solid #6699FF;
}
.border-blue {
border: 3px solid #337ab7;
}
.border-gray {
border: 3px solid #8C8C8C;
}
.border-lightgray {
border: 3px solid #cccccc;
}
.container.round {
border-radius: 17px;
}
.container.circular {
border-radius: 30px;
}
.container.margin {
margin: 7px;
}
.container.margin>.fa {
margin-left: 7px;
}
.padding {
padding: 7px;
}
#header-nav {
height: 55px;
width: 100%;
top: 0;
left: 0;
-webkit-box-shadow: 0px 3px 5px rgba(150, 150, 150, 0.49);
-moz-box-shadow: 0px 3px 5px rgba(150, 150, 150, 0.49);
box-shadow: 0px 3px 5px rgba(150, 150, 150, 0.49);
}
#header-nav ~ .page {
height: calc(100% - 55px);
}
@media screen and (max-width: 480px) {
#header-nav ~ .page {
height: 100%;
}
}
.fixed {
backface-visibility: hidden;
position: fixed;
z-index: 2;
transition: transform 300ms ease;
}
header.fixed#header-nav + main#panel {
margin-top: 55px;
}
section {
border-bottom: 1px solid #888;
padding-top: 10px;
padding-bottom: 10px;
}
/* gridster layout */
.gridster .row:after {
content: "";
display: table;
clear: both;
text-align: center;
vertical-align: middle;
}
.gridster .row>div {
vertical-align: middle;
}
.gridster [class*='col-'],
section [class*='col-'],
.row [class*='col-'] {
display: inline-block;
}
.fullsize,
.gridster > ul {
width: 100% !important;
height: 100% !important;
}
.gridster {
width: 100%;
}
.gridster > * {
margin: 0;
padding: 0;
}
.gridster .gs_w {
background: #FFF;
cursor: pointer;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gridster > ul > li,
.card {
background-color: #2A2A2A;
}
.gridster li header,
.dialog > header,
.card > header {
background: #262626;
color: #8c8c8c;
display: block;
font-size: 11px;
font-weight: bold;
line-height: normal;
padding: 4px 10px;
text-align: center;
width: 100%;
}
.gridster li header.transparent,
.dialog > header.transparent,
.card > header.transparent {
background: transparent;
}
.gridster li header,
.dialog > header {
cursor: move;
}
/* End gridster layout */
.row-1-1,
.row-3-3 {
height: 99.6% !important;
}
.row-1-2,
.row-2-4 {
height: 49.5% !important;
}
.row-1-3 {
height: 33% !important;
}
.row-2-3 {
height: 66.66% !important;
}
.row-1-4,
.row-2-8 {
height: 24% !important;
}
.col-1-1 {
width: 99.6% !important;
}
.col-5-6 {
width: 83% !important;
}
.col-2-3,
.col-4-6 {
width: 65% !important;
}
.col-1-3,
.col-2-6,
.col-33 {
width: 32% !important;
}
.col-3-4 {
width: 74% !important;
}
.col-1-2,
.col-2-4,
.col-3-6,
.col-50 {
width: 48.4% !important;
}
.col-1-4 {
width: 24% !important;
}
.col-1-6 {
width: 16.67% !important;
}
.col-1-8 {
width: 12.5% !important;
}
.col-1-5 {
width: 19% !important;
}
.col-2-5 {
width: 39% !important;
}
.col-3-5 {
width: 59% !important;
}
.col-4-5 {
width: 79% !important;
}
.bold {
font-weight: bold !important;
}
/* Flexbox layout */
.hbox,
.vbox,
.box,
.card {
display: flex;
}
.h100,
.full-width,
width-100 {
width: 100% !important;
}
.v100,
.full-height,
.height-100 {
height: 100%;
}
.box,
.hbox,
.box.horizontal {
flex-direction: row;
flex: 0 1 auto;
}
main > .box,
main > .hbox,
main > .box.horizontal {
align-items: stretch;
height: 100%;
}
.vbox,
.card,
.box.vertical {
flex-direction: column;
flex: 1;
}
.vbox >:not(.vbox):not(.hbox):not(.card) {
align-self: center;
}
.card > .box.horizontal:only-of-type,
.card > .hbox:only-of-type {
flex-grow: 1;
margin-top: 0;
}
.card > .box.horizontal,
.card > .hbox {
margin-top: .5em;
margin-bottom: .5em;
margin-left: .5em;
margin-right: .5em;
}
.shrink-0,
.shrink-0x {
flex-shrink: 0 !important;
}
.grow-0,
.grow-0x {
flex-grow: 0 !important;
}
.grow-1,
.grow-1x {
flex-grow: 1;
}
.grow-2,
.grow-2x {
flex-grow: 2 !important;
}
.grow-3,
.grow-3x {
flex-grow: 3 !important;
}
.grow-4,
.grow-4x {
flex-grow: 4 !important;
}
.grow-5,
.grow-5x {
flex-grow: 5 !important;
}
.grow-6,
.grow-6x {
flex-grow: 6 !important;
}
.grow-7,
.grow-7x {
flex-grow: 7;
}
.grow-8,
.grow-8x {
flex-grow: 8;
}
.grow-9,
.grow-9x {
flex-grow: 9;
}
.box.horizontal.items-top,
.hbox.items-top,
.card.items-top {
align-items: flex-start;
}
.box.horizontal.items-center,
.hbox.items-center,
.card.items-center,
.card > .hbox,
.card > .box.horizontal {
align-items: center;
}
.box.horizontal.items-bottom,
.hbox.items-bottom,
.card.items-bottom {
align-items: flex-end;
}
.box.horizontal.items-space-between,
.hbox.items-space-between,
.card.items-space-between {
justify-content: space-between;
}
.box.horizontal.items-right,
.hbox.items-right {
justify-content: flex-end;
}
.card {
margin: 4px;
justify-content: flex-start;
}
.card > header {
width: 100%;
flex-grow: 0;
}
@media screen and (min-width: 480px) {
.icon-width {
min-width: 104px;
max-width: 104px;
}
}
@media screen and (max-width: 480px) {
.hbox,
.vbox,
.box,
.card {
flex-wrap: wrap;
}
.v100,
.full-height,
.height-100 {
height: auto;
min-height: 100vh;
}
.card > .box.horizontal,
.card > .hbox {
margin-top: 1em;
margin-bottom: 1em;
}
}
@media screen and (min-width: 320px) and (max-width: 480px) {
.shrink-phone,
.phone-width {
flex-basis: 320px !important;
}
.icon-width {
min-width: 52px;
max-width: 52px;
}
[data-type="image"].icon-width > img {
width: 45px !important;
height: 45px !important;
}
}
.lift {
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.align-center {
align-self: center;
}
/* End Flexbox layout */
/* responsive menu */
.menu ~ main > .page {
padding-left: 180px;
width: auto;
}
:not([data-type="circlemenu"]) > .menu {
background: #1D1F20;
height: 100vh;
width: 180px;
position: fixed;
top: 0;
left: 0;
z-index: 5;
outline: none;
}
.menu ul {
list-style: none;
padding: 2em 0;
margin: 0;
}
.menu header {
text-align: center;
margin-top: 0.7em;
}
.menu ul li {
padding: 0.5em 1em 0.5em 1em;
font-size: 0.95em;
text-align: initial;
transition: all 0.15s linear;
cursor: pointer;
}
.menu ul li span {
padding: 0.2em 0.5em;
font-size: 0.9em;
}
.menu ul li div[data-type="link"] {
text-align: left;
}
.menu ul li:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.menu ul li:focus {
outline: none;
}
@media screen and (max-width: 900px) and (min-width: 480px) {
.menu ~ main > .page {
padding-left: 90px;
}
.menu {
width: 90px;
}
.menu ul li {
height: 60px;
position: relative;
padding: 0.5em 1em 0.5em 2.1em;
}
.menu ul li span {
opacity: 0;
position: absolute;
background: rgba(0, 0, 0, 0.5);
padding: 0.2em 0.5em;
border-radius: 4px;
top: 50%;
left: 80px;
transform: translate3d(-15px, -50%, 0);
transition: all 0.15s ease-in-out;
}
.menu ul li span:before {
content: '';
width: 0;
height: 0;
position: absolute;
top: 50%;
left: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid rgba(0, 0, 0, 0.5);
transform: translateY(-50%);
}
.menu ul li:hover span {
opacity: 1;
transform: translate3d(0px, -50%, 0);
}
}
@media screen and (max-width: 480px) {
.menu ~ main > .page {
padding-left: 0px;
}
.menu {
width: 230px !important;
box-shadow: 0 0 0 100em rgba(0, 0, 0, 0);
transform: translate3d(-230px, 0, 0);
transition: all 0.3s ease-in-out;
}
.menu .menu-trigger {
width: 40px;
height: 40px;
position: absolute;
left: 100%;
background: #1D1F20;
}
.menu .menu-trigger:before,
.menu .menu-trigger:after {
content: '';
width: 50%;
height: 2px;
background: #fff;
border-radius: 10px;
position: absolute;
top: 45%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
}
.menu .menu-trigger:after {
top: 55%;
transform: translate3d(-50%, -50%, 0);
}
.menu.show {
transform: translate3d(0, 0, 0);
box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.6);
}
}
/* End responsive menu */
.bg-gray,
.btn-gray {
background-color: #393939 !important;
}
.bg-lightgray,
.btn-lightgray {
background-color: #777777 !important;
}
.bg-orange,
.btn-orange {
background-color: #aa6900 !important;
}
.bg-red,
.btn-red {
background-color: #ad3333 !important;
}
.bg-green,
.btn-green {
background-color: #32a054 !important;
}
.bg-mint,
.btn-mint {
background-color: #5bc995 !important;
}
.bg-ligthblue,
.btn-ligthblue {
background-color: #6699FF !important;
}
.bg-blue,
.btn-blue {
background-color: #337ab7 !important;
}
/* Toolbar */
footer {
position: absolute;
left: 0;
bottom: 0;
background: #f7f7f8;
height: 67px;
width: 100%;
box-sizing: border-box;
margin: 0;
z-index: 500;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
footer::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: auto;
right: auto;
height: 1px;
width: 100%;
background-color: #c4c4c4;
display: block;
z-index: 15;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.tab-bar {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 0 8px;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
@media screen and (min-width: 768px) {
.tab-bar {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
}
@media screen and (min-width: 768px) {
.tab-bar .tab-link {
width: auto;
min-width: 105px;
}
}
.tab-link {
height: 100%;
width: 100%;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
overflow: visible;
-webkit-box-flex: 1;
-ms-flex: 1;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.tab-labels,
span.tab-label {
line-height: 1.7em;
display: block;
margin: 0;
letter-spacing: .01em;
font-size: 85%;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
}
@media screen and (min-width: 768px) {
.tab-labels,
span.tab-label {
font-size: 100%;
}
}
.tab-link > .fa-stack {
width: 1em !important;
height: 1em !important;
line-height: 1em !important;
}
div[data-type="link"] > div.fa {
font-size: 2em;
line-height: 1em;
}
/*end toolbar */
.left {
float: left;
width: auto;
left: 0;
}
.right {
float: right;
right: 0;
}
.cell {
margin: 10px 10px !important;
width: auto;
text-align: center;
vertical-align: middle;
}
.centered {
margin-left: auto !important;
margin-right: auto !important;
display: table;
}
.middle {
vertical-align: middle;
}
.left-align {
text-align: left;
}
.right-align {
text-align: right;
}
.center-align {
text-align: center;
}
.inline {
display: inline-block;
margin: 0px 5px 0px 0px !important;
}
.inline.narrow.link {
margin: 0px -4px 0px -4px !important;
}
.newline {
display: block !important;
}
div[data-type="circlemenu"] {
min-height: 4em;
min-width: 4em;
margin-bottom: 0px;
display: inline-block;
vertical-align: middle;
position: relative;
}
.dialog {
display: none;
position: fixed;
z-index: 2000;
width: 98%;
border-bottom: 1px solid #aaa;
border-radius: 4px;
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0.1);
background-color: #2A2A2A;
background-clip: padding-box;
overflow: auto;
}
.dialog-close {
line-height: 1;
font-size: 1.5em;
position: absolute;
top: 1px;
right: 2%;
text-decoration: none;
color: #bbb;
cursor: pointer;
}
.dialog-close:hover {
color: #aa6900;
-webkit-transition: color 1s ease;
-moz-transition: color 1s ease;
transition: color 1s ease;
}
.dialog-starter {}
.events {
width: 90%;
height: 90%;
text-align: left;
margin-left: 20px;
overflow: auto;
}
[data-type]:not([data-type="label"]):not(.readonly):not([data-type="symbol"]):not([data-type="spinner"]),
[onclick] {
cursor: pointer;
}
.label-unit {
font-size: 50%;
}
.truncate,
.nowrap {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.center {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
height: 100%;
width: 100%;
}
.narrow {
margin: -5px 5px -6px 5px !important;
width: auto;
text-align: center;
}
[data-type="symbol"].width-narrow,
[data-type="multistatebutton"].width-narrow,
[data-type="switch"].width-narrow,
[data-type="button"].width-narrow,
[data-type="push"].width-narrow,
[data-type="pagebutton"].width-narrow {
width: 1.5em;
}
[data-type="symbol"].height-narrow,
[data-type="multistatebutton"].height-narrow,
[data-type="switch"].height-narrow,
[data-type="button"].height-narrow,
[data-type="push"].height-narrow,
[data-type="pagebutton"].height-narrow {
height: 1.5em;
}
.compressed,
.compress {
width: 1em !important;
height: 1em !important;
line-height: 1em !important;
}
.wider {
margin: 15px 15px 15px 15px !important;
width: auto;
text-align: center;
}
.top-narrow-10 {
margin-top: -10px !important;
}
.top-narrow {
margin-top: -15px !important;
}
.top-narrow-2x,
.top-narrow-2 {
margin-top: -30px !important;
}
.left-narrow-10 {
margin-left: -10px !important;
}
.left-narrow {
margin-left: -15px !important;
}
.left-narrow-2x,
.left-narrow-2 {
margin-left: -30px !important;
}
.right-narrow-10 {
margin-right: -10px !important;
}
.right-narrow {
margin-right: -15px !important;
}
.right-narrow-2x,
.right-narrow-2 {
margin-right: -30px !important;
}
.top-space {
margin-top: 15px !important;
}
.top-space-2x,
.top-space-2 {
margin-top: 30px !important;
}
.top-space-3x,
.top-space-3 {
margin-top: 45px !important;
}
.left-space {
margin-left: 15px !important;
}
.left-space-2x,
.left-space-2 {
margin-left: 30px !important;
}
.left-space-3x,
.left-space-3 {
margin-left: 45px !important;
}
.left-space-4x,
.left-space-4 {
margin-left: 60px !important;
}
.right-space {
margin-right: 15px !important;
}
.right-space-2x,
.right-space-2 {
margin-right: 30px !important;
}
.right-space-3x,
.right-space-3 {
margin-right: 45px !important;
}
.bottom-space {
margin-bottom: 15px !important;
}
.bottom-space-2x,
.bottom-space-2 {
margin-bottom: 30px !important;
}
.bottom-space-3x,
.bottom-space-3 {
margin-bottom: 45px !important;
}
.darker {
color: #8C8C8C;
}
.thin {
font-weight: 100;
}
.gigantic {
font-size: 144px !important;
font-family: robotothin, sans-serif;
line-height: 120px;
}
.grande {
font-size: 600% !important;
font-family: robotothin, sans-serif;
}
.bigger.thin {
font-size: 450% !important;
font-family: robotothin, sans-serif;
font-weight: normal !important;
}
.bigger {
font-size: 320% !important;
}
.bigplus {
font-size: 270% !important;
}
.big.thin {
font-size: 320% !important;
font-family: robotothin, sans-serif;
font-weight: normal !important;
}
.big {
font-size: 200% !important;
}
.large {
font-size: 150% !important;
}
.large.thin {
letter-spacing: 1.1px;
}
.medium {
font-size: 120% !important;
}
.normal {
font-size: 100%;
}
.small {
font-size: 80%;
}
.tiny {
font-size: 60%;
}
.mini {
font-size: 50%;
}
.top {
vertical-align: super;
top: 0;
}
.bottom {
vertical-align: baseline;
bottom: 0;
}
.maxw40 {
max-width: 40px;
}
.verticalLine {
border-right-style: outset;
}
[data-type="symbol"].tiny {
font-size: 50% !important;
}
[data-type="symbol"].big,
[data-type="multistatebutton"].big,
[data-type="switch"].big,
[data-type="button"].big,
[data-type="push"].big,
[data-type="pagebutton"].big {
font-size: 250% !important;
}
[data-type="symbol"].small,
[data-type="multistatebutton"].small,
[data-type="switch"].small,
[data-type="button"].small,
[data-type="push"].small,
[data-type="pagebutton"].small,
[data-type="dimmer"].small {
font-size: 150% !important;
}
[data-type="push"] > div {
position: absolute;
left: 0;
width: 100%;
text-align: center;
font-size: 60%;
}
[data-type="pagetab"] .label {
font-size: 50% !important;
whiteSpace: nowrap;
padding-top: 30px;
color: #8C8C8C;
}
.labelright[data-type="pagetab"] .label {
padding-top: 0px;
padding-left: 52px;
}
i#warn {
font-size: 40% !important;
margin-left: 26%;
margin-top: -31%;
color: #aaa;
font-weight: bold !important;
font-family: sans-serif;
letter-spacing: -1px;
}
i#warn-back {
font-size: 80% !important;
margin-left: 27%;
margin-top: -31%;
color: #882200;
}
.doublebox-v {
min-height: 104px;
max-height: 104px;
min-width: 52px;
max-width: 52px;
}
.doublebox-h {
min-width: 104px;
max-width: 104px;
min-height: 52px;
max-height: 52px;
}
.doublebox-v [data-type] {
margin-top: -4px;
margin-bottom: -4px;
}
.doublebox-h [data-type] {
margin-left: -6px;
margin-right: -6px;
}
.triplebox-v {
min-height: 140px;
max-height: 140px;
min-width: 52px;
max-width: 52px;
}
.triplebox-v [data-type] {
margin-top: -4px;
margin-bottom: -4px;
}
.fa-square-o + .fa-chevron-up {
top: -5px;
}
.fa-square-o {
top: 0.03em;
}
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
canvas#progress {
z-index: 100;
position: relative;
}
input {
visibility: hidden;
}
.page:not(.active) {
display: none;
}
.autohide.invalid,
div.hide {
display: none;
}
.range-container.slider_vertical,
.range-container.level_vertical {
margin: 20px auto 20px !important;
padding: 0px !important;
}
.range-container.slider_vertical.narrow,
.range-container.level_vertical.narrow {
margin: 10px 0px 0px -5px !important;
}
.range-container.slider_horizontal,
.range-container.level_horizontal {
padding-bottom: 5px;
}
.range-container.slider_horizontal.narrow,
.range-container.level_horizontal.narrow {
padding-bottom: 5px;
}
.range-min,
.range-max {
visibility: hidden;
}
.slider_vertical .slidertext {
margin-left: -18px;
margin-top: 10px;
width: 40px;
text-align: center;
}
.slider_horizontal .slidertext {
margin-left: 110%;
margin-top: -11px;
width: 40px;
text-align: left;
}
.big > .vertical .range-bar {
width: 15px;
}
.bigger > .vertical .range-bar {
width: 25px;
}
.large > .vertical .range-bar {
width: 50px;
}
.jq-toast-wrap {
z-index: 100;
}
ul,
ol {
list-style: none;
}
ul,
li {
margin: 0;
padding: 0;
}
.weather:before {
font-family: 'MeteoconsRegular';
content: attr(data-icon);
font-size: 200%;
color: #dcdcdc;
}
.menu li:first-child {}
div[data-type="circlemenu"] > .circlemenu > li {
background-color: #2A2A2A;
}
div[data-type="circlemenu"] > .circlemenu li div[data-type="push"] {
color: #555;
}
div[data-type="circlemenu"] > .circlemenu,
.absolute {
position: absolute;
}
.circleMenu-closed {
z-index: 1000 !important;
width: 0px !important;
}
.circleMenu-open {
z-index: 1001 !important;
}
div[data-type="link"] {
text-align: center;
}
div[data-type="label"].icon {
padding-top: 16px;
height: 50px;
width: 50px;
}
.icon.round,
div[data-type="image"].round > img {
border-radius: 50% !important;
}
.icon.square {
border-radius: 10px !important;
}
.bg-square {
border-radius: 10px !important;
width: -moz-min-content;
width: -webkit-min-content;
width: min-content;
height: -moz-min-content;
height: -webkit-min-content;
height: min-content;
}
.squareborder {
border-radius: 10px !important;
border: 2px solid #aaa;
width: -moz-min-content;
width: -webkit-min-content;
width: min-content;
height: -moz-min-content;
height: -webkit-min-content;
height: min-content;
}
.circleborder {
border-radius: 50% !important;
border: 2px solid #bbb;
}
div[data-type="circlemenu"] div.circleborder {
line-height: 45px;
border: 4px solid transparent !important;
box-shadow: 0px 0px 0px 2px #bbb inset;
height: 100%;
width: 100%;
}
.ontop {
position: absolute;
z-index: 1003;
top: 10px;
left: 10px;
}
#shade {
position: absolute;
z-index: 1001;
background-color: #000000;
opacity: 0.5;
height: 100%;
width: 100%;
top: 0px;
left: 0px;
}
@keyframes blink {
0% {
opacity: 1.0;
}
50% {
opacity: 0.0;
}
100% {
opacity: 1.0;
}
}
@-webkit-keyframes blink {
0% {
opacity: 1.0;
}
50% {
opacity: 0.0;
}
100% {
opacity: 1.0;
}
}
.blink {
animation: blink 1s step-start 0s infinite;
-webkit-animation: blink 1s step-start 0s infinite;
}
.fa-blink {
animation: blink 1s step-start 0s infinite;
-webkit-animation: blink 1s step-start 0s infinite;
}
option {
background-color: #2a2a2a;
}
select,
input.textinput {
border-radius: 10px;
border: 2px solid #8C8C8C;
background: transparent;
width: 100%;
padding: 6px !important;
padding-right: 30px !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size: small;
color: #eeeeee;
}
select::-ms-expand {
display: none;
}
.large > select {
font-size: 120%;
}
.big > select {
font-size: 150%;
}
.w3x > select,
[data-type="label"].w3x,
[data-type="input"].w3x {
min-width: 160px;
max-width: 160px;
width: 160px;
}
.w2x > select,
[data-type="label"].w2x,
[data-type="input"].w2x {
min-width: 110px;
max-width: 110px;
width: 110px;
}
.w1x > select,
[data-type="label"].w1x,
[data-type="input"].w1x {
min-width: 70px;
max-width: 70px;
width: 70px;
}
[data-type="select"],
[data-type="input"]>input {}
[class*='col-'] > .select {
width: 90%;
}
.select {
display: inline-block;
vertical-align: middle;
position: relative;
}
.select:after {
position: absolute;
bottom: .15em;
top: .15em;
right: .5rem;
content: "\f107";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
font-size: 150%;
padding: 5px !important;
pointer-events: none;
}
[data-type="readingsgroup"] svg {
height: 2em;
width: 2em;
}
.reachable-0 {
opacity: .5 !important;
pointer-events: none;
}
.reachable-0>#fg:before {
content: '?';
font-size: 100%;
color: beige;
}
.blurry {
color: transparent !important;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.half-transparent {
opacity: .5 !important;
}
.transparent {
opacity: 0;
}
img.faded {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: .2 !important;
}
.shake {
animation: shake 100ms ease-in-out infinite;
}
.fail-shake {
-webkit-animation: fail-shake .5s linear;
animation: fail-shake .5s linear;
}
.rotor .rotor-wrapper {
position: relative;
height: 100%;
width: 100%;
}
.rotor li {
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
display: inline-block;
}
.rotor li.is-visible {
opacity: 1;
}
.rotor li.is-hidden {
opacity: 0;
}
.rotor.fade li.is-visible {
animation: fade-in 2.2s;
}
.rotor.fade li.is-hidden {
animation: fade-out 2.2s;
}
@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.rotor.rotate li {
transform-origin: 50% 100%;
transform: rotateX(180deg);
}
.rotor.rotate li.is-visible {
transform: rotateX(0deg);
animation: rotate-in 1.2s;
}
.rotor.rotate li.is-hidden {
transform: rotateX(180deg);
animation: rotate-out 1.2s;
}
@keyframes rotate-in {
0% {
transform: rotateX(180deg);
opacity: 0;
}
35% {
transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
transform: rotateX(360deg);
opacity: 1;
}
}
@keyframes rotate-out {
0% {
transform: rotateX(0deg);
opacity: 1;
}
35% {
transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
transform: rotateX(180deg);
opacity: 0;
}
}
.rotate-90 {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
@-webkit-keyframes marquee {
0% {
text-indent: 100%
}
100% {
text-indent: 0%
}
}
@keyframes marquee {
0% {
text-indent: 100%
}
100% {
text-indent: 0%
}
}
@keyframes shake {
2% {
transform: translate(1.5px, 2.5px) rotate(-0.5deg);
}
4% {
transform: translate(1.5px, -1.5px) rotate(0.5deg);
}
6% {
transform: translate(1.5px, -1.5px) rotate(-0.5deg);
}
8% {
transform: translate(0.5px, 2.5px) rotate(0.5deg);
}
10% {
transform: translate(-0.5px, -0.5px) rotate(1.5deg);
}
12% {
transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
}
14% {
transform: translate(2.5px, 0.5px) rotate(-0.5deg);
}
16% {
transform: translate(-1.5px, 1.5px) rotate(0.5deg);
}
18% {
transform: translate(2.5px, 0.5px) rotate(-0.5deg);
}
20% {
transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
}
22% {
transform: translate(2.5px, -1.5px) rotate(-0.5deg);
}
24% {
transform: translate(1.5px, 2.5px) rotate(1.5deg);
}
26% {
transform: translate(-1.5px, -0.5px) rotate(0.5deg);
}
28% {
transform: translate(1.5px, 1.5px) rotate(-0.5deg);
}
30% {
transform: translate(2.5px, -1.5px) rotate(-0.5deg);
}
32% {
transform: translate(0.5px, 2.5px) rotate(-0.5deg);
}
34% {
transform: translate(-0.5px, 1.5px) rotate(1.5deg);
}
36% {
transform: translate(0.5px, 1.5px) rotate(1.5deg);
}
38% {
transform: translate(1.5px, 1.5px) rotate(0.5deg);
}
40% {
transform: translate(-0.5px, 1.5px) rotate(0.5deg);
}
42% {
transform: translate(-0.5px, 0.5px) rotate(1.5deg);
}
44% {
transform: translate(-1.5px, -1.5px) rotate(1.5deg);
}
46% {
transform: translate(0.5px, -0.5px) rotate(0.5deg);
}
48% {
transform: translate(-0.5px, 1.5px) rotate(-0.5deg);
}
50% {
transform: translate(2.5px, -0.5px) rotate(-0.5deg);
}
52% {
transform: translate(0.5px, -1.5px) rotate(0.5deg);
}
54% {
transform: translate(2.5px, -1.5px) rotate(0.5deg);
}
56% {
transform: translate(-1.5px, -0.5px) rotate(0.5deg);
}
58% {
transform: translate(-1.5px, 2.5px) rotate(1.5deg);
}
60% {
transform: translate(0.5px, -1.5px) rotate(0.5deg);
}
62% {
transform: translate(-0.5px, 2.5px) rotate(1.5deg);
}
64% {
transform: translate(0.5px, 0.5px) rotate(-0.5deg);
}
66% {
transform: translate(1.5px, -0.5px) rotate(1.5deg);
}
68% {
transform: translate(-1.5px, -0.5px) rotate(0.5deg);
}
70% {
transform: translate(-0.5px, 2.5px) rotate(1.5deg);
}
72% {
transform: translate(1.5px, 0.5px) rotate(0.5deg);
}
74% {
transform: translate(0.5px, -1.5px) rotate(0.5deg);
}
76% {
transform: translate(1.5px, 1.5px) rotate(-0.5deg);
}
78% {
transform: translate(2.5px, -1.5px) rotate(0.5deg);
}
80% {
transform: translate(-1.5px, 1.5px) rotate(0.5deg);
}
82% {
transform: translate(-0.5px, 2.5px) rotate(1.5deg);
}
84% {
transform: translate(1.5px, 1.5px) rotate(-0.5deg);
}
86% {
transform: translate(2.5px, 0.5px) rotate(1.5deg);
}
88% {
transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
}
90% {
transform: translate(1.5px, -0.5px) rotate(-0.5deg);
}
92% {
transform: translate(0.5px, -1.5px) rotate(1.5deg);
}
94% {
transform: translate(-0.5px, -0.5px) rotate(0.5deg);
}
96% {
transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
}
98% {
transform: translate(-0.5px, -1.5px) rotate(1.5deg);
}
0%,
100% {
transform: translate(0, 0) rotate(0);
}
}
@-webkit-keyframes fail-shake {
8%,
41% {
-webkit-transform: translateX(-10px);
}
25%,
58% {
-webkit-transform: translateX(10px);
}
75% {
-webkit-transform: translateX(-5px);
}
92% {
-webkit-transform: translateX(5px);
}
0%,
100% {
-webkit-transform: translateX(0);
}
}
@keyframes fail-shake {
8%,
41% {
transform: translateX(-10px);
}
25%,
58% {
transform: translateX(10px);
}
75% {
transform: translateX(-5px);
}
92% {
transform: translateX(5px);
}
0%,
100% {
transform: translateX(0);
}
}
.marquee {
width: 100%;
margin: auto;
padding: 2px;
overflow: hidden;
white-space: nowrap;
animation: marquee 10s linear infinite;
-webkit-animation: marquee 10s linear infinite;
}
/* pseudo classes for widget init function */
.symbol.on {
color: #aa6900;
background-color: #aa6900;
}
.symbol.off {
color: #505050;
background-color: #505050;
}
.switch.on {
color: #2A2A2A;
background-color: #aa6900;
}
.switch.off {
color: #2A2A2A;
background-color: #505050;
}
.link {
color: #aa6900;
}
.progress.value {
font-size: 70% !important;
color: #aaa;
font-family: sans-serif;
letter-spacing: -1px;
z-index: 1000;
}
.gridster ul li {
...
border-radius:8px;
...
}
Du suchst einfach nach .gridster ul li und innerhalb dieser baust du das einfach ein. Sollte die Passage nicht drin stehen schreib sie testweise mal rein und schaue was passiert.
so geht es auch
<body>
<div class="gridster">
<ul>
<li data-row="1" data-col="1" data-sizex="1" data-sizey="9" class="container round">
Ah gut zu wissen, DANKE, aber da habe ich dann gleich zwei neue Probleme.
1. Wie bekomme ich dann das gridster "halbTransparent"
2. Wie bekomme ich auch die oberen Ecken rund, siehe Bild?!
*edit*
Zum Punkt 1 habe ich folgendes gemacht:
.container.round {
border-radius: 8px;
background: rgba(0, 0, 0, 0.7) !important;
}
Punkt 2 habe ich zumindest ein Problem gefunden habe aber keine Lösung. Problem ist da der <header> dieser liegt über dem gridster und "überschreibt" die runden Gridster Ecken. :'(
<!-- Außentemperatur -->
<li data-row="1" data-col="1" data-sizex="2" data-sizey="2" class="container round">
<header><font size="+1">Außentemperatur</font></header>
<div class="cell">
<table>
<header class="container round">BAD</header>
Aber Änderungen an den Klassen, die per update mitkommen, musst du in deiner user css machen. Sonst ist alles nach einem Update wieder weg!
für das halbtransparente habe ich eine eigene css Klasse
.halbTransparent {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) !important;
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.5) !important;
}
Zitat von: setstate am 15 Dezember 2016, 13:45:40
<header class="container round">BAD</header>
Aber Änderungen an den Klassen, die per update mitkommen, musst du in deiner user css machen. Sonst ist alles nach einem Update wieder weg!
Oo Da kann ich auch die class angeben :o da hätte ich auch selber drauf kommen können.
Ich habe es in meiner eigenen CSS, die Erfahrung mit dem überschreiben musste ich früher schon mal machen :'(
Ich glaube nur das beim Test der Header dann oben und unten Rund ist. Schön wäre es wenn er nur oben rund und unten Eckig wäre. (Ich werde noch ein Bild nachreichen)
Vielen Dank setstate!!
Zitat von: CoolTux am 15 Dezember 2016, 13:48:39
für das halbtransparente habe ich eine eigene css Klasse
.halbTransparent {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) !important;
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.5) !important;
}
Das hatte ich auch. Aber da muss ich jetzt die Klasse round hinzufügen. Auch dir vielen Dank!
Ich teste es gerade so: *edit* geht nicht!
.halbTransparent {
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) !important;
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.5) !important;
border-radius: 8px;
}
So jetzt funktioniert alles. Der Perfektionist in mir stört sich aber leider an den unteren runden Ecken des Headers. :'( :-[
Gibt es dafür auch eine Lösung?
*edit* Bild eingefügt
Für alle anderen meine fhem-tablet-ui-custom.css sieht jetzt so aus:
html,
body,
main,
.page {
height: 100%;
width: 100%;
}
main {
overflow: auto;
}
body {
/* backgroundzeile eingefügt */
background:#9DB6D4 url(../images/home.jpg) 0 0 no-repeat;
font-family: "Helvetica Neue", "Helvetica", "Open Sans", "Arial", sans-serif;
-webkit-font-smoothing: antialiased;
font-size: small;
color: #eeeeee;
width: auto;
text-align: center;
margin: 0px;
}
/* Änderung in Zeile 230 und 231 */
/* border-radius von 17 auf 8px; */
/* Zeile hinzugefügt: background: rgba(0, 0, 0, 0.5) !important; */
/* Anfang Einfügen */
.header.round {
border-radius: 8px;
}
/* Ende Einfügen */
@font-face {
font-family: 'robotothin';
src: url('../fonts/Roboto-Thin-webfont.eot');
src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin-webfont.woff') format('woff'), url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'), url('../fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MeteoconsRegular';
src: url('../fonts/meteocons-webfont.eot');
src: url('../fonts/meteocons-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/meteocons-webfont.woff') format('woff'), url('../fonts/meteocons-webfont.ttf') format('truetype'), url('../fonts/meteocons-webfont.svg#MeteoconsRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FTUI-icons';
src: url('../fonts/FTUI-icons.woff') format('woff'), url('../fonts/FTUI-icons.ttf') format('truetype'), url('../fonts/FTUI-icons.svg') format('svg');
font-weight: normal;
font-style: normal;
}
.robotothin {
font-family: robotothin, sans-serif;
}
[class^="ftui-"],
[class*=" ftui-"] {
font-family: 'FTUI-icons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ftui-mail-thin:before {
content: "\e901";
}
.ftui-download-thin:before {
content: "\e902";
}
.ftui-search-thin:before {
content: "\e903";
}
.ftui-cloud-thin:before {
content: "\e904";
}
.ftui-thermo-thin:before {
content: "\e905";
}
.ftui-thermo:before {
content: "\e900";
}
.ftui-door:before {
content: "\ea00";
}
.ftui-window:before {
content: "\ea01";
}
a:link {
text-decoration: none;
color: #aa6900;
}
a:visited {
text-decoration: none;
color: #aa6900;
}
a:hover {
text-decoration: none;
color: #cccccc;
}
a:active {
text-decoration: none;
color: #cccccc;
}
[data-type="dimmer"] {
z-index: 2;
}
*,
*:after,
*:before {
box-sizing: border-box;
}
.btn,
.link.round,
.link.square {
margin: 7px;
}
.btn-round,
.link.round {
border-radius: 17px;
}
.black {
color: #111111 !important;
}
.white {
color: #ffffff !important;
}
.orange {
color: #aa6900 !important;
}
.red {
color: #ad3333 !important;
}
.green {
color: #32a054 !important;
}
.mint {
color: #5bc995 !important;
}
.lightblue {
color: #6699FF !important;
}
.blue {
color: #337ab7 !important;
}
.gray {
color: #8C8C8C !important;
}
.yellow {
color: #ffe066 !important;
}
.lightgray {
color: #cccccc !important;
}
.border-black {
border: 3px solid #111111;
}
.border-white {
border: 3px solid #ffffff;
}
.border-orange {
border: 3px solid #aa6900;
}
.border-red {
border: 3px solid #ad3333;
}
.border-green {
border: 3px solid #32a054;
}
.border-mint {
border: 3px solid #5bc995;
}
.border-lightblue {
border: 3px solid #6699FF;
}
.border-blue {
border: 3px solid #337ab7;
}
.border-gray {
border: 3px solid #8C8C8C;
}
.border-lightgray {
border: 3px solid #cccccc;
}
.container.round {
border-radius: 8px;
background: rgba(0, 0, 0, 0.5) !important;
}
.container.circular {
border-radius: 30px;
}
.container.margin {
margin: 7px;
}
.container.margin>.fa {
margin-left: 7px;
}
.padding {
padding: 7px;
}
#header-nav {
height: 55px;
width: 100%;
top: 0;
left: 0;
-webkit-box-shadow: 0px 3px 5px rgba(150, 150, 150, 0.49);
-moz-box-shadow: 0px 3px 5px rgba(150, 150, 150, 0.49);
box-shadow: 0px 3px 5px rgba(150, 150, 150, 0.49);
}
#header-nav ~ .page {
height: calc(100% - 55px);
}
@media screen and (max-width: 480px) {
#header-nav ~ .page {
height: 100%;
}
}
.fixed {
backface-visibility: hidden;
position: fixed;
z-index: 2;
transition: transform 300ms ease;
}
header.fixed#header-nav + main#panel {
margin-top: 55px;
}
section {
border-bottom: 1px solid #888;
padding-top: 10px;
padding-bottom: 10px;
}
/* gridster layout */
.gridster .row:after {
content: "";
display: table;
clear: both;
text-align: center;
vertical-align: middle;
}
.gridster .row>div {
vertical-align: middle;
}
.gridster [class*='col-'],
section [class*='col-'],
.row [class*='col-'] {
display: inline-block;
}
.fullsize,
.gridster > ul {
width: 100% !important;
height: 100% !important;
}
.gridster {
width: 100%;
}
.gridster > * {
margin: 0;
padding: 0;
}
.gridster .gs_w {
background: #FFF;
cursor: pointer;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gridster > ul > li,
.card {
background-color: #2A2A2A;
}
.gridster li header,
.dialog > header,
.card > header {
background: #262626;
color: #8c8c8c;
display: block;
font-size: 11px;
font-weight: bold;
line-height: normal;
padding: 4px 10px;
text-align: center;
width: 100%;
}
.gridster li header.transparent,
.dialog > header.transparent,
.card > header.transparent {
background: transparent;
}
.gridster li header,
.dialog > header {
cursor: move;
}
/* End gridster layout */
.row-1-1,
.row-3-3 {
height: 99.6% !important;
}
.row-1-2,
.row-2-4 {
height: 49.5% !important;
}
.row-1-3 {
height: 33% !important;
}
.row-2-3 {
height: 66.66% !important;
}
.row-1-4,
.row-2-8 {
height: 24% !important;
}
.col-1-1 {
width: 99.6% !important;
}
.col-5-6 {
width: 83% !important;
}
.col-2-3,
.col-4-6 {
width: 65% !important;
}
.col-1-3,
.col-2-6,
.col-33 {
width: 32% !important;
}
.col-3-4 {
width: 74% !important;
}
.col-1-2,
.col-2-4,
.col-3-6,
.col-50 {
width: 48.4% !important;
}
.col-1-4 {
width: 24% !important;
}
.col-1-6 {
width: 16.67% !important;
}
.col-1-8 {
width: 12.5% !important;
}
.col-1-5 {
width: 19% !important;
}
.col-2-5 {
width: 39% !important;
}
.col-3-5 {
width: 59% !important;
}
.col-4-5 {
width: 79% !important;
}
.bold {
font-weight: bold !important;
}
/* Flexbox layout */
.hbox,
.vbox,
.box,
.card {
display: flex;
}
.h100,
.full-width,
width-100 {
width: 100% !important;
}
.v100,
.full-height,
.height-100 {
height: 100%;
}
.box,
.hbox,
.box.horizontal {
flex-direction: row;
flex: 0 1 auto;
}
main > .box,
main > .hbox,
main > .box.horizontal {
align-items: stretch;
height: 100%;
}
.vbox,
.card,
.box.vertical {
flex-direction: column;
flex: 1;
}
.vbox >:not(.vbox):not(.hbox):not(.card) {
align-self: center;
}
.card > .box.horizontal:only-of-type,
.card > .hbox:only-of-type {
flex-grow: 1;
margin-top: 0;
}
.card > .box.horizontal,
.card > .hbox {
margin-top: .5em;
margin-bottom: .5em;
margin-left: .5em;
margin-right: .5em;
}
.shrink-0,
.shrink-0x {
flex-shrink: 0 !important;
}
.grow-0,
.grow-0x {
flex-grow: 0 !important;
}
.grow-1,
.grow-1x {
flex-grow: 1;
}
.grow-2,
.grow-2x {
flex-grow: 2 !important;
}
.grow-3,
.grow-3x {
flex-grow: 3 !important;
}
.grow-4,
.grow-4x {
flex-grow: 4 !important;
}
.grow-5,
.grow-5x {
flex-grow: 5 !important;
}
.grow-6,
.grow-6x {
flex-grow: 6 !important;
}
.grow-7,
.grow-7x {
flex-grow: 7;
}
.grow-8,
.grow-8x {
flex-grow: 8;
}
.grow-9,
.grow-9x {
flex-grow: 9;
}
.box.horizontal.items-top,
.hbox.items-top,
.card.items-top {
align-items: flex-start;
}
.box.horizontal.items-center,
.hbox.items-center,
.card.items-center,
.card > .hbox,
.card > .box.horizontal {
align-items: center;
}
.box.horizontal.items-bottom,
.hbox.items-bottom,
.card.items-bottom {
align-items: flex-end;
}
.box.horizontal.items-space-between,
.hbox.items-space-between,
.card.items-space-between {
justify-content: space-between;
}
.box.horizontal.items-right,
.hbox.items-right {
justify-content: flex-end;
}
.card {
margin: 4px;
justify-content: flex-start;
}
.card > header {
width: 100%;
flex-grow: 0;
}
@media screen and (min-width: 480px) {
.icon-width {
min-width: 104px;
max-width: 104px;
}
}
@media screen and (max-width: 480px) {
.hbox,
.vbox,
.box,
.card {
flex-wrap: wrap;
}
.v100,
.full-height,
.height-100 {
height: auto;
min-height: 100vh;
}
.card > .box.horizontal,
.card > .hbox {
margin-top: 1em;
margin-bottom: 1em;
}
}
@media screen and (min-width: 320px) and (max-width: 480px) {
.shrink-phone,
.phone-width {
flex-basis: 320px !important;
}
.icon-width {
min-width: 52px;
max-width: 52px;
}
[data-type="image"].icon-width > img {
width: 45px !important;
height: 45px !important;
}
}
.lift {
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.align-center {
align-self: center;
}
/* End Flexbox layout */
/* responsive menu */
.menu ~ main > .page {
padding-left: 180px;
width: auto;
}
:not([data-type="circlemenu"]) > .menu {
background: #1D1F20;
height: 100vh;
width: 180px;
position: fixed;
top: 0;
left: 0;
z-index: 5;
outline: none;
}
.menu ul {
list-style: none;
padding: 2em 0;
margin: 0;
}
.menu header {
text-align: center;
margin-top: 0.7em;
}
.menu ul li {
padding: 0.5em 1em 0.5em 1em;
font-size: 0.95em;
text-align: initial;
transition: all 0.15s linear;
cursor: pointer;
}
.menu ul li span {
padding: 0.2em 0.5em;
font-size: 0.9em;
}
.menu ul li div[data-type="link"] {
text-align: left;
}
.menu ul li:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.menu ul li:focus {
outline: none;
}
@media screen and (max-width: 900px) and (min-width: 480px) {
.menu ~ main > .page {
padding-left: 90px;
}
.menu {
width: 90px;
}
.menu ul li {
height: 60px;
position: relative;
padding: 0.5em 1em 0.5em 2.1em;
}
.menu ul li span {
opacity: 0;
position: absolute;
background: rgba(0, 0, 0, 0.5);
padding: 0.2em 0.5em;
border-radius: 4px;
top: 50%;
left: 80px;
transform: translate3d(-15px, -50%, 0);
transition: all 0.15s ease-in-out;
}
.menu ul li span:before {
content: '';
width: 0;
height: 0;
position: absolute;
top: 50%;
left: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid rgba(0, 0, 0, 0.5);
transform: translateY(-50%);
}
.menu ul li:hover span {
opacity: 1;
transform: translate3d(0px, -50%, 0);
}
}
@media screen and (max-width: 480px) {
.menu ~ main > .page {
padding-left: 0px;
}
.menu {
width: 230px !important;
box-shadow: 0 0 0 100em rgba(0, 0, 0, 0);
transform: translate3d(-230px, 0, 0);
transition: all 0.3s ease-in-out;
}
.menu .menu-trigger {
width: 40px;
height: 40px;
position: absolute;
left: 100%;
background: #1D1F20;
}
.menu .menu-trigger:before,
.menu .menu-trigger:after {
content: '';
width: 50%;
height: 2px;
background: #fff;
border-radius: 10px;
position: absolute;
top: 45%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
}
.menu .menu-trigger:after {
top: 55%;
transform: translate3d(-50%, -50%, 0);
}
.menu.show {
transform: translate3d(0, 0, 0);
box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.6);
}
}
/* End responsive menu */
.bg-gray,
.btn-gray {
background-color: #393939 !important;
}
.bg-lightgray,
.btn-lightgray {
background-color: #777777 !important;
}
.bg-orange,
.btn-orange {
background-color: #aa6900 !important;
}
.bg-red,
.btn-red {
background-color: #ad3333 !important;
}
.bg-green,
.btn-green {
background-color: #32a054 !important;
}
.bg-mint,
.btn-mint {
background-color: #5bc995 !important;
}
.bg-ligthblue,
.btn-ligthblue {
background-color: #6699FF !important;
}
.bg-blue,
.btn-blue {
background-color: #337ab7 !important;
}
/* Toolbar */
footer {
position: absolute;
left: 0;
bottom: 0;
background: #f7f7f8;
height: 67px;
width: 100%;
box-sizing: border-box;
margin: 0;
z-index: 500;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
footer::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: auto;
right: auto;
height: 1px;
width: 100%;
background-color: #c4c4c4;
display: block;
z-index: 15;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.tab-bar {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 0 8px;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
@media screen and (min-width: 768px) {
.tab-bar {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
}
@media screen and (min-width: 768px) {
.tab-bar .tab-link {
width: auto;
min-width: 105px;
}
}
.tab-link {
height: 100%;
width: 100%;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
overflow: visible;
-webkit-box-flex: 1;
-ms-flex: 1;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.tab-labels,
span.tab-label {
line-height: 1.7em;
display: block;
margin: 0;
letter-spacing: .01em;
font-size: 85%;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
}
@media screen and (min-width: 768px) {
.tab-labels,
span.tab-label {
font-size: 100%;
}
}
.tab-link > .fa-stack {
width: 1em !important;
height: 1em !important;
line-height: 1em !important;
}
div[data-type="link"] > div.fa {
font-size: 2em;
line-height: 1em;
}
/*end toolbar */
.left {
float: left;
width: auto;
left: 0;
}
.right {
float: right;
right: 0;
}
.cell {
margin: 10px 10px !important;
width: auto;
text-align: center;
vertical-align: middle;
}
.centered {
margin-left: auto !important;
margin-right: auto !important;
display: table;
}
.middle {
vertical-align: middle;
}
.left-align {
text-align: left;
}
.right-align {
text-align: right;
}
.center-align {
text-align: center;
}
.inline {
display: inline-block;
margin: 0px 5px 0px 0px !important;
}
.inline.narrow.link {
margin: 0px -4px 0px -4px !important;
}
.newline {
display: block !important;
}
div[data-type="circlemenu"] {
min-height: 4em;
min-width: 4em;
margin-bottom: 0px;
display: inline-block;
vertical-align: middle;
position: relative;
}
.dialog {
display: none;
position: fixed;
z-index: 2000;
width: 98%;
border-bottom: 1px solid #aaa;
border-radius: 4px;
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0.1);
background-color: #2A2A2A;
background-clip: padding-box;
overflow: auto;
}
.dialog-close {
line-height: 1;
font-size: 1.5em;
position: absolute;
top: 1px;
right: 2%;
text-decoration: none;
color: #bbb;
cursor: pointer;
}
.dialog-close:hover {
color: #aa6900;
-webkit-transition: color 1s ease;
-moz-transition: color 1s ease;
transition: color 1s ease;
}
.dialog-starter {}
.events {
width: 90%;
height: 90%;
text-align: left;
margin-left: 20px;
overflow: auto;
}
[data-type]:not([data-type="label"]):not(.readonly):not([data-type="symbol"]):not([data-type="spinner"]),
[onclick] {
cursor: pointer;
}
.label-unit {
font-size: 50%;
}
.truncate,
.nowrap {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.center {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
height: 100%;
width: 100%;
}
.narrow {
margin: -5px 5px -6px 5px !important;
width: auto;
text-align: center;
}
[data-type="symbol"].width-narrow,
[data-type="multistatebutton"].width-narrow,
[data-type="switch"].width-narrow,
[data-type="button"].width-narrow,
[data-type="push"].width-narrow,
[data-type="pagebutton"].width-narrow {
width: 1.5em;
}
[data-type="symbol"].height-narrow,
[data-type="multistatebutton"].height-narrow,
[data-type="switch"].height-narrow,
[data-type="button"].height-narrow,
[data-type="push"].height-narrow,
[data-type="pagebutton"].height-narrow {
height: 1.5em;
}
.compressed,
.compress {
width: 1em !important;
height: 1em !important;
line-height: 1em !important;
}
.wider {
margin: 15px 15px 15px 15px !important;
width: auto;
text-align: center;
}
.top-narrow-10 {
margin-top: -10px !important;
}
.top-narrow {
margin-top: -15px !important;
}
.top-narrow-2x,
.top-narrow-2 {
margin-top: -30px !important;
}
.left-narrow-10 {
margin-left: -10px !important;
}
.left-narrow {
margin-left: -15px !important;
}
.left-narrow-2x,
.left-narrow-2 {
margin-left: -30px !important;
}
.right-narrow-10 {
margin-right: -10px !important;
}
.right-narrow {
margin-right: -15px !important;
}
.right-narrow-2x,
.right-narrow-2 {
margin-right: -30px !important;
}
.top-space {
margin-top: 15px !important;
}
.top-space-2x,
.top-space-2 {
margin-top: 30px !important;
}
.top-space-3x,
.top-space-3 {
margin-top: 45px !important;
}
.left-space {
margin-left: 15px !important;
}
.left-space-2x,
.left-space-2 {
margin-left: 30px !important;
}
.left-space-3x,
.left-space-3 {
margin-left: 45px !important;
}
.left-space-4x,
.left-space-4 {
margin-left: 60px !important;
}
.right-space {
margin-right: 15px !important;
}
.right-space-2x,
.right-space-2 {
margin-right: 30px !important;
}
.right-space-3x,
.right-space-3 {
margin-right: 45px !important;
}
.bottom-space {
margin-bottom: 15px !important;
}
.bottom-space-2x,
.bottom-space-2 {
margin-bottom: 30px !important;
}
.bottom-space-3x,
.bottom-space-3 {
margin-bottom: 45px !important;
}
.darker {
color: #8C8C8C;
}
.thin {
font-weight: 100;
}
.gigantic {
font-size: 144px !important;
font-family: robotothin, sans-serif;
line-height: 120px;
}
.grande {
font-size: 600% !important;
font-family: robotothin, sans-serif;
}
.bigger.thin {
font-size: 450% !important;
font-family: robotothin, sans-serif;
font-weight: normal !important;
}
.bigger {
font-size: 320% !important;
}
.bigplus {
font-size: 270% !important;
}
.big.thin {
font-size: 320% !important;
font-family: robotothin, sans-serif;
font-weight: normal !important;
}
.big {
font-size: 200% !important;
}
.large {
font-size: 150% !important;
}
.large.thin {
letter-spacing: 1.1px;
}
.medium {
font-size: 120% !important;
}
.normal {
font-size: 100%;
}
.small {
font-size: 80%;
}
.tiny {
font-size: 60%;
}
.mini {
font-size: 50%;
}
.top {
vertical-align: super;
top: 0;
}
.bottom {
vertical-align: baseline;
bottom: 0;
}
.maxw40 {
max-width: 40px;
}
.verticalLine {
border-right-style: outset;
}
[data-type="symbol"].tiny {
font-size: 50% !important;
}
[data-type="symbol"].big,
[data-type="multistatebutton"].big,
[data-type="switch"].big,
[data-type="button"].big,
[data-type="push"].big,
[data-type="pagebutton"].big {
font-size: 250% !important;
}
[data-type="symbol"].small,
[data-type="multistatebutton"].small,
[data-type="switch"].small,
[data-type="button"].small,
[data-type="push"].small,
[data-type="pagebutton"].small,
[data-type="dimmer"].small {
font-size: 150% !important;
}
[data-type="push"] > div {
position: absolute;
left: 0;
width: 100%;
text-align: center;
font-size: 60%;
}
[data-type="pagetab"] .label {
font-size: 50% !important;
whiteSpace: nowrap;
padding-top: 30px;
color: #8C8C8C;
}
.labelright[data-type="pagetab"] .label {
padding-top: 0px;
padding-left: 52px;
}
i#warn {
font-size: 40% !important;
margin-left: 26%;
margin-top: -31%;
color: #aaa;
font-weight: bold !important;
font-family: sans-serif;
letter-spacing: -1px;
}
i#warn-back {
font-size: 80% !important;
margin-left: 27%;
margin-top: -31%;
color: #882200;
}
.doublebox-v {
min-height: 104px;
max-height: 104px;
min-width: 52px;
max-width: 52px;
}
.doublebox-h {
min-width: 104px;
max-width: 104px;
min-height: 52px;
max-height: 52px;
}
.doublebox-v [data-type] {
margin-top: -4px;
margin-bottom: -4px;
}
.doublebox-h [data-type] {
margin-left: -6px;
margin-right: -6px;
}
.triplebox-v {
min-height: 140px;
max-height: 140px;
min-width: 52px;
max-width: 52px;
}
.triplebox-v [data-type] {
margin-top: -4px;
margin-bottom: -4px;
}
.fa-square-o + .fa-chevron-up {
top: -5px;
}
.fa-square-o {
top: 0.03em;
}
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
canvas#progress {
z-index: 100;
position: relative;
}
input {
visibility: hidden;
}
.page:not(.active) {
display: none;
}
.autohide.invalid,
div.hide {
display: none;
}
.range-container.slider_vertical,
.range-container.level_vertical {
margin: 20px auto 20px !important;
padding: 0px !important;
}
.range-container.slider_vertical.narrow,
.range-container.level_vertical.narrow {
margin: 10px 0px 0px -5px !important;
}
.range-container.slider_horizontal,
.range-container.level_horizontal {
padding-bottom: 5px;
}
.range-container.slider_horizontal.narrow,
.range-container.level_horizontal.narrow {
padding-bottom: 5px;
}
.range-min,
.range-max {
visibility: hidden;
}
.slider_vertical .slidertext {
margin-left: -18px;
margin-top: 10px;
width: 40px;
text-align: center;
}
.slider_horizontal .slidertext {
margin-left: 110%;
margin-top: -11px;
width: 40px;
text-align: left;
}
.big > .vertical .range-bar {
width: 15px;
}
.bigger > .vertical .range-bar {
width: 25px;
}
.large > .vertical .range-bar {
width: 50px;
}
.jq-toast-wrap {
z-index: 100;
}
ul,
ol {
list-style: none;
}
ul,
li {
margin: 0;
padding: 0;
}
.weather:before {
font-family: 'MeteoconsRegular';
content: attr(data-icon);
font-size: 200%;
color: #dcdcdc;
}
.menu li:first-child {}
div[data-type="circlemenu"] > .circlemenu > li {
background-color: #2A2A2A;
}
div[data-type="circlemenu"] > .circlemenu li div[data-type="push"] {
color: #555;
}
div[data-type="circlemenu"] > .circlemenu,
.absolute {
position: absolute;
}
.circleMenu-closed {
z-index: 1000 !important;
width: 0px !important;
}
.circleMenu-open {
z-index: 1001 !important;
}
div[data-type="link"] {
text-align: center;
}
div[data-type="label"].icon {
padding-top: 16px;
height: 50px;
width: 50px;
}
.icon.round,
div[data-type="image"].round > img {
border-radius: 50% !important;
}
.icon.square {
border-radius: 10px !important;
}
.bg-square {
border-radius: 10px !important;
width: -moz-min-content;
width: -webkit-min-content;
width: min-content;
height: -moz-min-content;
height: -webkit-min-content;
height: min-content;
}
.squareborder {
border-radius: 10px !important;
border: 2px solid #aaa;
width: -moz-min-content;
width: -webkit-min-content;
width: min-content;
height: -moz-min-content;
height: -webkit-min-content;
height: min-content;
}
.circleborder {
border-radius: 50% !important;
border: 2px solid #bbb;
}
div[data-type="circlemenu"] div.circleborder {
line-height: 45px;
border: 4px solid transparent !important;
box-shadow: 0px 0px 0px 2px #bbb inset;
height: 100%;
width: 100%;
}
.ontop {
position: absolute;
z-index: 1003;
top: 10px;
left: 10px;
}
#shade {
position: absolute;
z-index: 1001;
background-color: #000000;
opacity: 0.5;
height: 100%;
width: 100%;
top: 0px;
left: 0px;
}
@keyframes blink {
0% {
opacity: 1.0;
}
50% {
opacity: 0.0;
}
100% {
opacity: 1.0;
}
}
@-webkit-keyframes blink {
0% {
opacity: 1.0;
}
50% {
opacity: 0.0;
}
100% {
opacity: 1.0;
}
}
.blink {
animation: blink 1s step-start 0s infinite;
-webkit-animation: blink 1s step-start 0s infinite;
}
.fa-blink {
animation: blink 1s step-start 0s infinite;
-webkit-animation: blink 1s step-start 0s infinite;
}
option {
background-color: #2a2a2a;
}
select,
input.textinput {
border-radius: 10px;
border: 2px solid #8C8C8C;
background: transparent;
width: 100%;
padding: 6px !important;
padding-right: 30px !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size: small;
color: #eeeeee;
}
select::-ms-expand {
display: none;
}
.large > select {
font-size: 120%;
}
.big > select {
font-size: 150%;
}
.w3x > select,
[data-type="label"].w3x,
[data-type="input"].w3x {
min-width: 160px;
max-width: 160px;
width: 160px;
}
.w2x > select,
[data-type="label"].w2x,
[data-type="input"].w2x {
min-width: 110px;
max-width: 110px;
width: 110px;
}
.w1x > select,
[data-type="label"].w1x,
[data-type="input"].w1x {
min-width: 70px;
max-width: 70px;
width: 70px;
}
[data-type="select"],
[data-type="input"]>input {}
[class*='col-'] > .select {
width: 90%;
}
.select {
display: inline-block;
vertical-align: middle;
position: relative;
}
.select:after {
position: absolute;
bottom: .15em;
top: .15em;
right: .5rem;
content: "\f107";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
font-size: 150%;
padding: 5px !important;
pointer-events: none;
}
[data-type="readingsgroup"] svg {
height: 2em;
width: 2em;
}
.reachable-0 {
opacity: .5 !important;
pointer-events: none;
}
.reachable-0>#fg:before {
content: '?';
font-size: 100%;
color: beige;
}
.blurry {
color: transparent !important;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.half-transparent {
opacity: .5 !important;
}
.transparent {
opacity: 0;
}
img.faded {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: .2 !important;
}
.shake {
animation: shake 100ms ease-in-out infinite;
}
.fail-shake {
-webkit-animation: fail-shake .5s linear;
animation: fail-shake .5s linear;
}
.rotor .rotor-wrapper {
position: relative;
height: 100%;
width: 100%;
}
.rotor li {
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
display: inline-block;
}
.rotor li.is-visible {
opacity: 1;
}
.rotor li.is-hidden {
opacity: 0;
}
.rotor.fade li.is-visible {
animation: fade-in 2.2s;
}
.rotor.fade li.is-hidden {
animation: fade-out 2.2s;
}
@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.rotor.rotate li {
transform-origin: 50% 100%;
transform: rotateX(180deg);
}
.rotor.rotate li.is-visible {
transform: rotateX(0deg);
animation: rotate-in 1.2s;
}
.rotor.rotate li.is-hidden {
transform: rotateX(180deg);
animation: rotate-out 1.2s;
}
@keyframes rotate-in {
0% {
transform: rotateX(180deg);
opacity: 0;
}
35% {
transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
transform: rotateX(360deg);
opacity: 1;
}
}
@keyframes rotate-out {
0% {
transform: rotateX(0deg);
opacity: 1;
}
35% {
transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
transform: rotateX(180deg);
opacity: 0;
}
}
.rotate-90 {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
@-webkit-keyframes marquee {
0% {
text-indent: 100%
}
100% {
text-indent: 0%
}
}
@keyframes marquee {
0% {
text-indent: 100%
}
100% {
text-indent: 0%
}
}
@keyframes shake {
2% {
transform: translate(1.5px, 2.5px) rotate(-0.5deg);
}
4% {
transform: translate(1.5px, -1.5px) rotate(0.5deg);
}
6% {
transform: translate(1.5px, -1.5px) rotate(-0.5deg);
}
8% {
transform: translate(0.5px, 2.5px) rotate(0.5deg);
}
10% {
transform: translate(-0.5px, -0.5px) rotate(1.5deg);
}
12% {
transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
}
14% {
transform: translate(2.5px, 0.5px) rotate(-0.5deg);
}
16% {
transform: translate(-1.5px, 1.5px) rotate(0.5deg);
}
18% {
transform: translate(2.5px, 0.5px) rotate(-0.5deg);
}
20% {
transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
}
22% {
transform: translate(2.5px, -1.5px) rotate(-0.5deg);
}
24% {
transform: translate(1.5px, 2.5px) rotate(1.5deg);
}
26% {
transform: translate(-1.5px, -0.5px) rotate(0.5deg);
}
28% {
transform: translate(1.5px, 1.5px) rotate(-0.5deg);
}
30% {
transform: translate(2.5px, -1.5px) rotate(-0.5deg);
}
32% {
transform: translate(0.5px, 2.5px) rotate(-0.5deg);
}
34% {
transform: translate(-0.5px, 1.5px) rotate(1.5deg);
}
36% {
transform: translate(0.5px, 1.5px) rotate(1.5deg);
}
38% {
transform: translate(1.5px, 1.5px) rotate(0.5deg);
}
40% {
transform: translate(-0.5px, 1.5px) rotate(0.5deg);
}
42% {
transform: translate(-0.5px, 0.5px) rotate(1.5deg);
}
44% {
transform: translate(-1.5px, -1.5px) rotate(1.5deg);
}
46% {
transform: translate(0.5px, -0.5px) rotate(0.5deg);
}
48% {
transform: translate(-0.5px, 1.5px) rotate(-0.5deg);
}
50% {
transform: translate(2.5px, -0.5px) rotate(-0.5deg);
}
52% {
transform: translate(0.5px, -1.5px) rotate(0.5deg);
}
54% {
transform: translate(2.5px, -1.5px) rotate(0.5deg);
}
56% {
transform: translate(-1.5px, -0.5px) rotate(0.5deg);
}
58% {
transform: translate(-1.5px, 2.5px) rotate(1.5deg);
}
60% {
transform: translate(0.5px, -1.5px) rotate(0.5deg);
}
62% {
transform: translate(-0.5px, 2.5px) rotate(1.5deg);
}
64% {
transform: translate(0.5px, 0.5px) rotate(-0.5deg);
}
66% {
transform: translate(1.5px, -0.5px) rotate(1.5deg);
}
68% {
transform: translate(-1.5px, -0.5px) rotate(0.5deg);
}
70% {
transform: translate(-0.5px, 2.5px) rotate(1.5deg);
}
72% {
transform: translate(1.5px, 0.5px) rotate(0.5deg);
}
74% {
transform: translate(0.5px, -1.5px) rotate(0.5deg);
}
76% {
transform: translate(1.5px, 1.5px) rotate(-0.5deg);
}
78% {
transform: translate(2.5px, -1.5px) rotate(0.5deg);
}
80% {
transform: translate(-1.5px, 1.5px) rotate(0.5deg);
}
82% {
transform: translate(-0.5px, 2.5px) rotate(1.5deg);
}
84% {
transform: translate(1.5px, 1.5px) rotate(-0.5deg);
}
86% {
transform: translate(2.5px, 0.5px) rotate(1.5deg);
}
88% {
transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
}
90% {
transform: translate(1.5px, -0.5px) rotate(-0.5deg);
}
92% {
transform: translate(0.5px, -1.5px) rotate(1.5deg);
}
94% {
transform: translate(-0.5px, -0.5px) rotate(0.5deg);
}
96% {
transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
}
98% {
transform: translate(-0.5px, -1.5px) rotate(1.5deg);
}
0%,
100% {
transform: translate(0, 0) rotate(0);
}
}
@-webkit-keyframes fail-shake {
8%,
41% {
-webkit-transform: translateX(-10px);
}
25%,
58% {
-webkit-transform: translateX(10px);
}
75% {
-webkit-transform: translateX(-5px);
}
92% {
-webkit-transform: translateX(5px);
}
0%,
100% {
-webkit-transform: translateX(0);
}
}
@keyframes fail-shake {
8%,
41% {
transform: translateX(-10px);
}
25%,
58% {
transform: translateX(10px);
}
75% {
transform: translateX(-5px);
}
92% {
transform: translateX(5px);
}
0%,
100% {
transform: translateX(0);
}
}
.marquee {
width: 100%;
margin: auto;
padding: 2px;
overflow: hidden;
white-space: nowrap;
animation: marquee 10s linear infinite;
-webkit-animation: marquee 10s linear infinite;
}
/* pseudo classes for widget init function */
.symbol.on {
color: #aa6900;
background-color: #aa6900;
}
.symbol.off {
color: #505050;
background-color: #505050;
}
.switch.on {
color: #2A2A2A;
background-color: #aa6900;
}
.switch.off {
color: #2A2A2A;
background-color: #505050;
}
.link {
color: #aa6900;
}
.progress.value {
font-size: 70% !important;
color: #aaa;
font-family: sans-serif;
letter-spacing: -1px;
z-index: 1000;
}
diese Klassen sind im Basis CSS mit dabei:
half-transparent
transparent
Zitat von: HoTi am 15 Dezember 2016, 14:23:14
So jetzt funktioniert alles. Der Perfektionist in mir stört sich aber leider an den unteren runden Ecken des Headers. :'( :-[
Gibt es dafür auch eine Lösung?
dann muss du nur-oben-rund definieren, mit border-top-left-radius und border-top-right-radius anstatt border-radius für alle vier Ecken
Zitat von: setstate am 15 Dezember 2016, 16:03:22
dann muss du nur-oben-rund definieren, mit border-top-left-radius und border-top-right-radius anstatt border-radius für alle vier Ecken
:-* :-* :-* :-* :-*
DANKE!!!!!