comparison basic.css @ 91:f6e77f23c30b

Apply some CSS settings more globally, not specific to div-elements only.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Sep 2016 17:34:24 +0300
parents 6558eb187e4b
children 1e9a6e773627
comparison
equal deleted inserted replaced
90:3953f534c874 91:f6e77f23c30b
92 text-shadow: 1px 1px 2px #000; 92 text-shadow: 1px 1px 2px #000;
93 text-decoration: underline; 93 text-decoration: underline;
94 color: #f00; 94 color: #f00;
95 } 95 }
96 96
97 div.galleryTable div.galleryEntry { 97 .galleryTable .galleryEntry {
98 display: inline-block; 98 display: inline-block;
99 vertical-align: middle; 99 vertical-align: middle;
100 } 100 }
101 101
102 102
115 div.imageBox a:hover img, div.imageBox a:active img, div.imageBox a:focus img, 115 div.imageBox a:hover img, div.imageBox a:active img, div.imageBox a:focus img,
116 div.imageCtrl a:hover img, div.imageCtrl a:active img, div.imageCtrl a:focus img { 116 div.imageCtrl a:hover img, div.imageCtrl a:active img, div.imageCtrl a:focus img {
117 border: 0.2em solid white; 117 border: 0.2em solid white;
118 } 118 }
119 119
120 div.galleryEntry div.imageBox img { 120 .galleryEntry div.imageBox img {
121 box-shadow: 4px 4px 4px black; 121 box-shadow: 4px 4px 4px black;
122 } 122 }
123 123
124 img.albumIcon { 124 img.albumIcon {
125 border: 0.2em solid black; 125 border: 0.2em solid black;