comparison luk3.css @ 62:ee2d16f9b204

Updated stylesheets.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 02:53:44 +0300
parents 5adf3ec26aa0
children 7f5deab32417
comparison
equal deleted inserted replaced
61:deca85fd0941 62:ee2d16f9b204
38 font-size: 6pt; 38 font-size: 6pt;
39 background: rgb(100,50,80); 39 background: rgb(100,50,80);
40 padding: 5pt; 40 padding: 5pt;
41 -moz-border-radius: 5pt; 41 -moz-border-radius: 5pt;
42 border-radius: 5pt; 42 border-radius: 5pt;
43 text-shadow: 1px 1px 1px #000;
43 box-shadow: 0px 0px 6px rgba(200,0,100,0.7); 44 box-shadow: 0px 0px 6px rgba(200,0,100,0.7);
44 } 45 }
45 46
46 #ctitle { 47 #ctitle {
47 text-align: right; 48 text-align: right;
54 text-decoration: none; 55 text-decoration: none;
55 } 56 }
56 57
57 #csssel a:hover { 58 #csssel a:hover {
58 text-decoration: underline; 59 text-decoration: underline;
60 }
61
62 #clang {
63 text-align: right;
64 font-weight: bold;
65 }
66
67 #clang a {
68 color: #f00;
59 } 69 }
60 70
61 #contents { 71 #contents {
62 z-index: 5; 72 z-index: 5;
63 position: absolute; 73 position: absolute;