Path: blob/trunk/third_party/closure/goog/css/charpicker.css
4506 views
/*1* Copyright 2009 The Closure Library Authors. All Rights Reserved.2*3* Use of this source code is governed by the Apache License, Version 2.0.4* See the COPYING file for details.5*/67@provide 'goog.css.charpicker';89.goog-char-picker {10background-color: #ddd;11padding: 16px;12border: 1px solid #777;13}1415/* goog.ui.HoverCard */16.goog-char-picker-hovercard {17border: solid 5px #ffcc33;18min-width: 64px;19max-width: 160px;20padding: 16px;21background-color: white;22text-align: center;23position: absolute;24visibility: hidden;25}2627.goog-char-picker-name {28font-size: x-small;29}3031.goog-char-picker-unicode {32font-size: x-small;33color: GrayText;34}3536.goog-char-picker-char-zoom {37font-size: xx-large;38}3940/*41* grid42*/43.goog-char-picker-grid-container {44border: 1px solid #777;45background-color: #fff;46width: 272px;47}4849.goog-char-picker-grid {50overflow: hidden;51height: 250px;52width: 250px;53position: relative;54}5556.goog-stick {57width: 1px;58overflow: hidden;59}60.goog-stickwrap {61width: 17px;62height: 250px;63float: right;64overflow: auto;65}6667.goog-char-picker-recents {68border: 1px solid #777;69background-color: #fff;70height: 25px;71width: 275px;72margin: 0 0 16px 0;73position: relative;74}7576.goog-char-picker-notice {77font-size: x-small;78height: 16px;79color: GrayText;80margin: 0 0 16px 0;81}8283/*84* Hex entry85*/8687.goog-char-picker-uplus {88}8990.goog-char-picker-input-box {91width: 96px;92}9394.label-input-label {95color: GrayText;96}9798.goog-char-picker-okbutton {99}100101/*102* Grid buttons103*/104.goog-char-picker-grid .goog-flat-button {105position: relative;106width: 24px;107height: 24px;108line-height: 24px;109border-bottom: 1px solid #ddd;110border-right: 1px solid #ddd;111text-align: center;112cursor: pointer;113outline: none;114}115116.goog-char-picker-grid .goog-flat-button-hover,117.goog-char-picker-grid .goog-flat-button-focus {118background-color: #ffcc33;119}120121/*122* goog.ui.Menu123*/124125/* State: resting. */126.goog-char-picker-button {127border-width: 0px;128margin: 0;129padding: 0;130position: absolute;131background-position: center left;132}133134/* State: resting. */135.goog-char-picker-menu {136background-color: #fff;137border-color: #ccc #666 #666 #ccc;138border-style: solid;139border-width: 1px;140cursor: default;141margin: 0;142outline: none;143padding: 0;144position: absolute;145max-height: 400px;146overflow-y: auto;147overflow-x: hide;148}149150/*151* goog.ui.MenuItem152*/153154/* State: resting. */155.goog-char-picker-menu .goog-menuitem {156color: #000;157list-style: none;158margin: 0;159/* 28px on the left for icon or checkbox; 10ex on the right for shortcut. */160padding: 1px 32px 1px 8px;161white-space: nowrap;162}163164.goog-char-picker-menu2 .goog-menuitem {165color: #000;166list-style: none;167margin: 0;168/* 28px on the left for icon or checkbox; 10ex on the right for shortcut. */169padding: 1px 32px 1px 8px;170white-space: nowrap;171}172173.goog-char-picker-menu .goog-subtitle {174color: #fff !important;175background-color: #666;176font-weight: bold;177list-style: none;178margin: 0;179/* 28px on the left for icon or checkbox; 10ex on the right for shortcut. */180padding: 3px 32px 3px 8px;181white-space: nowrap;182}183184/* BiDi override for the resting state. */185.goog-char-picker-menu .goog-menuitem-rtl {186/* Flip left/right padding for BiDi. */187padding: 2px 16px 2px 32px !important;188}189190/* State: hover. */191.goog-char-picker-menu .goog-menuitem-highlight {192background-color: #d6e9f8;193}194/*195* goog.ui.MenuSeparator196*/197198/* State: resting. */199.goog-char-picker-menu .goog-menuseparator {200border-top: 1px solid #ccc;201margin: 2px 0;202padding: 0;203}204205206207