diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/html_start | 3 | ||||
-rw-r--r-- | share/main.css | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/share/html_start b/share/html_start index f628c2c..baf8167 100644 --- a/share/html_start +++ b/share/html_start @@ -2,8 +2,9 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> - <title>dthumb</title> + <title><!-- $title --></title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> + <link rel="stylesheet" type="text/css" href=".dthumb/main.css"/> <link rel="stylesheet" type="text/css" href=".dthumb/shadowbox.css"/> <script type="text/javascript" src=".dthumb/shadowbox.js"></script> <script type="text/javascript"> diff --git a/share/main.css b/share/main.css new file mode 100644 index 0000000..5554843 --- /dev/null +++ b/share/main.css @@ -0,0 +1,11 @@ +div.image-container { + text-align: center; + font-size: 80%; + float: left; + width: /* $width */; + height: /* $height */; +} + +div.image-container a { + text-decoration: none; +} |