From 72983121e68289a7497927417e52a8ec5f16aa7b Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 21 May 2020 05:15:49 +0200 Subject: Drop static content. JQuery, Bootstrap etc. are not maintainable in this repository, just like one should avoid embedding copies of other project in packaging work. We rely on the distro-provided variants instead: $ apt install fonts-font-awesome libjs-bootstrap4 libjs-jquery Ikwiki doesn't copy symlinks for security reasons, so unfortunately deploy one's own sandbox wiki is less easy now. Instructions will follow shortly. Also, port the templates to Bootstrap 4. --- static/css/fripost.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'static/css/fripost.css') diff --git a/static/css/fripost.css b/static/css/fripost.css index b7a235b..817fa4b 100644 --- a/static/css/fripost.css +++ b/static/css/fripost.css @@ -2,14 +2,21 @@ background-color: inherit; border-bottom: black thin solid; border-radius: 0; - margin-top: 1em } -.navbar-fripost a { +.navbar-fripost .navbar-nav .nav-link { color: black; } .navbar-fripost .navbar-toggle .icon-bar { background-color: black; } +ul.navbar-nav > li.nav-item > a.nav-link:focus, +ul.navbar-nav > li.nav-item > a.nav-link:hover, +ul.navbar-nav > li.nav-item > .dropdown-menu > a.dropdown-item:hover, +ul.navbar-nav > li.nav-item > .dropdown-menu > a.dropdown-item:focus { + color: inherit; + text-decoration: none; + background-color: #eee; +} table { border-collapse: separate; border-spacing: 1ex; -- cgit v1.2.3