changeset 237:c7f369ff0fb9

CSS adjustments.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 Mar 2018 15:13:03 +0300
parents 9803200bc7f8
children 80cbbdc3f14d
files basic.css
diffstat 1 files changed, 13 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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 <ccr@tnsp.org>
  * (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;
 	}