slitaz-configs view rootfs/usr/share/webhome/app/design/default.css @ rev 317

s/pizza.slitaz.me/mypizza.slitaz.org/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 14 17:17:21 2019 +0100 (2019-12-14)
parents
children
line source
1 @charset "UTF-8";
2 /* File: default.css | Small reset */
4 html,body {
5 font:normal normal 12px/23px "Sans", sans-serif;
6 text-align:center; /* for images */
7 line-height:1;
8 width:100%;
9 min-width:480px;
10 height:100%;
11 min-height:100%;
12 padding:0;
13 margin:0 auto;
14 overflow-x:hidden;
15 outline-width:0;
16 }
18 h1,h2,h3,h4,h5,h6,p,input {
19 font-weight:normal;
20 text-align:left;
21 letter-spacing:1px;
22 line-height:1.4em;
23 padding:12px;
24 margin:0 auto;
25 }
27 ol,ul {
28 text-align:left;
29 padding:8px 16px;
30 margin:0 20px;
31 }
33 li {
34 padding:4px;
35 margin:0;
36 }
38 a {
39 text-decoration:none;
40 }
42 form,input {
43 border-width:0;
44 }