From ef74392a6f6e88555c660740862aec4179e289c4 Mon Sep 17 00:00:00 2001 From: Tom Canac Date: Sun, 12 Jan 2014 14:09:31 +0100 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20des=20th=C3=A8mes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 2 +- templates/board.html | 18 +-- templates/rounded.html | 289 +++++++++++++++++++---------------------- templates/squares.html | 163 +++++++++++------------ 4 files changed, 223 insertions(+), 249 deletions(-) diff --git a/config.php b/config.php index 8467969..9d803fc 100644 --- a/config.php +++ b/config.php @@ -19,7 +19,7 @@ Please enjoy this free script! $thumbs_pr_page = "39"; //Number of thumbnails on a single page $gallery_width = "80%"; //Gallery width. Eg: "500px" or "70%" $backgroundcolor = "white"; //This provides a quick way to change your gallerys background to suit your website. Use either main colors like "black", "white", "yellow" etc. Or HEX colors, eg. "#AAAAAA" -$templatefile = "rounded"; //Template filename (must be placed in 'templates' folder) +$templatefile = "board"; //Template filename (must be placed in 'templates' folder) $title = "MiniBoardNano gallery"; // Text to be displayed in browser titlebar $author = "John Doe"; $folder_color = "black"; // Color of folder icons: blue / black / vista / purple / green / grey diff --git a/templates/board.html b/templates/board.html index d03a0cf..5bf0feb 100644 --- a/templates/board.html +++ b/templates/board.html @@ -25,37 +25,37 @@ background: #E7E6E0; color: #333333; } - a { color: #333333; font-weight: bold; text-decoration: none; } h1 { + margin: 20px 0 0 0; font-family: Georgia, Lucida, serif; font-style: italic; - margin: 20px 0 0 0; - } h1 a{ color: #CC2027; } - body > header{ background-color:#FFF; - padding: 1px; - margin-bottom: 15px; + padding: 1px 0 0 0; + margin-bottom: 1rem; } #container, #innerheader{ max-width: <% gallery_width %>; margin: 0px auto; } + header aside{ + padding: 2rem 0; + } img { border: none; } nav { font-size: 1.3em; - padding: 15px 0px; + padding-top: 2rem; } body > nav { text-align: center; @@ -106,7 +106,6 @@ text-decoration: none; color: #666; } - /*----responsive----*/ #gallery li { width: 24%; @@ -140,11 +139,12 @@

<% title %>

<% messages %> +
-
<% folder_comment %>
+ diff --git a/templates/rounded.html b/templates/rounded.html index c5188ae..952e53e 100644 --- a/templates/rounded.html +++ b/templates/rounded.html @@ -12,171 +12,150 @@ diff --git a/templates/squares.html b/templates/squares.html index 89e5f55..36cd5cf 100644 --- a/templates/squares.html +++ b/templates/squares.html @@ -12,126 +12,121 @@