www-commits
[Top][All Lists]
Advanced

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

www/server/staging layout.css


From: Therese Godefroy
Subject: www/server/staging layout.css
Date: Tue, 25 Feb 2020 09:40:04 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/02/25 09:40:04

Modified files:
        server/staging : layout.css 

Log message:
        Tweaks for compatibility with current includes; cosmetic changes.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/layout.css?cvsroot=www&r1=1.29&r2=1.30

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/server/staging/layout.css,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- layout.css  24 Feb 2020 13:46:39 -0000      1.29
+++ layout.css  25 Feb 2020 14:40:04 -0000      1.30
@@ -62,13 +62,6 @@
                 #222            2.27
                 black           3.00
                 #049            1.31
-
-Green (another option for visited links)
-   #360         white           6.90          AA
-                #333            1.83
-                #222            2.30
-                black           3.04
-                #049            1.33
 */
 
 
@@ -139,7 +132,6 @@
 /* Transition from previous version */
 /************************************/
 
-
 #header #fsf-frame { display: none; }
 #navlinks { display: none; }
 
@@ -156,7 +148,8 @@
 #toplinks a {
    white-space: nowrap;
    display: inline-block;
-   font-family: "FreeSans", sans-serif;
+   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
+   sans-serif;
    font-weight: bold;
    margin-right: 1em;
 }
@@ -184,20 +177,22 @@
    clear: both;
    font-size: .9em;
    text-align: left;
+   columns: 1;
    border-bottom: .2em solid #ddd;
 }
 .inner > #translations p {
-   line-height: 1.2em;
    padding: 0 3%;
+   line-height: 1.2em;
    margin: 0;
 }
 .inner > #translations span {
    display: inline;
    white-space: nowrap;
+   width: auto;
    font-size: .9em;
-   margin-right: .5em;
 }
 .inner > #translations span a, #translations span a:visited {
+   padding: 0;
    color: #222; text-decoration: none;
 }
 .inner > #translations span.original {
@@ -206,7 +201,8 @@
 
 /*** BANNER ***/
 
-div#gnu-banner { padding: 0; }
+div#gnu-banner { line-height: 1.2em; padding: .4em 0 .5em; }
+div#gnu-banner strong, div#gnu-banner img { vertical-align: bottom; } 
 
 
 
@@ -259,7 +255,7 @@
    padding: 0 3%;
    text-align: center;
 }
-p#gnu-banner {
+#gnu-banner {
    display: inline-block;
    font-size: 1.875em;      /* 30px */
    line-height: 1em;
@@ -270,7 +266,6 @@
    display: inline-block;
    vertical-align: middle;
    height: 1.5em;
-   margin: 0 .15em 0 0;
 }
 #gnu-banner strong { font-weight: normal; }
 
@@ -357,8 +352,8 @@
    .inner { position: relative; }
    #header { display: block; }
 
-   #gnu-banner .hide, p#fsf-support { display: none; }
-   p#gnu-banner {
+   #gnu-banner .hide { display: none; }
+   #gnu-banner {
       font-size: 2em;
       padding-left: 0;
       margin: 0;
@@ -375,10 +370,13 @@
    .switch { margin: 0 3%; }
 
    #navbar-button { display: inline-block; }
+/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
+/* This will need to be commented out until all the translated includes are
+   regenerated. */
    #navigation, #fsf-links { height: 3px; }
    #back-to-top { position: relative; bottom: 1em; }
-
    #navigation ul, #fsf-links ul { display: none; }
+/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    #navbar-input:checked ~ #navigation { height: auto; }
    #navbar-input:checked ~ #navigation ul { display: block; }
    #navbar-input:checked ~ #fsf-links { height: auto; }
@@ -729,7 +727,7 @@
 .nounderline { text-decoration: none; }
 .small { font-size: .875em; }  /* 16px -> 14px */
 .big   { font-size: 1.125em; } /* 16px -> 18px */
-.inline-list li { display: inline }
+.inline-list li { display: inline; }
 .no-bullet li { list-style: none; }
 .no-display { display: none; }
 .clear { clear: both; }
@@ -1567,10 +1565,12 @@
 .button a[href], #header a[href], #fsf-support, #languages, #languages 
a[href], #navlinks, #navlinks a[href],
 .edu-breadcrumb, .edu-breadcrumb a[href], .breadcrumb, .breadcrumb a,
 .trans-disclaimer, .trans-disclaimer a[href] {
-   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
sans-serif;
+   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
+                sans-serif;
 }
 #navigation a[href], ul#edu-navigation a[href], #fsf-links a[href] {
-   font-family: "Dosis", "Noto Sans Display", "Noto Sans", "Liberation Sans", 
sans-serif;
+   font-family: "Dosis", "Noto Sans Display", "Noto Sans", "Liberation Sans",
+                sans-serif;
 }
 #gnu-banner strong {
    font-family: "Noto Sans", "Liberation Sans", sans-serif;



reply via email to

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