www-commits
[Top][All Lists]
Advanced

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

www/gnu30 gnu30.css


From: rsiddharth
Subject: www/gnu30 gnu30.css
Date: Wed, 04 Sep 2013 11:05:07 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     rsiddharth <rsd>        13/09/04 11:05:07

Modified files:
        gnu30          : gnu30.css 

Log message:
        css update

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu30/gnu30.css?cvsroot=www&r1=1.1&r2=1.2

Patches:
Index: gnu30.css
===================================================================
RCS file: /web/www/www/gnu30/gnu30.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- gnu30.css   1 Sep 2013 17:45:06 -0000       1.1
+++ gnu30.css   4 Sep 2013 11:05:07 -0000       1.2
@@ -39,13 +39,38 @@
     padding-bottom: 0em;
 }
 .emph-box {
-    margin-bottom: 10px;
+    margin-bottom: 20px;
+       border: 3px solid #cccccc;
+       border-radius: 0.4em;
 }
-.bg-gnu {
-       background-image: url(/graphics/heckert_gnu.transparent.png);
-       background-repeat: no-repeat;
-       background-size: 10%;
-       background-position: right bottom;
+.emph-box p {
+  font-size: 1em;
+}
+.emph-box h4 {
+  background-color: #919191; 
+  color: rgb(236, 236, 236);
+  border-radius: 0.2em;
+}
+.emph-box h4 a[href] {
+       color: #ececec;
+}
+.emph-box h4 a[href]:visited {
+       color: #ececec;
+}
+.emph-box h4 a[href]:hover {
+       color: rgb(52,101,164);
+}
+.emph-box h4 a[href]:active {
+       color: rgb(52,101,164);
+}
+.gnu-a-day {
+       background-color: #43779f;  /* alternative: #98a9b6 */
+       border-radius: 0.3em;
+       padding: 0.4em;
+       color: rgb(255,255,255);
+}
+.gnu-a-day a[href] {
+       color: rgb(255,255,255);
 }
 td:first-child {
     width: 12%;
@@ -55,6 +80,10 @@
     width: 60%;
 }
 
+.narrow-region {
+       width: 86%;
+       margin-left:7%;
+}
 @media screen and (max-width:40em) {
        .yui-g .yui-u,.yui-g div.first, .yui-gc div.first, .yui-gc .yui-u {
                width:98%; float: none; margin-left: 1%;



reply via email to

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