From 24503e3abe705acde2df159aeae61be0d009f92e Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Wed, 19 Nov 2008 17:27:03 -0500 Subject: Imported sources --- theme/css/bubbles.css | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 theme/css/bubbles.css (limited to 'theme/css/bubbles.css') diff --git a/theme/css/bubbles.css b/theme/css/bubbles.css new file mode 100644 index 0000000..e48eba0 --- /dev/null +++ b/theme/css/bubbles.css @@ -0,0 +1,71 @@ +/* Normal Bubble */ +div.bubble { + width: auto; + font-size: 0.75em; + margin-bottom: 24px; + font: 1em "Lucida Grande", Lucida, Verdana, sans-serif; +} + +div.bubble blockquote { + margin: 0px; + padding: 0px; + border: 1px solid #c9c2c1; + background-color: #fff; +} + +div.bubble blockquote div { + margin: 10px; + padding: 0px; +} + +div.bubble cite { + position: relative; + margin: 0px; + padding: 7px 0px 0px 15px; + top: 6px; + background: transparent url(/theme/images/tip.gif) no-repeat 20px 0; + font-style: normal; + font-size: small; +} + +/* Rounded Bubble */ +div.bubble div.rounded { + margin-bottom: 10px; + border: 3px solid #fff; + background-color: #b7e0ff; +} +div.bubble div.rounded blockquote { + border: 0; + background-color: transparent; +} +div.bubble div.rounded blockquote div { + margin: 0px 10px; +} +div.bubble cite.rounded { + position: relative; + margin: 0px; + padding-left: 15px; + padding-top: 12px; + top: 9px; + background: transparent url(/theme/images/tip-rounded.gif) no-repeat 15px 0; +} + +/* Pimped Bubble */ +div#pimped.bubble { + font-size: 0.9em; +} +div#pimped.bubble div.rounded { + color: #fff; + border: 3px solid #fff; + background-color: #111; +} +div#pimped.bubble cite.rounded { + background: transparent url(/theme/images/tip-pimped.gif) no-repeat 15px 0; +} + +div.bubble div.bquote blockquote { + margin: 0px; + padding: 0px; + border: 1px solid #c9c2c1; + background-color: #fff; +} -- cgit 1.4.1