changeset 260:d60ef85a69a2

Updated the theme.
author Steve Kemp <steve@steve.org.uk>
date Mon, 21 Jul 2008 22:07:46 +0100
parents dfba7c15f88e
children ede363a3042c
files themes/blog.mail-scanning.com/entry.template themes/blog.mail-scanning.com/index.template themes/blog.mail-scanning.com/layout.css themes/blog.mail-scanning.com/menu.inc themes/blog.mail-scanning.com/month.template themes/blog.mail-scanning.com/nav.gif themes/blog.mail-scanning.com/tags.template
diffstat 7 files changed, 137 insertions(+), 60 deletions(-) [+]
line wrap: on
line diff
--- a/themes/blog.mail-scanning.com/entry.template	Sat Jun 28 21:08:01 2008 +0100
+++ b/themes/blog.mail-scanning.com/entry.template	Mon Jul 21 22:07:46 2008 +0100
@@ -4,25 +4,12 @@
  <head>
 
   <title><!-- tmpl_var name='blog_title' -->: <!-- tmpl_var name='title' --></title>
-  <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->layout.css">
  </head>
  <body>
- <div id="header">
-  <h1>@ <a href="http://mail-scanning.com/">Mail-Scanning.com</a><span> Our behind-the-scenes blog</span></h1>
 
- </div>
-  <div id="menu">
-   <div id="underlinemenu">
-    <ul>
-    <li><a href="http://www.mail-scanning.com/">Home</a></li>
-    <li><a href="http://www.mail-scanning.com/faq/">FAQ</a></li>
-    <li><a href="http://www.mail-scanning.com/pricing/">Pricing</a></li>
-    <li><a href="http://www.mail-scanning.com/quickstart/">Quick Start</a></li>
-    <li><a href="http://www.mail-scanning.com/support/">Support</a></li>
+<!-- tmpl_include name='menu.inc' -->
 
-   </ul>
-  </div>
- </div>
  <div id="content">
  <div id="right">
  <h1><a href="/">Mail-Scanning Blog</a></h1>
--- a/themes/blog.mail-scanning.com/index.template	Sat Jun 28 21:08:01 2008 +0100
+++ b/themes/blog.mail-scanning.com/index.template	Mon Jul 21 22:07:46 2008 +0100
@@ -5,26 +5,14 @@
   <title><!-- tmpl_var name='blog_title' --></title>
   <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='top' -->index.rss" type="application/rss+xml">
 
-  <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->layout.css">
   <link rel="icon" href="/favicon.ico" />
 
  </head>
  <body>
- <div id="header">
-  <h1>@ <a href="http://mail-scanning.com/">Mail-Scanning.com</a><span> Our behind-the-scenes blog</span></h1>
- </div>
-  <div id="menu">
-   <div id="underlinemenu">
-    <ul>
-    <li><a href="http://www.mail-scanning.com/">Home</a></li>
-    <li><a href="http://www.mail-scanning.com/faq/">FAQ</a></li>
-    <li><a href="http://www.mail-scanning.com/pricing/">Pricing</a></li>
-    <li><a href="http://www.mail-scanning.com/quickstart/">Quick Start</a></li>
-    <li><a href="http://www.mail-scanning.com/support/">Support</a></li>
 
-   </ul>
-  </div>
- </div>
+<!-- tmpl_include name='menu.inc' -->
+
  <div id="content">
  <div id="right">
  <h1><a href="/">Mail-Scanning Blog</a></h1>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/blog.mail-scanning.com/layout.css	Mon Jul 21 22:07:46 2008 +0100
@@ -0,0 +1,116 @@
+html,body{margin:0;padding:0}
+body{font: 85%/1.3 TrebuchetMS,Arial,sans-serif;
+    text-align: left;background: #fff;padding-bottom:20px}
+a { color: #0066B3; background: inherit; text-decoration: none;}
+h1 { font: bold 2.1em Arial, Arial, Sans-Serif; color: #036DA7 }
+h2 { font: bold 1.1em Arial, Arial, Sans-Serif; padding: 0; margin: 0; color: #036da7 }
+
+div#header{width:100%;overflow:hidden;background:#BBD9EE; }
+div#header h1{width:770px;margin:0 auto;text-align:left}
+div#menu{margin-left:200px;margin:0 auto;text-align:left}
+div#header h1{padding: 30px 0 20px;color: #fff}
+div#header h1 span { color: black; font-size:50%; font-style: italic; padding-left: 10px; }
+
+#right {
+	float: left;
+	width: 70%;
+	padding: 1em;
+	margin-bottom: 1.2em;
+/*	background: #eee;
+	text-align: justify; */
+}
+
+#left {
+	float: right;
+	width: 25%;
+	margin: 0 0 5px 0;
+
+}
+
+#left .box {
+	padding: 1em;
+	margin: 0 0 1em 0;
+	background : #FFF6BF;
+        -moz-border-radius: 2em;
+        border-radius: 2em;
+}
+
+#left .box2 {
+	padding: 1em;
+	margin: 0 0 1em 0;
+	background : #bbd9ee;
+        -moz-border-radius: 2em;
+        border-radius: 2em;
+}
+
+#left .news {
+	padding: 1em;
+	margin: 0 0 1em 0;
+	background : #e84020;
+        -moz-border-radius: 2em;
+        border-radius: 2em;
+}
+
+#left .news b {
+       color: black !important;
+}
+
+#content {
+font: 95%/1.3 TrebuchetMS,Arial,sans-serif;
+	margin: 0 auto;
+    padding: 15px;
+	background: #fff;
+
+
+}
+
+
+/* ul {  padding: 0; margin: 0;} */
+li { list-style-type: none;}
+
+div#footer{
+  clear: both !important;
+  font-size: 80%;
+  border-top: 1px solid #bbd9ee;
+  padding-right: 50px;
+  padding: 5px 6px;
+}
+
+.terminal{
+	font-family: Fixed, monospace;
+	font-weight: normal;
+	font-size: 100%;
+}
+
+
+
+/* navigation */
+.navigation {
+	background: #D9E1E5 url(/images/nav.gif);
+	border: 1px solid #DFEEF7;
+	border-color: #DFEEF7 #CFDEE7;
+	height: 41px;
+}
+.navigation span {
+    font-weight: bold;
+
+}
+.navigation a {
+	background: #D9E1E5 url(/images/nav.gif);
+	border-right: 1px solid #AFBEC7;
+	color: #456;
+	display: block;
+	float: left;
+	font: bold 1.1em sans-serif;
+	line-height: 41px;
+	padding: 0 20px;
+	text-decoration: none;
+}
+.navigation a:hover {background-position: left bottom; color: #234;}
+
+
+pre {
+    border: 1px solid black;
+    background:	rgb(230,230,230);
+    overflow: auto;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/blog.mail-scanning.com/menu.inc	Mon Jul 21 22:07:46 2008 +0100
@@ -0,0 +1,12 @@
+ <div id="header">
+  <h1>@ <a href="http://mail-scanning.com/">Mail-Scanning.com</a><span> Fully managed SPAM protection</span></h1>
+ </div>
+ <div class="navigation">
+  <ul>
+   <li><a href="http://mail-scanning.com/about/">About</a></li>
+   <li><a href="http://mail-scanning.com/documentation/">Documentation</a></li>
+   <li><a href="http://mail-scanning.com/faq/">FAQ</a></li>
+   <li><a href="http://mail-scanning.com/pricing/">Pricing</a></li>
+   <li><a href="http://mail-scanning.com/support/">Support</a></li>
+  </ul>
+ </div>
--- a/themes/blog.mail-scanning.com/month.template	Sat Jun 28 21:08:01 2008 +0100
+++ b/themes/blog.mail-scanning.com/month.template	Mon Jul 21 22:07:46 2008 +0100
@@ -3,27 +3,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
   <title><!-- tmpl_var name='blog_title' -->: entries from <!-- tmpl_var name='month_name' --> <!-- tmpl_var name='year' --></title>
-  <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->layout.css">
   <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='month' escape='html' -->.rss" type="application/rss+xml">
 
  </head>
  <body>
- <div id="header">
-  <h1>@ <a href="http://mail-scanning.com/">Mail-Scanning.com</a><span> Our behind-the-scenes blog</span></h1>
 
-  </div>
-  <div id="menu">
-   <div id="underlinemenu">
-    <ul>
-    <li><a href="http://www.mail-scanning.com/">Home</a></li>
-    <li><a href="http://www.mail-scanning.com/faq/">FAQ</a></li>
-    <li><a href="http://www.mail-scanning.com/pricing/">Pricing</a></li>
-    <li><a href="http://www.mail-scanning.com/quickstart/">Quick Start</a></li>
-    <li><a href="http://www.mail-scanning.com/support/">Support</a></li>
+<!-- tmpl_include name='menu.inc' -->
 
-   </ul>
-  </div>
- </div>
  <div id="content">
  <div id="right">
 
Binary file themes/blog.mail-scanning.com/nav.gif has changed
--- a/themes/blog.mail-scanning.com/tags.template	Sat Jun 28 21:08:01 2008 +0100
+++ b/themes/blog.mail-scanning.com/tags.template	Mon Jul 21 22:07:46 2008 +0100
@@ -3,27 +3,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
   <title><!-- tmpl_var name='blog_title' -->: Entries Tagged <!-- tmpl_var name='tagname' --></title>
-  <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->layout.css">
   <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='tagname' escape='html' -->.rss" type="application/rss+xml">
  </head>
 
  <body>
- <div id="header">
-  <h1>@ <a href="http://mail-scanning.com/">Mail-Scanning.com</a><span> Our behind-the-scenes blog</span></h1>
-  </div>
 
-  <div id="menu">
-   <div id="underlinemenu">
-    <ul>
-    <li><a href="http://www.mail-scanning.com/">Home</a></li>
-    <li><a href="http://www.mail-scanning.com/faq/">FAQ</a></li>
-    <li><a href="http://www.mail-scanning.com/pricing/">Pricing</a></li>
-    <li><a href="http://www.mail-scanning.com/quickstart/">Quick Start</a></li>
-    <li><a href="http://www.mail-scanning.com/support/">Support</a></li>
+<!-- tmpl_include name='menu.inc' -->
 
-   </ul>
-  </div>
- </div>
  <div id="content">
  <div id="right">
  <h1><a href="/">Mail-Scanning Blog</a></h1>