www-commits
[Top][All Lists]
Advanced

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

www layout.css


From: Therese Godefroy
Subject: www layout.css
Date: Thu, 29 Sep 2016 07:11:36 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/09/29 07:11:36

Modified files:
        .              : layout.css 

Log message:
        Buttons
            
        - remove box-shadow, replace with colored border;
        - same shape for all buttons (links and submit);
        - remove unused class 'small';
        - update color list (remove #Action, not in layout.css anymore).

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.219&r2=1.220

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/layout.css,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -b -r1.219 -r1.220
--- layout.css  29 Sep 2016 07:09:48 -0000      1.219
+++ layout.css  29 Sep 2016 07:11:36 -0000      1.220
@@ -45,8 +45,7 @@
    #005090  greenish blue: normal links
    #100070  purplish blue: normal visited links, normal hover
    blue     #urgent links
-   #171d33  dark blue (from screenshot): #Action h2
-   #971611  red from GNU banner: .button link, #join-fsf
+   #971611  red from GNU banner: #join-fsf
 
 Backgrounds
    white    #inner, navbar li.active
@@ -65,12 +64,11 @@
 Borders
    black, #111, #333, #666: tables
    #999     buttons, hr, unfocused inputs
-   #b9bcbf  bluish gray: body, #Action, .highlight-para, .announcement
+   #b9bcbf  bluish gray: body, .highlight-para, .announcement
    #d1d4d7  bluish gray: #translations, #outdated
    #3465a4  blue (slightly lighter than GNU banner): edu-cases ridges
    #6092d0  note
    #334683  focused inputs
-   #171d33  dark blue: box-shadow behind buttons
    #6989b6  light blue: border for .big-section h3
 */
 
@@ -326,41 +324,30 @@
 
 /*** BUTTONS ***/
 
-.button a, .button a:visited {
-   color: #971611;
+.button a, #join-fsf a {
+   display: block;
+   line-height: 1.2em;
+   font-weight: bold;
+   text-align: center;
    text-decoration: none;
-}
-.button a:hover {
-   color: #777;
-}
-.small {
-   font-size: 1.6em;
-   background-color: #e7e9eb;
+   padding: .3em .5em;
+/* Color and background are left out because they depend
+   on the environment. */
+   border: .1em solid #999;
 }
 
 
 /*** SPECIAL BORDERS ***/
 
 #searcher input[type="text"], #searcher input[type="submit"],
- #fssbox input[type="text"] {
+ #fssbox input[type="text"], #fssbox input[type="submit"],
+ .button a, #join-fsf a {
    border-radius: .3em;
    -moz-border-radius: .3em;
    -khtml-border-radius: .3em;
    -webkit-border-radius: .3em;
    -opera-border-radius: .3em;
 }
-#join-fsf a, #fssbox input[type="submit"] {
-   box-shadow: 0 .15em #171d33;
-   -moz-box-shadow: 0 .15em #171d33;
-   -webkit-box-shadow: 0 .15em #171d33;
-   -icab-box-shadow: 0 .15em #171d33;
-   -o-box-shadow: 0 .15em #171d33;
-   border-radius: 1em;
-   -moz-border-radius: 1em;
-   -khtml-border-radius: 1em;
-   -webkit-border-radius: 1em;
-   -opera-border-radius: 1em;
-}
 
 
 /*** RETURN LINKS ***/



reply via email to

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