/[suikacvs]/webroot/www/style/html/user.css
Suika

Contents of /webroot/www/style/html/user.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Sat Oct 11 12:04:21 2008 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/css
Was not added to CVS

1 html, th, td {
2 line-height: 1.8;
3 }
4
5 h1, h2, h3, h4, h5, h6 {
6 line-height: 1.4;
7 }
8
9 p {
10 text-indent: 1em;
11 }
12
13 p:lang(en) {
14 text-indent: 2em;
15 }
16
17 /* Hyperlinks */
18
19 form {
20 border: blue 1px dashed;
21 min-width: 2em;
22 min-height: 1em;
23 }
24
25 a[href^="#"]:link, a[href^="#"]:visited {
26 text-decoration: none !important;
27 border-bottom: dotted 1px !important;
28 }
29
30 a:hover {
31 background-color: #FFA;
32 color: #000080;
33 }
34
35 base[target]:after, a[target]:after {
36 content: " [" attr(target) "]";
37 color: gray !important;
38 background-color: white !important;
39 text-decoration: none !important;
40 }
41 base[target][href]:after {
42 content: " [<" attr(href) "> " attr(target) "]";
43 color: gray !important;
44 background-color: white !important;
45 text-decoration: none !important;
46 }
47 a[href^="javascript:"]:after {
48 content: " [JS]";
49 color: gray !important;
50 background-color: white !important;
51 text-decoration: none !important;
52 }
53 a[onclick]:after {
54 content: " [JS] ";
55 color: gray !important;
56 background-color: white !important;
57 text-decoration: none !important;
58 white-space: normal !important;
59 }

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24