www-commits
[Top][All Lists]
Advanced

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

www/proprietary proprietary.css


From: Therese Godefroy
Subject: www/proprietary proprietary.css
Date: Mon, 18 Nov 2019 05:17:08 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 19/11/18 05:17:08

Added files:
        proprietary    : proprietary.css 

Log message:
        Add a stylesheet for malware pages (www-discuss 2019-11-15).

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/proprietary/proprietary.css?cvsroot=www&rev=1.1

Patches:
Index: proprietary.css
===================================================================
RCS file: proprietary.css
diff -N proprietary.css
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ proprietary.css     18 Nov 2019 10:17:07 -0000      1.1
@@ -0,0 +1,119 @@
+/* Stylesheet for the Proprietary Malware section of https://www.gnu.org,
+created November 13, 2019.
+This file is in the public domain. */
+
+#navlinks {
+    display: none;
+}
+#about-dir {
+    font-size: .9em;
+    color: #444;
+}
+#about-page {
+    font-style: italic;
+}
+#about-dir p, #about-page p {
+    margin: .5em 0;
+}
+.important {
+    margin: 2em 0;
+}
+#TOC {
+    font-size: .9em;
+    text-align: center;
+    margin: 2em auto;
+}
+#TOC h3 {
+    display: none;
+}
+#TOC h4 {
+    font-size: 1em;
+    margin: 1em 0 .2em;
+}
+#TOC ul, #TOC li {
+    display: inline;
+    margin: 0;
+}
+#TOC li a {
+    display: inline-block;
+    padding: .1em .3em;
+    margin: .2em;
+    border: 1px solid #ccc;
+}
+#TOC a, #TOC a:visited,
+ #navlinks a, #navlinks a:visited {
+    color: #004caa;
+    text-decoration: none;
+}
+#TOC a:hover, #navlinks a:hover {
+    text-decoration: underline;
+}
+
+@media (min-width: 57em) {
+    #content {
+        position: relative;
+    }
+    #navlinks {
+        display: block;
+        position: absolute; top: 0; left: 0;
+        width: 12em;
+        height: 100%;
+        overflow: auto;
+        padding: 0 0 2.5em;
+        background: #fffcf9;
+        border-right: .1em solid #d9d8d3;
+        margin: 0;
+    }
+    #navlinks h3 {
+        font-size: 1.1em;
+        text-align: center;
+        padding: 1em .5em 0;
+        margin-top: 0;
+    }
+    #navlinks h4 {
+        font-size: 1em;
+        margin: .5em 1em .2em;
+    }
+    #navlinks ul, #navlinks li {
+        list-style: none;
+        margin: 0;
+    }
+    #navlinks a {
+        display: block;
+        padding: 0 .5em 0 1.5em;
+        margin: .1em 0;
+    }
+    #navlinks li.active a, #navlinks li.active a:visited {
+        color: black;
+        font-style: italic;
+    }
+    #navlinks li.active a:hover {
+        text-decoration: none;
+    }
+    .article {
+        margin-left: 11em;
+    }
+    .translators-notes {
+        margin-left: 12.1em;
+    }
+}
+@media (min-width: 63em) {
+    #navlinks {
+        width: 13em;
+    }
+    #navlinks h4 {
+        font-size: 1em;
+        margin: .5em 1.5em .2em;
+    }
+    #navlinks a {
+        padding: 0 1em 0 2em;
+    }
+    .article {
+        padding: 0 2%;
+        margin-left: 11.9em;
+    }
+    .translators-notes {
+        padding: 0 2%;
+        margin-left: 13.1em;
+    }
+}



reply via email to

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