www-commits
[Top][All Lists]
Advanced

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

www/server/staging body-include-1.html body-inc...


From: Therese Godefroy
Subject: www/server/staging body-include-1.html body-inc...
Date: Tue, 31 Mar 2020 07:09:37 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/03/31 07:09:37

Modified files:
        server/staging : body-include-1.html body-include-2.html 
                         layout.css 
        server/staging/nav-bar/test9: footer-text.html 

Log message:
        Darken #content when the translist is displayed (suggested by Amin).

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/body-include-1.html?cvsroot=www&r1=1.32&r2=1.33
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/body-include-2.html?cvsroot=www&r1=1.29&r2=1.30
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/layout.css?cvsroot=www&r1=1.41&r2=1.42
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/footer-text.html?cvsroot=www&r1=1.37&r2=1.38

Patches:
Index: body-include-1.html
===================================================================
RCS file: /webcvs/www/www/server/staging/body-include-1.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- body-include-1.html 10 Mar 2020 13:17:42 -0000      1.32
+++ body-include-1.html 31 Mar 2020 11:09:36 -0000      1.33
@@ -40,7 +40,7 @@
 
 <div id="switches">
  <label for="navbar-input"  id="navbar-button" class="switch">
-  <img id="navbar-icon" width="1" height="1"
+  <img id="navbar-icon"
        src="/server/staging/layout/menu.png"
        alt="&nbsp;[Show/Hide main menu in browsers that support CSS3]&nbsp;" />
  </label>
@@ -51,7 +51,7 @@
        alt="&nbsp;[Search www.gnu.org]&nbsp;" /></a>
 <!--#if expr="$TRANSLATION_LIST = /<span dir=\"ltr\">/" -->
  <label for="language-input"  id="language-button" class="switch">
-  <img id="language-icon" width="1" height="1"
+  <img id="language-icon"
        src="/server/staging/layout/flags.1.png"
        alt="&nbsp;[Show/Hide languages in browsers that support CSS3]&nbsp;" />
  </label>
@@ -59,7 +59,6 @@
   <a href="#languages">Languages</a>
  </div>
 <!--#endif -->
-
 </div>
 </div>
 <!-- end of server/body-include-1.html -->

Index: body-include-2.html
===================================================================
RCS file: /webcvs/www/www/server/staging/body-include-2.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- body-include-2.html 29 Feb 2020 09:51:06 -0000      1.29
+++ body-include-2.html 31 Mar 2020 11:09:36 -0000      1.30
@@ -79,4 +79,7 @@
  </ul>
  <div style="clear: both"></div>
 </div><!-- /"navigation -->
+<!--#if expr="$TRANSLATION_LIST = /<span dir=\"ltr\">/" -->
+<input type="checkbox" id="language-input" />
+<!--#endif -->
 <!-- end of server/body-include-2 -->

Index: layout.css
===================================================================
RCS file: /webcvs/www/www/server/staging/layout.css,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- layout.css  30 Mar 2020 12:57:37 -0000      1.41
+++ layout.css  31 Mar 2020 11:09:36 -0000      1.42
@@ -501,6 +501,10 @@
       z-index: 20;
       cursor: pointer;
    }
+   input#language-input:checked ~ #content,
+   input#language-input:checked ~ #content #navlinks {
+       background: #ccc;
+   }
 /*
    #outdated-button {
       display: inline-block;

Index: nav-bar/test9/footer-text.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/footer-text.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- nav-bar/test9/footer-text.html      30 Mar 2020 12:57:37 -0000      1.37
+++ nav-bar/test9/footer-text.html      31 Mar 2020 11:09:36 -0000      1.38
@@ -10,7 +10,6 @@
 <div style="clear:both"></div>
 
 <!--#if expr="$TRANSLATION_LIST = /<span dir=\"ltr\">/" -->
-<input type="checkbox" id="language-input" />
 <label id="language-close" for="language-input">&#x274E;</label>
 <div id="languages" class="rounded-corners">
 <hr class="no-display" />



reply via email to

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