summary refs log tree commit diff stats
path: root/theme/css/bubbles.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/css/bubbles.css')
-rwxr-xr-xtheme/css/bubbles.css38
1 files changed, 16 insertions, 22 deletions
diff --git a/theme/css/bubbles.css b/theme/css/bubbles.css index bf3445c..920b917 100755 --- a/theme/css/bubbles.css +++ b/theme/css/bubbles.css
@@ -1,4 +1,5 @@
1/* Normal Bubble */ 1/* Normal Bubble */
2
2div.bubble { 3div.bubble {
3 width: auto; 4 width: auto;
4 font-size: 0.75em; 5 font-size: 0.75em;
@@ -20,9 +21,9 @@ div.bubble blockquote div {
20 21
21div.bubble cite { 22div.bubble cite {
22 position: relative; 23 position: relative;
24 top: 6px;
23 margin: 0; 25 margin: 0;
24 padding: 7px 0px 0px 15px; 26 padding: 7px 0px 0px 15px;
25 top: 6px;
26 background: transparent url(/theme/images/tip.gif) no-repeat 20px 0; 27 background: transparent url(/theme/images/tip.gif) no-repeat 20px 0;
27 font-style: normal; 28 font-style: normal;
28 font-size: small; 29 font-size: small;
@@ -34,31 +35,36 @@ div.bubble div.rounded {
34 border: 3px solid #fff; 35 border: 3px solid #fff;
35 background-color: #b7e0ff; 36 background-color: #b7e0ff;
36} 37}
38
37div.bubble div.rounded blockquote, 39div.bubble div.rounded blockquote,
38div.bubble div.navbar-rounded blockquote { 40div.bubble div.navbar-rounded blockquote {
39 border: 0; 41 border: 0;
40 background-color: transparent; 42 background-color: transparent;
41} 43}
44
42div.bubble div.rounded blockquote div { 45div.bubble div.rounded blockquote div {
43 margin: 0px 10px; 46 margin: 0px 10px;
44} 47}
48
45div.bubble cite.rounded { 49div.bubble cite.rounded {
46 margin: 0px; 50 margin: 0px;
47 padding-left: 15px; 51 padding: 19px 0 0 15px;
48 padding-top: 19px;
49 background: transparent url(/theme/images/tip-rounded.gif) no-repeat 15px 0; 52 background: transparent url(/theme/images/tip-rounded.gif) no-repeat 15px 0;
50} 53}
51 54
52/* Pimped Bubble */ 55/* Pimped Bubble */
53div.pimped.bubble { 56
57div.pimped {
54 font-size: 0.9em; 58 font-size: 0.9em;
55} 59}
56div.pimped.bubble div.rounded { 60
61div.pimped div.rounded {
57 color: #fff; 62 color: #fff;
58 border: 3px solid #fff; 63 border: 3px solid #fff;
59 background-color: #111; 64 background-color: #111;
60} 65}
61div.pimped.bubble cite.rounded { 66
67div.pimped cite.rounded {
62 background: transparent url(/theme/images/tip-pimped.gif) no-repeat 15px 0; 68 background: transparent url(/theme/images/tip-pimped.gif) no-repeat 15px 0;
63} 69}
64 70
@@ -70,21 +76,9 @@ div.bubble div.bquote blockquote {
70} 76}
71 77
72.rounded { 78.rounded {
73 -moz-border-radius-topleft: 10px; 79 -moz-border-radius: 10px;
74 -moz-border-radius-topright: 10px; 80 -webkit-border-radius: 10px;
75 -moz-border-radius-bottomleft: 10px; 81 -khtml-border-radius: 10px;
76 -moz-border-radius-bottomright: 10px; 82 border-radius: 10px;
77 -webkit-border-top-left-radius: 10px;
78 -webkit-border-top-right-radius: 10px;
79 -webkit-border-bottom-left-radius: 10px;
80 -webkit-border-bottom-right-radius: 10px;
81 -khtml-border-top-left-radius: 10px;
82 -khtml-border-top-right-radius: 10px;
83 -khtml-border-bottom-left-radius: 10px;
84 -khtml-border-bottom-right-radius: 10px;
85 border-top-left-radius: 10px;
86 border-top-right-radius: 10px;
87 border-bottom-left-radius: 10px;
88 border-bottom-right-radius: 10px;
89 padding: 4px; 83 padding: 4px;
90} 84}