diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-02-27 16:06:01 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-27 16:06:01 +0100 |
commit | 2193d7f18ecb2e9ed325366f60d9dc4b35110df2 (patch) | |
tree | 70c2d1ae18d98b93adbd4a0ea4320dea33a99013 /share/html_start | |
parent | 7228e6e8354918943a6174fa0877b1edd6defe45 (diff) |
Move data to share/, autocreate Data.pm during build process
Diffstat (limited to 'share/html_start')
-rw-r--r-- | share/html_start | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/share/html_start b/share/html_start new file mode 100644 index 0000000..a3539be --- /dev/null +++ b/share/html_start @@ -0,0 +1,51 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> + <title>dthumb</title> + <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> + <script type="text/javascript" src=".dthumb/lightbox.js"></script> + <style type="text/css"> + +#lightbox { + background-color:#eee; + padding: 10px; + border-bottom: 2px solid #666; + border-right: 2px solid #666; +} + +#lightboxDetails { + font-size: 0.8em; + padding-top: 0.4em; +} + +#lightboxCaption { + float: left; +} + +#keyboardMsg { + float: right; +} + +#closeButton { + top: 5px; + right: 5px; +} + +#lightbox img { + border: none; + clear: both; +} + +#overlay img { + border: none; +} + +#overlay { + color: transparent; + background-image: url(.dthumb/overlay.png); +} + + </style> +</head> +<body><div> |