This commit is contained in:
Tom Canac 2014-01-09 21:00:12 +01:00
parent 9cec62e2a7
commit c95fad6e0c
4 changed files with 77 additions and 60 deletions

View file

@ -1,10 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta charset="UTF-8" />
<meta name="author" content="<% author %>" />
<meta name="generator" content="MinigalNano SSE <% version %>" />
<title><% title %></title> <title><% title %></title>
<link rel="stylesheet" href="<% gallery_root %>css/mediaboxAdvBlack21.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<% gallery_root %>css/mediaboxAdvBlack21.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<% title %>" href="rss/" /><link>
<script src="<% gallery_root %>js/mootools.js" type="text/javascript"></script> <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> <script src="<% gallery_root %>js/mediaboxAdv-1.3.4b.js" type="text/javascript"></script>
<style type="text/css"> <style type="text/css">
@ -35,6 +36,9 @@ h1 {
font-style: normal; font-style: normal;
font-style: normal; font-style: normal;
} }
.backlink {
text-align: center;
}
.backlink a { .backlink a {
font-size: 10px; font-size: 10px;
text-decoration: none; text-decoration: none;
@ -181,22 +185,22 @@ a {
</style> </style>
</head> </head>
<body> <body>
<header role="banner">
<h1><% title %></h1> <h1><% title %></h1>
<% messages %> <% messages %>
<p class="credits"><!--em>by: </em><% author %--></p> <p class="credits"><!--em>by: </em><% author %--></p>
<span id="breadcrumb_nav"><% breadcrumb_navigation %></span> <nav id="breadcrumb_nav" role="navigation"><% breadcrumb_navigation %></nav>
<br /><br /> </header>
<div id="container"> <section id="container">
<div id="folder_comment"><% folder_comment %></div> <p id="folder_comment"><% folder_comment %></p>
<ul class="gallery"> <ul class="gallery">
<% thumbnails %> <% thumbnails %>
</ul> </ul>
</div> </section>
<br /> <br />
<div id="page_nav"><% page_navigation %></div> <nav id="page_nav" role="navigation"><% page_navigation %></nav>
<br /> <br />
<!-- CREDITS - DO NOT REMOVE OR YOU WILL VOID MiniGal Nano TERMS OF USE --> <!-- CREDITS - DO NOT REMOVE OR YOU WILL VOID MiniGal Nano TERMS OF USE -->
<div class="backlink" align="center"><a href="https://github.com/sebsauvage/MinigalNano" title="Powered by MiniGal Nano" target="_blank">Powered by MiniGal Nano <% version %></a></div> <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>
<br /><br />
</body> </body>
</html> </html>

View file

@ -1,10 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta charset="UTF-8" />
<meta name="author" content="<% author %>" />
<meta name="generator" content="MinigalNano SSE <% version %>" />
<title><% title %></title> <title><% title %></title>
<link rel="stylesheet" href="<% gallery_root %>css/mediaboxAdvWhite.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<% gallery_root %>css/mediaboxAdvWhite.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<% title %>" href="rss/" /><link>
<script src="<% gallery_root %>js/mootools.js" type="text/javascript"></script> <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> <script src="<% gallery_root %>js/mediaboxAdv-1.3.4b.js" type="text/javascript"></script>
<style type="text/css"> <style type="text/css">
@ -26,8 +27,12 @@ h1 {
margin: 0 0 30px 0; margin: 0 0 30px 0;
font: 120% Georgia, Lucida Sans Unicode, Garamond, Georgia, serif; font: 120% Georgia, Lucida Sans Unicode, Garamond, Georgia, serif;
} }
.credits em { .credits span {
color: #999; color: #999;
font-style: italic;
}
.backlink {
font-style: italic;
} }
.backlink a { .backlink a {
font-size: 10px; font-size: 10px;
@ -165,22 +170,20 @@ a {
</style> </style>
</head> </head>
<body> <body>
<header role="banner">
<h1><% title %></h1> <h1><% title %></h1>
<% messages %> <% messages %>
<p class="credits"><em>by: </em><% author %></p> <p class="credits"><span>by:</span> <% author %></p>
<span id="breadcrumb_nav"><% breadcrumb_navigation %></span> <nav id="breadcrumb_nav" role="navigation"><% breadcrumb_navigation %></nav>
<br /><br /> </header>
<div id="container"> <section id="container">
<div id="folder_comment"><% folder_comment %></div> <p id="folder_comment"><% folder_comment %></p>
<ul class="gallery"> <ul class="gallery">
<% thumbnails %> <% thumbnails %>
</ul> </ul>
</div> </section>
<br /> <nav id="page_nav" role="navigation"><% page_navigation %></nav>
<div id="page_nav"><% page_navigation %></div>
<br />
<!-- CREDITS - DO NOT REMOVE OR YOU WILL VOID MiniGal Nano TERMS OF USE --> <!-- CREDITS - DO NOT REMOVE OR YOU WILL VOID MiniGal Nano TERMS OF USE -->
<div class="backlink" align="center"><a href="https://github.com/sebsauvage/MinigalNano" title="Powered by MiniGal Nano" target="_blank">Powered by MiniGal Nano <% version %></a></div> <footer class="backlink" role="navigation"><a href="https://github.com/sebsauvage/MinigalNano" title="Powered by MiniGal Nano" target="_blank">Powered by MiniGal Nano <% version %></a></footer>
<br /><br />
</body> </body>
</html> </html>

View file

@ -1,7 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta charset="UTF-8" />
<meta name="author" content="<% author %>" />
<meta name="generator" content="MinigalNano SSE <% version %>" />
<title><% title %></title> <title><% title %></title>
<link rel="stylesheet" href="<% gallery_root %>css/mediaboxAdvBlack21.css" type="text/css" media="screen" /> <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/mootools.js" type="text/javascript"></script>
@ -17,6 +19,7 @@ h1 {
font: normal 320%/100% Georgia, "Times New Roman", Times, serif; font: normal 320%/100% Georgia, "Times New Roman", Times, serif;
margin: 20px 0 5px 0; margin: 20px 0 5px 0;
letter-spacing: -2px; letter-spacing: -2px;
font-style: italic;
} }
.credits { .credits {
border-bottom: solid 1px #ccc; border-bottom: solid 1px #ccc;
@ -24,8 +27,12 @@ h1 {
margin: 0 0 30px 0; margin: 0 0 30px 0;
font: 120% Garamond, Georgia, serif; font: 120% Garamond, Georgia, serif;
} }
.credits em { .credits span {
color: #999; color: #999;
font-style: italic;
}
.backlink {
text-align: center;
} }
.backlink a { .backlink a {
font-size: 10px; font-size: 10px;
@ -135,22 +142,20 @@ a {
} }
</style> </style>
</head> </head>
<body> <body>
<h1><em><% title %></em></h1> <header role="banner">
<p class="credits"><em>by:</em> <% author %></p> <h1><% title %></h1>
<span id="breadcrumb_nav"><% breadcrumb_navigation %></span> <p class="credits"><span>by:</span> <% author %></p>
<div id="container"> <nav id="breadcrumb_nav" role="navigation"><% breadcrumb_navigation %></nav>
<div id="folder_comment"><% folder_comment %></div> </header>
<section id="container">
<p id="folder_comment"><% folder_comment %></p>
<ul class="gallery"> <ul class="gallery">
<% thumbnails %> <% thumbnails %>
</ul> </ul>
</div> </section>
<br /> <nav id="page_nav" role="navigation"><% page_navigation %></nav>
<div id="page_nav"><% page_navigation %></div>
<br />
<!-- CREDITS - DO NOT REMOVE OR YOU WILL VOID MiniGal Nano TERMS OF USE --> <!-- CREDITS - DO NOT REMOVE OR YOU WILL VOID MiniGal Nano TERMS OF USE -->
<div class="backlink" align="center"><a href="https://github.com/sebsauvage/MinigalNano" title="Powered by MiniGal Nano" target="_blank">Powered by MiniGal Nano <% version %></a></div> <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>
<br /><br />
</body> </body>
</html> </html>

View file

@ -1,7 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta charset="UTF-8" />
<meta name="author" content="<% author %>" />
<meta name="generator" content="MinigalNano SSE <% version %>" />
<title><% title %></title> <title><% title %></title>
<link rel="stylesheet" href="<% gallery_root %>css/mediaboxAdvBlack21.css" type="text/css" media="screen" /> <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/mootools.js" type="text/javascript"></script>
@ -25,14 +27,18 @@ h1 {
margin: 0 0 30px 0; margin: 0 0 30px 0;
font: 120% Garamond, Georgia, serif; font: 120% Garamond, Georgia, serif;
} }
.credits em { .credits span {
color: #999; color: #999;
font-style: italic;
} }
#bottom { #bottom {
color: #FFF; color: #FFF;
border: 0; border: 0;
border-top: solid 1px #ccc; border-top: solid 1px #ccc;
} }
.backlink {
text-align: center;
}
.backlink a { .backlink a {
font-size: 10px; font-size: 10px;
text-decoration: none; text-decoration: none;
@ -153,22 +159,21 @@ a {
} }
</style> </style>
<body> <body>
<header role="banner">
<h1><% title %></h1> <h1><% title %></h1>
<% messages %> <% messages %>
<p class="credits"><em>by: </em><% author %></p> <p class="credits"><span>by:</span> <% author %></p>
<span id="breadcrumb_nav"><% breadcrumb_navigation %></span> <nav id="breadcrumb_nav" role="navigation"><% breadcrumb_navigation %></nav>
<div id="container"> </header>
<div id="folder_comment"><% folder_comment %></div> <section id="container">
<p id="folder_comment"><% folder_comment %></p>
<ul class="gallery"> <ul class="gallery">
<% thumbnails %> <% thumbnails %>
</ul> </ul>
</div> </section>
<br /> <nav id="page_nav" role="navigation"><% page_navigation %></nav>
<div id="page_nav"><% page_navigation %></div>
<br />
<!-- CREDITS - DO NOT REMOVE OR YOU WILL VOID MiniGal Nano TERMS OF USE --> <!-- CREDITS - DO NOT REMOVE OR YOU WILL VOID MiniGal Nano TERMS OF USE -->
<hr id="bottom" /> <hr id="bottom" />
<div class="backlink" align="center"><a href="https://github.com/sebsauvage/MinigalNano" title="Powered by MiniGal Nano" target="_blank">Powered by MiniGal Nano <% version %></a></div> <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>
<br /><br />
</body> </body>
</html> </html>