slitaz-configs diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rootfs/usr/share/webhome/app/design/default.css	Sat Dec 14 17:17:21 2019 +0100
     1.3 @@ -0,0 +1,44 @@
     1.4 +@charset "UTF-8";
     1.5 +/* File: default.css | Small reset */
     1.6 +
     1.7 +html,body {
     1.8 +  font:normal normal 12px/23px "Sans", sans-serif;
     1.9 +  text-align:center; /* for images */
    1.10 +  line-height:1;
    1.11 +  width:100%;
    1.12 +  min-width:480px;
    1.13 +  height:100%;
    1.14 +  min-height:100%;
    1.15 +  padding:0;
    1.16 +  margin:0 auto;
    1.17 +  overflow-x:hidden;
    1.18 +  outline-width:0;
    1.19 +}
    1.20 +
    1.21 +h1,h2,h3,h4,h5,h6,p,input {
    1.22 +  font-weight:normal;
    1.23 +  text-align:left;
    1.24 +  letter-spacing:1px;
    1.25 +  line-height:1.4em;
    1.26 +  padding:12px;
    1.27 +  margin:0 auto;
    1.28 +}
    1.29 +
    1.30 +ol,ul {
    1.31 +  text-align:left;
    1.32 +  padding:8px 16px;
    1.33 +  margin:0 20px;
    1.34 +}
    1.35 +
    1.36 +li {
    1.37 +  padding:4px;
    1.38 +  margin:0;
    1.39 +}
    1.40 +
    1.41 +a {
    1.42 +  text-decoration:none;
    1.43 +}
    1.44 +
    1.45 +form,input {
    1.46 +  border-width:0;
    1.47 +}