diff options
Diffstat (limited to 'khelpcenter/index.html.in')
-rw-r--r-- | khelpcenter/index.html.in | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/khelpcenter/index.html.in b/khelpcenter/index.html.in new file mode 100644 index 000000000..9e2a44621 --- /dev/null +++ b/khelpcenter/index.html.in @@ -0,0 +1,42 @@ +<html> + + <head> + <title>%1</title> + <link rel="stylesheet" href="help:/common/kde-default.css" type="text/css" /> + </head> + + <body> + <div style="background-image: url(help:/common/top-middle.png); width: 100%; height: 131px;"> + <div style="position: absolute; right: 0px;"> + <img src="help:/common/top-right-konqueror.png" style="margin: 0px" alt=""> + </div> + <div style="position: absolute; left: 0px;"> + <img src="help:/common/top-left.png" style="margin: 0px" alt=""> + </div> + <div style="position: absolute; + top: 25px; + right: 100px; + text-align: right; + font-size: xx-large; + font-weight: bold; + text-shadow: #fff 0px 0px 5px; + color: #444"> + %2 + </div> + </div> + %3 + <div class="bannerBottom" style="background-image: url(help:/common/bottom-middle.png); + background-repeat: x-repeat; + width: 100%; + height: 100px; + bottom:0px;"> + <div class="bannerBottomRight"> + <img src="help:/common/bottom-right.png" style="margin: 0px" alt=""> + </div> + <div class="bannerBottomLeft"> + <img src="help:/common/bottom-left.png" style="margin: 0px;" alt=""> + </div> + </div> + </body> + +</html> |