guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: website: Copy "branding" class to 'manual.css'.


From: Ludovic Courtès
Subject: 01/02: website: Copy "branding" class to 'manual.css'.
Date: Wed, 19 Jan 2022 09:41:18 -0500 (EST)

civodul pushed a commit to branch master
in repository guix-artwork.

commit 4acd39b32817a9a43a42d334313dcc53653859fb
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jan 19 15:15:02 2022 +0100

    website: Copy "branding" class to 'manual.css'.
    
    * website/static/base/css/manual.css (.branding): Copy from navbar.css.
---
 website/static/base/css/manual.css | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/website/static/base/css/manual.css 
b/website/static/base/css/manual.css
index bc52965..59c8ea1 100644
--- a/website/static/base/css/manual.css
+++ b/website/static/base/css/manual.css
@@ -21,6 +21,28 @@
     margin: 0px;
 }
 
+.branding {
+    position: relative;
+    overflow: hidden;
+}
+
+.branding:link,
+.branding:visited {
+    background-image: url("../img/Guix-logo.png");
+    background-position: bottom;
+    background-repeat: no-repeat;
+    border-style: none;
+    display: inline-block;
+    height: 55px;
+    width: 170px;
+}
+
+.branding:active,
+.branding:focus,
+.branding:hover {
+    background-position: top;
+}
+
 /* Note: Compared to navbar.css, changed 'menu' to 'navbar-menu' to
    avoid clash with the "menu" class used in the Texinfo-generated
    HTML.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]