www-commits
[Top][All Lists]
Advanced

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

www/server/staging/nav-bar/test9 layout7.css


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout7.css
Date: Thu, 24 Apr 2014 14:39:05 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/04/24 14:39:05

Modified files:
        server/staging/nav-bar/test9: layout7.css 

Log message:
        Various adjustments to the searcher, fsf-frame, etc.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout7.css?cvsroot=www&r1=1.37&r2=1.38

Patches:
Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- layout7.css 24 Apr 2014 08:46:36 -0000      1.37
+++ layout7.css 24 Apr 2014 14:39:01 -0000      1.38
@@ -66,6 +66,7 @@
    #334683  #join-fsf
    #171d33  dark blue (from screenshot): shade behind .button.large
    #6989b6  light blue: border for h3 (license-list.html)
+   #cdc66e  greenish yellow: submit buttons and focused text input
 */
 
 /*** Luminosity contrast ratio and color difference ***
@@ -203,10 +204,10 @@
    float: left;
    font-size: .9em;
    font-family: "FreeSans", sans-serif;
-   line-height: 1.4em;
    font-weight: bold;
-   padding: .45em 1.5em;
-   background: #d1d4d7;
+   padding: .6em 1.5em 0 1.5em;
+   margin: 0;
+   background-color: #d1d4d7;
 }
 #toplinks a, #toplinks a:visited {
    color: #404040; text-decoration: none;
@@ -214,18 +215,32 @@
 #toplinks a:hover { color: #777; }
 
 #searcher {
+   display: block;
    text-align: right;
-   font-size: .9em;
-   font-family: "FreeSans", sans-serif;
    font-weight: bold;
-   line-height: 2em;
-   padding: .15em 1.5%;
+   padding: .2em 1.5%;
    background-color: #d1d4d7;
 }
-
 #searcher input {
    font-family: "FreeSans", sans-serif;
+   font-size: .9em;
+   margin: 0;
+}
+#searcher input[type="text"] {
    color: #555;
+   background: white;
+   padding: .1em .2em;
+   margin: 0;
+   border: .2em solid #b9bcbf;
+}
+#searcher input[type="submit"] {
+   padding: .1em .2em;
+   color: #404040;
+   background: #f0f2f4;
+   border: .2em solid #cdc66e;
+}
+#searcher input[type="text"]:focus {
+   border: .2em solid #cdc66e;
 }
 
 #translations {
@@ -242,6 +257,8 @@
    padding: .1em .5em .2em .5em;
    margin: 0 1.5%;
    background-color: #f0f2f4;
+   border-left: .2em solid #d1d4d7; 
+   border-right: .2em solid #d1d4d7; 
 }
 
 #translations span {
@@ -308,47 +325,53 @@
    text-align: center;
    line-height: 1.3em;
    width: auto;
-   padding: .7em .6em .4em .6em;
    margin: 1em 0;
+   padding: .7em .5em .5em .5em;
    background: #fff898;
-   border: 1px solid #b9bcbf;
+   border: .2em solid #c9cccf;
 }
-#fsf-frame p { color: #222; }
-#fsf-frame a { font-weight: bold; text-decoration: none; }
+#fsf-frame #join-fsf { padding: 0; }
 #fsf-frame hr {
    border: 1px #b9bcbf;
    width: .5em; height: .5em;
-   margin: .5em auto .3em auto;
+   margin: .4em auto;
    background-color: #b9bcbf;
 }
-#join-fsf {
-   margin: 0;
-}
-#join-fsf a, #join-fsf a:visited {  
-   padding: .15em .2em .1em .2em;
+#fsf-frame p { color: #222; margin: 0; padding: .3em; }
+#fsf-frame a, #fsf-frame a:visited {
+   font-size: 1.1em;
+   font-weight: bold;
+   text-decoration: none;
    color: #334683;
-   background: white;
-   border: 1px solid #334683;
 }
+#fsf-frame a:hover { color: #777; }
 
-#fssbox p, input {
-   margin-bottom: 0;
-}
+#fssbox { padding: 0; }
+#fssbox p, input { margin: 0; }
+#fssbox p { padding: .2em 0 0 0; }
 #fssbox input {
    font-family: "FreeSans", sans-serif;
    font-weight: bold;
-   margin: .1em 0 0 0;
+}
+#fssbox input[type="text"] {
    color: #555;
+   background: white;
+   padding: .1em .2em;
+   margin: 0;
+   border: .2em solid #b9bcbf;
 }
-#fssbox a, #fssbox a:visited {
-   font-size: 1.1em;
-   font-weight: bold;
-   color: #334683;
+#fssbox input[type="submit"] {
+   color: #404040;
+   background: #f0f2f4;
+   padding: .1em 0;
+   margin: 0;
+   border: .2em solid #cdc66e;
 }
-#fssbox a:hover, #join-fsf a:hover {
-   color: #777;
+#fssbox input[type="text"]:focus {
+   border: .2em solid #cdc66e;
 }
 
+
 /* For "normal" pages */
 #gnu-banner {
    font-size: 1.8em;
@@ -374,8 +397,9 @@
    font-size: .9em;
    font-weight: bold;
    font-style: italic;
+   padding: .5em 0;
+   margin: 0;
    color: #555;
-   margin: .4em 0 .6em 0;
 }
 #fsf-support a, #fsf-support a:visited { color: #555; }
 #fsf-support a:hover { color: black; }
@@ -544,7 +568,6 @@
 }
 div#backtotop {
 /* For older versions of layout. */
-   float: none;
    margin: .7em 0 0 0;
    text-align: right; padding: 1em;
 }
@@ -714,7 +737,7 @@
    float: right;
    text-align: center;
    font-style: normal;
-   width: 20em; max-width: 100%;
+   width: 20em; max-width: 90%;
    padding: 0;
    margin: .3em 1em 1em 1em;
    border: .3em solid #3465a4;
@@ -820,8 +843,8 @@
 div.edu-cases {
    border-top: 5px ridge #3465a4;
    border-bottom: 5px ridge #3465a4;
-   margin: 1.3em 3em;
-   padding-top: .8em;
+   padding: 1.5em 0;
+   margin: 2em 3em;
 }
 
 /* make h3 for edu-cases look like h4 for other pages */
@@ -830,8 +853,7 @@
    margin: 0; margin-bottom: 1em;
 }
 div.edu-cases ul, div.edu-cases ol {
-   padding-left: 3em;
-   margin-right: 3em;
+   padding: 0 3em;
 }
 
 /* For images in the Education section (and elsewhere?) */



reply via email to

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