comparison luk.css @ 186:6c6c69d14bea

Remove some unused CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Oct 2015 09:18:38 +0300
parents 1e44468dbbd8
children
comparison
equal deleted inserted replaced
185:111b062d3988 186:6c6c69d14bea
47 #controls a.mobile { 47 #controls a.mobile {
48 color: white; 48 color: white;
49 background: red; 49 background: red;
50 } 50 }
51 51
52 .advert {
53 width: 130px;
54 height: 70px;
55 }
56
57 .advert img {
58 padding: 0px;
59 width: 120px;
60 height: 60px;
61 }
62
63 .advert img:hover {
64 animation: mpulsate 0.5s infinite;
65 }
66
67 @keyframes mpulsate {
68 0% { width: 120px; height: 60px; }
69 50% { width: 110px; height: 55px; }
70 100% { width: 120px; height: 60px; }
71 }
72
73 52
74 #infobox a { 53 #infobox a {
75 padding: 2pt; 54 padding: 2pt;
76 color: #ccc; 55 color: #ccc;
77 text-decoration: none; 56 text-decoration: none;