changeset 270:6d4676b4f512

Added
author Steve Kemp <steve@steve.org.uk>
date Mon, 04 Aug 2008 20:08:08 +0100
parents 53c79b52862a
children 9888f32262ad
files themes/blog.mail-scanning.com/bubbles.css themes/blog.mail-scanning.com/entry.template themes/blog.mail-scanning.com/tip.gif
diffstat 3 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/blog.mail-scanning.com/bubbles.css	Mon Aug 04 20:08:08 2008 +0100
@@ -0,0 +1,29 @@
+
+/* Normal Bubble */
+div.bubble {
+	width: auto;
+	font-size: 0.75em;
+	margin-bottom: 24px;
+}
+
+div.bubble blockquote {
+	margin: 0px;
+	padding: 0px;
+	border: 1px solid #c9c2c1;
+	background-color: #eee;
+}
+
+div.bubble blockquote p {
+	margin: 10px;
+	padding: 0px;
+}
+
+div.bubble cite {
+	position: relative;
+	margin: 0px;
+	padding: 7px 0px 0px 15px;
+	top: 6px;
+	background: transparent url(tip.gif) no-repeat 20px 0;
+	font-style: normal;
+}
+
--- a/themes/blog.mail-scanning.com/entry.template	Mon Aug 04 20:04:15 2008 +0100
+++ b/themes/blog.mail-scanning.com/entry.template	Mon Aug 04 20:08:08 2008 +0100
@@ -5,6 +5,7 @@
 
   <title><!-- tmpl_var name='blog_title' -->: <!-- tmpl_var name='title' --></title>
   <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->layout.css">
+  <link rel="stylesheet" href="<!-- tmpl_var name='top' -->bubbles.css" type="text/css" media="screen" charset="utf-8" />
 <!-- tmpl_if name='comments_enabled' -->
   <script type="text/JavaScript" src="<!-- tmpl_var name='top' -->ajax.js"></script>
 <!-- /tmpl_if -->
Binary file themes/blog.mail-scanning.com/tip.gif has changed