diff options
Diffstat (limited to 'akregator/src/about')
-rw-r--r-- | akregator/src/about/Makefile.am | 6 | ||||
-rw-r--r-- | akregator/src/about/akregator.css | 20 | ||||
-rw-r--r-- | akregator/src/about/main.html | 66 | ||||
-rw-r--r-- | akregator/src/about/top-right-akregator.png | bin | 0 -> 14809 bytes |
4 files changed, 92 insertions, 0 deletions
diff --git a/akregator/src/about/Makefile.am b/akregator/src/about/Makefile.am new file mode 100644 index 000000000..2025a97f8 --- /dev/null +++ b/akregator/src/about/Makefile.am @@ -0,0 +1,6 @@ +about_DATA = \ + top-right-akregator.png \ + main.html \ + akregator.css + +aboutdir = $(kde_datadir)/akregator/about diff --git a/akregator/src/about/akregator.css b/akregator/src/about/akregator.css new file mode 100644 index 000000000..9c31cfe35 --- /dev/null +++ b/akregator/src/about/akregator.css @@ -0,0 +1,20 @@ + +#headerR { + position: absolute; + right: 0px; + width: 430px; + height: 131px; + background-image: url(top-right-akregator.png); +} + +/* .. for when we actually have a box-center-akregator.png .. +#boxCenter { + background-image: url(box-center-akregator.png); + background-repeat: no-repeat; + background-color: #dfe7f3; + background-position: bottom right; +} +*/ + +/* vim:set sw=2 et nocindent smartindent: */ + diff --git a/akregator/src/about/main.html b/akregator/src/about/main.html new file mode 100644 index 000000000..c1cbd42df --- /dev/null +++ b/akregator/src/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 "akregator.css"; + body {font-size: %1px;} + /*]]>*/ + </style> + + <title>Akregator</title> +</head> + +<body> + <div id="header"> + <div id="headerL"/> + <div id="headerR"/> + + <div id="title"> + %2 <!-- Akregator --> + </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<!-- Akregator 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 Akregator--> + %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/akregator/src/about/top-right-akregator.png b/akregator/src/about/top-right-akregator.png Binary files differnew file mode 100644 index 000000000..fd539eeef --- /dev/null +++ b/akregator/src/about/top-right-akregator.png |