www-commits
[Top][All Lists]
Advanced

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

www layout.css server/server.html


From: hellekin
Subject: www layout.css server/server.html
Date: Wed, 28 Jan 2015 18:14:24 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     hellekin <hellekin>     15/01/28 18:14:24

Modified files:
        .              : layout.css 
        server         : server.html 

Log message:
        Add note and link to RUE [refs #977044]

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.178&r2=1.179
http://web.cvs.savannah.gnu.org/viewcvs/www/server/server.html?cvsroot=www&r1=1.33&r2=1.34

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -b -r1.178 -r1.179
--- layout.css  28 Oct 2014 13:00:54 -0000      1.178
+++ layout.css  28 Jan 2015 18:14:22 -0000      1.179
@@ -2,7 +2,7 @@
 layout.css -- css stylesheet used on www.gnu.org
 
 Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011,
-   2013, 2014 Free Software Foundation
+   2013, 2014, 2015 Free Software Foundation
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
@@ -808,6 +808,25 @@
 /* For the note about Free Software Free Society */
 #content blockquote#fsfs p { padding: .3em 0; }
 
+/* For short notes about invited (external) contents. 
+   See: server/server.html
+   The #id is useful to override normal #content h3.
+*/
+#guest-post {
+    font-size: smaller;
+    float: right;
+    display: block;
+    width: 30%;
+    margin: 0.5em 1em;
+    padding: 0.5em 1em;
+    border-radius: 1em;
+}
+#guest-post h3 {
+    font-size: 1.33em;
+    color: #334683;
+    text-shadow: 1px 1px 0px #999;
+}
+
 
 /*** TRANSLATED PAGES ***/
 
@@ -866,6 +885,9 @@
    list-style-type: none;
    padding: 0;
 }
+#edu-navigation li.current {
+    border-bottom: 4px solid #971611;
+}
 #edu-navigation li a, #edu-navigation li a:visited {
    padding: .3em .45em .35em .45em;
    color: #222; text-decoration: none;

Index: server/server.html
===================================================================
RCS file: /web/www/www/server/server.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- server/server.html  12 Apr 2014 12:40:54 -0000      1.33
+++ server/server.html  28 Jan 2015 18:14:24 -0000      1.34
@@ -6,6 +6,26 @@
 <!--#include virtual="/server/banner.html" -->
 <h2>About GNU Servers</h2>
 
+<style>
+</style>
+
+<div id="guest-post" class="emph-box"><!-- January 2015 -->
+  <h3>User Control vs. User IN Control</h3>
+
+  <p>Net.Artist Olia Lialina explains the concept of designing a
+    &laquo;user experience&raquo;, which (if you think about it) is
+    the opposite of the spirit of free software (the user is in
+    control):</p>
+
+  <p><a href="http://contemporary-home-computing.org/RUE/";>Rich User
+      Experience, UX and Desktopization of War</a></p>
+
+  <p>The rejection of &laquo;designing a user experience&raquo; is why
+    we keep gnu.org simple: not a &laquo;user experience&raquo; but
+    rather a place where we present certain information, views,
+    resources and action opportunities to you.</p>
+</div>
+
 <p>We have <a href="/server/irc-rules.html">rules for official GNU and FSF IRC
 channels</a>.</p>
 
@@ -107,7 +127,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2014/04/12 12:40:54 $
+$Date: 2015/01/28 18:14:24 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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