From c2c0df8dd5a2d659db19ff898696524f4923207a Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Tue, 1 Mar 2016 17:38:57 +0100 Subject: [PATCH] Add Fira Sans font --- tpl/default/css/shaarli.css | 39 +++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css index 34abc130..eeff5151 100644 --- a/tpl/default/css/shaarli.css +++ b/tpl/default/css/shaarli.css @@ -443,7 +443,7 @@ body { */ .linklist-item { margin: 15px 0; - background: #fff; + background: #f5f5f5; box-shadow: 2px 2px 0.5em #797979; } @@ -458,23 +458,31 @@ body { } .linklist-item-title h2 { - padding: 2px 10px; + padding: 3px 10px 0 10px; line-height: 25px; } .linklist-item-title a { - font-size: 0.6em; + font-size: 0.7em; color: #d0fff0; text-decoration: none; vertical-align: middle; + font-family: Roboto Slab, Arial, sans-serif; } -.linklist-item-title a:hover { +.linklist-item-title .linklist-link:visited { + color: #ddd; +} + +.linklist-item-title a:hover, .linklist-item-title .linklist-link:hover{ color: #fff; } + .linklist-item-title .label-private { border: solid 1px #d0fff0; + font-family: Arial, sans-serif; + font-size: 0.65em; } .linklist-item-title .fold-button { @@ -492,6 +500,20 @@ body { .linklist-item-description { padding: 10px; + font-family: Roboto Slab, Arial, sans-serif; +} + +.linklist-item-description a { + text-decoration: none; + color: #1b926c; +} + +.linklist-item-description a:hover { + text-shadow: 1px 1px #ddd; +} + +.linklist-item-description a:visited { + color: #20b988; } .linklist-item-infos { @@ -512,6 +534,10 @@ body { color: #000; } +.linklist-item-tags { + margin: 0 0 5px 0; +} + .linklist-item-infos .label-tag { border: 1px solid #505050; font-size: 0.9em; @@ -521,6 +547,11 @@ body { border: 1px solid #000; } +.linklist-plugin-icon { + width: 13px; + height: 13px; +} + .linklist-item-infos-url { text-align: right; white-space: nowrap; -- 2.41.0