summary refs log tree commit diff stats
path: root/theme/css/bubbles.css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-14 09:39:10 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-14 09:39:10 -0500
commit9cb1fcba82027daa21eb457f1b2912ee02e5c7eb (patch)
treeb9ad822ca0f186f42da00e1a2c882ede77d2ee14 /theme/css/bubbles.css
parentf037e1d6baa069b324b7a0fd6eaffbdfb5c6f4dc (diff)
downloadfourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.tar.gz
fourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.tar.bz2
fourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.zip
Major design and code overhaul
I don't know, a lot of stuffses happened that I don't quite remember anymore. Goodness, that's not good.
Diffstat (limited to 'theme/css/bubbles.css')
-rwxr-xr-xtheme/css/bubbles.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/theme/css/bubbles.css b/theme/css/bubbles.css index c859bf9..311e471 100755 --- a/theme/css/bubbles.css +++ b/theme/css/bubbles.css
@@ -2,7 +2,7 @@
2div.bubble { 2div.bubble {
3 width: auto; 3 width: auto;
4 font-size: 0.75em; 4 font-size: 0.75em;
5 margin-bottom: 24px; 5 margin-bottom: 14px;
6 font: 1em "Lucida Grande", Lucida, Verdana, sans-serif; 6 font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
7} 7}
8 8
@@ -20,7 +20,7 @@ div.bubble blockquote div {
20 20
21div.bubble cite { 21div.bubble cite {
22 position: relative; 22 position: relative;
23 margin: 0px; 23 margin: 0;
24 padding: 7px 0px 0px 15px; 24 padding: 7px 0px 0px 15px;
25 top: 6px; 25 top: 6px;
26 background: transparent url(/theme/images/tip.gif) no-repeat 20px 0; 26 background: transparent url(/theme/images/tip.gif) no-repeat 20px 0;
@@ -62,8 +62,8 @@ div#pimped.bubble cite.rounded {
62} 62}
63 63
64div.bubble div.bquote blockquote { 64div.bubble div.bquote blockquote {
65 margin: 0px; 65 margin: 0;
66 padding: 0px; 66 padding: 4px 0;
67 border: 1px solid #c9c2c1; 67 border: 1px solid #c9c2c1;
68 background-color: #fff; 68 background-color: #fff;
69} 69}
@@ -85,4 +85,5 @@ div.bubble div.bquote blockquote {
85 border-top-right-radius: 10px; 85 border-top-right-radius: 10px;
86 border-bottom-left-radius: 10px; 86 border-bottom-left-radius: 10px;
87 border-bottom-right-radius: 10px; 87 border-bottom-right-radius: 10px;
88 padding: 4px;
88} 89}