Path: blob/trunk/third_party/closure/goog/css/bubble.css
2868 views
/*1* Copyright 2010 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.goog-bubble-font {8font-size: 80%;9color: #888888;10}1112.goog-bubble-close-button {13background-image:url(//ssl.gstatic.com/closure/bubble_close.jpg);14background-color: white;15background-position: top right;16background-repeat: no-repeat;17width: 16px;18height: 16px;19}2021.goog-bubble-left {22background-image:url(//ssl.gstatic.com/closure/bubble_left.gif);23background-position:left;24background-repeat:repeat-y;25width: 4px;26}2728.goog-bubble-right {29background-image:url(//ssl.gstatic.com/closure/bubble_right.gif);30background-position: right;31background-repeat: repeat-y;32width: 4px;33}3435.goog-bubble-top-right-anchor {36background-image:url(//ssl.gstatic.com/closure/right_anchor_bubble_top.gif);37background-position: center;38background-repeat: no-repeat;39width: 147px;40height: 16px;41}4243.goog-bubble-top-left-anchor {44background-image:url(//ssl.gstatic.com/closure/left_anchor_bubble_top.gif);45background-position: center;46background-repeat: no-repeat;47width: 147px;48height: 16px;49}5051.goog-bubble-top-no-anchor {52background-image:url(//ssl.gstatic.com/closure/no_anchor_bubble_top.gif);53background-position: center;54background-repeat: no-repeat;55width: 147px;56height: 6px;57}5859.goog-bubble-bottom-right-anchor {60background-image:url(//ssl.gstatic.com/closure/right_anchor_bubble_bot.gif);61background-position: center;62background-repeat: no-repeat;63width: 147px;64height: 16px;65}6667.goog-bubble-bottom-left-anchor {68background-image:url(//ssl.gstatic.com/closure/left_anchor_bubble_bot.gif);69background-position: center;70background-repeat: no-repeat;71width: 147px;72height: 16px;73}7475.goog-bubble-bottom-no-anchor {76background-image:url(//ssl.gstatic.com/closure/no_anchor_bubble_bot.gif);77background-position: center;78background-repeat: no-repeat;79width: 147px;80height: 8px;81}8283848586