comparison basic.css @ 18:8c1599a30120

CSS improvements.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 Sep 2015 12:49:29 +0300
parents c85f630a4198
children 12916fcdb8b8
comparison
equal deleted inserted replaced
17:3f7bc4202df3 18:8c1599a30120
119 div.imageBox a:hover img, div.imageBox a:active img, div.imageBox a:focus img, 119 div.imageBox a:hover img, div.imageBox a:active img, div.imageBox a:focus img,
120 div.imageCtrl a:hover img, div.imageCtrl a:active img, div.imageCtrl a:focus img { 120 div.imageCtrl a:hover img, div.imageCtrl a:active img, div.imageCtrl a:focus img {
121 border: 0.2em solid white; 121 border: 0.2em solid white;
122 } 122 }
123 123
124 img.albumIcon {
125 border: 0.2em solid black;
126 border-radius: 0.3em;
127 box-shadow: 0px 0px 4px black;
128 }
129
124 a:hover img.albumIcon, a:active img.albumIcon, a:focus img.albumIcon { 130 a:hover img.albumIcon, a:active img.albumIcon, a:focus img.albumIcon {
125 box-shadow: 0px 0px 4px black; 131 border: 0.2em solid white;
126 background: black;
127 transition: 0.15s;
128 } 132 }
129 133
130 div.imageCBox { 134 div.imageCBox {
131 text-align: center; 135 text-align: center;
132 } 136 }