2014-02-09 16:43:32 +01:00
|
|
|
<!DOCTYPE html>
|
2014-01-10 23:11:38 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="author" content="<% author %>" />
|
2014-02-02 18:40:03 +01:00
|
|
|
<meta name="generator" content="MinigalNano <% version %>" />
|
2014-01-10 23:11:38 +01:00
|
|
|
<title><% title %></title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2014-05-04 16:02:31 +02:00
|
|
|
<link rel="alternate" type="application/rss+xml" title="<% title %>" href="rss.php" />
|
2014-02-02 18:40:03 +01:00
|
|
|
|
|
|
|
<link rel="stylesheet" href="<% gallery_root %>css/mediaboxWhite.css" type="text/css" media="screen" />
|
2014-01-30 18:08:57 +01:00
|
|
|
<style type="text/css">
|
|
|
|
html {
|
|
|
|
font-size:62.5%;
|
2014-01-10 23:11:38 +01:00
|
|
|
}
|
2014-01-30 18:08:57 +01:00
|
|
|
body {
|
|
|
|
width:100%;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
font-family:Helvetica,Arial,sans-serif;
|
|
|
|
font-size:1.5rem;
|
|
|
|
color:#FFF;
|
|
|
|
background:#3B3A37;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
text-decoration:none;
|
|
|
|
font-weight:bold;
|
|
|
|
color:#FFF;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
margin:20px 0 0;
|
|
|
|
font-family:Georgia,Lucida,serif;
|
|
|
|
font-style:italic;
|
|
|
|
}
|
2014-02-01 16:49:27 +01:00
|
|
|
h1 a,
|
|
|
|
a {
|
2014-01-30 18:08:57 +01:00
|
|
|
color:#E63D24;
|
|
|
|
}
|
|
|
|
body > header {
|
|
|
|
padding:1px;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
#container,
|
|
|
|
#innerheader {
|
|
|
|
margin:0 auto;
|
|
|
|
max-width:<% gallery_width %>;
|
|
|
|
}
|
|
|
|
#container header {
|
|
|
|
padding:2rem 0;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
nav {
|
|
|
|
padding-top:15px;
|
|
|
|
font-size:1.3em;
|
|
|
|
}
|
|
|
|
body > nav {
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
#folder_comment {
|
|
|
|
margin-bottom:10px;
|
|
|
|
}
|
|
|
|
#folder_comment a {
|
|
|
|
text-decoration:none;
|
|
|
|
color:#FFCC11;
|
|
|
|
}
|
|
|
|
#gallery {
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
list-style:none;
|
|
|
|
}
|
|
|
|
#gallery li,
|
|
|
|
#gallery li img {
|
|
|
|
border-radius:4px;
|
2014-01-10 23:11:38 +01:00
|
|
|
}
|
|
|
|
#gallery li {
|
2014-01-30 18:08:57 +01:00
|
|
|
float:left;
|
|
|
|
position:relative;
|
|
|
|
margin:.5%;
|
|
|
|
}
|
|
|
|
#gallery li img {
|
2014-01-12 14:09:31 +01:00
|
|
|
width:100%;
|
2014-01-30 18:08:57 +01:00
|
|
|
border-radius:100%;
|
|
|
|
-webkit-box-shadow:0 0 2px -1px #000;
|
|
|
|
box-shadow:0 0 2px -1px #000;
|
|
|
|
}
|
|
|
|
#gallery li:hover img {
|
|
|
|
-webkit-box-shadow:0 0 5px 0 #000;
|
|
|
|
box-shadow:0 0 5px 0 #000;
|
|
|
|
}
|
|
|
|
#gallery li:hover img,
|
|
|
|
#gallery li img,
|
|
|
|
#gallery li em,
|
2014-02-01 16:49:27 +01:00
|
|
|
#gallery li:hover em
|
|
|
|
#backtop,
|
|
|
|
#backtop:hover,
|
|
|
|
#backtop:active,
|
|
|
|
.b-lazy {
|
2014-01-30 18:08:57 +01:00
|
|
|
-webkit-transition:all .2s ease-in;
|
|
|
|
-o-transition:all .2s ease-in;
|
|
|
|
transition:all .2s ease-in;
|
|
|
|
}
|
|
|
|
#gallery em {
|
|
|
|
position:absolute;
|
|
|
|
top:-1px;
|
|
|
|
bottom:-1px;
|
|
|
|
width:100%;
|
|
|
|
margin:-0.5px 0 0 -0.5px;
|
|
|
|
padding:40% 0;
|
|
|
|
border:1px solid #000;
|
|
|
|
border-radius:100%;
|
|
|
|
text-align:center;
|
|
|
|
font-family:Georgia,Lucida,serif;
|
|
|
|
font-size:2.5rem;
|
|
|
|
font-style:italic;
|
|
|
|
color:#FFF;
|
|
|
|
opacity:0;
|
|
|
|
background:#000;
|
|
|
|
}
|
|
|
|
#gallery li:hover em {
|
|
|
|
opacity:1;
|
|
|
|
}
|
2014-05-04 20:59:42 +02:00
|
|
|
.clear {
|
2014-02-01 16:49:27 +01:00
|
|
|
clear:both;
|
2014-05-04 20:59:42 +02:00
|
|
|
}
|
|
|
|
footer {
|
2014-02-01 16:49:27 +01:00
|
|
|
padding-top: 2rem;
|
|
|
|
margin: 25px 0px;
|
|
|
|
text-align: center;
|
2014-01-30 18:08:57 +01:00
|
|
|
}
|
|
|
|
footer a {
|
|
|
|
text-decoration:none;
|
2014-02-01 16:49:27 +01:00
|
|
|
}
|
|
|
|
/*----Back to top button---*/
|
|
|
|
#backtop {
|
|
|
|
display: block;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
padding: 4rem;
|
|
|
|
background-color: #E63D24;
|
|
|
|
color: #FFF;
|
|
|
|
margin: 1rem;
|
|
|
|
border-radius: 100%;
|
|
|
|
-webkit-box-shadow: 0px 0px 2px -1px #000;
|
|
|
|
box-shadow: 0px 0px 2px -1px #000;
|
2014-01-30 18:08:57 +01:00
|
|
|
}
|
|
|
|
/*----lazyloading---*/
|
|
|
|
.loader{
|
|
|
|
background: url('images/loader.gif') center center no-repeat;
|
|
|
|
}
|
|
|
|
.b-lazy {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
.b-lazy.b-loaded {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
/*----responsive----*/
|
|
|
|
#gallery li {
|
|
|
|
width:24%;
|
|
|
|
height:0;
|
|
|
|
padding-bottom:24%;
|
|
|
|
}
|
|
|
|
@media(max-width:1000px) {
|
|
|
|
#gallery li {
|
|
|
|
width:32%;
|
|
|
|
padding-bottom:32%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media(max-width:800px) {
|
|
|
|
#gallery li {
|
|
|
|
width:48%;
|
|
|
|
padding-bottom:48%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media(max-width:450px) {
|
|
|
|
#gallery li {
|
|
|
|
width:100%;
|
|
|
|
padding-bottom:100%;
|
|
|
|
}
|
2014-01-10 23:11:38 +01:00
|
|
|
}
|
2014-01-30 18:08:57 +01:00
|
|
|
</style>
|
2014-02-09 16:43:32 +01:00
|
|
|
|
|
|
|
<script src="<% gallery_root %>js/lazy.js"></script>
|
|
|
|
<script src="<% gallery_root %>js/script.js"></script>
|
|
|
|
<script src="<% gallery_root %>js/mootools.js"></script>
|
|
|
|
<script src="<% gallery_root %>js/mediabox1.3.4.js"></script>
|
2014-01-30 18:08:57 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2014-02-09 16:43:32 +01:00
|
|
|
<header id="top" role="banner">
|
2014-01-30 18:08:57 +01:00
|
|
|
<div id="innerheader">
|
|
|
|
<h1><a href="<% gallery_root %>"><% title %></a></h1>
|
|
|
|
<% messages %>
|
|
|
|
<nav role="navigation"><% breadcrumb_navigation %></nav>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<main id="container">
|
|
|
|
<header><% folder_comment %></header>
|
|
|
|
<ul id="gallery">
|
|
|
|
<% thumbnails %>
|
|
|
|
</ul>
|
|
|
|
</main>
|
2014-05-04 20:59:42 +02:00
|
|
|
<nav class="clear" role="navigation"><% page_navigation %></nav>
|
2014-02-01 16:49:27 +01:00
|
|
|
<a href="#top" id="backtop">top</a>
|
2014-01-30 18:08:57 +01:00
|
|
|
<footer role="contentinfo">
|
2014-02-02 18:54:48 +01:00
|
|
|
Gallery by <% author %> /
|
2014-02-02 18:40:03 +01:00
|
|
|
<a href="https://github.com/sebsauvage/MinigalNano" title="Powered by MiniGal Nano" target="_blank">
|
2014-02-02 18:54:48 +01:00
|
|
|
Powered by MiniGal Nano <% version %>
|
|
|
|
</a> /
|
2014-02-02 18:40:03 +01:00
|
|
|
<a href="http://tomcanac.com/minigal/" title="Tom Canac" target="_blank">
|
2014-02-02 18:54:48 +01:00
|
|
|
Rounded theme by Tom Canac
|
|
|
|
</a> /
|
2014-05-04 16:02:31 +02:00
|
|
|
<a title="<% title %> RSS" href="rss.php">
|
2014-01-30 18:08:57 +01:00
|
|
|
RSS
|
2014-02-09 16:43:32 +01:00
|
|
|
</a>
|
2014-01-30 18:08:57 +01:00
|
|
|
</footer>
|
|
|
|
</body>
|
2014-01-10 23:11:38 +01:00
|
|
|
</html>
|