summaryrefslogtreecommitdiffstats
path: root/kexi/doc/common
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-20 01:29:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-20 01:29:50 +0000
commit8362bf63dea22bbf6736609b0f49c152f975eb63 (patch)
tree0eea3928e39e50fae91d4e68b21b1e6cbae25604 /kexi/doc/common
downloadkoffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz
koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kexi/doc/common')
-rw-r--r--kexi/doc/common/bottom1.pngbin0 -> 167 bytes
-rw-r--r--kexi/doc/common/bottom2.pngbin0 -> 6978 bytes
-rw-r--r--kexi/doc/common/docheadergears.pngbin0 -> 5959 bytes
-rw-r--r--kexi/doc/common/doctop1a-online.pngbin0 -> 443 bytes
-rw-r--r--kexi/doc/common/doxygen.css147
-rw-r--r--kexi/doc/common/footer.html14
-rw-r--r--kexi/doc/common/grad.pngbin0 -> 247 bytes
-rw-r--r--kexi/doc/common/header.html34
-rw-r--r--kexi/doc/common/headerbg.pngbin0 -> 492 bytes
-rw-r--r--kexi/doc/common/kde-common.css32
-rw-r--r--kexi/doc/common/kde-default.css187
-rw-r--r--kexi/doc/common/kde-web.css178
-rw-r--r--kexi/doc/common/kmenu.pngbin0 -> 844 bytes
-rw-r--r--kexi/doc/common/shadow.pngbin0 -> 212 bytes
-rw-r--r--kexi/doc/common/web-docbottom.pngbin0 -> 6761 bytes
15 files changed, 592 insertions, 0 deletions
diff --git a/kexi/doc/common/bottom1.png b/kexi/doc/common/bottom1.png
new file mode 100644
index 00000000..25abc204
--- /dev/null
+++ b/kexi/doc/common/bottom1.png
Binary files differ
diff --git a/kexi/doc/common/bottom2.png b/kexi/doc/common/bottom2.png
new file mode 100644
index 00000000..bdf86daa
--- /dev/null
+++ b/kexi/doc/common/bottom2.png
Binary files differ
diff --git a/kexi/doc/common/docheadergears.png b/kexi/doc/common/docheadergears.png
new file mode 100644
index 00000000..ac8dab96
--- /dev/null
+++ b/kexi/doc/common/docheadergears.png
Binary files differ
diff --git a/kexi/doc/common/doctop1a-online.png b/kexi/doc/common/doctop1a-online.png
new file mode 100644
index 00000000..1b65b7d9
--- /dev/null
+++ b/kexi/doc/common/doctop1a-online.png
Binary files differ
diff --git a/kexi/doc/common/doxygen.css b/kexi/doc/common/doxygen.css
new file mode 100644
index 00000000..a8be4adc
--- /dev/null
+++ b/kexi/doc/common/doxygen.css
@@ -0,0 +1,147 @@
+/*******************************************************************************
+
+ Style sheet for kdelibs doxygen documentation.
+ Copyright (c) Anders Lund <anders@alweb.dk> 2002
+
+ This script is made available under the terms of the General Public Licence.
+ You should have received a copy of the GNU General Public License
+ along with this software; see the file COPYING. If not, write to
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
+
+********************************************************************************/
+
+body {
+ margin: 0px;
+ background-color: white;
+}
+
+/* decorative header */
+div.header {
+ background-color: #0855C5;
+ background-image: url("headerbg.png");
+}
+div.header table {
+ padding: 0px;
+ margin: 0px
+}
+div.header table tr td h1 {
+ color: white;
+ font: bold 20pt courier;
+ padding-top: 0.5em;
+}
+
+/* global lind buttons at bottom of decorative header */
+table.links {
+ float: right;
+ border:0;
+ padding-left:1px
+}
+table.links td a {
+ color: white
+}
+table.links td:hover {
+ background-color:#0C4293;
+}
+table.links td a:hover {
+ color: white;
+ background-color:#0C4293
+}
+table.links td {
+ border-left: 1px solid #4A81D5;
+ padding: 0px 12px 0px 12px;
+ background-color:#0E4EAF;
+ font-size:9pt;
+ /*font-weight: bold;*/
+}
+
+/* little gradient below decorative/navigation header */
+div#hgrad {
+ height: 12px;
+ background-image: url("grad.png");
+}
+
+/* contents part of page */
+div.text {
+ margin: 12px
+}
+
+/* contents, mostly equivalent to the default doxugen style sheet */
+H1 { text-align: center; }
+CAPTION { font-weight: bold }
+A.qindex {}
+A.qindexRef {}
+A.el { text-decoration: none; font-weight: bold }
+A.elRef { font-weight: bold }
+A.code { text-decoration: none; font-weight: normal; color: #4444ee }
+A.codeRef { font-weight: normal; color: #4444ee }
+A:hover { text-decoration: none; background-color: #ececec }
+DL.el { margin-left: -1cm }
+DIV.fragment { width: 100%; border: none; background-color: #ffffee; padding: 12px }
+DIV.ah { background-color: navy; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
+TD.md { background-color: #ececec; font-weight: bold; }
+TD.mdname1 { background-color: #ececec; font-weight: bold; color: #602020; }
+TD.mdname { background-color: #ececec; font-weight: bold; color: #602020; width: 600px; }
+DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
+DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
+BODY { background: white }
+TD.indexkey {
+ background-color: #e0eef8;
+ font-weight: bold;
+ padding-right : 10px;
+ padding-top : 2px;
+ padding-left : 10px;
+ padding-bottom : 2px;
+ margin-left : 0px;
+ margin-right : 0px;
+ margin-top : 2px;
+ margin-bottom : 2px
+}
+TD.indexvalue {
+ background-color: #e0eef8;
+ font-style: normal;
+ padding-right : 10px;
+ padding-top : 2px;
+ padding-left : 10px;
+ padding-bottom : 2px;
+ margin-left : 0px;
+ margin-right : 0px;
+ margin-top : 2px;
+ margin-bottom : 2px
+}
+FONT.keyword { color: #008000 }
+FONT.keywordtype { color: #604020 }
+FONT.keywordflow { color: #e08000 }
+FONT.comment { color: #800000 }
+FONT.preprocessor { color: #806020 }
+FONT.stringliteral { color: #002080 }
+FONT.charliteral { color: #008080 }
+
+
+
+/* kde decoration at bottom */
+div#bottom-nav {
+ position : relative;
+ background-color: transparent;
+ /*width : 100%;*/
+ /*top: 0px;
+ left: 0px;
+ right: 0px;
+ margin-left: 0px;
+ margin-right:0px;*/
+ margin-top: 12px;
+ height: 50px;
+ background-image : url('bottom1.png');
+ background-repeat : repeat-x;
+}
+
+/* copyright etc at bottom */
+div.bottom {
+ margin: 12px;
+ font-size: 9pt;
+ text-align: right;
+}
+div.bottom a {
+ color: #aaaaaa
+}
+
diff --git a/kexi/doc/common/footer.html b/kexi/doc/common/footer.html
new file mode 100644
index 00000000..34a49967
--- /dev/null
+++ b/kexi/doc/common/footer.html
@@ -0,0 +1,14 @@
+</div>
+<div id="bottom-nav">
+<img src="../../common/bottom2.png" align="right" height="59" width="227" alt="KDE Logo">
+</div>
+<div class="bottom">
+This file is part of the documentation for $projectname $projectnumber.
+</div>
+<div class="bottom" style="color:#cccccc">
+Documentation copyright &copy; 2003 the Kexi Team.<br>
+Generated on $datetime by
+<a href="http://www.doxygen.org/index.html">doxygen</a> $doxygenversion written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>, &copy;&nbsp;1997-2003
+</div>
+</body>
+</html>
diff --git a/kexi/doc/common/grad.png b/kexi/doc/common/grad.png
new file mode 100644
index 00000000..06c5028d
--- /dev/null
+++ b/kexi/doc/common/grad.png
Binary files differ
diff --git a/kexi/doc/common/header.html b/kexi/doc/common/header.html
new file mode 100644
index 00000000..63f47eb9
--- /dev/null
+++ b/kexi/doc/common/header.html
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+ <title>$title ($projectname)</title>
+ <link href="../../common/doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<div class="header">
+<table border="0" cellspacing="0" cellpadding="0">
+<tr>
+<td rowspan="2" width="92">
+<a href="index.html" title="The API documentation main page"><img src="../../common/docheadergears.png" style="border:0px;" alt=""></a>
+</td>
+<td width="95%">
+<h1>$projectname API Documentation</h1>
+</td>
+</tr>
+<tr>
+<td valign="bottom">
+<table class="links" border=0 cellspacing=0>
+<tr>
+<td><a href="index.html">Overview</a></td>
+<td><a href="hierarchy.html" title="Inheritance list, sorted roughly alphabetically">Class&nbsp;Hierarchy</a></td>
+<td><a href="classes.html" title="Alphabetical list of classes">Classes</a></td>
+<td><a href="annotated.html" title="Classes, structs, unions and interfaces with brief descriptions">Classes&nbsp;(annotated)</a></td>
+<td><a href="functions.html" title="Documented class members with links to the classes they belong to">Members</a></td>
+<!-- td><a href="namespaces.html" title="All documented namespaces with brief descriptions">Namespaces</a></td-->
+<td><a href="files.html" title="A list of all documented files with brief descriptions">Source&nbsp;Files</a></td>
+</tr>
+</table>
+</td></tr></table>
+</div>
+<div id="hgrad"></div>
+<div class="text">
diff --git a/kexi/doc/common/headerbg.png b/kexi/doc/common/headerbg.png
new file mode 100644
index 00000000..b72738a2
--- /dev/null
+++ b/kexi/doc/common/headerbg.png
Binary files differ
diff --git a/kexi/doc/common/kde-common.css b/kexi/doc/common/kde-common.css
new file mode 100644
index 00000000..5898199b
--- /dev/null
+++ b/kexi/doc/common/kde-common.css
@@ -0,0 +1,32 @@
+/*
+ KDE-wide persistent CSS for HTML documentation (all media types).
+ Copyright (C) 2000 Frederik Fouvry
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+ Send comments, suggestions, etc. to Frederik Fouvry
+ <fouvry@sfs.nphil.uni-tuebingen.de>.
+*/
+
+/*
+ Important note: these setting cannot be overridden, except by switching
+ off style sheets alltogether.
+
+ Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/
+
+ Check out http://www.richinstyle.com/ where many of the declarations and
+ setup in the KDE CSS are obtained from. In fact, do not change
+ anything without checking on those pages whether it is wise to do so.
+*/
diff --git a/kexi/doc/common/kde-default.css b/kexi/doc/common/kde-default.css
new file mode 100644
index 00000000..032a00db
--- /dev/null
+++ b/kexi/doc/common/kde-default.css
@@ -0,0 +1,187 @@
+/*
+ KDE-wide default CSS for HTML documentation (all media types).
+ Copyright (C) 2000 Frederik Fouvry
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+ Send comments, suggestions, etc. to Frederik Fouvry
+ <fouvry@sfs.nphil.uni-tuebingen.de>. */
+
+/*
+ Important note: these setting may be overridden by localised CSS. Do not
+ add here any localisation-sensitive style declarations.
+
+ Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ */
+
+/* Note: "should be inherit" means that in a proper browser inherit should work.
+ Somehow Netscape manages to interpret "inherit" as bright green.
+ Yuck. */
+
+/* Make the main contents of the page not slide up under the top banner */
+
+/* #body_text { position: relative;
+ top: 100px; } */
+
+/* This is a horrible awful hack.. to once again fix the sliding
+navigation problem. */
+
+body { padding-top: 100px; background-color:
+white; color: black;}
+
+/* Nice link colors for the main text, and bottom navigation
+ Setting text-decoration seems to fix a nasty redraw problem in KHC */
+
+:link { color: rgb(170,0,0);
+ text-decoration: underline;
+ background-color: white; /* should be inherit */ }
+:visited { color: rgb(170,0,85);
+ text-decoration: underline;
+ background-color: white; /* should be inherit */ }
+:active { color: rgb(170,0,0);
+ text-decoration: underline;
+ background-color: white; /* should be inherit */ }
+
+/* Link colors for the top navigation */
+
+.left :link, .center :link, .right :link { color: rgb(255,255,255);
+ text-decoration: underline;
+ background-color: rgb(82,80,82); }
+
+.left :visited, .center :visited, .right :visited { color: rgb(186,182,186);
+ text-decoration: underline;
+ background-color: rgb(82,80,82); }
+
+/* Giving this a background color breaks things, and it's not necessary for
+ either navigation or orientation.. so transparent */
+
+.center {color: rgb(255,255,255);
+ background-color: transparent; }
+
+
+:active {color: rgb(186,182,186);
+ background-color: transparent; }
+
+/* A little bit of padding makes the tables for keybindings etc much easier to read */
+
+TABLE { padding: 5px; }
+DT { margin-top: 1em; }
+DIV.toc DT { margin-top: 0px; }
+DIV.SCREENSHOT { margin-bottom: 1em;
+ margin-top: 1em; }
+DIV.INFORMALEXAMPLE { border-style: dotted;
+ padding: 10px; }
+
+/* But no padding for navigation elements */
+
+.shadow, .headline, .bulb, .end { padding: 0px; }
+
+TABLE.programlisting
+TABLE.screen { border-style: none;
+ background-color: rgb(224,224,224);
+ table-layout: auto; /* 100%? */
+ color: rgb(0,0,0); /* should be inherit */
+ }
+
+/* Same as previous block, but more general (previous is HTML only)
+ Not all browsers understand this yet.
+TABLE[class~=programlisting]
+TABLE[class~=screen] { border-style: none;
+ background-color: rgb(224,224,224);
+ table-layout: auto;
+ color: inherit;
+ }
+*/
+
+P { text-align: justify; }
+
+/* More specific settings */
+
+DIV.navbar P { text-align: right; }
+
+/* Temporary patch: browsers break on bad HTML */
+/* P, H1, H2, H3, H4, H5, TD, TH { font-family: Helvetica, Arial, sans-serif;
+ } */
+
+P, H1, H2, H3, H4, H5, TD, TH { font-family: sans-serif;
+ }
+
+
+
+/* Visual cues for GUI elements etc in the text */
+
+.guimenu, .guimenuitem, .guisubmenu { background-color: rgb(240,240,240);
+ color: rgb(0,0,0); /* should be inherit */
+ }
+
+.guilabel, .interface, .guibutton { background-color: rgb(240,240,240);
+ color: rgb(0,0,0); /* should be inherit */
+ }
+
+.shortcut { background-color: rgb(240,240,240);
+ color: rgb(0,0,0); /* should be inherit */
+ }
+
+.shortcut .keycap { background-color: rgb(240,240,240);
+ color: rgb(0,0,0); /* should be inherit */
+ }
+
+.question { font-weight: bolder; }
+
+.accel { background-color: rgb(240,240,240);
+ color: rgb(0,0,0);
+ text-decoration: underline;
+ }
+
+.option, .command { background-color: rgb(255,255,255);
+ color: rgb(0,96,160);
+ font-weight: bold;
+ }
+
+h1, h2, h3, h4, h5, h6 { color: rgb(82,80,82);
+ }
+.arg, .parameter, .replaceable{ background-color: rgb(255,255,255);
+ color: rgb(0,128,64);
+ font-style: italic;
+ }
+
+DIV.mediaobject { /* float: right; */
+ /* might make it much nicer. although someone has to
+ understand the rules ;-) You also don't want it to be
+ surrounded by text it doesn't refer to ... But that
+ may be among others a question of writing style. */
+ text-align: center; /* a bit of a hack: it should
+ position _images_ */
+ }
+
+.caption { margin: 0em 2em 3em 2em; }
+
+.inlinemediaobject { vertical-align: baseline;
+ padding-right: 1em;
+ padding-left: 1em; }
+
+/* An idea that could be nice: a search engine looking for specific
+classes could display them in some conspicuous colour. All that is
+needed is an on the fly generated style element/style sheet. */
+
+/* Only used in the hand-made HTML license texts */
+BODY.license { background-color: rgb(255,255,255);
+ text-align: justify;
+ color: rgb(0,0,0);
+ }
+PRE.license { background-color: rgb(255,255,255);
+ font-family: monospace;
+ color: rgb(0,0,0);
+ }
+
diff --git a/kexi/doc/common/kde-web.css b/kexi/doc/common/kde-web.css
new file mode 100644
index 00000000..e61fa32a
--- /dev/null
+++ b/kexi/doc/common/kde-web.css
@@ -0,0 +1,178 @@
+/*
+ KDE-wide default CSS for HTML documentation (all media types).
+ Copyright (C) 2000 Frederik Fouvry
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+ Send comments, suggestions, etc. to Frederik Fouvry
+ <fouvry@sfs.nphil.uni-tuebingen.de>. */
+
+/*
+ Important note: these setting may be overridden by localised CSS. Do not
+ add here any localisation-sensitive style declarations.
+
+ Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ */
+
+/* Note: "should be inherit" means that in a proper browser inherit should work.
+ Somehow Netscape manages to interpret "inherit" as bright green.
+ Yuck. */
+
+/* Make the main contents of the page not slide up under the top banner */
+
+/* #body_text { position: relative;
+ top: 100px; } */
+
+/* This is a horrible awful hack.. to once again fix the sliding
+navigation problem. */
+
+body { background-color: white;
+ width: 596px;
+ color: black;
+ align: center;}
+
+/* Nice link colors for the main text, and bottom navigation */
+
+:link { color: rgb(170,0,0);
+ background-color: white; /* should be inherit */ }
+:visited { color: rgb(170,0,85);
+ background-color: white; /* should be inherit */ }
+:active { color: rgb(170,0,0);
+ background-color: white; /* should be inherit */ }
+
+/* Link colors for the top navigation */
+
+.left :link, .center :link, .right :link { color: rgb(255,255,255);
+ background-color: rgb(82,80,82); }
+
+.left :visited, .center :visited, .right :visited { color: rgb(186,182,186);
+ background-color: rgb(82,80,82); }
+
+/* Giving this a background color breaks things, and it's not necessary for
+ either navigation or orientation.. so transparent */
+
+.center {color: rgb(255,255,255);
+ background-color: transparent; }
+
+
+:active {color: rgb(186,182,186);
+ background-color: transparent; }
+
+/* A little bit of padding makes the tables for keybindings etc much easier to read */
+
+TABLE { padding: 5px; }
+DT { margin-top: 1em; }
+DIV.SCREENSHOT { margin-bottom: 1em;
+ margin-top: 1em; }
+DIV.INFORMALEXAMPLE { border-style: dotted;
+ padding: 10px; }
+
+/* But no padding for navigation elements */
+
+.shadow, .headline, .bulb, .end { padding: 0px; }
+
+TABLE.programlisting
+TABLE.screen { border-style: none;
+ background-color: rgb(224,224,224);
+ table-layout: auto; /* 100%? */
+ color: rgb(0,0,0); /* should be inherit */
+ }
+
+/* Same as previous block, but more general (previous is HTML only)
+ Not all browsers understand this yet.
+TABLE[class~=programlisting]
+TABLE[class~=screen] { border-style: none;
+ background-color: rgb(224,224,224);
+ table-layout: auto;
+ color: inherit;
+ }
+*/
+
+P { text-align: justify; }
+
+/* More specific settings */
+
+DIV.navbar P { text-align: right; }
+
+/* Temporary patch: browsers break on bad HTML */
+/* P, H1, H2, H3, H4, H5, TD, TH { font-family: Helvetica, Arial, sans-serif;
+ } */
+
+P, H1, H2, H3, H4, H5, TD, TH { font-family: sans-serif;
+ }
+
+
+
+/* Visual cues for GUI elements etc in the text */
+
+.guimenu, .guimenuitem, .guisubmenu { background-color: rgb(240,240,240);
+ color: rgb(0,0,0); /* should be inherit */
+ }
+
+.guilabel, .interface, .guibutton { background-color: rgb(240,240,240);
+ color: rgb(0,0,0); /* should be inherit */
+ }
+
+.shortcut { background-color: rgb(240,240,240);
+ color: rgb(0,0,0); /* should be inherit */
+ }
+
+.shortcut .keycap { background-color: rgb(240,240,240);
+ color: rgb(0,0,0); /* should be inherit */
+ }
+
+.question { font-weight: bolder; }
+
+.accel { background-color: rgb(240,240,240);
+ color: rgb(0,0,0);
+ text-decoration: underline;
+ }
+
+.option, .command { background-color: rgb(255,255,255);
+ color: rgb(0,96,160);
+ font-weight: bold;
+ }
+
+h1, h2, h3, h4, h5, h6 { color: rgb(82,80,82);
+ }
+.arg, .parameter, .replaceable{ background-color: rgb(255,255,255);
+ color: rgb(0,128,64);
+ font-style: italic;
+ }
+
+DIV.mediaobject { /* float: right; */
+ /* might make it much nicer. although someone has to
+ understand the rules ;-) You also don't want it to be
+ surrounded by text it doesn't refer to ... But that
+ may be among others a question of writing style. */
+ text-align: center; /* a bit of a hack: it should
+ position _images_ */
+ }
+
+/* An idea that could be nice: a search engine looking for specific
+classes could display them in some conspicuous colour. All that is
+needed is an on the fly generated style element/style sheet. */
+
+/* Only used in the hand-made HTML license texts */
+BODY.license { background-color: rgb(255,255,255);
+ text-align: justify;
+ color: rgb(0,0,0);
+ }
+PRE.license { background-color: rgb(255,255,255);
+ font-family: monospace;
+ color: rgb(0,0,0);
+ }
+
+.topbanner { background-repeat: no-repeat;
+ } \ No newline at end of file
diff --git a/kexi/doc/common/kmenu.png b/kexi/doc/common/kmenu.png
new file mode 100644
index 00000000..5efb18b6
--- /dev/null
+++ b/kexi/doc/common/kmenu.png
Binary files differ
diff --git a/kexi/doc/common/shadow.png b/kexi/doc/common/shadow.png
new file mode 100644
index 00000000..7f837083
--- /dev/null
+++ b/kexi/doc/common/shadow.png
Binary files differ
diff --git a/kexi/doc/common/web-docbottom.png b/kexi/doc/common/web-docbottom.png
new file mode 100644
index 00000000..eb43ef35
--- /dev/null
+++ b/kexi/doc/common/web-docbottom.png
Binary files differ