source: proiecte/swift/trunk/lib/hoard-371/doc/skin/print.css @ 176

Last change on this file since 176 was 176, checked in by (none), 14 years ago
  • imported repo from "guagal"
File size: 1.1 KB
Line 
1/*
2
3* Copyright 2002-2004 The Apache Software Foundation
4
5*
6
7* Licensed under the Apache License, Version 2.0 (the "License");
8
9* you may not use this file except in compliance with the License.
10
11* You may obtain a copy of the License at
12
13*
14
15*     http://www.apache.org/licenses/LICENSE-2.0
16
17*
18
19* Unless required by applicable law or agreed to in writing, software
20
21* distributed under the License is distributed on an "AS IS" BASIS,
22
23* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24
25* See the License for the specific language governing permissions and
26
27* limitations under the License.
28
29*/
30
31body {
32
33  font-family: Georgia, Palatino, serif;
34
35  font-size: 12pt;
36
37  background: white;
38
39}
40
41
42
43#tabs,
44
45#menu,
46
47#content .toc {
48
49  display: none;
50
51}
52
53
54
55#content {
56
57  width: auto;
58
59  padding: 0;
60
61  float: none !important;
62
63  color: black;
64
65  background: transparent;
66
67}
68
69
70
71a:link, a:visited {
72
73  color: #336699;
74
75  background: transparent;
76
77  text-decoration: underline;
78
79}
80
81
82
83#top .logo {
84
85  padding: 0;
86
87  margin: 0 0 2em 0;
88
89}
90
91
92
93#footer {
94
95  margin-top: 4em;
96
97}
98
99
100
101acronym {
102
103  border: 0;
104
105}
Note: See TracBrowser for help on using the repository browser.