]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui/build/reset/reset.css
Release 6.2.0beta4
[Github/sugarcrm.git] / include / javascript / yui / build / reset / reset.css
1 /*
2 Copyright (c) 2009, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
5 version: 2.8.0r4
6 */
7 /**
8  * YUI Reset
9  * @module reset
10  * @namespace
11  * @requires 
12  */
13 html {
14         color: #000;
15         background: #FFF;
16 }
17
18 body,
19 div,
20 dl,
21 dt,
22 dd,
23 ul,
24 ol,
25 li,
26 h1,
27 h2,
28 h3,
29 h4,
30 h5,
31 h6,
32 pre,
33 code,
34 form,
35 fieldset,
36 legend,
37 input,
38 button,
39 textarea,
40 p,
41 blockquote,
42 th,
43 td {
44         margin: 0;
45         padding: 0;
46 }
47
48 table {
49         border-collapse: collapse;
50         border-spacing: 0;
51 }
52
53 fieldset,
54 img {
55         border: 0;
56 }
57
58 address,
59 caption,
60 cite,
61 code,
62 dfn,
63 em,
64 strong,
65 th,
66 var,
67 optgroup {
68         font-style: inherit;
69         font-weight: inherit;
70 }
71
72 del,
73 ins {
74         text-decoration: none;
75 }
76
77 li {
78         list-style: none;
79 }
80
81 caption,
82 th {
83         text-align: left;
84 }
85
86 h1,
87 h2,
88 h3,
89 h4,
90 h5,
91 h6 {
92         font-size: 100%;
93         font-weight: normal;
94 }
95
96 q:before,
97 q:after {
98         content: '';
99 }
100
101 abbr,
102 acronym {
103         border: 0;
104         font-variant: normal;
105 }
106
107 sup {
108         vertical-align: baseline;
109 }
110
111 sub {
112         vertical-align: baseline;
113 }
114
115 /*because legend doesn't inherit in IE */
116 legend {
117         color: #000;
118 }
119
120 input,
121 button,
122 textarea,
123 select,
124 optgroup,
125 option {
126         font-family: inherit;
127         font-size: inherit;
128         font-style: inherit;
129         font-weight: inherit;
130 }
131
132 /*@purpose To enable resizing for IE */
133 /*@branch For IE6-Win, IE7-Win */
134 input,
135 button,
136 textarea,
137 select {
138         *font-size: 100%;
139 }
140
141
142