www-commits
[Top][All Lists]
Advanced

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

www layout.css style.rtl.css server/body-includ...


From: hellekin
Subject: www layout.css style.rtl.css server/body-includ...
Date: Mon, 15 Sep 2014 17:47:18 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     hellekin <hellekin>     14/09/15 17:47:18

Modified files:
        .              : layout.css style.rtl.css 
        server         : body-include-2.html 

Log message:
        Rationalize promotional banners

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.175&r2=1.176
http://web.cvs.savannah.gnu.org/viewcvs/www/style.rtl.css?cvsroot=www&r1=1.2&r2=1.3
http://web.cvs.savannah.gnu.org/viewcvs/www/server/body-include-2.html?cvsroot=www&r1=1.79&r2=1.80

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -b -r1.175 -r1.176
--- layout.css  18 May 2014 06:58:46 -0000      1.175
+++ layout.css  15 Sep 2014 17:47:16 -0000      1.176
@@ -465,6 +465,22 @@
    cursor:pointer;
 }
 
+/*** PROMOTIONAL BANNER ***/
+
+.promo-banner {
+    direction: ltr;                  /* rtl-review */
+    background-position: 99% 9%;     /* rtl-review */
+    background-color: #ccc;
+    background-repeat: no-repeat;
+    font-size: large;
+    overflow: hidden;
+    padding: 1em 6em 0.25em 6em;     /* size-review */
+}
+.promo-banner>p:first-child {
+    font-size: x-large;
+    font-weight: bold;
+}
+
 
 /*** NAVIGATION BAR ***/
 

Index: style.rtl.css
===================================================================
RCS file: /web/www/www/style.rtl.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- style.rtl.css       28 Apr 2014 12:27:23 -0000      1.2
+++ style.rtl.css       15 Sep 2014 17:47:16 -0000      1.3
@@ -26,6 +26,9 @@
    float: left;
 }
 #searcher, #content p.back { text-align: left; }
+.promo-banner {
+    background-position: 1% 9%;
+}
 #toplinks, #mission-statement img, #gnu-banner img,
 #content div.big-section {
    float: right;

Index: server/body-include-2.html
===================================================================
RCS file: /web/www/www/server/body-include-2.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- server/body-include-2.html  21 Aug 2014 04:31:43 -0000      1.79
+++ server/body-include-2.html  15 Sep 2014 17:47:17 -0000      1.80
@@ -30,25 +30,8 @@
 
 </div><!-- /header -->
 
-<div id="ghm-banner"
-     style="overflow: hidden; background: #ccc url(/graphics/gnunet.png) 99% 
1% no-repeat; font-size: large; padding: 5px">
-  <p style="font-size: x-large; font-weight: bold;">
-    <strong>BREAKING:</strong>
-    <a href="https://gnunet.org/ghm2014knock"; rel="endorsed no-follow" 
title="Watch Julian Kirsch's Master Thesis">Knocking Down The HACIENDA</a>
-  </p>
-  <p>GNU hackers opened the <a href="http://www.gnu.org/ghm/";
-title="GNU Hackers' Meeting">GHM</a> by revealing the offensive
-<strong>HACIENDA</strong> global surveillance program for <abbr
-title="Total World Domination">TWD</abbr>, and <strong>how to <a
-href="https://gnunet.org/kirsch2014knock"; rel="endorsed no-follow"
-title="Read Julian Kirsch's Master Thesis">knock</a> it down with
-stealth TCP services</strong>! <a
-href="https://gnunet.org/ghm2014knock"; rel="endorsed no-follow"
-title="Watch Julian Kirsch's Master Thesis 25 minute presentation at GHM2014">
-Watch it now</a>! [<a
-href="https://fsf.org/blogs/community/gnu-hackers-discover-hacienda-government-surveillance-and-give-us-a-way-to-fight-back?pk_campaign=hacienda&amp;pk_kwd=gnu.org";
-title="Do you want to know more?">more</a>]</p>
-</div>
+<!-- Promotional Banner -->
+<!--#include virtual="/server/banners/2014-09-hacienda.html" -->
 
 <div id="navigation">
 



reply via email to

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