/* Copyright (c) 2013 The Chromium Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. */ body { -webkit-box-pack: center; -webkit-user-select: none; background-color: #0b0b0b; display: -webkit-box; margin: 0; overflow: hidden; padding: 0; } kb-keyboard { -webkit-box-orient: vertical; display: -webkit-box; max-width: 1280px; width: 1280px; } kb-key { background-color: #3b3b3e; border-top: 2px solid #4b4b4e; border-radius: 2px; color: #ffffff; font-family: 'Open Sans', sans-serif; font-weight: 300; margin-left: 7px; } kb-key::x-key { bottom: 0; left: 0; height: 1.2em; margin: auto; position: absolute; right: 0; top: 0; padding-left: 10px; padding-right: 10px; } kb-key::x-superscript { color: #7c7c7c; font-size: 70%; position: absolute; right: 7%; top: 5%; } kb-key::x-key[inverted] { color: #7c7c7c; } kb-key::x-superscript[inverted] { color: #ffffff; } kb-key.dark { background-color: #2a2a2c; border-top: 2px solid #3a3a3c; } /* TODO(stevet): We can probably share most of this with kb-key::x-key. */ kb-accent-key::x-key { bottom: 0; left: 0; height: 1.2em; margin: auto; position: absolute; right: 0; top: 0; text-align: center; } #upper .left-shift, #upper .right-shift, .active { background-color: #848490 !important; border-top: 2px solid #A9A9AF !important; /* Do not use box shadow until performance improves * http://code.google.com/p/chromium/issues/detail?id=99045 box-shadow: 0px 0px 15px #fff; */ } .at, .com, .comma, .period, .tab { -webkit-box-flex: 1.3 !important; } .return { -webkit-box-flex: 2.1 !important; } .microphone { -webkit-box-flex: 1.5 !important; } .symbol { -webkit-box-flex: 1.25 !important; } .backspace { -webkit-box-flex: 1.7 !important; } .left-shift, .left-more { -webkit-box-flex: 1.8 !important; } .right-shift, .right-more { -webkit-box-flex: 1.8 !important; } .space { -webkit-box-flex: 6.0 !important; } .bar { -webkit-box-flex: 0.6 !important; } .backspace, .dotcom, .left-more, .left-shift, .moddown.shift, .return, .right-more, .right-shift, .symbol, .tab { font-size: 70%; } .microphone { background-image: url('images/microphone.svg'); } .audio .microphone { background-image: url('images/microphone-green.svg'); } .hide { background-image: url('images/keyboard.svg'); }