comparison basic.css @ 328:2e9326abe254

Adjustments to CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Feb 2022 19:40:05 +0200
parents 8aa86090e85f
children
comparison
equal deleted inserted replaced
327:8aa86090e85f 328:2e9326abe254
80 bottom: 0; 80 bottom: 0;
81 left: 0; 81 left: 0;
82 right: 0; 82 right: 0;
83 height: 1.5em; 83 height: 1.5em;
84 84
85 background: #565;
86 margin: 0; 85 margin: 0;
87 padding: 0.25em; 86 padding: 0.25em;
88 text-align: right; 87 text-align: right;
89 font-size: 0.75em; 88 font-size: 0.75em;
90 text-shadow: 1px 1px 1px black; 89 text-shadow: 1px 1px 1px black;
91 90
92 border-top: 1px solid black; 91 background: #232;
93 z-index: 12; 92 z-index: 12;
94 } 93 }
95 94
96 div.imagePageHeader { 95 div.imagePageHeader {
97 position: fixed; 96 position: fixed;
147 146
148 .galleryTable { 147 .galleryTable {
149 align-items: center; 148 align-items: center;
150 justify-content: center; 149 justify-content: center;
151 width: 100%; 150 width: 100%;
152 background: #454;
153 margin-bottom: 1em; 151 margin-bottom: 1em;
154 display: flex; 152 display: flex;
155 flex-wrap: wrap; 153 flex-wrap: wrap;
156 } 154 }
157 155
176 } 174 }
177 175
178 .galleryTable a:hover, .galleryTable a:active, .galleryTable a:focus { 176 .galleryTable a:hover, .galleryTable a:active, .galleryTable a:focus {
179 text-shadow: 1px 1px 2px #000; 177 text-shadow: 1px 1px 2px #000;
180 text-decoration: underline; 178 text-decoration: underline;
181 color: #f00;
182 } 179 }
183 180
184 .galleryTable .galleryEntry { 181 .galleryTable .galleryEntry {
185 display: inline-block; 182 display: inline-block;
186 vertical-align: middle; 183 vertical-align: middle;