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

Revision 21188, 914 bytes checked in by Seasoft, 13 years ago (diff)

#1436 (PCサイト CSS を改善)

Line 
1@charset "utf-8";
2
3/************************************************
4 ブラウザリセット
5************************************************ */
6html, body, div, span, applet, object, iframe, h1, h2, h3,
7h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
8big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
9small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
10fieldset, form, label, legend, table, caption, tbody, tfoot,
11thead, tr, th, td{
12    margin: 0;
13    padding: 0;
14    border: 0;
15}
16
17table, caption, th, td{
18    margin: 0;
19    padding: 0;
20    border: 0;
21    border-collapse : collapse ;
22    border-spacing: 0px;
23    empty-cells: show;
24    text-align: left;
25    font-weight: normal;
26}
27
28a img, iframe{
29    border:none;
30}
31ol,ul,li{
32    list-style:none;
33}
34
35input, textarea, select, button{
36    font-size:100%;
37    font-family:inherit;
38}
Note: See TracBrowser for help on using the repository browser.