source: branches/version-2_12-dev/html/user_data/packages/default/css/reset.css @ 22560

Revision 22560, 884 bytes checked in by Qwert, 11 years ago (diff)

#2148 「cssの修正」

Line 
1@charset "utf-8";
2
3/************************************************
4 ブラウザリセット
5************************************************ */
6html,
7body,
8div,
9span,
10applet,
11object,
12iframe,
13h1,
14h2,
15h3,
16h4,
17h5,
18h6,
19p,
20blockquote,
21pre,
22a,
23abbr,
24acronym,
25address,
26big,
27cite,
28code,
29del,
30dfn,
31em,
32font,
33img,
34ins,
35kbd,
36q,
37s,
38samp,
39small,
40strike,
41strong,
42sub,
43sup,
44tt,
45var,
46dl,
47dt,
48dd,
49ol,
50ul,
51li,
52fieldset,
53form,
54label,
55legend,
56table,
57caption,
58tbody,
59tfoot,
60thead,
61tr,
62th,
63td {
64    margin: 0;
65    padding: 0;
66    border: 0;
67}
68
69table,
70caption,
71th,
72td {
73    margin: 0;
74    padding: 0;
75    border: 0;
76    border-collapse : collapse ;
77    border-spacing: 0px;
78    empty-cells: show;
79    text-align: left;
80    font-weight: normal;
81}
82
83a img,
84iframe {
85    border: none;
86}
87ol,
88ul,
89li {
90    list-style: none;
91}
92
93input,
94textarea,
95select,
96button {
97    font-size: 100%;
98    font-family: inherit;
99}
Note: See TracBrowser for help on using the repository browser.