aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/baggy/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/baggy/css/main.css')
-rwxr-xr-xapp/Resources/static/themes/baggy/css/main.css48
1 files changed, 46 insertions, 2 deletions
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css
index eeedd277..61e7b22a 100755
--- a/app/Resources/static/themes/baggy/css/main.css
+++ b/app/Resources/static/themes/baggy/css/main.css
@@ -383,9 +383,11 @@ footer a {
383 max-height: 2em; 383 max-height: 2em;
384 overflow-y: hidden; 384 overflow-y: hidden;
385 padding: 0; 385 padding: 0;
386 margin: 0;
386} 387}
387 388
388.card-entry-tags li { 389.card-entry-tags li,
390.card-entry-tags span {
389 display: inline-block; 391 display: inline-block;
390 margin: 0 5px; 392 margin: 0 5px;
391 padding: 5px 12px; 393 padding: 5px 12px;
@@ -394,9 +396,19 @@ footer a {
394 max-height: 2em; 396 max-height: 2em;
395 overflow: hidden; 397 overflow: hidden;
396 text-overflow: ellipsis; 398 text-overflow: ellipsis;
399}
400
401.card-entry-tags a,
402.card-entry-labels a {
403 text-decoration: none;
404 font-weight: normal;
397 color: #fff; 405 color: #fff;
398} 406}
399 407
408.nav-panel-add-tag {
409 margin-top: 10px;
410}
411
400.list-entries + .results { 412.list-entries + .results {
401 margin-bottom: 2em; 413 margin-bottom: 2em;
402} 414}
@@ -509,6 +521,7 @@ img.preview {
509 color: #666; 521 color: #666;
510 font-size: 0.9em; 522 font-size: 0.9em;
511 line-height: 1.7; 523 line-height: 1.7;
524 margin-top: 5px;
512} 525}
513 526
514.entry h2 a::first-letter { 527.entry h2 a::first-letter {
@@ -796,6 +809,15 @@ a.add-to-wallabag-link-after::after {
796 text-transform: none; 809 text-transform: none;
797 line-height: 1; 810 line-height: 1;
798 811
812 /* Enable Ligatures ================ */
813 letter-spacing: 0;
814 -webkit-font-feature-settings: "liga";
815 -moz-font-feature-settings: "liga=1";
816 -moz-font-feature-settings: "liga";
817 -ms-font-feature-settings: "liga" 1;
818 -o-font-feature-settings: "liga";
819 font-feature-settings: "liga";
820
799 /* Better Font Rendering =========== */ 821 /* Better Font Rendering =========== */
800 -webkit-font-smoothing: antialiased; 822 -webkit-font-smoothing: antialiased;
801 -moz-osx-font-smoothing: grayscale; 823 -moz-osx-font-smoothing: grayscale;
@@ -838,7 +860,7 @@ a.add-to-wallabag-link-after::after {
838} 860}
839 861
840.icon-twitter::before { 862.icon-twitter::before {
841 content: "\ea91"; 863 content: "\ea96";
842} 864}
843 865
844.icon-down-open::before { 866.icon-down-open::before {
@@ -877,6 +899,22 @@ a.add-to-wallabag-link-after::after {
877 content: "\e936"; 899 content: "\e936";
878} 900}
879 901
902.icon-eye::before {
903 content: "\e9ce";
904}
905
906.icon-no-eye::before {
907 content: "\e9d1";
908}
909
910.icon-calendar::before {
911 content: "\e953";
912}
913
914.icon-time::before {
915 content: "\e952";
916}
917
880/* .icon-image class, for image-based icons 918/* .icon-image class, for image-based icons
881 ========================================================================== */ 919 ========================================================================== */
882 920
@@ -898,6 +936,11 @@ a.add-to-wallabag-link-after::after {
898 background-image: url("../../_global/img/icons/diaspora-icon--black.png"); 936 background-image: url("../../_global/img/icons/diaspora-icon--black.png");
899} 937}
900 938
939/* shaarli */
940.icon-image--shaarli {
941 background-image: url("../../_global/img/icons/shaarli.png");
942}
943
901/* ========================================================================== 944/* ==========================================================================
902 Icon selected 945 Icon selected
903 ========================================================================== */ 946 ========================================================================== */
@@ -991,6 +1034,7 @@ blockquote {
991 1034
992#article_toolbar li { 1035#article_toolbar li {
993 display: inline-block; 1036 display: inline-block;
1037 margin: 3px auto;
994} 1038}
995 1039
996#article_toolbar a { 1040#article_toolbar a {