Path: blob/trunk/third_party/closure/goog/css/bubble.css
4064 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@provide 'goog.css.bubble';89.goog-bubble-font {10font-size: 80%;11color: #888888;12}1314.goog-bubble-close-button {15background-image:url(//ssl.gstatic.com/closure/bubble_close.jpg);16background-color: white;17background-position: top right;18background-repeat: no-repeat;19width: 16px;20height: 16px;21}2223.goog-bubble-left {24background-image:url(//ssl.gstatic.com/closure/bubble_left.gif);25background-position:left;26background-repeat:repeat-y;27width: 4px;28}2930.goog-bubble-right {31background-image:url(//ssl.gstatic.com/closure/bubble_right.gif);32background-position: right;33background-repeat: repeat-y;34width: 4px;35}3637.goog-bubble-top-right-anchor {38background-image:url(//ssl.gstatic.com/closure/right_anchor_bubble_top.gif);39background-position: center;40background-repeat: no-repeat;41width: 147px;42height: 16px;43}4445.goog-bubble-top-left-anchor {46background-image:url(//ssl.gstatic.com/closure/left_anchor_bubble_top.gif);47background-position: center;48background-repeat: no-repeat;49width: 147px;50height: 16px;51}5253.goog-bubble-top-no-anchor {54background-image:url(//ssl.gstatic.com/closure/no_anchor_bubble_top.gif);55background-position: center;56background-repeat: no-repeat;57width: 147px;58height: 6px;59}6061.goog-bubble-bottom-right-anchor {62background-image:url(//ssl.gstatic.com/closure/right_anchor_bubble_bot.gif);63background-position: center;64background-repeat: no-repeat;65width: 147px;66height: 16px;67}6869.goog-bubble-bottom-left-anchor {70background-image:url(//ssl.gstatic.com/closure/left_anchor_bubble_bot.gif);71background-position: center;72background-repeat: no-repeat;73width: 147px;74height: 16px;75}7677.goog-bubble-bottom-no-anchor {78background-image:url(//ssl.gstatic.com/closure/no_anchor_bubble_bot.gif);79background-position: center;80background-repeat: no-repeat;81width: 147px;82height: 8px;83}8485868788