comparison luk2.css @ 62:ee2d16f9b204

Updated stylesheets.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 02:53:44 +0300
parents deca85fd0941
children 8109809f67cb
comparison
equal deleted inserted replaced
61:deca85fd0941 62:ee2d16f9b204
31 #csssel { 31 #csssel {
32 position: absolute; 32 position: absolute;
33 right: 1em; 33 right: 1em;
34 top: 1em; 34 top: 1em;
35 font-size: 6pt; 35 font-size: 6pt;
36 background: rgb(10,114,133); 36 background: #555;
37 padding: 5pt; 37 padding: 5pt;
38 -moz-border-radius: 5pt; 38 -moz-border-radius: 5pt;
39 border-radius: 5pt; 39 border-radius: 5pt;
40 text-shadow: 1px 1px 1px #000;
40 } 41 }
41 42
42 #ctitle { 43 #ctitle {
43 text-align: right; 44 text-align: right;
44 font-size: 8pt; 45 font-size: 8pt;
52 53
53 #csssel a:hover { 54 #csssel a:hover {
54 text-decoration: underline; 55 text-decoration: underline;
55 } 56 }
56 57
58 #clang {
59 text-align: right;
60 font-weight: bold;
61 }
62
63 #clang a {
64 color: #0f0;
65 }
57 66
58 table { 67 table {
59 border: 0px; 68 border: 0px;
60 padding: 0px; 69 padding: 0px;
61 margin: 0px; 70 margin: 0px;