source: proiecte/HadoopJUnit/hadoop-0.20.1/docs/ChangesFancyStyle.css @ 142

Last change on this file since 142 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: 3.0 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  background-color: 73CAFF
117}
118#content h1 {
119  font-size: 160%;
120  margin-bottom: .5em;
121}
122#menu h1 {
123  margin: 0;
124  padding: 10px;
125  background: #336699;
126  color: white;
127}
128h2 { 
129  font-size: 120%;
130  background-color: 73CAFF
131}
132h3 { font-size: 100%; }
133h4 { font-size: 90%; }
134h5 { font-size: 80%; }
135h6 { font-size: 75%; }
136
137p {
138  line-height: 120%;
139  text-align: left;
140  margin-top: .5em;
141  margin-bottom: 1em;
142}
143
144#content li,
145#content th,
146#content td,
147#content li ul,
148#content li ol{
149  margin-top: .5em;
150  margin-bottom: .5em;
151}
152
153
154#content li li,
155#minitoc-area li{
156  margin-top: 0em;
157  margin-bottom: 0em;
158}
159
160#content .attribution {
161  text-align: right;
162  font-style: italic;
163  font-size: 85%;
164  margin-top: 1em;
165}
166
167.codefrag {
168  font-family: "Courier New", Courier, monospace;
169  font-size: 110%;
170}
Note: See TracBrowser for help on using the repository browser.