source: proiecte/HadoopJUnit/hadoop-0.20.1/docs/cn/skin/basic.css @ 120

Last change on this file since 120 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 2.9 KB
Line 
1/*
2* Licensed to the Apache Software Foundation (ASF) under one or more
3* contributor license agreements.  See the NOTICE file distributed with
4* this work for additional information regarding copyright ownership.
5* The ASF licenses this file to You under the Apache License, Version 2.0
6* (the "License"); you may not use this file except in compliance with
7* the License.  You may obtain a copy of the License at
8*
9*     http://www.apache.org/licenses/LICENSE-2.0
10*
11* Unless required by applicable law or agreed to in writing, software
12* distributed under the License is distributed on an "AS IS" BASIS,
13* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14* See the License for the specific language governing permissions and
15* limitations under the License.
16*/
17/**
18 * General
19 */
20
21img { border: 0; }
22
23#content table {
24  border: 0;
25  width: 100%;
26}
27/*Hack to get IE to render the table at 100%*/
28* html #content table { margin-left: -3px; }
29
30#content th,
31#content td {
32  margin: 0;
33  padding: 0;
34  vertical-align: top;
35}
36
37.clearboth {
38  clear: both;
39}
40
41.note, .warning, .fixme {
42  border: solid black 1px;
43  margin: 1em 3em;
44}
45
46.note .label {
47  background: #369;
48  color: white;
49  font-weight: bold;
50  padding: 5px 10px;
51}
52.note .content {
53  background: #F0F0FF;
54  color: black;
55  line-height: 120%;
56  font-size: 90%;
57  padding: 5px 10px;
58}
59.warning .label {
60  background: #C00;
61  color: white;
62  font-weight: bold;
63  padding: 5px 10px;
64}
65.warning .content {
66  background: #FFF0F0;
67  color: black;
68  line-height: 120%;
69  font-size: 90%;
70  padding: 5px 10px;
71}
72.fixme .label {
73  background: #C6C600;
74  color: black;
75  font-weight: bold;
76  padding: 5px 10px;
77}
78.fixme .content {
79  padding: 5px 10px;
80}
81
82/**
83 * Typography
84 */
85
86body {
87  font-family: verdana, "Trebuchet MS", arial, helvetica, sans-serif;
88  font-size: 100%;
89}
90
91#content {
92  font-family: Georgia, Palatino, Times, serif;
93  font-size: 95%;
94}
95#tabs {
96  font-size: 70%;
97}
98#menu {
99  font-size: 80%;
100}
101#footer {
102  font-size: 70%;
103}
104
105h1, h2, h3, h4, h5, h6 {
106  font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
107  font-weight: bold;
108  margin-top: 1em;
109  margin-bottom: .5em;
110}
111
112h1 {
113    margin-top: 0;
114    margin-bottom: 1em;
115  font-size: 1.4em;
116}
117#content h1 {
118  font-size: 160%;
119  margin-bottom: .5em;
120}
121#menu h1 {
122  margin: 0;
123  padding: 10px;
124  background: #336699;
125  color: white;
126}
127h2 { font-size: 120%; }
128h3 { font-size: 100%; }
129h4 { font-size: 90%; }
130h5 { font-size: 80%; }
131h6 { font-size: 75%; }
132
133p {
134  line-height: 120%;
135  text-align: left;
136  margin-top: .5em;
137  margin-bottom: 1em;
138}
139
140#content li,
141#content th,
142#content td,
143#content li ul,
144#content li ol{
145  margin-top: .5em;
146  margin-bottom: .5em;
147}
148
149
150#content li li,
151#minitoc-area li{
152  margin-top: 0em;
153  margin-bottom: 0em;
154}
155
156#content .attribution {
157  text-align: right;
158  font-style: italic;
159  font-size: 85%;
160  margin-top: 1em;
161}
162
163.codefrag {
164  font-family: "Courier New", Courier, monospace;
165  font-size: 110%;
166}
Note: See TracBrowser for help on using the repository browser.