summaryrefslogtreecommitdiffstats
path: root/data/about
diff options
context:
space:
mode:
Diffstat (limited to 'data/about')
-rw-r--r--data/about/Makefile.am22
-rw-r--r--data/about/back.pngbin0 -> 465713 bytes
-rw-r--r--data/about/box-bottom-left.pngbin0 -> 463 bytes
-rw-r--r--data/about/box-bottom-middle.pngbin0 -> 154 bytes
-rw-r--r--data/about/box-bottom-right.pngbin0 -> 475 bytes
-rw-r--r--data/about/box-center.pngbin0 -> 1093 bytes
-rw-r--r--data/about/box-middle-left.pngbin0 -> 151 bytes
-rw-r--r--data/about/box-middle-right.pngbin0 -> 153 bytes
-rw-r--r--data/about/box-top-left.pngbin0 -> 478 bytes
-rw-r--r--data/about/box-top-middle.pngbin0 -> 155 bytes
-rw-r--r--data/about/box-top-right.pngbin0 -> 480 bytes
-rw-r--r--data/about/digikam.css22
-rw-r--r--data/about/kde_infopage.css326
-rw-r--r--data/about/kde_infopage_rtl.css9
-rw-r--r--data/about/main.html64
-rw-r--r--data/about/top-left.pngbin0 -> 13206 bytes
-rw-r--r--data/about/top-middle.pngbin0 -> 217 bytes
-rw-r--r--data/about/top-right-digikam.pngbin0 -> 17284 bytes
18 files changed, 443 insertions, 0 deletions
diff --git a/data/about/Makefile.am b/data/about/Makefile.am
new file mode 100644
index 00000000..9ec8e5b9
--- /dev/null
+++ b/data/about/Makefile.am
@@ -0,0 +1,22 @@
+about_DATA = \
+ back.png \
+ box-bottom-left.png \
+ box-bottom-middle.png \
+ box-bottom-right.png \
+ box-center.png \
+ box-middle-left.png \
+ box-middle-right.png \
+ box-top-left.png \
+ box-top-middle.png \
+ box-top-right.png \
+ digikam.css \
+ kde_infopage.css \
+ kde_infopage_rtl.css \
+ main.html \
+ Makefile.am \
+ top-left.png \
+ top-middle.png \
+ top-right-digikam.png
+
+aboutdir = $(kde_datadir)/digikam/about
+
diff --git a/data/about/back.png b/data/about/back.png
new file mode 100644
index 00000000..b956f934
--- /dev/null
+++ b/data/about/back.png
Binary files differ
diff --git a/data/about/box-bottom-left.png b/data/about/box-bottom-left.png
new file mode 100644
index 00000000..a5d827b8
--- /dev/null
+++ b/data/about/box-bottom-left.png
Binary files differ
diff --git a/data/about/box-bottom-middle.png b/data/about/box-bottom-middle.png
new file mode 100644
index 00000000..d32b663b
--- /dev/null
+++ b/data/about/box-bottom-middle.png
Binary files differ
diff --git a/data/about/box-bottom-right.png b/data/about/box-bottom-right.png
new file mode 100644
index 00000000..d543d63c
--- /dev/null
+++ b/data/about/box-bottom-right.png
Binary files differ
diff --git a/data/about/box-center.png b/data/about/box-center.png
new file mode 100644
index 00000000..aeeb1162
--- /dev/null
+++ b/data/about/box-center.png
Binary files differ
diff --git a/data/about/box-middle-left.png b/data/about/box-middle-left.png
new file mode 100644
index 00000000..72145e8d
--- /dev/null
+++ b/data/about/box-middle-left.png
Binary files differ
diff --git a/data/about/box-middle-right.png b/data/about/box-middle-right.png
new file mode 100644
index 00000000..7ea7f382
--- /dev/null
+++ b/data/about/box-middle-right.png
Binary files differ
diff --git a/data/about/box-top-left.png b/data/about/box-top-left.png
new file mode 100644
index 00000000..0a4017db
--- /dev/null
+++ b/data/about/box-top-left.png
Binary files differ
diff --git a/data/about/box-top-middle.png b/data/about/box-top-middle.png
new file mode 100644
index 00000000..d83cb2cd
--- /dev/null
+++ b/data/about/box-top-middle.png
Binary files differ
diff --git a/data/about/box-top-right.png b/data/about/box-top-right.png
new file mode 100644
index 00000000..a953f822
--- /dev/null
+++ b/data/about/box-top-right.png
Binary files differ
diff --git a/data/about/digikam.css b/data/about/digikam.css
new file mode 100644
index 00000000..cd409c2c
--- /dev/null
+++ b/data/about/digikam.css
@@ -0,0 +1,22 @@
+
+#headerR {
+ position: absolute;
+ right: 0px;
+ width: 430px;
+ height: 131px;
+ background-image: url(top-right-digikam.png);
+}
+
+#title {
+ right: 140px;
+}
+
+#tagline {
+ right: 140px;
+}
+
+#boxCenter {
+ background-image: url(box-center.png);
+ background-repeat: no-repeat;
+ background-position: bottom right;
+}
diff --git a/data/about/kde_infopage.css b/data/about/kde_infopage.css
new file mode 100644
index 00000000..93452a7d
--- /dev/null
+++ b/data/about/kde_infopage.css
@@ -0,0 +1,326 @@
+/*
+ * text styles TDE 14.0.0
+ */
+
+img {margin: 0px; padding: 0px}
+body {margin: 0px; padding: 0px; background-color: #003070; background-image: url(back.png); -khtml-background-size: 100%; color: #111111; height="100%"; width="100%" }
+
+
+.bar_text a {color: #008;}
+
+#subtext {
+ font-size: 10pt;
+ font-style: italic;
+}
+
+#nextlink {
+ margin-bottom: 0px;
+ text-align: right;
+ font-size: 10pt;
+}
+
+/*
+ * the header
+ */
+
+#header {
+ height: 131px;
+}
+
+#headerL {
+ position: absolute;
+ background-image: url(top-left.png);
+ left: 0px;
+ height: 131px;
+ width: 147px;
+ z-index: 1;
+}
+
+#headerCenter {
+ background-image: url(top-middle.png);
+ width: 100%;
+ position:absolute;
+ right:430px;
+ top:0px;
+ height: 131px;
+}
+
+#headerR {
+ position: absolute;
+ top:0px;
+ right: 0px;
+}
+
+
+/* title and tagline are part of the header diff */
+#title {
+ position: absolute;
+ top: 65px;
+ left: 140px;
+ margin-top: -1em;
+ text-align: left;
+ font-size: xx-large;
+ font-weight: bold;
+ text-shadow: #000000 1px 1px 5px;
+ color: #fff;
+ z-index: 5;
+}
+
+#tagline {
+ position: absolute;
+ top: 67px;
+ left: 140px;
+ text-align: left;
+ font-size: large;
+ font-weight: bold;
+ text-shadow: #000000 1px 1px 1px;
+ color: #fff;
+ z-index: 5;
+}
+
+/*
+ * the nav bar
+ */
+
+#bar {
+ width: 90%;
+ margin-left: 5%;
+ margin-right: 5%;
+ margin-top: 10px;
+ margin-bottom: 10px;
+
+}
+
+#barT {
+ width: 100%;
+ height: 22px;
+}
+
+#barTL {
+ width: 25px;
+ height: 22px;
+ float: left;
+ background-image: url(box-top-left.png);
+}
+
+#barTR {
+ width: 25px;
+ height: 22px;
+ float: right;
+ background-image: url(box-top-right.png);
+}
+
+#barTC {
+ height: 22px;
+ margin-left: 25px;
+ margin-right: 25px;
+ background-image: url(box-top-middle.png);
+ -khtml-background-size: 100%;
+}
+
+#barL {
+ background-image: url(box-middle-left.png);
+ background-repeat: repeat-y;
+ background-position: left;
+ padding-left: 25px;
+}
+
+#barR {
+ background-image: url(box-middle-right.png);
+ background-repeat: repeat-y;
+ background-position: right;
+ padding-right: 25px;
+}
+
+#barB {
+ width: 100%;
+ height: 22px;
+}
+
+#barBL {
+ width: 25px;
+ height: 22px;
+ float: left;
+ background-image: url(box-bottom-left.png);
+}
+
+#barBR {
+ width: 25px;
+ height: 22px;
+ float: right;
+ background-image: url(box-bottom-right.png);
+}
+
+#barBC {
+ height: 22px;
+ margin-left: 25px;
+ margin-right: 25px;
+ background-image: url(box-bottom-middle.png);
+ -khtml-background-size: 100%;
+ background-repeat: no-repeat;
+}
+
+#barCenter {
+ background-image: url(box-center.png);
+ background-position: center;
+ background-repeat: no-repeat;
+ -khtml-background-size: 100%;
+ text-align: center;
+ color: #282828;
+ font-weight: bold;
+ font-size: small;
+}
+
+
+#barCenter a.selected, #barCenter a.selected:hover {
+ color: #282828;
+ text-decoration: none;
+ text-shadow: #fff 0px 0px 5px;
+}
+
+
+#barCenter li a:link, #barCenter li a:visited, #barCenter li a:active {
+ color: #282828;
+ text-decoration: none;
+ text-shadow: none;
+}
+
+#barCenter li a:hover {
+ color: #282828;
+ text-decoration: none;
+ text-shadow: #fff 0px 0px 6px;
+}
+
+#barCenter ul {
+ margin: 0;
+ padding: 0;
+}
+
+#barCenter li {
+ display: inline;
+}
+
+#barCenter li:not(:first-child):before { /* Aren't css3 selectors great? */
+ content: " \0387 ";
+}
+
+
+/*
+ * the main box
+ */
+
+#box {
+ width: 90%;
+ margin-left: 5%;
+ margin-right: 5%;
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+#boxT {
+ width: 100%;
+ height: 22px;
+}
+
+#boxTL {
+ width: 25px;
+ height: 22px;
+ float: left;
+ background-image: url(box-top-left.png);
+}
+
+#boxTR {
+ width: 25px;
+ height: 22px;
+ float: right;
+ background-image: url(box-top-right.png);
+}
+
+#boxTC {
+ height: 22px;
+ margin-left: 25px;
+ margin-right: 25px;
+ background-image: url(box-top-middle.png);
+ -khtml-background-size: 100%;
+}
+
+#boxL {
+ background-image: url(box-middle-left.png);
+ background-repeat: repeat-y;
+ background-position: left;
+ padding-left: 25px;
+}
+
+#boxCenter {
+ background-image: url(box-center.png);
+ background-position: center;
+ background-repeat: no-repeat;
+ -khtml-background-size: 100%;
+ text-align: left;
+}
+
+#boxR {
+ background-image: url(box-middle-right.png);
+ background-repeat: repeat-y;
+ background-position: right;
+ padding-right: 25px;
+}
+
+#boxB {
+ width: 100%;
+ height: 22px;
+}
+
+#boxBL {
+ width: 25px;
+ height: 22px;
+ float: left;
+ background-image: url(box-bottom-left.png);
+}
+
+#boxBR {
+ width: 25px;
+ height: 22px;
+ float: right;
+ background-image: url(box-bottom-right.png);
+}
+
+#boxBC {
+ height: 22px;
+ margin-left: 25px;
+ margin-right: 25px;
+ background-image: url(box-bottom-middle.png);
+ -khtml-background-size: 100%;
+ background-repeat: no-repeat;
+}
+
+/*
+ * the footer
+ */
+
+#footer {
+ position: fixed;
+ background-image: url(bottom-middle.png);
+ width: 100%;
+ height: 100px;
+ z-index: -2;
+ bottom:0;
+}
+
+#footerL {
+ position: fixed;
+ background-image: url(bottom-left.png);
+ left: 0px;
+ width: 155px;
+ height: 100px;
+ z-index: -2;
+}
+
+#footerR {
+ position: fixed;
+ background-image: url(bottom-right.png);
+ right: 0px;
+ width: 429px;
+ height: 100px;
+ z-index: -1;
+}
diff --git a/data/about/kde_infopage_rtl.css b/data/about/kde_infopage_rtl.css
new file mode 100644
index 00000000..5be37526
--- /dev/null
+++ b/data/about/kde_infopage_rtl.css
@@ -0,0 +1,9 @@
+body {direction: rtl}
+
+#boxCenter {
+ text-align: right;
+}
+
+#nextlink {
+ text-align: left;
+}
diff --git a/data/about/main.html b/data/about/main.html
new file mode 100644
index 00000000..4f53b99d
--- /dev/null
+++ b/data/about/main.html
@@ -0,0 +1,64 @@
+<?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"; /* locationCss */
+ %2 /* locationRtl */
+ @import "digikam.css";
+ body {font-size: %3px;}
+ /*]]>*/
+ </style>
+
+ <title>digiKam</title>
+</head>
+
+<body>
+ <div id="header">
+ <div id="headerL"/>
+ <div id="headerCenter"/>
+ <div id="headerR"/>
+
+ <div id="title">
+ %4 <!-- appTitle -->
+ </div>
+
+ <div id="tagline">
+ %5 <!-- 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">
+ %6 <!-- Quick description... -->
+ </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">
+ %7 <!-- Advanced informations -->
+ </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>
diff --git a/data/about/top-left.png b/data/about/top-left.png
new file mode 100644
index 00000000..b4d4ed60
--- /dev/null
+++ b/data/about/top-left.png
Binary files differ
diff --git a/data/about/top-middle.png b/data/about/top-middle.png
new file mode 100644
index 00000000..5d3a914b
--- /dev/null
+++ b/data/about/top-middle.png
Binary files differ
diff --git a/data/about/top-right-digikam.png b/data/about/top-right-digikam.png
new file mode 100644
index 00000000..2cc89f27
--- /dev/null
+++ b/data/about/top-right-digikam.png
Binary files differ