├── README.md ├── VivaZen ├── README.md ├── VivaZen.css └── screenshots │ ├── address-bookmark-hide.gif │ ├── address-hide.gif │ └── bookmark-hide.gif └── my custom mod ├── README.md ├── screenshots ├── floating_panel_off.png ├── floating_panel_on.png ├── history.png ├── search.png ├── startpage.png └── tab_bar.png └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Igor-Ratajczak/Vivaldi-CSS/HEAD/README.md -------------------------------------------------------------------------------- /VivaZen/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Igor-Ratajczak/Vivaldi-CSS/HEAD/VivaZen/README.md -------------------------------------------------------------------------------- /VivaZen/VivaZen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Igor-Ratajczak/Vivaldi-CSS/HEAD/VivaZen/VivaZen.css -------------------------------------------------------------------------------- /VivaZen/screenshots/address-bookmark-hide.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Igor-Ratajczak/Vivaldi-CSS/HEAD/VivaZen/screenshots/address-bookmark-hide.gif -------------------------------------------------------------------------------- /VivaZen/screenshots/address-hide.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Igor-Ratajczak/Vivaldi-CSS/HEAD/VivaZen/screenshots/address-hide.gif -------------------------------------------------------------------------------- /VivaZen/screenshots/bookmark-hide.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Igor-Ratajczak/Vivaldi-CSS/HEAD/VivaZen/screenshots/bookmark-hide.gif -------------------------------------------------------------------------------- /my custom mod/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Igor-Ratajczak/Vivaldi-CSS/HEAD/my custom mod/README.md -------------------------------------------------------------------------------- /my custom mod/screenshots/floating_panel_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Igor-Ratajczak/Vivaldi-CSS/HEAD/my custom mod/screenshots/floating_panel_off.png -------------------------------------------------------------------------------- /my custom mod/screenshots/floating_panel_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Igor-Ratajczak/Vivaldi-CSS/HEAD/my custom mod/screenshots/floating_panel_on.png -------------------------------------------------------------------------------- /my custom mod/screenshots/history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Igor-Ratajczak/Vivaldi-CSS/HEAD/my custom mod/screenshots/history.png -------------------------------------------------------------------------------- /my custom mod/screenshots/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Igor-Ratajczak/Vivaldi-CSS/HEAD/my custom mod/screenshots/search.png -------------------------------------------------------------------------------- /my custom mod/screenshots/startpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Igor-Ratajczak/Vivaldi-CSS/HEAD/my custom mod/screenshots/startpage.png -------------------------------------------------------------------------------- /my custom mod/screenshots/tab_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Igor-Ratajczak/Vivaldi-CSS/HEAD/my custom mod/screenshots/tab_bar.png -------------------------------------------------------------------------------- /my custom mod/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Igor-Ratajczak/Vivaldi-CSS/HEAD/my custom mod/style.css --------------------------------------------------------------------------------