Gregory Ballantine
1756478ef7
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
102 lines
1.7 KiB
Sass
102 lines
1.7 KiB
Sass
body
|
|
background: white
|
|
font-size: 18px
|
|
|
|
a
|
|
color: cornflowerblue
|
|
transition: all 200ms ease-in-out
|
|
|
|
&:hover
|
|
color: darken(cornflowerblue, 10%)
|
|
|
|
input
|
|
transition: all 200ms ease-in-out
|
|
|
|
input[type=submit],
|
|
button
|
|
background-color: cornflowerblue
|
|
color: #f0f0f0
|
|
transition: all 200ms ease-in-out
|
|
|
|
&:hover
|
|
background-color: darken(cornflowerblue, 10%)
|
|
color: white
|
|
|
|
.faded-text
|
|
color: #999
|
|
|
|
.u-text-center
|
|
text-align: center
|
|
|
|
.container
|
|
max-width: 1024px
|
|
|
|
.container.fluid
|
|
max-width: 100%
|
|
|
|
.pageLink
|
|
text-decoration: none
|
|
i
|
|
font-size: 10rem
|
|
p
|
|
margin-top: 10px
|
|
color: #212121
|
|
font-size: 2.5rem
|
|
text-decoration: none
|
|
|
|
table.hardware-info
|
|
border-spacing: 0
|
|
padding: 8px
|
|
border: 1px solid #999
|
|
td
|
|
border: none
|
|
td:not(:nth-child(2))
|
|
border-right: 1px solid #bbb
|
|
tr:not(:last-child) td
|
|
border-bottom: 1px solid #bbb
|
|
|
|
.tempGauge
|
|
position: relative
|
|
box-sizing: border-box
|
|
width: 100%
|
|
max-width: 175px
|
|
height: 300px
|
|
margin-left: auto
|
|
margin-right: auto
|
|
border: 4px solid #212121
|
|
background: rgb(61,191,37)
|
|
background: linear-gradient(0deg, rgba(61,191,37,1) 45%, rgba(253,255,2,1) 65%, rgba(253,255,2,1) 75%, rgba(253,45,45,1) 100%)
|
|
|
|
.tempGaugeFill
|
|
display: block
|
|
position: absolute
|
|
left: 0
|
|
top: 0
|
|
box-sizing: border-box
|
|
width: 100%
|
|
height: 0
|
|
background: white
|
|
|
|
#header h1
|
|
text-align: center
|
|
|
|
#footer
|
|
position: fixed
|
|
left: 0
|
|
right: 0
|
|
bottom: 0
|
|
padding-top: 25px
|
|
padding-bottom: 25px
|
|
border-top: 1px solid #999
|
|
font-size: 16px
|
|
|
|
.row
|
|
position: relative
|
|
|
|
p.no-margin
|
|
margin-bottom: 0
|
|
|
|
#systemPages
|
|
> div:nth-child(2n + 3)
|
|
margin-left: 0
|