summary refs log tree commit diff stats
path: root/theme/css/bubbles.css
blob: 920b917510ac4d6f7c24b4b3163c85f350e1c1fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/* Normal Bubble */

div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 14px;
	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;
	top: 6px;
	margin: 0;
	padding: 7px 0px 0px 15px;
	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,
div.bubble div.navbar-rounded blockquote {
	border: 0;
	background-color: transparent;
}

div.bubble div.rounded blockquote div {
	margin: 0px 10px;
}

div.bubble cite.rounded {
	margin: 0px;
	padding: 19px 0 0 15px;
	background: transparent url(/theme/images/tip-rounded.gif) no-repeat 15px 0;
}

/* Pimped Bubble */

div.pimped {
	font-size: 0.9em;
}

div.pimped div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}

div.pimped cite.rounded {
	background: transparent url(/theme/images/tip-pimped.gif) no-repeat 15px 0;
}

div.bubble div.bquote blockquote {
	margin: 0;
	padding: 4px 0;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 4px;
}