# HG changeset patch # User Matti Hamalainen # Date 1522152783 -10800 # Node ID c7f369ff0fb902ea05cd2d9250bd1236caecf7a4 # Parent 9803200bc7f818884fd19665d75dd34cd94de91c CSS adjustments. diff -r 9803200bc7f8 -r c7f369ff0fb9 basic.css --- a/basic.css Tue Mar 27 15:12:44 2018 +0300 +++ b/basic.css Tue Mar 27 15:13:03 2018 +0300 @@ -4,7 +4,7 @@ * Programmed and designed by Matti 'ccr' Hamalainen * (C) Copyright 2015-2018 Tecnic Software productions (TNSP) */ -html { +html, body { /* Prevent automatic text size adjustment, which happens on some mobile browsers. */ -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; @@ -83,6 +83,7 @@ font-size: 0.75em; text-shadow: 1px 1px 1px black; + border-top: 1px solid black; z-index: 12; } @@ -107,7 +108,7 @@ text-align: center; width: 1em; height: 1em; - font-size: 1.25em; + font-size: 1.1em; background: black; color: white; @@ -456,7 +457,7 @@ div.imageCtrl a img { - top: 5%; + top: 3%; } div.albumTitle, div.imageCaption { @@ -469,6 +470,8 @@ top: 0; right: 0; left: 0; + margin: 0; + padding: 0.2em; text-align: right; } @@ -482,7 +485,6 @@ } div.albumHeaderText { - font-size: 1.25em; } #pageImageCaption { @@ -491,7 +493,13 @@ overflow: hidden; } - #pageInfoFooter { + #imageImage { + border: none; + border-radius: 0; + box-shadow: none; + } + + #imagePage #pageInfoFooter { display: none; }