comparison luk4.css @ 127:1e44468dbbd8

Various style changes, and add indicators to currently selected language and CSS style.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 27 Aug 2014 15:43:25 +0300
parents eea1ab9aff46
children f64a46fa7961
comparison
equal deleted inserted replaced
126:d954c4d34a3f 127:1e44468dbbd8
17 -moz-border-radius: 8pt; 17 -moz-border-radius: 8pt;
18 border-radius: 8pt; 18 border-radius: 8pt;
19 box-shadow: 0px 0px 6px rgba(255,255,255,0.7); 19 box-shadow: 0px 0px 6px rgba(255,255,255,0.7);
20 } 20 }
21 21
22 #csssel { 22 #infobox {
23 position: absolute; 23 position: absolute;
24 right: 1em; 24 right: 1em;
25 top: 1em; 25 top: 1em;
26 font-size: 6pt; 26 font-size: 6pt;
27 background: black; 27 background: black;
28 padding: 5pt; 28 padding: 5pt;
29 -moz-border-radius: 5pt; 29 -moz-border-radius: 5pt;
30 border-radius: 5pt; 30 border-radius: 5pt;
31 text-shadow: 1px 1px 1px #000; 31 text-shadow: 1px 1px 1px #000;
32 box-shadow: 0px 0px 4px rgba(255,255,255,0.9); 32 box-shadow: 0px 0px 4px rgba(255,255,255,0.9);
33 }
34
35 #ctitle {
36 text-align: right;
37 font-size: 8pt;
38 }
39
40 #csssel a {
41 padding: 2pt;
42 color: #ccc;
43 text-decoration: none;
44 }
45
46 #csssel a:hover {
47 text-decoration: underline;
48 }
49
50 #clang {
51 text-align: right;
52 font-weight: bold;
53 } 33 }
54 34
55 #clang a { 35 #clang a {
56 color: #f00; 36 color: #f00;
57 } 37 }