www-commits
[Top][All Lists]
Advanced

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

www/server/staging/gnuhealth home0.html


From: Therese Godefroy
Subject: www/server/staging/gnuhealth home0.html
Date: Wed, 31 Aug 2016 07:40:08 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/08/31 07:40:08

Modified files:
        server/staging/gnuhealth: home0.html 

Log message:
        Change button style.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/gnuhealth/home0.html?cvsroot=www&r1=1.13&r2=1.14

Patches:
Index: home0.html
===================================================================
RCS file: /webcvs/www/www/server/staging/gnuhealth/home0.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- home0.html  30 Aug 2016 14:46:45 -0000      1.13
+++ home0.html  31 Aug 2016 07:40:08 -0000      1.14
@@ -37,18 +37,51 @@
 }
 /* ======================= */
 
-/* === This will be replaced with the new button style === */
-#home .button.large {
-   width: auto: max-width: 100%;
+#home .button {
    font-size: 1.8em;
-   padding: 0;
-   margin: 1.5em 0;
-   background-color: #e7e9eb;
-   border: .1em solid #c9cccf;
+   text-align: center;
+   font-weight: bold;
+   margin-top: 1.3em; margin-bottom: 1.3em;
 }
-.large a {
+.button a {
    display: block;
-   padding: .4em;
+   padding: .4em .6em;
+   background: #ebedef;
+   border: .1em solid #dbdddf;
+   border-radius: .3em;
+   -moz-border-radius: .3em;
+   -khtml-border-radius: .3em;
+   -webkit-border-radius: .3em;
+   -opera-border-radius: .3em;
+   background: #dbdddf; /* For browsers that do not support gradients */
+   background: -webkit-linear-gradient(#dbdddf, white, #dbdddf); /* For Safari 
5.1 to 6.0 */
+   background: -o-linear-gradient(#dbdddf, white, #dbdddf); /* For Opera 11.1 
to 12.0 */
+   background: -moz-linear-gradient(#dbdddf, white, #dbdddf); /* For Firefox 
3.6 to 15 */
+   background: linear-gradient(#dbdddf, white, #dbdddf); /* Standard syntax */
+}
+.button a, .button a:visited {
+   text-decoration: none;
+}
+.button a:hover {
+   background: #c9cccf; /* For browsers that do not support gradients */
+   background: -webkit-linear-gradient(#c9cccf, white, #c9cccf); /* For Safari 
5.1 to 6.0 */
+   background: -o-linear-gradient(#c9cccf, white, #c9cccf); /* For Opera 11.1 
to 12.0 */
+   background: -moz-linear-gradient(#c9cccf, white, #c9cccf); /* For Firefox 
3.6 to 15 */
+   background: linear-gradient(#c9cccf, white, #c9cccf); /* Standard syntax */
+}
+
+/* This inactivates the old style. */
+.large {
+   padding: 0;
+   background: none;
+   border: none;
+}
+#home .button {
+   box-shadow: none;
+   -moz-box-shadow: none;
+   -webkit-box-shadow: none;
+   -icab-box-shadow: none;
+   -o-box-shadow: none;
 }
 /* ======================= */
 
@@ -131,16 +164,12 @@
 }
 
 /* === Banner === */
-#gnuhealth {
-   display: none;
-   width: 22em; max-width: 100%;
-   margin: 0 auto;
-}
-#gnuhealth img {
-   width: 100%;
-}
+#gnuhealth { display: none; }
 @media (min-width: 57em) {
-   #gnuhealth { display: block; }
+   #gnuhealth {
+      display: block;
+      width: 100%;
+   }
 }
 /* ======================= */
 
@@ -265,8 +294,8 @@
 
 <div class="second-column">
 
-<p id="gnuhealth"><a href="http://www.gnuhealthcon.org/2016-las_palmas/";><img
-src="gnuhealthcon2016_small.jpg" alt="GNUHealth Conference 2016" /></a></p>
+<a href="http://www.gnuhealthcon.org/2016-las_palmas/";><img id="gnuhealth"
+src="gnuhealthcon2016_small.jpg" alt="GNUHealth Conference 2016" /></a>
 
 <div id="Flashes" class="emph-box">
 <h3><a href="http://planet.gnu.org/";>Planet GNU</a>
@@ -413,7 +442,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2016/08/30 14:46:45 $
+$Date: 2016/08/31 07:40:08 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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