savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] [42] attempt at local.css from Aljoscha


From: karl
Subject: [Savannah-cvs] [42] attempt at local.css from Aljoscha
Date: Tue, 01 Oct 2013 16:36:33 +0000

Revision: 42
          http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=42
Author:   karl
Date:     2013-10-01 16:36:27 +0000 (Tue, 01 Oct 2013)
Log Message:
-----------
attempt at local.css from Aljoscha

Modified Paths:
--------------
    trunk/sviki/DownloadArea.mdwn

Added Paths:
-----------
    trunk/sviki/local.css

Modified: trunk/sviki/DownloadArea.mdwn
===================================================================
--- trunk/sviki/DownloadArea.mdwn       2013-09-25 23:28:04 UTC (rev 41)
+++ trunk/sviki/DownloadArea.mdwn       2013-10-01 16:36:27 UTC (rev 42)
@@ -116,16 +116,15 @@
 
 We are looking for mirrors of the nongnu download area. The webmasters
 may inform us, or people may come to us directly. Information for new
-mirrors is at
-<http://www.gnu.org/server/mirror.html>
-(GNU webmasters can edit).
+mirrors is at <http://www.gnu.org/server/mirror.html> (GNU webmasters
+can edit).
 
 When we are told of a new mirror, we should verify, and then 1) on mgt,
-add contact information to /root/administration/mirrors-contacts.txt; 2)
-on dl.sv.gnu.org, add the mirror url(s) to 2a)
-/srv/download/00\_MIRRORS.html (alphabetical, check
+add contact information to `/root/administration/mirrors-contacts.txt`;
+2) on dl.sv.gnu.org, add the mirror url(s) to 2a)
+`/srv/download/00_MIRRORS.html` (alphabetical, check
 <http://download.savannah.gnu.org/releases-noredirect/00_MIRRORS.html>)
-and 2b) /srv/download/00\_MIRRORS.txt (no order).
+and 2b) `/srv/download/00_MIRRORS.txt` (no order).
 
 Links
 -----

Added: trunk/sviki/local.css
===================================================================
--- trunk/sviki/local.css                               (rev 0)
+++ trunk/sviki/local.css       2013-10-01 16:36:27 UTC (rev 42)
@@ -0,0 +1,62 @@
+/* To the extent possible under law, Aljosha Papsch has waived all copyright
+ * and related or neighboring rights to this file.
+ * This work is published from: Germany.
+ * http://creativecommons.org/publicdomain/zero/1.0/
+ */
+
+body {
+    background-color: white;
+    margin: 0;
+    font-family: sans-serif;
+}
+
+/* Header */
+.pageheader .actions ul {
+    border-bottom: none;
+}
+
+.pageheader {
+    background-color: #ffe4b7;
+    padding: 1em;
+}
+
+/* Body */
+#pagebody {
+    margin: 1em;
+}
+
+/* Footer */
+.pagefooter {
+    font-size: 0.8em;
+    padding: 1em;
+    margin-top: 1em;
+}
+#pageinfo {
+    border-top: none;
+    color: silver;
+}
+
+/* Single elements */
+h1 {
+    border-bottom: 2px solid black;
+}
+
+pre {
+    background-color: #ffffdd;
+    border: thin solid #e5e297;
+    font-family: monospace;
+    margin-left: 0.5em;
+    padding: 0.2em;
+}
+
+a {
+    color: #641212;
+    text-decoration: underline;
+}
+a:hover {
+    color: #c40f0f;
+    text-decoration: none;
+}
+a:active {
+    color: #ff0000;
+}


Property changes on: trunk/sviki/local.css
___________________________________________________________________
Added: svn:eol-style
   + native




reply via email to

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