/[www]/www/mini.css
ViewVC logotype

Contents of /www/mini.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Fri Jun 23 14:42:59 2017 UTC (7 years, 4 months ago) by ineiev
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +206 -10 lines
File MIME type: text/css
Deminify, add copyright and license notices RT #1204847.

1 /*
2 Software License Agreement (BSD License)
3
4 Copyright (c) 2006, Yahoo! Inc.
5 All rights reserved.
6
7 Redistribution and use of this software in source and
8 binary forms, with or without modification, arepermitted
9 provided that the following conditions are met:
10
11 * Redistributions of source code must retain the above
12 copyright notice, this list of conditions and the
13 following disclaimer.
14
15 * Redistributions in binary form must reproduce the above
16 copyright notice, this list of conditions and the
17 following disclaimer in the documentation and/or other
18 materials provided with the distribution.
19
20 * Neither the name of Yahoo! Inc. nor the names of its
21 contributors may be used to endorse or promote products
22 derived from this software without specific prior
23 written permission of Yahoo! Inc.
24
25 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
26 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
27 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
28 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
29 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
30 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
31 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
32 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
33 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
35 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
36 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
38 SUCH DAMAGE.
39 */
40 html
41 {
42 color: #000;
43 background: #FFF;
44 }
45 body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
46 pre, code, form, fieldset, legend, input, button, textarea,
47 p, blockquote, th, td
48 {
49 margin: 0;
50 padding: 0;
51 }
52 table
53 {
54 border-collapse: collapse;
55 border-spacing: 0;
56 }
57 fieldset, img
58 {
59 border: 0;
60 }
61 address, caption, cite, code, dfn, em, strong, th, var, optgroup
62 {
63 font-style: inherit;
64 font-weight: inherit;
65 }
66 del, ins
67 {
68 text-decoration: none;
69 }
70 li
71 {
72 list-style: none;
73 }
74 caption, th
75 {
76 text-align: left;
77 }
78 h1, h2, h3, h4, h5, h6
79 {
80 font-size: 100%;
81 font-weight: normal;
82 }
83 q: before, q: after
84 {
85 content: '';
86 }
87 abbr, acronym
88 {
89 border: 0;
90 font-variant: normal;
91 }
92 sup
93 {
94 vertical-align: baseline;
95 }
96 sub
97 {
98 vertical-align: baseline;
99 }
100 legend
101 {
102 color: #000;
103 }
104 input, button, textarea, select, optgroup, option
105 {
106 font-family: inherit;
107 font-size: inherit;
108 font-style: inherit;
109 font-weight: inherit;
110 }
111 input, button, textarea, select
112 {
113 *font-size: 100%;
114 }
115
116 body
117 {
118 margin: 10px;
119 }
120 h1
121 {
122 font-size: 138.5%;
123 }
124 h2
125 {
126 font-size: 123.1%;
127 }
128 h3
129 {
130 font-size: 108%;
131 }
132 h1, h2, h3
133 {
134 margin: 1em 0;
135 }
136 h1, h2, h3, h4, h5, h6, strong, dt
137 {
138 font-weight: bold;
139 }
140 optgroup
141 {
142 font-weight: normal;
143 }
144 abbr, acronym
145 {
146 border-bottom: 1px dotted #000;
147 cursor: help;
148 }
149 em
150 {
151 font-style: italic;
152 }
153 del
154 {
155 text-decoration: line-through;
156 }
157 blockquote, ul, ol, dl
158 {
159 margin: 1em;
160 }
161 ol, ul, dl
162 {
163 margin-left: 2em;
164 }
165 ol li
166 {
167 list-style: decimal outside;
168 }
169 ul li
170 {
171 list-style: disc outside;
172 }
173 dl dd
174 {
175 margin-left: 1em;
176 }
177 th, td
178 {
179 border: 1px solid #000;
180 padding: .5em;
181 }
182 th
183 {
184 font-weight: bold;
185 text-align: center;
186 }
187 caption
188 {
189 margin-bottom: .5em;
190 text-align: center;
191 }
192 sup
193 {
194 vertical-align: super;
195 }
196 sub
197 {
198 vertical-align: sub;
199 }
200 p, fieldset, table, pre
201 {
202 margin-bottom: 1em;
203 }
204 button, input[type="checkbox"], input[type="radio"],
205 input[type="reset"], input[type="submit"]
206 {
207 padding: 1px;
208 }

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26