From e0419ddf02e6340552ea994a55e8c11481d5aa13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Emonet?= Date: Sat, 4 Jun 2016 00:00:20 +0200 Subject: [PATCH] Added version (2015.08) to all pages via CSS --- css/swc.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/css/swc.css b/css/swc.css index 448ee02ec..6e73f9b7b 100644 --- a/css/swc.css +++ b/css/swc.css @@ -827,3 +827,21 @@ div.chapter h2 { margin: 0px 0px; } } +/* version added automatically */ +div.banner::before { + content: "Version 2015.08"; + font-size: 10px; + font-family: monospace; + font-weight: bold; + line-height: 1; + /* */ + position: fixed; + right: 0; + top: 0; + z-index: 10; + /* */ + color: white; + background: rgb(43, 57, 144); + padding: 3px; + border: 1px solid white; +}