Path: blob/trunk/third_party/closure/goog/css/charpicker.css
2868 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/* Author: [email protected] (Daniel Pupius) */8/* Author: [email protected] (Cibu Johny) */910.goog-char-picker {11background-color: #ddd;12padding: 16px;13border: 1px solid #777;14}1516/* goog.ui.HoverCard */17.goog-char-picker-hovercard {18border: solid 5px #ffcc33;19min-width: 64px;20max-width: 160px;21padding: 16px;22background-color: white;23text-align: center;24position: absolute;25visibility: hidden;26}2728.goog-char-picker-name {29font-size: x-small;30}3132.goog-char-picker-unicode {33font-size: x-small;34color: GrayText;35}3637.goog-char-picker-char-zoom {38font-size: xx-large;39}4041/*42* grid43*/44.goog-char-picker-grid-container {45border: 1px solid #777;46background-color: #fff;47width: 272px;48}4950.goog-char-picker-grid {51overflow: hidden;52height: 250px;53width: 250px;54position: relative;55}5657.goog-stick {58width: 1px;59overflow: hidden;60}61.goog-stickwrap {62width: 17px;63height: 250px;64float: right;65overflow: auto;66}6768.goog-char-picker-recents {69border: 1px solid #777;70background-color: #fff;71height: 25px;72width: 275px;73margin: 0 0 16px 0;74position: relative;75}7677.goog-char-picker-notice {78font-size: x-small;79height: 16px;80color: GrayText;81margin: 0 0 16px 0;82}8384/*85* Hex entry86*/8788.goog-char-picker-uplus {89}9091.goog-char-picker-input-box {92width: 96px;93}9495.label-input-label {96color: GrayText;97}9899.goog-char-picker-okbutton {100}101102/*103* Grid buttons104*/105.goog-char-picker-grid .goog-flat-button {106position: relative;107width: 24px;108height: 24px;109line-height: 24px;110border-bottom: 1px solid #ddd;111border-right: 1px solid #ddd;112text-align: center;113cursor: pointer;114outline: none;115}116117.goog-char-picker-grid .goog-flat-button-hover,118.goog-char-picker-grid .goog-flat-button-focus {119background-color: #ffcc33;120}121122/*123* goog.ui.Menu124*/125126/* State: resting. */127.goog-char-picker-button {128border-width: 0px;129margin: 0;130padding: 0;131position: absolute;132background-position: center left;133}134135/* State: resting. */136.goog-char-picker-menu {137background-color: #fff;138border-color: #ccc #666 #666 #ccc;139border-style: solid;140border-width: 1px;141cursor: default;142margin: 0;143outline: none;144padding: 0;145position: absolute;146max-height: 400px;147overflow-y: auto;148overflow-x: hide;149}150151/*152* goog.ui.MenuItem153*/154155/* State: resting. */156.goog-char-picker-menu .goog-menuitem {157color: #000;158list-style: none;159margin: 0;160/* 28px on the left for icon or checkbox; 10ex on the right for shortcut. */161padding: 1px 32px 1px 8px;162white-space: nowrap;163}164165.goog-char-picker-menu2 .goog-menuitem {166color: #000;167list-style: none;168margin: 0;169/* 28px on the left for icon or checkbox; 10ex on the right for shortcut. */170padding: 1px 32px 1px 8px;171white-space: nowrap;172}173174.goog-char-picker-menu .goog-subtitle {175color: #fff !important;176background-color: #666;177font-weight: bold;178list-style: none;179margin: 0;180/* 28px on the left for icon or checkbox; 10ex on the right for shortcut. */181padding: 3px 32px 3px 8px;182white-space: nowrap;183}184185/* BiDi override for the resting state. */186.goog-char-picker-menu .goog-menuitem-rtl {187/* Flip left/right padding for BiDi. */188padding: 2px 16px 2px 32px !important;189}190191/* State: hover. */192.goog-char-picker-menu .goog-menuitem-highlight {193background-color: #d6e9f8;194}195/*196* goog.ui.MenuSeparator197*/198199/* State: resting. */200.goog-char-picker-menu .goog-menuseparator {201border-top: 1px solid #ccc;202margin: 2px 0;203padding: 0;204}205206207208