[pygtk-web] Make the link to PyGObject more prominent
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygtk-web] Make the link to PyGObject more prominent
- Date: Tue, 17 Apr 2018 12:04:12 +0000 (UTC)
commit d4b7639799ec605d12fd1ce0725890ac9d10c9f5
Author: Christoph Reiter <reiter christoph gmail com>
Date: Tue Apr 17 14:02:31 2018 +0200
Make the link to PyGObject more prominent
default.css | 17 +++++++++++++++++
head.src | 4 ++++
2 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/default.css b/default.css
index 8fd096d..a8db970 100644
--- a/default.css
+++ b/default.css
@@ -224,3 +224,20 @@ ul.consulting {
ul.consulting li.first {
list-style: disc
}
+
+#banner {
+ background-color: rgba(220, 80, 70, 0.7);
+ text-shadow: 0px 0px 1px #aaa;
+ color: #fff;
+ line-height: 48px;
+ font-weight: bold;
+ font-size: 1.5em;
+ text-align: center;
+ position: fixed;
+ width: 100%;
+}
+
+#banner a {
+ color: #000;
+ text-decoration: underline;
+}
diff --git a/head.src b/head.src
index 301a7f2..0de518b 100644
--- a/head.src
+++ b/head.src
@@ -17,6 +17,10 @@ urchinTracker();
<body>
+ <div id="banner">
+ Use <a href="https://pygobject.readthedocs.io">PyGObject</a> instead of PyGTK
+ </div>
+
<div id="header">
<a href="http://www.pygtk.org/"><img id="logo" src="img/gnome-64.png" alt="PyGTK" /></a>
<div id="headerNavigation">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]