summaryrefslogtreecommitdiffstats
path: root/kmail/about
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch)
tree67208f7c145782a7e90b123b982ca78d88cc2c87 /kmail/about
downloadtdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz
tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmail/about')
-rw-r--r--kmail/about/Makefile.am6
-rw-r--r--kmail/about/kmail.css26
-rw-r--r--kmail/about/main.html66
-rw-r--r--kmail/about/top-right-kmail.pngbin0 -> 17996 bytes
4 files changed, 98 insertions, 0 deletions
diff --git a/kmail/about/Makefile.am b/kmail/about/Makefile.am
new file mode 100644
index 00000000..4ac57fc2
--- /dev/null
+++ b/kmail/about/Makefile.am
@@ -0,0 +1,6 @@
+about_DATA = \
+ top-right-kmail.png \
+ main.html \
+ kmail.css
+
+aboutdir = $(kde_datadir)/kmail/about
diff --git a/kmail/about/kmail.css b/kmail/about/kmail.css
new file mode 100644
index 00000000..3fb2ce90
--- /dev/null
+++ b/kmail/about/kmail.css
@@ -0,0 +1,26 @@
+
+#headerR {
+ position: absolute;
+ right: 0px;
+ width: 430px;
+ height: 131px;
+ background-image: url(top-right-kmail.png);
+}
+
+#title {
+ right: 125px;
+}
+
+#tagline {
+ right: 125px;
+}
+
+#boxCenter {
+ background-image: url(box-center-kmail.png);
+ background-repeat: no-repeat;
+ background-color: #dfe7f3;
+ background-position: bottom right;
+}
+
+/* vim:set sw=2 et nocindent smartindent: */
+
diff --git a/kmail/about/main.html b/kmail/about/main.html
new file mode 100644
index 00000000..bc367933
--- /dev/null
+++ b/kmail/about/main.html
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta name="generator" content=
+ "HTML Tidy for Linux/x86 (vers 1st August 2004), see www.w3.org" />
+
+ <style type="text/css">
+ /*<![CDATA[*/
+ @import "%1"; /* kde_infopage.css */
+ %1 /* maybe @import "kde_infopage_rtl.css"; */
+ @import "kmail.css";
+ body {font-size: %1px;}
+ /*]]>*/
+ </style>
+
+ <title>KMail</title>
+</head>
+
+<body>
+ <div id="header">
+ <div id="headerL"/>
+ <div id="headerR"/>
+
+ <div id="title">
+ %2 <!-- KMail -->
+ </div>
+
+ <div id="tagline">
+ %3 <!-- Catchphrase -->
+ </div>
+ </div>
+
+ <!-- the bar -->
+ <div id="bar">
+ <div id="barT"><div id="barTL"/><div id="barTR"/><div id="barTC"/></div>
+ <div id="barL">
+ <div id="barR">
+ <div id="barCenter" class="bar_text">
+ %4<!-- KMail is ... -->
+ </div>
+ </div>
+ </div>
+ <div id="barB"><div id="barBL"/><div id="barBR"/><div id="barBC"/></div>
+ </div>
+
+ <!-- the main text box -->
+ <div id="box">
+ <div id="boxT"><div id="boxTL"/><div id="boxTR"/><div id="boxTC"/></div>
+ <div id="boxL">
+ <div id="boxR">
+ <div id="boxCenter">
+ <!--Welcome to KMail-->
+ %5
+ </div>
+ </div>
+ </div>
+ <div id="boxB"><div id="boxBL"/><div id="boxBR"/><div id="boxBC"/></div>
+ </div>
+
+ <div id="footer"><div id="footerL"/><div id="footerR"/></div>
+</body>
+</html>
+<!-- vim:set sw=2 et nocindent smartindent: -->
diff --git a/kmail/about/top-right-kmail.png b/kmail/about/top-right-kmail.png
new file mode 100644
index 00000000..bf15f38b
--- /dev/null
+++ b/kmail/about/top-right-kmail.png
Binary files differ