mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-21 02:59:31 -07:00
current weather scroll in html
This commit is contained in:
@@ -89,11 +89,20 @@
|
||||
width: calc(100% - 128px);
|
||||
}
|
||||
.weather-display .scroll {
|
||||
/* eventually, when chrome supports paint-order for html elements */
|
||||
/* -webkit-text-stroke: 2px black; */
|
||||
/* paint-order: stroke fill; */
|
||||
text-shadow: 3px 3px 0 black, -1.5px -1.5px 0 black, 0 -1.5px 0 black, 1.5px -1.5px 0 black, 1.5px 0 0 black, 1.5px 1.5px 0 black, 0 1.5px 0 black, -1.5px 1.5px 0 black, -1.5px 0 0 black;
|
||||
width: 640px;
|
||||
height: 80px;
|
||||
overflow: hidden;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.weather-display .scroll .fixed {
|
||||
font-family: "Star4000";
|
||||
font-size: 24pt;
|
||||
margin-left: 55px;
|
||||
}
|
||||
|
||||
.weather-display .main.hourly.main {
|
||||
overflow-y: hidden;
|
||||
|
||||
Reference in New Issue
Block a user