<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Digital';
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1268753/digital-7%20(mono).ttf')
  format('truetype');
}

@font-face {
  font-family: 'CANON';
  src: url('https://cdn.rawgit.com/candlefish/candlefish.github.io/b10b2410/CANON.ttf')
       format('truetype');
}


body {
  background-color: #d2b48c;
}

#calc, #calc-shadow {
  width: 400px;
  height: 525px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 195px 35px;
  border-bottom-left-radius: 195px 35px;
}

#calc-shadow {
  position: relative;
  box-shadow: 6px 6px 5px #695A46;
  margin: 0 auto;
  -ms-transform: translate(0,80px); /* IE 9 */
  -webkit-transform: translate(0,80px); /* Safari */
  transform: translate(0,80px);
}

#calc {
  background-color: #E6E7EA;
  -moz-box-shadow: inset 4px 4px 4px rgba(230, 231, 234, .4),
                   inset -4px -4px 4px rgba(0, 0, 0, .4);
  -webkit-box-shadow: inset 4px 4px 4px rgba(230, 231, 234, .4),
                      inset -4px -4px 4px rgba(0, 0, 0, .4);
}

#outer-face, #inner-face {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 195px 35px;
  border-bottom-left-radius: 195px 35px;
}

#outer-face {
  margin: 0 auto;
  background-color: #39434D;
  width: 390px;
  height: 200px;
  -ms-transform: translate(0,5px);
  -webkit-transform: translate(0,5px);
  transform: translate(0,5px);
}

#model {
  position: absolute;
  border-bottom: 2px solid;
  color: #BEC5CF;
  line-height: 20px;
  -ms-transform: translate(25px,5px);
  -webkit-transform: translate(25px,5px);
  transform: translate(25px,9px);
}

#logo {
  font-family: 'Canon';
  font-size: 23px;
  letter-spacing: -1px;
}

#logo-fix {
  letter-spacing: 1.25px;
}

#description {
  position: absolute;
  color: #BEC5CF;
  -ms-transform: translate(25px,32px); /* IE 9 */
  -webkit-transform: translate(25px,32px); /* Safari */
  transform: translate(25px,32px);
}

#desc-text {
  font-size: 10px;
  line-height: 1.6em;
  vertical-align: top;
}

#asterisk {
  font-size: 16px;
  line-height: 0.8em;
  vertical-align: top;
}

#star {
  font-size: 13px;
  line-height: 1.1em;
  vertical-align: top;
}

#solar-array {
  position: absolute;
  display: inline-block;
  -ms-transform: translate(240px,10px);
  -webkit-transform: translate(240px,10px);
  transform: translate(240px,10px);
}

.solar-panel {
  float: left;
  margin-right: 1px;
  background-color: #514348;
  width: 24px;
  height: 32px;
  -moz-box-shadow: inset 1px 1px 1px rgba(30, 16, 21, .4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(30, 16, 21, .4);
}

#inner-face {
  position: absolute;
  background-color: #BEC5CF;
  width: 360px;
  height: 140px;
  -ms-transform: translate(15px,50px);
  -webkit-transform: translate(15px,50px);
  transform: translate(15px,50px);
}

/********** DISPLAY ***********/

#display {
  overflow: hidden;
  color: black;
  text-shadow: 2px 2px #333;
  border: 5px solid #EAEAEA;
  background-color: #56635C;
  width: 300px;
  height: 98px;
  -ms-transform: translate(30px,15px);
  -webkit-transform: translate(30px,15px);
  transform: translate(30px,15px);
  -webkit-box-shadow: 0 0 3px #1D0E00;
  box-shadow: 0 0 3px #1D0E00;
}

#digits {
  font-family: 'Digital';
  font-size: 75px;
  line-height: 1em;
  width: 300px;
  height: 98px;
  padding-right: 16px;
  text-align: right;
  transform: scale(1, 1.4);
  -webkit-transform: scale(1, 1.4); /* Safari and Chrome */
  -moz-transform: scale(1, 1.4); /* Firefox */
  -ms-transform: scale(1, 1.4); /* IE 9+ */
  -o-transform: scale(1, 1.4); /* Opera */
}

#dot {
  letter-spacing: -12px;
}


/*********** BUTTONS ***********/

#buttons {
  position: absolute;
  width: 360px;
  transform: translate(20px,35px);
}

button {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: regular;
  color: white;
  font-size: 36px;
  line-height: 1em;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin: 3.3px;
  margin-bottom: 8px;
  vertical-align: top; /* fixes button text baseline issue */
  padding: 4px; /* fixes weird iOS button layout issue */
}

button:focus {
  outline: none;
}

.number {
  background-color: #6B8AA6;
  box-shadow: 0 3px #1F3E5A;
  border-color: #85A4C0;
}

.operation, .memory {
  font-weight: 400;
  background-color: #3F4B58;
  box-shadow: 0 3px #26323F;
  border-color: #596572;
}

.clear {
  background-color: #BA5482;
  box-shadow: 0 3px #210000;
  border-color: #D46E9C;
}

#times, #divide {
  padding-top: 0;
}

#square-root {
  padding-top: 8px;
}

#rm-cm, #on-c {
  padding-top: 2px;
  font-size: 18px;
  line-height: 0.8em;
}

#rm, #on {
  display: inline-block;
  border-bottom: 2px solid white;
  padding-bottom: 2px;
}

#cm, #c {
  padding-top: 1px;
}

#plus-spacer {
  display: inline-block;
  width: 50;
}

#smaller-l {
  font-size: 34px;
}

#plus {
  height: 110px;
  transform: translate(0, -60px);
}

#m-space {
  font-size: 32px;
  float: left;
  width: 60%;
  padding-left: 8px;
}

#o-space {
  padding-top: 5px;
  font-size: 24px;
  line-height: 0.6em;
  float: left;
  width: 20%;
  display: table-cell;
}

/* Set Chrome line-height to 1.4em so it will agree with Firefox */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #digits {
    line-height:1.3em;
  }
}</pre></body></html>