From: Martin Mares Date: Wed, 26 Dec 2012 19:28:15 +0000 (+0100) Subject: Gallery2: Delete old theme "nrt" X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=dca33bff0ad0aff7e0f995c45c2b456cf525ac57;p=gallery.git Gallery2: Delete old theme "nrt" --- diff --git a/gal2/nrt/back.png b/gal2/nrt/back.png deleted file mode 100644 index c0c4cee..0000000 Binary files a/gal2/nrt/back.png and /dev/null differ diff --git a/gal2/nrt/bot.png b/gal2/nrt/bot.png deleted file mode 100644 index 08c6683..0000000 Binary files a/gal2/nrt/bot.png and /dev/null differ diff --git a/gal2/nrt/left.png b/gal2/nrt/left.png deleted file mode 100644 index 3bd3aed..0000000 Binary files a/gal2/nrt/left.png and /dev/null differ diff --git a/gal2/nrt/next.png b/gal2/nrt/next.png deleted file mode 100644 index 72a4e39..0000000 Binary files a/gal2/nrt/next.png and /dev/null differ diff --git a/gal2/nrt/prev.png b/gal2/nrt/prev.png deleted file mode 100644 index 71e11cd..0000000 Binary files a/gal2/nrt/prev.png and /dev/null differ diff --git a/gal2/nrt/right.png b/gal2/nrt/right.png deleted file mode 100644 index 3e655dc..0000000 Binary files a/gal2/nrt/right.png and /dev/null differ diff --git a/gal2/nrt/style.css b/gal2/nrt/style.css deleted file mode 100644 index b67b092..0000000 --- a/gal2/nrt/style.css +++ /dev/null @@ -1,17 +0,0 @@ -.thf { margin: 0 0 0 0; padding: 0 0 0 0; float: left; border: none; } -.thumb { position: relative; width: 154px; height: 134px; background-color: black; } -.tt { position: absolute; top: 0; left: 0; } -.tl { position: absolute; top: 14px; left: 0; } -.ti { position: absolute; } -.tr { position: absolute; top: 14px; right: 0; } -.tb { position: absolute; bottom: 0; right: 0; } -.annot { width: 154px; text-align: center; } -IMG { border: none; } -H1 { text-align: center; } -H2 { text-align: center; } -P { clear: both; } -H2 { clear: both; } -.parent { text-align: center; } -.large { text-align: center; } -.back { float: left; } -.fwd { float: right; } diff --git a/gal2/nrt/theme.conf b/gal2/nrt/theme.conf deleted file mode 100644 index 4242eba..0000000 --- a/gal2/nrt/theme.conf +++ /dev/null @@ -1,40 +0,0 @@ - -PicturesPerRow: 5 -BGColor: #ffffff -TextColor: #000000 -CommentColor: #000000 -FilmBGColor: #322207 -LinkColor: #000000 -ALinkColor: gold -VLinkColor: #000000 -LinkSize: 1 - -# linksize | top -# | v -# ------------------|---------------- --- -# | | | | -# ------------------v---------------- --- -# | | ______________________ | | ^ -# | | | ^ | | | | -# | | | | height | | | -# | | | | | | | -# l | | | | | | | right -# --->|---| |<--|----width------->| |---|<----- -# | | | | | | | -# | | | | | | | -# | | | | | | | -# | | | v | | | -# | | |---------------------| | | | -# | | | | v -# ----------------------------------- --- -# | | | -# ----------------------------------- --- -# ^ -# | bottom -# -# total = left + linksize + width + linksize + right - -# Decorations: top bottom left right -Decorations: 14 18 14 18 -ThumbWidth: 120 -ThumbHeight: 100 diff --git a/gal2/nrt/theme.pm b/gal2/nrt/theme.pm deleted file mode 100644 index f9674ad..0000000 --- a/gal2/nrt/theme.pm +++ /dev/null @@ -1,40 +0,0 @@ -# NRT Theme for MJ's Photo Gallery -# (c) 2003--2004 Martin Mares ; GPL'ed -# Theme images taken from the cthumb package (c) Carlos Puchol - -package UCW::Gallery::Theme; - -use strict; -use warnings; - -use UCW::Gallery; - -sub Init($) { - my ($u) = @_; - UCW::Gallery::SetOptions( - "StyleSheet" => "$u/style.css", - "ThumbW" => 114, - "ThumbH" => 94, - "TopImg" => "$u/top.png", - "TopH" => 14, - "BotImg" => "$u/bot.png", - "BotH" => 18, - "LeftImg" => "$u/left.png", - "LeftW" => 14, - "RightImg" => "$u/right.png", - "RightW" => 18, - "InteriorMargin" => 4, - "ParentImg" => "$u/back.png", - "ParentH" => 48, - "ParentW" => 48, - "BackImg" => "$u/prev.png", - "BackH" => 48, - "BackW" => 48, - "FwdImg" => "$u/next.png", - "FwdH" => 48, - "FwdW" => 48 - ); - UCW::Gallery::RequireThumbnails(114, 94); -} - -1; diff --git a/gal2/nrt/top.png b/gal2/nrt/top.png deleted file mode 100644 index d8d5866..0000000 Binary files a/gal2/nrt/top.png and /dev/null differ