# HG changeset patch # User Christophe Lincoln # Date 1241114902 -7200 # Node ID 23c5897a0eb4e960badd6e40542944e5cbc84ca8 # Parent aee6cba53f3b759f4e86e0b05d52598d43e1453e dillo: Remove image and rename custom home page diff -r aee6cba53f3b -r 23c5897a0eb4 dillo-hg/receipt --- a/dillo-hg/receipt Thu Apr 30 20:06:35 2009 +0200 +++ b/dillo-hg/receipt Thu Apr 30 20:08:22 2009 +0200 @@ -47,6 +47,8 @@ cp -a stuff/pics $fs/usr/share/webhome cp -a stuff/dillo.desktop $fs/usr/share/applications cp -a stuff/dillo.png $fs/usr/share/pixmaps + # Webhome + cp -a stuff/webhome $fs/usr/share chown -R root.root $fs } diff -r aee6cba53f3b -r 23c5897a0eb4 dillo-hg/stuff/dillo-index.html --- a/dillo-hg/stuff/dillo-index.html Thu Apr 30 20:06:35 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,77 +0,0 @@ - - - - SliTaz Dillo - Web Homepage - - - - - - - - - - - -
-
- -
- - - - - - - - - - - -
[ Wikipedia ] -
- - - -
-
[ Google ] -
- - -
-
-
- - - - -
- -
- - -
- - - diff -r aee6cba53f3b -r 23c5897a0eb4 dillo-hg/stuff/dillo.css --- a/dillo-hg/stuff/dillo.css Thu Apr 30 20:06:35 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,143 +0,0 @@ -/* - CSS style for SliTaz GNU/Linux *book. - Pankso 2007 - www.slitaz.org -*/ - -body { - font: 13px sans-serif, vernada, arial; - background: #222222; - margin: 0; - padding-bottom: 100%; -} - -#header { - background: #f0ba08; - color: black; - height: 50px; - border-top: 1px solid black; - border-bottom: 1px solid black; -} -#quicknav { - margin-right: 6px; - text-align: right; - font-size: 12px; - font-weight: bold; - margin-right: 6px; - } - -#quicknav a { - background: inherit; - color: white; - text-decoration: none; -} - -#quicknav a:hover { - background: inherit; - color: #222222; -} - -/* content. */ - -#content { - background: #ffffff; - color: black; - padding: 20px; - margin: 20px 50px 0px 50px; - width: auto; - text-align: justify; -} - -#content li { - line-height: 1.5em; - text-align: left; -} - -/* Legal informations */ - -#copy { - font-size: 11px ; - text-align: center ; - background: transparent; - color: #ffffff; - padding-top: 20px; -} - -#copy a { - background: inherit; - color: #a8a8a8; -} - -#copy a:hover { - background: inherit; - color: #EDEDED; -} - -/* Clouds */ - -#cloud { - padding: 10px 80px 10px 80px; - line-height: 3em; - text-align: center; -} -#cloud a { padding: 4px; color: #956411; } -#cloud a.tag1 { font-size: 0.7em; font-weight: 100; } -#cloud a.tag2 { font-size: 0.8em; font-weight: 200; } -#cloud a.tag3 { font-size: 0.9em; font-weight: 300; } -#cloud a.tag4 { font-size: 1.0em; font-weight: 400; } -#cloud a.tag5 { font-size: 1.2em; font-weight: 500; } -#cloud a.tag6 { font-size: 1.4em; font-weight: 600; } -#cloud a.tag7 { font-size: 1.6em; font-weight: 700; } -#cloud a.tag8 { font-size: 1.8em; font-weight: 800; } -#cloud a.tag9 { font-size: 2.2em; font-weight: 900; } -#cloud a.tag10 { font-size: 2.5em; font-weight: 900; } - -/* General HTML entities for content. */ - -h1 { - margin: 0px 0px 0px 16px; -} - -h2 { - margin: 12px 0; - color: #484B7C; - background: white; -} - -h3 { - font-weight: bold; - color: #6c0023; - background: white; -} - -a { - text-decoration: underline; -} -a:hover { - text-decoration: none; -} - -pre { - padding: 5px; - color: black; - background: #e1e0b0; -} -pre.script { - padding: 10px; - color: black; - background: #e8e8e8; - border: 1px inset #333333; -} - -code { - font-size: 12px; - color: #669900; - background: transparent; -} - -li { - line-height: 1.4em; -} - -hr { - border: 0pt none; -} diff -r aee6cba53f3b -r 23c5897a0eb4 dillo-hg/stuff/dillorc --- a/dillo-hg/stuff/dillorc Thu Apr 30 20:06:35 2009 +0200 +++ b/dillo-hg/stuff/dillorc Thu Apr 30 20:08:22 2009 +0200 @@ -91,11 +91,11 @@ # start_page="about:blank" # start_page="http://www.dillo.org" # start_page="file:/home/jcid/custom_page.html" -start_page="file:/usr/share/webhome/dillo-index.html" +start_page="file:/usr/share/webhome/dillo.html" # Set the home location # home="file:/home/jcid/HomePage/Home.html" -home="file:/usr/share/webhome/dillo-index.html" +home="file:/usr/share/webhome/dillo.html" # Set the URL used by the web search dialog. # "%s" is replaced with the search keywords separated by '+'. diff -r aee6cba53f3b -r 23c5897a0eb4 dillo-hg/stuff/pics/slitaz-dillo.png Binary file dillo-hg/stuff/pics/slitaz-dillo.png has changed diff -r aee6cba53f3b -r 23c5897a0eb4 dillo-hg/stuff/webhome/dillo.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dillo-hg/stuff/webhome/dillo.css Thu Apr 30 20:08:22 2009 +0200 @@ -0,0 +1,143 @@ +/* + CSS style for SliTaz GNU/Linux *book. + Pankso 2007 - www.slitaz.org +*/ + +body { + font: 13px sans-serif, vernada, arial; + background: #222222; + margin: 0; + padding-bottom: 100%; +} + +#header { + background: #f0ba08; + color: black; + height: 50px; + border-top: 1px solid black; + border-bottom: 1px solid black; +} +#quicknav { + margin-right: 6px; + text-align: right; + font-size: 12px; + font-weight: bold; + margin-right: 6px; + } + +#quicknav a { + background: inherit; + color: white; + text-decoration: none; +} + +#quicknav a:hover { + background: inherit; + color: #222222; +} + +/* content. */ + +#content { + background: #ffffff; + color: black; + padding: 20px; + margin: 20px 50px 0px 50px; + width: auto; + text-align: justify; +} + +#content li { + line-height: 1.5em; + text-align: left; +} + +/* Legal informations */ + +#copy { + font-size: 11px ; + text-align: center ; + background: transparent; + color: #ffffff; + padding-top: 20px; +} + +#copy a { + background: inherit; + color: #a8a8a8; +} + +#copy a:hover { + background: inherit; + color: #EDEDED; +} + +/* Clouds */ + +#cloud { + padding: 10px 80px 40px 80px; + line-height: 3em; + text-align: center; +} +#cloud a { padding: 4px; color: #956411; } +#cloud a.tag1 { font-size: 0.7em; font-weight: 100; } +#cloud a.tag2 { font-size: 0.8em; font-weight: 200; } +#cloud a.tag3 { font-size: 0.9em; font-weight: 300; } +#cloud a.tag4 { font-size: 1.0em; font-weight: 400; } +#cloud a.tag5 { font-size: 1.2em; font-weight: 500; } +#cloud a.tag6 { font-size: 1.4em; font-weight: 600; } +#cloud a.tag7 { font-size: 1.6em; font-weight: 700; } +#cloud a.tag8 { font-size: 1.8em; font-weight: 800; } +#cloud a.tag9 { font-size: 2.2em; font-weight: 900; } +#cloud a.tag10 { font-size: 2.5em; font-weight: 900; } + +/* General HTML entities for content. */ + +h1 { + margin: 0px 0px 0px 16px; +} + +h2 { + margin: 12px 0; + color: #484B7C; + background: white; +} + +h3 { + font-weight: bold; + color: #6c0023; + background: white; +} + +a { + text-decoration: underline; +} +a:hover { + text-decoration: none; +} + +pre { + padding: 5px; + color: black; + background: #e1e0b0; +} +pre.script { + padding: 10px; + color: black; + background: #e8e8e8; + border: 1px inset #333333; +} + +code { + font-size: 12px; + color: #669900; + background: transparent; +} + +li { + line-height: 1.4em; +} + +hr { + border: 0pt none; +} diff -r aee6cba53f3b -r 23c5897a0eb4 dillo-hg/stuff/webhome/dillo.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dillo-hg/stuff/webhome/dillo.html Thu Apr 30 20:08:22 2009 +0200 @@ -0,0 +1,71 @@ + + + + SliTaz Dillo - Web Homepage + + + + + + + + + + + +
+
+ +
+ + + + + + + + + + + +
[ Wikipedia ] +
+ + + +
+
[ Google ] +
+ + +
+
+
+ + + + + +
+ + +