comparison docs/lua.css @ 240:bcc3911285a2

add manual css files git-svn-id: https://luan-java.googlecode.com/svn/trunk@241 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Mon, 06 Oct 2014 22:27:24 +0000
parents
children
comparison
equal deleted inserted replaced
239:aa7bc9c1df22 240:bcc3911285a2
1 html {
2 background-color: #F8F8F8 ;
3 }
4
5 body {
6 border: solid #a0a0a0 1px ;
7 border-radius: 20px ;
8 padding: 26px ;
9 margin: 16px ;
10 color: #000000 ;
11 background-color: #FFFFFF ;
12 font-family: Helvetica, Arial, sans-serif ;
13 text-align: justify ;
14 }
15
16 h1, h2, h3, h4 {
17 font-family: Verdana, Geneva, sans-serif ;
18 font-weight: normal ;
19 font-style: normal ;
20 }
21
22 h2 {
23 padding-top: 0.4em ;
24 padding-bottom: 0.4em ;
25 padding-left: 0.8em ;
26 padding-right: 0.8em ;
27 background-color: #D0D0FF ;
28 border-radius: 8px ;
29 border: solid #a0a0a0 1px ;
30 }
31
32 h3 {
33 padding-left: 0.5em ;
34 border-left: solid #D0D0FF 1em ;
35 }
36
37 table h3 {
38 padding-left: 0px ;
39 border-left: none ;
40 }
41
42 a:link {
43 color: #000080 ;
44 background-color: inherit ;
45 text-decoration: none ;
46 }
47
48 a:visited {
49 background-color: inherit ;
50 text-decoration: none ;
51 }
52
53 a:link:hover, a:visited:hover {
54 color: #000080 ;
55 background-color: #D0D0FF ;
56 border-radius: 4px;
57 }
58
59 a:link:active, a:visited:active {
60 color: #FF0000 ;
61 }
62
63 h1 a img {
64 vertical-align: text-bottom ;
65 }
66
67 hr {
68 border: 0 ;
69 height: 1px ;
70 color: #a0a0a0 ;
71 background-color: #a0a0a0 ;
72 display: none ;
73 }
74
75 table hr {
76 display: block ;
77 }
78
79 :target {
80 background-color: #F8F8F8 ;
81 padding: 8px ;
82 border: solid #a0a0a0 2px ;
83 border-radius: 8px ;
84 }
85
86 .footer {
87 color: gray ;
88 font-size: x-small ;
89 }
90
91 input[type=text] {
92 border: solid #a0a0a0 2px ;
93 border-radius: 2em ;
94 background-image: url('images/search.png') ;
95 background-repeat: no-repeat ;
96 background-position: 4px center ;
97 padding-left: 20px ;
98 height: 2em ;
99 }
100
101 pre.session {
102 background-color: #F8F8F8 ;
103 padding: 1em ;
104 border-radius: 8px ;
105 }