comparison basic.css @ 244:73348fa0bc85

CSS adjustments.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 01 May 2018 16:00:22 +0300
parents c7f369ff0fb9
children c5a5899f4869
comparison
equal deleted inserted replaced
243:c649933173f8 244:73348fa0bc85
30 text-decoration: none; 30 text-decoration: none;
31 color: yellow; 31 color: yellow;
32 text-shadow: 1px 1px 2px #000; 32 text-shadow: 1px 1px 2px #000;
33 } 33 }
34 34
35 .note {
36 color: #fd0;
37 text-shadow: 1px 1px 2px #000;
38 }
39
35 40
36 #galleryPage, #imagePage { 41 #galleryPage, #imagePage {
37 padding: 0; 42 padding: 0;
38 margin: 0; 43 margin: 0;
39 } 44 }
373 */ 378 */
374 .naviBreadCrumbItem { 379 .naviBreadCrumbItem {
375 } 380 }
376 381
377 .naviBreadCrumbCurr { 382 .naviBreadCrumbCurr {
378 color: red; 383 color: #fd0;
379 } 384 }
380 385
381 .naviBreadCrumbSep:before { 386 .naviBreadCrumbSep:before {
382 content: " → "; 387 content: " → ";
383 color: #0f0; 388 color: #0f0;