From 5489adf453847f823e5611e131fc56229e952465 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 13 May 2020 17:58:28 -0700 Subject: style tweaks --- fatcat_scholar/templates/base.html | 13 +++++++++- fatcat_scholar/templates/search.html | 2 +- fatcat_scholar/templates/search_macros.html | 38 ++++++++++++++++------------- 3 files changed, 34 insertions(+), 19 deletions(-) (limited to 'fatcat_scholar/templates') diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index d47003b..fffdadd 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -37,7 +37,10 @@ } {# for fulltext search result highlighting #} .search_highlights em { - background-color: #FFFFBB; {# yellow #} + {# yellow #} + {# background-color: #FFFFBB; #} + font-style: normal; + font-weight: bold; } footer p a { @@ -47,6 +50,14 @@ color: rgba(255, 255, 255, 1.0); opacity: 1.0; } + + .ui.label.small { + border-radius: 0; + } + + .ui.card a:hover { + opacity: 0.75; + } {%- block title -%}scholar.archive.org{%- endblock %} +
{% else %} Maybe some filters, facets, counts over here? {% endif %}
-
Release Date