Hello!

This patch makes some cosmetic changes in header of hurd.gnu.org pages.

p.s.: there's some problems in news items css, I will fix then later.
-- 
Anatoly A. Kazantsev <[EMAIL PROTECTED]>
--- local.css	2008-11-23 22:59:50.000000000 +0600
+++ local-top-changes.css	2008-11-23 22:53:12.000000000 +0600
@@ -30,24 +30,20 @@
 body
 {
   font-family: "Bitstream Vera Sans", sans-serif;
-  margin: 2px;
-  padding: 1em;
+  padding: 0.5em;
 }
 
 p
 {
-  clear: left;
+  clear:left;
 }
 
 hr
 {
-  height: 1px;
-  border-style: none;
-  background-color: black;
-  /* No idea, if this is ``just'' a Firefox bug (looks fine without the
-   * following statement in konqueror), but it for sure inhibits the `hr's from
-   * being shifted to the right.  */
-  margin-left: 0px;
+  background-color:black;
+  border-style:none;
+  height:1px;
+  margin-left:0;
 }
 
 pre
@@ -57,7 +53,7 @@
   padding: 0.5em;
 }
 
-/* Put these elements side by side.  */
+/*Put these elements side by side.*/
 .pagedate,
 .pagecopyright,
 .pagelicense
@@ -70,7 +66,7 @@
 {
   display: inline;
 }
-/* But add some spacing between them.  */
+/* But add some spacing between them.*/
 .pagedate + .pagecopyright,
 .pagedate + .pagelicense,
 .pagecopyright + .pagelicense,
@@ -80,15 +76,73 @@
   padding-left: 1em;
 }
 
+a
+{
+  text-decoration: none;
+}
+
+a:hover
+{
+  border-bottom: 1px dotted blue;
+}
+
 .header
 {
   padding: 0.5em;
   background-color: #f0f0f0;
 }
 
-.actions
+.pageheader .actions
+{
+  background-color: #e7e7e7;
+  padding: 0em 0.5em 0.3em 0.5em;
+  border-top: 1px solid #999999;
+  font-weight: bold;
+}
+
+.pageheader .actions ul:before
+{
+  font-weight: normal;
+  font-style: oblique;
+  content: "This page:";
+}
+
+.pageheader .actions ul
+{
+  border: none;
+  padding-top: 0.7em;
+}
+
+.actions li
+{
+  padding: 0.7em 0.7em 0.4em 0.7em;
+  border: 1px solid #e7e7e7;
+  border-top: 1px solid #999999;
+}
+
+.pageheader .actions li:hover
 {
   background-color: #f0f0f0;
+  border: 1px solid #999999;
+  border-top: 1px solid #f0f0f0;
+  -moz-border-radius-bottomleft: 0.8em;
+  -moz-border-radius-bottomright: 0.8em;
+}
+
+.pageheader .actions a
+{
+  text-decoration: none;
+  border: none;
+}
+
+.pageheader .actions a:hover
+{
+  border-bottom: 1px dotted blue;
+}
+
+#content
+{
+  padding: 0.5em;
 }
 
 #sidebar

Attachment: pgpFa8lsYqLt5.pgp
Description: PGP signature

Reply via email to