[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
www/server/staging/server select-language.html
From: |
Lorenzo L. Ancora |
Subject: |
www/server/staging/server select-language.html |
Date: |
Sun, 17 Jan 2021 07:43:12 -0500 (EST) |
CVSROOT: /web/www
Module name: www
Changes by: Lorenzo L. Ancora <lorenzoancora> 21/01/17 07:43:12
Modified files:
server/staging/server: select-language.html
Log message:
Semantic text colour and coherent selection behaviour in the language
list
CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/server/select-language.html?cvsroot=www&r1=1.2&r2=1.3
Patches:
Index: select-language.html
===================================================================
RCS file: /web/www/www/server/staging/server/select-language.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- select-language.html 17 Jan 2021 12:25:30 -0000 1.2
+++ select-language.html 17 Jan 2021 12:43:11 -0000 1.3
@@ -4,8 +4,12 @@
- GNU Project - Free Software Foundation</title>
<style type="text/css">
<!--
+ ul#lang-select-cp {
+ --labbr-color: #a42e2b;
+ user-select: none;
+ }
span.lang-abbr {
- color: #a42e2b;
+ color: var(--labbr-color, red);
margin-right: 1ch;
user-select: none;
font-family: monospace;
@@ -15,6 +19,10 @@
font-variant: all-small-caps;
text-align: center;
}
+ #lrbtn a, #lrbtn a:visited {
+ color: var(--labbr-color, red) !important;
+ text-decoration: none;
+ }
ul#lang-select-cp li {
display: inline-block;
width: 15.5em;
@@ -24,6 +32,7 @@
ul#lang-select-cp li a {
padding: 0.3em;
font-family: sans-serif;
+ user-select: text;
}
-->
</style>
@@ -335,7 +344,7 @@
<p class="unprintable">Updated:
<!-- timestamp start -->
-$Date: 2021/01/17 12:25:30 $
+$Date: 2021/01/17 12:43:11 $
<!-- timestamp end -->
</p>
</div>