# HG changeset patch # User Christophe Lincoln # Date 1397510024 -7200 # Node ID c93c5dacf687a248ebaf59a8e8b79abb854eddba # Parent 1100bf6b113a28f2de49cdf7eda74b23b6143b0f dillo: better SliTaz integration with custom icons (it will be default browser on ARM until TazWeb is stable) diff -r 1100bf6b113a -r c93c5dacf687 dillo/receipt --- a/dillo/receipt Mon Apr 14 19:59:46 2014 +0200 +++ b/dillo/receipt Mon Apr 14 23:13:44 2014 +0200 @@ -18,6 +18,7 @@ # Rules to configure and make the package. compile_rules() { + cp -f $stuff/pixmaps.slitaz.h src/pixmaps.h && ./configure \ --sysconfdir=/etc \ --prefix=/usr \ @@ -29,7 +30,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib + mkdir -p $fs/usr/lib $fs/usr/share cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib/dillo $fs/usr/lib strip -s $fs/usr/lib/dillo/dpi/*/* @@ -37,5 +38,6 @@ # Config files with custom dillorc to have webhomepage. cp -a $install/etc $fs cp -a $stuff/dillorc $fs/etc/dillo + cp -a $stuff/webhome $fs/usr/share chown -R root.root $fs } diff -r 1100bf6b113a -r c93c5dacf687 dillo/stuff/dillo.png Binary file dillo/stuff/dillo.png has changed diff -r 1100bf6b113a -r c93c5dacf687 dillo/stuff/dillorc --- a/dillo/stuff/dillorc Mon Apr 14 19:59:46 2014 +0200 +++ b/dillo/stuff/dillorc Mon Apr 14 23:13:44 2014 +0200 @@ -18,6 +18,10 @@ # (While browsing, this can be changed from the tools/settings menu.) load_images=YES +# Change this if you want background images to be loaded initially. +# (While browsing, this can be changed from the tools/settings menu.) +#load_background_images=FALSE + # Change this if you want to disable loading of CSS stylesheets initially. # (While browsing, this can be changed from the tools/settings menu.) load_stylesheets=YES @@ -209,10 +213,10 @@ # Set the page background color # bg_color=gray # bg_color=0xd6d6c0 -#bg_color=0xdcd1ba +bg_color=white # If your eyes suffer with white backgrounds, change this. -#allow_white_bg=YES +allow_white_bg=YES # When set to YES, the page author's visited link color may be overridden # to allow better contrast with text/links/background @@ -228,8 +232,8 @@ # old GTK/KDE". # "plastic" "is inspired by the Aqua user interface on Mac OS X". # "gtk+" "is inspired by the Red Hat Bluecurve theme". -#theme=none -theme=gtk+ +theme=none +#theme=gtk+ #theme=plastic # UI colors @@ -322,15 +326,16 @@ #show_forw=YES #show_home=YES #show_reload=YES -#show_save=YES -#show_stop=YES +show_save=NO +show_stop=NO #show_bookmarks=YES #show_tools=YES #show_filemenu=YES #show_clear_url=YES +#show_url=YES #show_search=YES -#show_help=YES -#show_progress_box=YES +show_help=NO +show_progress_box=NO # Start dillo with the panels hidden? #fullwindow_start=NO diff -r 1100bf6b113a -r c93c5dacf687 dillo/stuff/pixmaps.tango.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dillo/stuff/pixmaps.tango.h Mon Apr 14 23:13:44 2014 +0200 @@ -0,0 +1,944 @@ +/* + * File: pixmaps.h + * + * Copyright (C) 2000, 2001 Jorge Arellano Cid + * Design by Colin Jones + * Updated by Christophe Lincoln + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ + +#ifndef __PIXMAPS_H__ +#define __PIXMAPS_H__ + +/* XPM +static const char *const history_xpm[] = { +"11 20 6 1", +" c None", +". c #000000000000", +"X c #9658A289BEFB", +"O c #FFFF9A690000", +"+ c #FFFFFFFF0000", +"@ c #FFFFFFFFFFFF", +" ", +" . ", +" .X. ", +" .XXX. ", +" .XXXXX. ", +" .XXXXXXX. ", +" ...XXX... ", +" .XXX. ", +" .XXX. ", +" .XXX. ", +" OOOOO ", +" .XXX. ", +" .XXX. ", +" ...XXX... ", +" .XXXXXXX. ", +" .XXXXX. ", +" .XXX. ", +" .X. ", +" . ", +" "}; +*/ +/* XPM */ +static const char *const left_xpm[] = { +"22 22 8 1", +" c None", +". c #A40000", +"+ c #EE5453", +"@ c #D33433", +"# c #CF1A19", +"$ c #CC0000", +"% c #EF2929", +"& c #EE3E3E", +" ", +" ", +" ", +" ", +" .. ", +" .+. ", +" .++. ", +" .+@+...... .... ", +" .+@@++++++. .++. ", +" .+@@@@@@@@+. .@@. ", +" .+@@@#$$$$$%. .##. ", +" .+@@#$$$$$$%. .$$. ", +" .&$$$$$$$$%. .$$. ", +" .%$$%%%%%%. .%%. ", +" .%$%...... .... ", +" .%%. ", +" .%. ", +" .. ", +" .....", +" .%. ", +" . ", +" "}; + +/* XPM */ +static const char *const right_xpm[] = { +"22 22 8 1", +" c None", +". c #4E9A06", +"+ c #73D216", +"@ c #80D52D", +"# c #8ED844", +"$ c #8AE234", +"% c #94E348", +"& c #9FE45C", +" ", +" ", +" ", +" ", +" .. ", +" .&. ", +" .&&. ", +" .... ......&#&. ", +" .&&. .&&&&&&##&. ", +" .##. .&########&. ", +" .@@. .$+++++@###&. ", +" .++. .$++++++@##&. ", +" .++. .$++++++++%. ", +" .$$. .$$$$$$++$. ", +" .... ......$+$. ", +" .$$. ", +" .$. ", +" .. ", +" .....", +" .$. ", +" . ", +" "}; +/* XPM */ +static const char *const reload_xpm[] = { +"22 22 20 1", +" c None", +". c #888A85", +"+ c #EEEEEC", +"@ c #D3D7CF", +"# c #BABDB6", +"$ c #4E9A06", +"% c #9FE45C", +"& c #96DE50", +"* c #91DB4A", +"= c #78D61D", +"- c #8AE234", +"; c #8ED844", +"> c #73D216", +", c #8F5902", +"' c #EAC489", +") c #C17D11", +"! c #E9B96E", +"~ c #CA9541", +"{ c #DAAD64", +"] c #D2A153", +" ........... ", +" .++++++++++. ", +" .+@@@@@@@#++. ", +" .+@@@@@@@#+++. ", +" .+@@@@@@@#++++. ", +" .+@@@@@@@#+++++. ", +" .$$$$@@@@#++++++.", +" $$%%%%$$@$$#####+.", +" $%&*==*&%$%$@@@@@+.", +" $%&-$$$$-;%%$@@@@@+.", +" $-$$+@@@$->%$@@@@@+.", +" $-$ .+@@$----$@@@@@+.", +" $$ .+@@$$$$$$@@@@@+.", +" $ .+@@@@@@@@@@@@@+.", +" .+@@@@@@@,@@@@@+.", +" ,,,,,,@@@@@@,,@@@@@+.", +" ,'''',@@@@@,',@@@@@+.", +" ,')',+@@@,,',@@@@@@+.", +" ,'!~',,,,'{!,@@@@@@+.", +" ,!,!{]]]]{!,@@@@@@@+.", +" ,, ,,!!!!,,+++++++++.", +" .,,,,............"}; +/* XPM */ +static const char *const home_xpm[] = { +"22 22 13 1", +" c None", +". c #A40000", +"+ c #EF2929", +"@ c #CC0000", +"# c #C0C3BC", +"$ c #CDD1C9", +"% c #D3D7CF", +"& c #2E3436", +"* c #EEEEEC", +"= c #ADB0A9", +"- c #204A87", +"; c #729FCF", +"> c #4874AA", +" ", +" .. ", +" .++. ... ", +" .+@@+. .+. ", +" .+@..@+..+. ", +" .+@.##.@+.+. ", +" .+@.#$$#.@++. ", +" .+@.#$%%$#.@+. ", +" .+@.#$%%%%$#.@+. ", +" .+@.#$%%%%%%$#.@+. ", +" .+@.#$%%%%%%%%$#.@+. ", +" ...&*%%%%%%%%%%*&... ", +" &*=...=%=--=*& ", +" &*.@@@.%-;;-*& ", +" &*.@@@.%->>-*& ", +" &*.@@@.%=--=*& ", +" &*.@@@.%%%%%*& ", +" &*.@@@.%%%%%*& ", +" &*.@@@.%%%%%*& ", +" &*.@@@.******& ", +" &&&&&&&&&&&&&& ", +" "}; +/* XPM */ +static const char *const save_xpm[] = { +"22 22 8 1", +" c None", +". c #4E9A06", +"+ c #8AE234", +"@ c #A4E564", +"# c #73D216", +"$ c #555753", +"% c #EEEEEC", +"& c #D3D7CF", +" ", +" ", +" ................ ", +" .++@@@@@@@@@@@@++. ", +" .+#@@@@@@@@@@@@#+. ", +" .+#@@@@@@@@@@@@#+. ", +" .+#@@@@@@@@@@@@#+. ", +" .+#@@@@@@@@@@@@#+. ", +" .+#@@@@@@@@@@@@#+. ", +" .+#@@@@@@@@@@@@#+. ", +" .+#@@@@@@@@@@@@#+. ", +" .+##############+. ", +" .+#$$$$$$$$$$$$#+. ", +" .+$%%%%%%%%%%%%$+. ", +" .+$%$$&&&&&&&&%$+. ", +" .+$%$$&&&&&&&&%$+. ", +" .+$%$$&&&&&&&&%$+. ", +" .+$%$$&&&&&&&&%$+. ", +" .+$%%%%%%%%%%%%$. ", +" .$$$$$$$$$$$$$$ ", +" ", +" "}; + + +/* XPM */ +static const char *const stop_xpm[] = { +"22 22 9 1", +" c None", +". c #A40000", +"+ c #EF2929", +"@ c #D33433", +"# c #E0918F", +"$ c #EEEEEC", +"% c #CF1A19", +"& c #DD7776", +"* c #CC0000", +" ", +" ", +" ......... ", +" .+++++++++. ", +" .+@@@@@@@@@+. ", +" .+@@@@@@@@@@@+. ", +" .+@@@@@@@@@@@@@+. ", +" .+@@@@#@@@@@#@@@@+. ", +" .+@@@#$#@@@#$#@@@+. ", +" .+@@@@#$#@#$#@@@@+. ", +" .+@@@@@#$#$#@@@%%+. ", +" .+@@@@@@&$&%%%%**+. ", +" .+@%%%%&$&$&*****+. ", +" .+****&$&*&$&****+. ", +" .+***&$&***&$&***+. ", +" .+****&*****&****+. ", +" .+*************+. ", +" .+***********+. ", +" .+*********+. ", +" .+++++++++. ", +" ......... ", +" "}; +/* XPM */ +static const char *const bm_xpm[] = { +"22 22 12 1", +" c None", +". c #A40000", +"+ c #D22929", +"@ c #555753", +"# c #D82929", +"$ c #BA0000", +"% c #D3D7CF", +"& c #E02929", +"* c #C20000", +"= c #BABDB6", +"- c #EF2929", +"; c #CC0000", +" ...... ", +" .++++++. ", +" @@@@@@.#$$$#.@@@ ", +" @%%%%%.&***&.%%@ ", +" @%====.-;;;-.=%@ ", +" @%====.-;;;-.=%@ ", +" @%====.-;;;-.=%@ ", +" @%====.-;;;-.=%@ ", +" @%====.-;;;-.=%@ ", +" @%====.-;;;-.=%@ ", +" @%====.-;;;-.=%@ ", +" @%====.-;;;-.=%@ ", +" @%====.-;;;-.=%@ ", +" @%====.-;;;-.=%@ ", +" @%====.-;;;-.=%@ ", +" @%====.-;;;-.=%@ ", +" @%====.-;;;-.=%@ ", +" @%====.-;;;-.=%@ ", +" @%%%%%.-;-;-.%%@ ", +" @@@@@@.--.--.@@@ ", +" .-. .-. ", +" . . "}; + + +/* Small icons here */ + +/* XPM */ +static const char *const left_s_xpm[] = { +"16 16 8 1", +" c None", +". c #A40000", +"+ c #EE5453", +"@ c #D33433", +"# c #CF1A19", +"$ c #CC0000", +"% c #EF2929", +"& c #EE3E3E", +" ", +" .. ", +" .+. ", +" .++. ", +" .+@+.... ....", +" .+@@++++. .++.", +" .+@@@@@@+. .@@.", +".+@@@#$$$%. .##.", +".+@@#$$$$%. .$$.", +" .&$$$$$$%. .$$.", +" .%$$%%%%. .%%.", +" .%$%.... ....", +" .%%. ", +" .%. .....", +" .. .%. ", +" . "}; + + +/* XPM */ +static const char *const right_s_xpm[] = { +"16 16 8 1", +" c None", +". c #4E9A06", +"+ c #9FE45C", +"@ c #8ED844", +"# c #80D52D", +"$ c #8AE234", +"% c #73D216", +"& c #94E348", +" ", +" .. ", +" .+. ", +" .++. ", +".... ....+@+. ", +".++. .++++@@+. ", +".@@. .+@@@@@@+. ", +".##. .$%%%#@@@+.", +".%%. .$%%%%#@@+.", +".%%. .$%%%%%%&. ", +".$$. .$$$$%%$. ", +".... ....$%$. ", +" .$$. ", +" .$......", +" .. .$. ", +" . "}; + + + +/* XPM */ +static const char *const home_s_xpm[] = { +"16 16 13 1", +" c None", +". c #A40000", +"+ c #EF2929", +"@ c #CC0000", +"# c #C0C3BC", +"$ c #CDD1C9", +"% c #D3D7CF", +"& c #2E3436", +"* c #EEEEEC", +"= c #ADB0A9", +"- c #204A87", +"; c #729FCF", +"> c #4874AA", +" ", +" .. ... ", +" .++. .+. ", +" .@..@..+. ", +" .+.##.+.+. ", +" .@.#$$#.@@. ", +" .+.#$%%$#.+. ", +" .@.#$%%%%$#.@. ", +".+.#$%%%%%%$#.+.", +"..&*%%%%%%%%*&..", +" &*%%%%%%%%*& ", +" &*%..%%=-=*& ", +" &*.@@.%-;-*& ", +" &*.@@.%->-*& ", +" &*.@@.*****& ", +" &&....&&&&&& "}; + +/* XPM */ +static const char *const reload_s_xpm[] = { +"16 16 16 1", +" c None", +". c #4E9A06", +"+ c #9FE45C", +"@ c #96DE50", +"# c #91DB4A", +"$ c #78D61D", +"% c #8AE234", +"& c #8ED844", +"* c #73D216", +"= c #8F5902", +"- c #EAC489", +"; c #C17D11", +"> c #E9B96E", +", c #CA9541", +"' c #DAAD64", +") c #D2A153", +" .... ", +" ..++++.. .. ", +" .+@#$$#@+.+. ", +" .+@%....%&++. ", +" .%.. .%*+. ", +" .%. .%%%%. ", +" .. ...... ", +" . ", +" = ", +" ====== == ", +" =----= =-= ", +" =-;-= ==-= ", +" =->,-====-'>= ", +" =>=>'))))'>= ", +" == ==>>>>== ", +" ==== "}; + + +/* XPM */ +static const char *const save_s_xpm[] = { +"16 16 8 1", +" c None", +". c #4E9A06", +"+ c #8AE234", +"@ c #A4E564", +"# c #73D216", +"$ c #555753", +"% c #EEEEEC", +"& c #D3D7CF", +"................", +".++@@@@@@@@@@++.", +".+#@@@@@@@@@@#+.", +".+#@@@@@@@@@@#+.", +".+#@@@@@@@@@@#+.", +".+#@@@@@@@@@@#+.", +".+#@@@@@@@@@@#+.", +".+#@@@@@@@@@@#+.", +".+############+.", +".+#$$$$$$$$$$#+.", +".+$%%%%%%%%%%$+.", +".+$%$$&&&&&&%$+.", +".+$%$$&&&&&&%$+.", +".+$%$$&&&&&&%$+.", +".+$%%%%%%%%%%$. ", +" .$$$$$$$$$$$$ "}; + + +/* XPM */ +static const char *const stop_s_xpm[] = { +"16 16 11 1", +" c None", +". c #A40000", +"+ c #EE5453", +"@ c #D33433", +"# c #E0918F", +"$ c #EEEEEC", +"% c #CF1A19", +"& c #CC0000", +"* c #EF2929", +"= c #DE8482", +"- c #DD7776", +" ........ ", +" .++++++++. ", +" .+@@@@@@@@+. ", +" .+@@@@@@@@@@+. ", +".+@@@#@@@@#@@@+.", +".+@@#$#@@#$#@@+.", +".+@@@#$##$#@%&*.", +".+@@@@#$$=&&&&*.", +".+@@@%-$$-&&&&*.", +".+%&&-$--$-&&&*.", +".*&&-$-&&-$-&&*.", +".*&&&-&&&&-&&&*.", +" .*&&&&&&&&&&*. ", +" .*&&&&&&&&*. ", +" .********. ", +" ........ "}; + + + +/* XPM */ +static const char *const bm_s_xpm[] = { +"16 16 12 1", +" c None", +". c #A40000", +"+ c #555753", +"@ c #D22929", +"# c #D3D7CF", +"$ c #D82929", +"% c #BA0000", +"& c #BABDB6", +"* c #E02929", +"= c #C20000", +"- c #EF2929", +"; c #CC0000", +" ....... ", +" +++++.@@@@@.++ ", +" +####.$%%%$.#+ ", +" +#&&&.*===*.#+ ", +" +#&&&.-;;;-.#+ ", +" +#&&&.-;;;-.#+ ", +" +#&&&.-;;;-.#+ ", +" +#&&&.-;;;-.#+ ", +" +#&&&.-;;;-.#+ ", +" +#&&&.-;;;-.#+ ", +" +#&&&.-;;;-.#+ ", +" +#&&&.-;;;-.#+ ", +" +####.-;-;-.#+ ", +" +++++.--.--.++ ", +" .-. .-. ", +" .. .. "}; + + +/* XPM */ +static const char *const new_s_xpm[] = { +"11 11 4 1", +" c None", +". c #2E3436", +"+ c #888A85", +"@ c #6E706C", +" .. .. ", +".++. .++.", +".+@+. .+@+.", +" .+@+.+@+. ", +" .+++++. ", +" .+@+. ", +" .+++++. ", +" .+@+.+@+. ", +".+@+. .+@+.", +".++. .++.", +" .. .. "}; +/* XPM */ +static const char *const search_xpm[] = { +"14 16 14 1", +" c None", +". c #555753", +"+ c #61635F", +"@ c #6E706C", +"# c #D3D7CF", +"$ c #EEEEEC", +"% c #FFFFFF", +"& c #888A85", +"* c #DDE6EF", +"= c #C5D6E8", +"- c #A1BEDD", +"; c #BABDB6", +"> c #A0A39D", +", c #2E3436", +" .+@+. ", +" .#$%$#. ", +" .#@&&&@#. ", +".#@**===@#. ", +"+$&*=-- &$+ ", +"@%&=- &%@ ", +"+$&= &$+ ", +".#@ @#. ", +" .#@&&&@#. ", +" .#$%$#.;> ", +" .+@+. >&,, ", +" ,&.,", +" ,.&.", +" ,.&", +" ,.", +" ,"}; + +/* XPM */ +static const char *const full_screen_on_xpm[] = { +"13 15 6 1", +" c None", +". c #204A87", +"+ c #BABDB6", +"@ c #3465A4", +"# c #EEEEEC", +"$ c #D3D7CF", +" ", +" . ", +" ... ", +" ", +" +++++++ ", +" +@@@@@+ ", +" . +#####+ . ", +".. +#$$$#+ ..", +" . +#$$$#+ . ", +" +#####+ ", +" +++++++ ", +" ", +" ... ", +" . ", +" "}; + + +/* XPM */ +static const char *const full_screen_off_xpm[] = { +"13 15 7 1", +" c None", +". c #204A87", +"+ c #729FCF", +"@ c #BABDB6", +"# c #3465A4", +"$ c #EEEEEC", +"% c #D3D7CF", +" ", +" ", +" ", +" .+ ", +" .+. ", +" . .+. ", +" ...+. ", +" @@@@.++. ", +" @###.++. ", +" @$$$..... ", +" @$%%%$@ ", +" @$%%%$@ ", +" @$$$$$@ ", +" @@@@@@@ ", +" "}; + +/* XPM */ +static const char *const mini_bug_xpm[] = { +"15 16 7 1", +" c None", +". c #A40000", +"+ c #EF2929", +"@ c #CC0000", +"# c #BABDB6", +"$ c #EEEEEC", +"% c #D3D7CF", +" ", +" . . ", +" ... ", +" .+++. ", +" . .+@+. . ", +" .#...#. ", +" .+.$%$.+. ", +" .+@+.%.+@+. ", +" .@+.%.+@. ", +" . ++.%.++ . ", +" .+.%.+. ", +" . ..$.. . ", +" .#. ", +" .@@@.", +" .+. ", +" . "}; + + +/* XPM */ +static const char *const mini_ok_xpm[] = { +"15 15 4 1", +" c None", +". c #3E671D", +"+ c #5C8B34", +"@ c #508325", +" ", +" ", +" . ", +" .. ", +" .+. ", +" .+. ", +" .. .+. ", +" .+. .+. ", +" .+. .+. ", +" .++.+. ", +" .+@+. ", +" .++. ", +" .. .@@@.", +" .+. ", +" . "}; + + + + +/* XPM */ +static const char *const left_i_xpm[] = { +"22 22 2 1", +" c None", +". c gray70", +" ", +" ", +" ", +" ", +" .. ", +" ... ", +" .... ", +" .......... .... ", +" ........... .... ", +" ............ .... ", +" ............. .... ", +" ............. .... ", +" ............ .... ", +" ........... .... ", +" .......... .... ", +" .... ", +" ... ", +" .. ", +" .....", +" ... ", +" . ", +" "}; + +/* XPM */ +static const char *const right_i_xpm[] = { +"22 22 2 1", +" c None", +". c gray70", +" ", +" ", +" ", +" ", +" .. ", +" ... ", +" .... ", +" .... .......... ", +" .... ........... ", +" .... ............ ", +" .... ............. ", +" .... ............. ", +" .... ............ ", +" .... ........... ", +" .... .......... ", +" .... ", +" ... ", +" .. ", +" .....", +" ... ", +" . ", +" "}; + +/* XPM */ +static const char *const stop_i_xpm[] = { +"22 22 2 1", +" c None", +". c gray70", +" ", +" ", +" ......... ", +" ........... ", +" ............. ", +" ............... ", +" ................. ", +" ...... ..... ...... ", +" ..... ... ..... ", +" ...... . ...... ", +" ....... ....... ", +" ........ ........ ", +" ....... ....... ", +" ...... . ...... ", +" ..... ... ..... ", +" ...... ..... ...... ", +" ................. ", +" ............... ", +" ............. ", +" ........... ", +" ......... ", +" "}; + +/* XPM */ +static const char *const stop_si_xpm[] = { +"16 16 2 1", +" c None", +". c gray70", +" ........ ", +" .......... ", +" ............ ", +" .............. ", +"..... .... .....", +".... .. ....", +"..... .....", +"...... ......", +"...... ......", +"..... .....", +".... .. ....", +"..... .... .....", +" .............. ", +" ............ ", +" .......... ", +" ........ "}; + + + +/* XPM */ +static const char *const left_si_xpm[] = { +"16 16 2 1", +" c None", +". c gray70", +" ", +" .. ", +" ... ", +" .... ", +" ........ ....", +" ......... ....", +" .......... ....", +"........... ....", +"........... ....", +" .......... ....", +" ......... ....", +" ........ ....", +" .... ", +" ... .....", +" .. ... ", +" . "}; + + + +/* XPM */ +static const char *const right_si_xpm[] = { +"16 16 2 1", +" c None", +". c gray70", +" ", +" .. ", +" ... ", +" .... ", +".... ........ ", +".... ......... ", +".... .......... ", +".... ...........", +".... ...........", +".... .......... ", +".... ......... ", +".... ........ ", +" .... ", +" ........", +" .. ... ", +" . "}; + + +/* XPM */ +static const char *const tools_xpm[] = { +"22 22 8 1", +" c None", +". c #555753", +"+ c #EEEEEC", +"@ c #E0E2DD", +"# c #D9DBD6", +"$ c #D3D7CF", +"% c #C6CAC2", +"& c #BABDB6", +" ", +" ", +" ....... ", +" .++++++. ", +" .+++@@@+. ", +" ...+@@@+. ", +" .+@@@+. ", +" ... .+@@+. ", +" .++. .+@@+. ", +" .++. .+@@+. ", +" .++. .+@#+. ", +" .+@+. .+@$%+. ", +" .+@@+....+@$%&+. ", +" .+@@@++++@$$%&%+. ", +" .+@@@$$$$%%&&%$+. ", +" .+$$$$%%&&&&&%$+. ", +" .+++++++%%&&&%$+.", +" .......+$%&&&%$+", +" .+$%&&&%$", +" .+$%&&&%", +" .+$%&&&", +" .+$%&&"}; + + +/* XPM */ +static const char *const tools_s_xpm[] = { +"16 16 8 1", +" c None", +". c #555753", +"+ c #EEEEEC", +"@ c #E0E2DD", +"# c #D9DBD6", +"$ c #C6CAC2", +"% c #D3D7CF", +"& c #BABDB6", +" ", +" ...... ", +" .+++++. ", +" ..+@@+. ", +" .+@@+. ", +" .. .+@+. ", +" .+. .+@+. ", +" .+. .+@+. ", +" .++. .+@#+. ", +" .+@+...+@#$+. ", +" .+@@+++@#$$%+. ", +" .+%%%%$$$&$%+.", +" .++++++%$&$%+", +" ......+%$&$%", +" .+%$&$", +" .+%$&"}; + +/* XPM */ +static const char *const help_xpm[] = { +"14 16 16 1", +" c None", +"1 c #DBDBDB", +"2 c #B6B6B6", +"3 c #929292", +"4 c #6D6D6D", +"5 c #F1EFEF", +"6 c #018B00", +"7 c #A48A53", +"8 c #A4BDA4", +"9 c #000000", +"A c #000000", +"B c #000000", +"C c #000000", +"D c #000000", +"E c #000000", +"F c #000000", +" ", +" 444333 ", +" 4 4384 ", +" 44 4283 ", +" 4444 4824 ", +" 4444 4274 ", +" 44 4274 ", +" 474 ", +" 474 ", +" 44 ", +" 44 ", +" ", +" 44 ", +" 4764 ", +" 4674 ", +" 44 "}; + + +#endif /* __PIXMAPS_H__ */ diff -r 1100bf6b113a -r c93c5dacf687 dillo/stuff/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dillo/stuff/style.css Mon Apr 14 23:13:44 2014 +0200 @@ -0,0 +1,102 @@ +/* CSS style for SliTaz GNU/Linux Web Home */ + +body { + background: #ffffff; + color: black; + font: 13px sans-serif, vernada, arial; + margin: 0; + min-width: 640px; +} + +a { text-decoration: underline; color: #215090; } +a:hover { text-decoration: none; color: blue; } +img { border: 0pt none; vertical-align: middle; } + +/* Header */ + +#header { + height: 40px; + background: #222; + border-bottom: 4px solid #afafaf; +} + +#header h1 { + margin: 0; + padding: 8px 0 0 8px; + width: 350px; + color: white; + font-size: 20px; + font-style: italic; +} + +/* SliTaz Network */ + +#network { + float: right; + padding: 14px 5px 0; + font-size: 12px; +} + +#network a { + color: #fff; + font-weight: bold; + text-decoration: none; + padding: 0 4px; +} + +#network a:hover { color: #afafaf; } + +/* Content */ + +#content { + padding: 30px 20px; + text-align: justify; +} + +.searchbox { + margin: 40px 80px; + padding: 12px; + background: #f8f8f8; + text-align: center; + border: 1px solid #ddd; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; +} + +#social { text-align: center; color: #666; } +#social a { color: #666; padding: 0 2px; } + +/* Form */ + +input[type=submit] { + border: 1px solid #666; + background-color: #666; + color: white; + font-weight: bold; + cursor: pointer; + padding: 5px 10px; + font-size: 14px; + margin-left: -5px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + +input[type=submit]:hover { background-color: #444; } + +input[type=text] { + border: 1px solid #333333; + padding: 4px; + height: 17px; + width: 68%; + -webkit-border-top-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -moz-border-radius-topleft: 4px; + -moz-border-radius-bottomleft: 4px; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} diff -r 1100bf6b113a -r c93c5dacf687 dillo/stuff/webhome/dillo.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dillo/stuff/webhome/dillo.html Mon Apr 14 23:13:44 2014 +0200 @@ -0,0 +1,50 @@ + + + + SliTaz Dillo Home + + + + + + + + + +
+ + + + + + + +
+ + +