aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/baggy/css
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-10-03 23:08:26 +0200
committerThomas Citharel <tcit@tcit.fr>2016-10-03 23:08:26 +0200
commita494c33ef7e574e68ab5bb83d0bdbd67348af0ef (patch)
tree2624d7677e4c0c72e0aba3411c02916322b1e3e2 /app/Resources/static/themes/baggy/css
parenta3cc0dd0bfedf8d77c232eb38e8781b3cf38a048 (diff)
downloadwallabag-a494c33ef7e574e68ab5bb83d0bdbd67348af0ef.tar.gz
wallabag-a494c33ef7e574e68ab5bb83d0bdbd67348af0ef.tar.zst
wallabag-a494c33ef7e574e68ab5bb83d0bdbd67348af0ef.zip
Basically, fix everything
* Remove install.sh * Assets are now provided * Icons font issues are fixed
Diffstat (limited to 'app/Resources/static/themes/baggy/css')
-rwxr-xr-xapp/Resources/static/themes/baggy/css/main.css35
1 files changed, 32 insertions, 3 deletions
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css
index eeedd277..52186818 100755
--- a/app/Resources/static/themes/baggy/css/main.css
+++ b/app/Resources/static/themes/baggy/css/main.css
@@ -796,6 +796,15 @@ a.add-to-wallabag-link-after::after {
796 text-transform: none; 796 text-transform: none;
797 line-height: 1; 797 line-height: 1;
798 798
799 /* Enable Ligatures ================ */
800 letter-spacing: 0;
801 -webkit-font-feature-settings: "liga";
802 -moz-font-feature-settings: "liga=1";
803 -moz-font-feature-settings: "liga";
804 -ms-font-feature-settings: "liga" 1;
805 -o-font-feature-settings: "liga";
806 font-feature-settings: "liga";
807
799 /* Better Font Rendering =========== */ 808 /* Better Font Rendering =========== */
800 -webkit-font-smoothing: antialiased; 809 -webkit-font-smoothing: antialiased;
801 -moz-osx-font-smoothing: grayscale; 810 -moz-osx-font-smoothing: grayscale;
@@ -838,7 +847,7 @@ a.add-to-wallabag-link-after::after {
838} 847}
839 848
840.icon-twitter::before { 849.icon-twitter::before {
841 content: "\ea91"; 850 content: "\ea96";
842} 851}
843 852
844.icon-down-open::before { 853.icon-down-open::before {
@@ -877,13 +886,28 @@ a.add-to-wallabag-link-after::after {
877 content: "\e936"; 886 content: "\e936";
878} 887}
879 888
889.icon-eye::before {
890 content: "\e9ce";
891}
892
893.icon-no-eye::before {
894 content: "\e9d1";
895}
896
897.icon-calendar::before {
898 content: "\e953";
899}
900
901.icon-time::before {
902 content: "\e952";
903}
904
880/* .icon-image class, for image-based icons 905/* .icon-image class, for image-based icons
881 ========================================================================== */ 906 ========================================================================== */
882 907
883.icon-image { 908.icon-image {
884 background-size: 16px 16px; 909 background-size: 16px 16px;
885 background-repeat: no-repeat; 910 background: no-repeat center;
886 background-position: center;
887 padding-right: 1em !important; 911 padding-right: 1em !important;
888 padding-left: 1em !important; 912 padding-left: 1em !important;
889} 913}
@@ -898,6 +922,11 @@ a.add-to-wallabag-link-after::after {
898 background-image: url("../../_global/img/icons/diaspora-icon--black.png"); 922 background-image: url("../../_global/img/icons/diaspora-icon--black.png");
899} 923}
900 924
925/* Diaspora */
926.icon-image--shaarli {
927 background-image: url("../../_global/img/icons/shaarli.png");
928}
929
901/* ========================================================================== 930/* ==========================================================================
902 Icon selected 931 Icon selected
903 ========================================================================== */ 932 ========================================================================== */