2013-09-27 15:08:51 +02:00
<!DOCTYPE html>
< html >
2013-03-23 17:35:44 +01:00
< head >
2013-09-27 15:09:33 +02:00
< meta charset = "UTF-8" / >
2013-10-05 22:33:56 +02:00
< meta name = "author" content = "<% author %>" / >
< meta name = "generator" content = "MinigalNano SSE <% version %>" / >
2013-03-23 17:35:44 +01:00
< title > < % title %>< / title >
< link rel = "stylesheet" href = "<% gallery_root %>css/mediaboxAdvBlack21.css" type = "text/css" media = "screen" / >
< script src = "<% gallery_root %>js/mootools.js" type = "text/javascript" > < / script >
< script src = "<% gallery_root %>js/mediaboxAdv-1.3.4b.js" type = "text/javascript" > < / script >
< style type = "text/css" >
body {
margin: 0 auto;
padding: 0;
width: < % gallery_width %>;
font: 14px Georgia, "Times New Roman", Times, serif;
}
h1 {
font: normal 320%/100% Georgia, "Times New Roman", Times, serif;
margin: 20px 0 5px 0;
letter-spacing: -2px;
2013-09-27 15:25:20 +02:00
font-style: italic;
2013-03-23 17:35:44 +01:00
}
.credits {
border-bottom: solid 1px #ccc;
padding-bottom: 5px;
margin: 0 0 30px 0;
font: 120% Garamond, Georgia, serif;
}
2013-09-27 15:25:20 +02:00
.credits span {
2013-03-23 17:35:44 +01:00
color: #999;
2013-09-27 15:25:20 +02:00
font-style: italic;
2013-03-23 17:35:44 +01:00
}
2013-09-27 15:17:24 +02:00
.backlink {
text-align: center;
}
2013-03-23 17:35:44 +01:00
.backlink a {
font-size: 10px;
text-decoration: none;
color: #AAA;
}
.backlink a:hover,
.backlink a:visited:hover {
color: #000;
}
img {
border: none;
}
#page_nav {
color: #999;
clear:both;
text-align: center;
}
#page_nav a:link, #page_nav a:visited, #page_nav a:hover, #page_nav a:visited:hover {
text-decoration: none;
color: #222;
}
#breadcrumb_nav {
color: #999;
}
#breadcrumb_nav a:link, #breadcrumb_nav a:visited, #breadcrumb_nav a:hover, #breadcrumb_nav a:visited:hover {
text-decoration: none;
color: #222;
}
a {
color: black;
}
#container {
overflow: auto;
width: 100%
}
.hidden {
visibility: hidden;
position:absolute;
top:0;
left:0;
display:inline;
}
2013-03-23 18:46:00 +01:00
#folder_comment
{
margin-top:10px;
margin-left:10px;
}
2013-03-23 17:35:44 +01:00
/* ---------- gallery styles start here ----------------------- */
.gallery {
list-style: none;
margin: 0;
padding: 0;
}
.gallery li {
padding: 10px;
margin: 0;
float: left;
position: relative;
width: 130px;
height: 130px;
}
.gallery li:hover img {
border-color: #000;
background: #ddd;
}
.gallery img {
background: #fff;
border: solid 1px #888;
padding: 5px;
}
.gallery em {
background: #fff url(images/grey-gradient.gif) repeat-y;
color: #000;
font-style: normal;
padding: 2px 10px;
display: block;
position: absolute;
top: 110px;
left: 9px;
border: 1px solid #999;
border-left-color: #888;
}
.gallery a {
text-decoration: none;
}
.gallery a:hover em {
background: #ffdb01 url(images/orange-gradient.gif) repeat-y;
border-color: #c25b08;
}
.newversion {
position: absolute;
right: 0;
top: 0;
margin: 0;
padding: 0;
border: none;
float: none;
}
.newversion a img {
background-color: transparent;
color: white;
border: none;
text-decoration: none;
}
< / style >
< / head >
< body >
2013-09-27 15:11:11 +02:00
< header role = "banner" >
2013-09-27 15:25:20 +02:00
< h1 > < % title %>< / h1 >
< p class = "credits" > < span > by:< / span > < % author %>< / p >
2013-09-27 15:14:18 +02:00
< nav id = "breadcrumb_nav" role = "navigation" > < % breadcrumb_navigation %>< / nav >
2013-09-27 15:11:11 +02:00
< / header >
2013-09-27 15:12:15 +02:00
< section id = "container" >
2013-09-27 15:18:19 +02:00
< p id = "folder_comment" > < % folder_comment %>< / p >
2013-03-23 17:35:44 +01:00
< ul class = "gallery" >
< % thumbnails %>
< / ul >
2013-09-27 15:12:15 +02:00
< / section >
2013-09-27 15:14:18 +02:00
< nav id = "page_nav" role = "navigation" > < % page_navigation %>< / nav >
2013-03-23 17:35:44 +01:00
<!-- CREDITS - DO NOT REMOVE OR YOU WILL VOID MiniGal Nano TERMS OF USE -->
2013-09-27 15:17:24 +02:00
< footer class = "backlink" role = "contentinfo" > < a href = "https://github.com/sebsauvage/MinigalNano" title = "Powered by MiniGal Nano" target = "_blank" > Powered by MiniGal Nano < % version %>< / a > < / footer >
2013-03-23 17:35:44 +01:00
< / body >
< / html >