aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/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/material/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/material/css')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css54
1 files changed, 51 insertions, 3 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index 397622bd..20d1dded 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -62,8 +62,8 @@
62 font-feature-settings: 'liga'; 62 font-feature-settings: 'liga';
63} 63}
64 64
65[class^="icon-"], 65[class^="icon-"]::before,
66[class*=" icon-"] { 66[class*=" icon-"]::before {
67 font-family: icomoon; 67 font-family: icomoon;
68 speak: none; 68 speak: none;
69 font-style: normal; 69 font-style: normal;
@@ -72,11 +72,59 @@
72 text-transform: none; 72 text-transform: none;
73 line-height: 1; 73 line-height: 1;
74 74
75 /* Enable Ligatures ================ */
76 letter-spacing: 0;
77 -webkit-font-feature-settings: "liga";
78 -moz-font-feature-settings: "liga=1";
79 -moz-font-feature-settings: "liga";
80 -ms-font-feature-settings: "liga" 1;
81 -o-font-feature-settings: "liga";
82 font-feature-settings: "liga";
83
75 /* Better Font Rendering =========== */ 84 /* Better Font Rendering =========== */
76 -webkit-font-smoothing: antialiased; 85 -webkit-font-smoothing: antialiased;
77 -moz-osx-font-smoothing: grayscale; 86 -moz-osx-font-smoothing: grayscale;
78} 87}
79 88
89.icon-image {
90 background-size: 16px 16px;
91 background: no-repeat center;
92 padding-right: 1em !important;
93 padding-left: 1em !important;
94}
95
96.icon-eye::before {
97 content: "\e9ce";
98}
99
100.icon-no-eye::before {
101 content: "\e9d1";
102}
103
104.icon-calendar::before {
105 content: "\e953";
106}
107
108.icon-time::before {
109 content: "\e952";
110}
111
112/* Carrot (http://carrot.org) */
113.icon-image--carrot {
114 background-image: url("../../_global/img/icons/carrot-icon--black.png");
115}
116
117/* Diaspora */
118.icon-image--diaspora {
119 background-image: url("../../_global/img/icons/diaspora-icon--black.png");
120}
121
122/* Shaarli */
123.icon-image--shaarli {
124 background-image: url("../../_global/img/icons/shaarli.png");
125}
126
127
80body { 128body {
81 display: flex; 129 display: flex;
82 min-height: 100vh; 130 min-height: 100vh;
@@ -643,7 +691,7 @@ main ul.row {
643} 691}
644 692
645.icon-twitter::before { 693.icon-twitter::before {
646 content: "\ea91"; 694 content: "\ea96";
647} 695}
648 696
649.icon-apple::before { 697.icon-apple::before {