]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
Added Material theme
authorAlexandr Danilov <bitbucket@modos189.ru>
Tue, 4 Aug 2015 14:18:15 +0000 (17:18 +0300)
committerAlexandr Danilov <bitbucket@modos189.ru>
Tue, 4 Aug 2015 14:18:15 +0000 (17:18 +0300)
commit53e121881b78bad3475aa92f2f33be231b441c2f
treea19caa2976c8de5b4c744fc3883e3af112881623
parent7e63b892f9682e62f6758bb51c6912499f5bd8d1
Added Material theme
56 files changed:
src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/README.md [new file with mode: 0755]
src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig [new file with mode: 0755]
src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/_materialize.min.css [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css [new file with mode: 0755]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/materialize.css [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/materialize.min.css [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/print.css [new file with mode: 0755]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/material-design-icons/LICENSE.txt [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/material-design-icons/Material-Design-Icons.eot [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/material-design-icons/Material-Design-Icons.svg [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/material-design-icons/Material-Design-Icons.ttf [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/material-design-icons/Material-Design-Icons.woff [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/material-design-icons/Material-Design-Icons.woff2 [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/roboto/Roboto-Bold.ttf [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/roboto/Roboto-Bold.woff [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/roboto/Roboto-Bold.woff2 [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/roboto/Roboto-Light.ttf [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/roboto/Roboto-Light.woff [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/roboto/Roboto-Light.woff2 [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/roboto/Roboto-Medium.ttf [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/roboto/Roboto-Medium.woff [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/roboto/Roboto-Medium.woff2 [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/roboto/Roboto-Regular.ttf [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/roboto/Roboto-Regular.woff [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/roboto/Roboto-Regular.woff2 [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/roboto/Roboto-Thin.ttf [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/roboto/Roboto-Thin.woff [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/font/roboto/Roboto-Thin.woff2 [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/fonts/icomoon.eot [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/fonts/icomoon.svg [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/fonts/icomoon.ttf [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/fonts/icomoon.woff [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/fonts/ptsans.woff [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/img/baggy/blank.png [new file with mode: 0755]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/img/baggy/down.png [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/img/baggy/list.png [new file with mode: 0755]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/img/baggy/table.png [new file with mode: 0755]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/img/baggy/top.png [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/img/bg-select.png [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/img/logo-other_themes.png [new file with mode: 0755]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/img/logo-w.png [new file with mode: 0755]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/img/logo-wallabag.svg [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/img/logo.png [new file with mode: 0755]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/img/logo.svg [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/init.js [new file with mode: 0755]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/jquery-2.1.4.min.js [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/materialize.js [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/materialize.min.js [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/restoreScroll.js [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/material/screenshot.jpg [new file with mode: 0755]
web/themes/material [new symlink]