slitaz-configs rev 294

fix and up CSS file and add new cover header background PNG
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Oct 24 04:36:33 2016 -0200 (2016-10-24)
parents 8f750677e871
children 18201249701b
files rootfs/usr/share/webhome/app/design/img/cover.png rootfs/usr/share/webhome/app/design/theme.css
line diff
     1.1 Binary file rootfs/usr/share/webhome/app/design/img/cover.png has changed
     2.1 --- a/rootfs/usr/share/webhome/app/design/theme.css	Mon Oct 24 04:28:55 2016 -0200
     2.2 +++ b/rootfs/usr/share/webhome/app/design/theme.css	Mon Oct 24 04:36:33 2016 -0200
     2.3 @@ -9,11 +9,11 @@
     2.4    color:#DB4D23;
     2.5  }
     2.6  .header {
     2.7 -  background:url(img/cover.jpg) 50% 30% no-repeat;
     2.8 +  background:url(img/cover.png) 50% 30% no-repeat;
     2.9    background-size:cover;
    2.10  }
    2.11  .header-bar {
    2.12 -  color:#FFF;
    2.13 +  color:#DB4D23;
    2.14    margin:0 10px;
    2.15  }
    2.16  .header-bar:after,.menu-list:after {
    2.17 @@ -35,7 +35,7 @@
    2.18  .header-l p {
    2.19    display:table;
    2.20    margin:0;
    2.21 -  border-bottom:4px double #FFF;
    2.22 +  border-bottom:4px double #000;
    2.23  }
    2.24  .header-r p {
    2.25    text-align:right;
    2.26 @@ -202,6 +202,9 @@
    2.27    color:#FFF;
    2.28    padding:8px;
    2.29  }
    2.30 +.button:focus,.button:hover {
    2.31 +  background:#B33E1C;
    2.32 +}
    2.33  .closebtn {
    2.34    float:right;
    2.35    background:#DB4D23;