summary refs log tree commit diff stats
path: root/theme/css/bubbles.css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
commit24503e3abe705acde2df159aeae61be0d009f92e (patch)
tree8debbd53dcd0db2f5934c5e2af4e697e3787781d /theme/css/bubbles.css
downloadfourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.gz
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.bz2
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.zip
Imported sources
Diffstat (limited to 'theme/css/bubbles.css')
-rw-r--r--theme/css/bubbles.css71
1 files changed, 71 insertions, 0 deletions
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 @@
1/* Normal Bubble */
2div.bubble {
3 width: auto;
4 font-size: 0.75em;
5 margin-bottom: 24px;
6 font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
7}
8
9div.bubble blockquote {
10 margin: 0px;
11 padding: 0px;
12 border: 1px solid #c9c2c1;
13 background-color: #fff;
14}
15
16div.bubble blockquote div {
17 margin: 10px;
18 padding: 0px;
19}
20
21div.bubble cite {
22 position: relative;
23 margin: 0px;
24 padding: 7px 0px 0px 15px;
25 top: 6px;
26 background: transparent url(/theme/images/tip.gif) no-repeat 20px 0;
27 font-style: normal;
28 font-size: small;
29}
30
31/* Rounded Bubble */
32div.bubble div.rounded {
33 margin-bottom: 10px;
34 border: 3px solid #fff;
35 background-color: #b7e0ff;
36}
37div.bubble div.rounded blockquote {
38 border: 0;
39 background-color: transparent;
40}
41div.bubble div.rounded blockquote div {
42 margin: 0px 10px;
43}
44div.bubble cite.rounded {
45 position: relative;
46 margin: 0px;
47 padding-left: 15px;
48 padding-top: 12px;
49 top: 9px;
50 background: transparent url(/theme/images/tip-rounded.gif) no-repeat 15px 0;
51}
52
53/* Pimped Bubble */
54div#pimped.bubble {
55 font-size: 0.9em;
56}
57div#pimped.bubble div.rounded {
58 color: #fff;
59 border: 3px solid #fff;
60 background-color: #111;
61}
62div#pimped.bubble cite.rounded {
63 background: transparent url(/theme/images/tip-pimped.gif) no-repeat 15px 0;
64}
65
66div.bubble div.bquote blockquote {
67 margin: 0px;
68 padding: 0px;
69 border: 1px solid #c9c2c1;
70 background-color: #fff;
71}