Code: Select all
/*
CUSTOM CSS FILE
*/
/* Modifications Top Bar */
.transbg.dark.col-xs-1,
.transbg.dark.col-xs-2,
.transbg.dark.col-xs-3,
.transbg.dark.col-xs-4,
.transbg.dark.col-xs-5,
.transbg.dark.col-xs-6,
.transbg.dark.col-xs-7,
.transbg.dark.col-xs-8,
.transbg.dark.col-xs-9,
.transbg.dark.col-xs-10,
.transbg.dark.col-xs-11,
.transbg.dark.col-xs-12 {
border: 3px solid rgba(255,255,255,0); /* 7px solid rgba(255,255,255,0); */
background: rgba(0,0,0,0.1); /* rgba(0,0,0,0.5); */
background-clip: padding-box;
}
/* Modifications for the currentweather_big block */
.big .weatherdegrees, .big .weatherloc {
display: inline-block;
margin-top: -4px; /* default -2px */
margin-left: 24px; /* move text to the right */
font-size: 20px;
font-weight: bold;
}
.skyconsmall {
display: block;
width: 75px; /* default 100% - make icon smaller */
max-width: 125px;
font-size: 15px;
margin-left: -30px; /* move icon to the right */
}
/* Modification for Moonphase and Moon %*/
.block_208, /* Moonphase */
.block_211 { /* Moon % */
font-size: 13px !important;
}
/* Modifications to the fa en wi font family*/
.fa.fa-lightbulb-o.on {
color: rgba(255,255,0,1.0);
font-size: 35px !important;
margin-top: 1px;
margin-left: 1px;
}
.fa.fa-lightbulb-o.off {
color:#fff;
font-size: 35px !important;
margin-top: 1px;
margin-left: 1px;
}
.fa.fa-male.on.icon,
.fa.fa-female.on.icon {
font-size: 35px !important;
color: rgba(255,255,0,1.0);
}
.fa.fa-male.off.icon,
.fa.fa-female.off.icon {
font-size: 35px !important;
}
.fa.fa-moon-o {
margin-top: -12px !important; /* Move icon to the top */
font-size: 20px !important;
display: block; /* Needed to get margin-top to work */
}
/* Fontsize buttons Blinds */
.fa,.wi {
font-size: 20px !important;
}
/* Sunrise & Sunset icon */
.wi.wi-sunrise,
.wi.wi-sunset {
font-size: 20px !important;
}
/* Fontsize Sunrise & Sunset */
.sunriseholder,
.sunriseholder .wi {
font-size: 17px !important;
}
/* Background blocks */
.transbg.col-xs-1,
.transbg.col-xs-2,
.transbg.col-xs-3,
.transbg.col-xs-4,
.transbg.col-xs-5,
.transbg.col-xs-6,
.transbg.col-xs-7,
.transbg.col-xs-8,
.transbg.col-xs-9,
.transbg.col-xs-10,
.transbg.col-xs-11,
.transbg.col-xs-12 {
padding-top:15px;
padding-bottom:15px;
border: 2px solid rgba(255,255,255,0); /* border: 7px -> 3px - Smaller space between blocks */
background: rgba(0,0,0,0.1); /* rgba(0,0,0,0.1); -> 0,0,0,0 makes transparent */
background-clip: padding-box;
border-radius: 15px; /* Round corners */
}
.transbg.col-xs-1.hover:hover,
.transbg.col-xs-2.hover:hover,
.transbg.col-xs-3.hover:hover,
.transbg.col-xs-4.hover:hover,
.transbg.col-xs-5.hover:hover,
.transbg.col-xs-6.hover:hover,
.transbg.col-xs-7.hover:hover,
.transbg.col-xs-8.hover:hover,
.transbg.col-xs-9.hover:hover,
.transbg.col-xs-10.hover:hover,
.transbg.col-xs-11.hover:hover,
.transbg.col-xs-12.hover:hover {
padding-top:15px;
padding-bottom:15px;
border: 2px solid rgba(255,255,255,0);
background: rgba(255,255,255,0.1);
background-clip: padding-box;
border-radius: 15px;
cursor:pointer;
}
/* Height of the blocktitles and center text in new height */
div.mh.titlegroups {
height: 20px !important;
padding-top: 3px !important;
background: rgba(0,0,0,0);
}
.col-xs-12.mh.titlegroups.transbg {
height: 0px;
}
/* Text size in blocks */
div.screen {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
background-position: center;
color: white;
font-size: 12.5px !important; /* default 10px - 12.5px */
}
/* Text behind icon in blocks */
.col-xs-10 {
width: 73%; /* overrule bootstrap.css - width: 83,33333% */
}
/* Block Title */
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
margin: 0px;
margin-left: 15px;
font-weight: 900;
font-size: 150%;
}
/* Standby screen */
.standby .clock{
font-size:60px !important;
}
.standby .weekday,.standby .date{
font-size:40px !important;
}
/* Transparent Background for arrow Blinds - Big Screen */
.input-groupBtn.input-chevron .btn-number {
padding: 5px 10px 5px 10px;
background-color: transparent;
}
/* Transparent Background for arrow Blinds - Small Screen */
@media only screen and (max-width: 1400px) {
.input-groupBtn.input-chevron .btn-number {
padding: 7px 10px 7px 10px;
background-color: transparent;
}
}
/* Trashcan text modification */
.trash .state div.trashrow {
font-size: 14px;
}
.trash .state div.trashtoday {
font-size: 18px;
}
.trash .state div.trashtomorrow {
font-size: 14px;
}
.trashcan {
height: 30px;
width: 30px;
}
/* Modified sliders for the dimmers */
.block_179 .ui-slider-handle,
.block_193 .ui-slider-handle,
.block_213 .ui-slider-handle {
border-radius: 25px;
height: 28px;
width: 35px;
padding: 6px 10px 6px 10px;
background-color: rgb(126,119,166);
border-color: rgb(126,119,166);
}
.block_179 .ui-slider-horizontal,
.block_193 .ui-slider-horizontal,
.block_213 .ui-slider-horizontal {
border-color: transparent;
height: 6px;
bottom: -5px;
margin-left: 10px;
background-color: rgb(126,119,166);
}
.slider-on .ui-slider-handle {
background-color: #fff;
border-color: #fff;
}
.slider-on .ui-slider-horizontal{
background-color: #fff;
border-color:transparent;
height: 3px;
}
/* Scrollbar - Anywhere on the dashboard */
::-webkit-scrollbar {
width: 1px; /* Small vertical scrollbar */
background-color: transparent !important; /* Scrollbar transparent */
}
/* Location Buttons in Blocks */
.block_213 .btn-group, .block_214 .btn-group-vertical,
.block_214 .btn-group, .block_214 .btn-group-vertical,
.block_225 .btn-group, .block_225 .btn-group-vertical,
.block_226 .btn-group, .block_226 .btn-group-vertical,
.block_443 .btn-group, .block_443 .btn-group-vertical,
.block_461 .btn-group, .block_461 .btn-group-vertical,
.block_462 .btn-group, .block_462 .btn-group-vertical {
position: fixed;
display: inline-block;
vertical-align: middle;
margin-left: 10px !important;
}
/* Large Font for Block Titles */
.block_6 .title,
.block_150 .title,
.block_153 .title,
.block_179 .title,
.block_193 .title,
.block_213 .title,
.block_214 .title,
.block_217 .title,
.block_225 .title,
.block_226 .title,
.block_443 .title,
.block_452 .title,
.block_461 .title,
.block_462 .title,
.block_463 .title,
.block_464 .title {
font-size: 17px !important;
margin-left: 10px !important;
}
/* Large Font for Block Status */
.block_6 .state,
.block_150 .state,
.block_153 .state,
.block_179 .state,
.block_193 .state,
.block_213 .state,
.block_217 .state,
.block_443 .state,
.block_452 .state,
.block_463 .state,
.block_464 .state {
font-size: 17px !important;
margin-left: 10px !important;
}
/* Position Last Update Text */
.block_150 .lastupdate,
.block_153 .lastupdate {
margin-left: 10px !important;
}
/* Font Size Calendar Items */
.col-xs-12.transbg.containsicalendar {
font-size: 14px !important;
}
/* END CUSTOM MODIFICATIONS */