.headerBar { background-color: #111111; margin-bottom: 40px; font-size: 70px; box-shadow: 0px 2px 2px grey; } .headerBar > button { background-color: #111111; color: white; height: 150px; line-height: 150px; font-size: 70px; border: none; font-family: "DejaVu Serif"; transition: color 0.4s ease; } .headerBar > button:focus { background-color: #222222; } .headerBar > button.title { letter-spacing: 12px; padding: 0 50px; } .headerBar > button.addTimer { float: right; padding: 0 50px; } .headerBar > button:hover, .headerBar > button:hover { color: #CCCC88; border-color: #CCCC88; } .timers { text-align: center; font-size: 30px; } .timer { line-height: 80px; height: 80px; } .headerBar > button { background-color: #111111; color: white; height: 150px; line-height: 150px; font-size: 70px; border: none; font-family: "DejaVu Serif"; transition: color 0.4s ease; } .headerBar > button:focus { background-color: #222222; } .headerBar > button.title { letter-spacing: 12px; padding: 0 50px; } .headerBar > button.addTimer { float: right; padding: 0 50px; } .headerBar > button:hover, .headerBar > button:hover { color: #CCCC88; border-color: #CCCC88; } .timers { text-align: center; font-size: 30px; } .timer { line-height: 80px; height: 80px; } .block { display: inline-block; background-color: #EEEEEE; text-align: center; height: 80px; margin-right: 20px; border-radius: 35px; box-shadow: 0px 4px #AAAAAA; border: 1px solid #DDDDDD; } .block:hover { background-color: #E6E6E6; } .block:focus { border: 1px solid #AAAAAA; } .block:active { transform: translateY(2px); box-shadow: 0px 2px #AAAAAA; } .timer.isRunning > :not(.remove) { background-color: #CDE4C2; } .timer.isRunning > :not(.remove):hover { background-color: #BAD4AD; } .timer.isRinging > :not(.remove) { background-color: #FED5AE; } .timer.isRinging > :not(.remove):hover { background-color: #F2CAA5; } .timer > button.name { width: 300px; } .timer > .time { width: 200px; } .timer > .edition { color: #DDDDDD; } .timer > button { width: 100px; font-size: 30px; } .timer > button.remove { color: #AA2222; } .timers > .timer:only-of-type > button.remove { color: grey; } .timer:not(last-child) { margin-bottom: 40px; }