Height of clock and sunrise bars

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
DeVille70
Posts: 32
Joined: Friday 04 December 2015 21:45
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Sandnes, Norway
Contact:

Height of clock and sunrise bars

Post by DeVille70 »

How can I adjust the height of the clock and sunrise bars?
Thanks.
Chris12
Posts: 238
Joined: Tuesday 18 August 2020 8:41
Target OS: NAS (Synology & others)
Domoticz version: 2021.1
Location: NL
Contact:

Re: Height of clock and sunrise bars

Post by Chris12 »

for the sunrise/sunset I use this in my custom.css to make it bigger and give the icons a different color.
Spoiler: show

Code: Select all

/* sunrise & sunset  */
.sunriseholder, .sunriseholder .wi { font-size: 20px !important;font-weight: bold !important; }
.sunriseholder .wi-sunrise {color: yellow !important;}
.sunriseholder .wi-sunset {padding-left: 40px !important; color: orange !important;}
Domoticz beta | Dashticz beta | Synology DS415+ | Wall tablet Teclast 11.6inch (Android) | TADO v3 controlled heating
DeVille70
Posts: 32
Joined: Friday 04 December 2015 21:45
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Sandnes, Norway
Contact:

Re: Height of clock and sunrise bars

Post by DeVille70 »

Thanks.
DeVille70
Posts: 32
Joined: Friday 04 December 2015 21:45
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Sandnes, Norway
Contact:

Re: Height of clock and sunrise bars

Post by DeVille70 »

Anyone who knows how I can increase the height of the clock bar?
Chris12
Posts: 238
Joined: Tuesday 18 August 2020 8:41
Target OS: NAS (Synology & others)
Domoticz version: 2021.1
Location: NL
Contact:

Re: Height of clock and sunrise bars

Post by Chris12 »

For my standby screen I use:
Spoiler: show

Code: Select all

.standby .basicclock {
	display: flex !important;
	font-size: 20px;
	justify-content: center !important;
	align-items: center !important; 
	background-color: rgb(0,0,0) !important;
	height: 400px !important; 
}
So maybe without the ".standby" you can accomplish what you're looking for.
Domoticz beta | Dashticz beta | Synology DS415+ | Wall tablet Teclast 11.6inch (Android) | TADO v3 controlled heating
DeVille70
Posts: 32
Joined: Friday 04 December 2015 21:45
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Sandnes, Norway
Contact:

Re: Height of clock and sunrise bars

Post by DeVille70 »

Thanks again.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest