You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2010/01/25 20:00:09 UTC

svn commit: r902925 - in /subversion/site/publish: images/corner-white.gif style/site.css

Author: cmpilato
Date: Mon Jan 25 19:00:08 2010
New Revision: 902925

URL: http://svn.apache.org/viewvc?rev=902925&view=rev
Log:
* site/publish/style/site.css
  Move heading-level-related stuff into a separate group, and tweak
  some styles to better distinguish the various levels.

* site/publish/images/corner-white.gif
  A handy little corner-maker.

Added:
    subversion/site/publish/images/corner-white.gif   (with props)
Modified:
    subversion/site/publish/style/site.css

Added: subversion/site/publish/images/corner-white.gif
URL: http://svn.apache.org/viewvc/subversion/site/publish/images/corner-white.gif?rev=902925&view=auto
==============================================================================
Binary file - no diff available.

Propchange: subversion/site/publish/images/corner-white.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Modified: subversion/site/publish/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=902925&r1=902924&r2=902925&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Mon Jan 25 19:00:08 2010
@@ -12,26 +12,6 @@
 img {
   border: 0;
 }
-h1, h2, h3, h4 {
-  font-weight: normal;
-  font-style: normal;
-  margin-top: 1.5em;
-  line-height: 1em;
-}
-h1 {
-  font-size: 200%;
-  text-align: center;
-  margin: 1.5em 0;
-}
-h2 {
-  font-size: 160%;
-}
-h3 {
-  font-size: 135%;
-}
-h4 {
-  font-size: 120%;
-}
 table {
   border: 0;
   border-collapse: collapse;
@@ -70,7 +50,7 @@
     top: 101px;
     left: 0px;
     width: 15em;
-    border-top: solid 10px #a5d32a;
+    border-top: solid 10px #aece5b;
     background-color: #d6e3b2;
   }
   #site-nav-menu {
@@ -106,12 +86,6 @@
     text-decoration: none;
   }
 }
-
-/*
-** Customizations
-*/
-.h1, .h2, .h3, .h4 {
-}
 #site-nav ul {
   list-style: none;
   padding-left: 0em;
@@ -122,6 +96,43 @@
 #site-nav ul ul {
   padding-left: 2em;
 }
+
+/*
+** Headings
+*/
+
+h1, h2, h3, h4 {
+  font-weight: normal;
+  font-style: normal;
+  margin-top: 1.5em;
+  line-height: 1em;
+}
+h1 {
+  font-size: 200%;
+  text-align: center;
+  margin: 1.5em 0;
+}
+h2 {
+  font-size: 160%;
+  background: url('/images/corner-white.gif') no-repeat #aece5b;
+  padding: 0.25em;
+}
+h3 {
+  font-size: 125%;
+  background: url('/images/corner-white.gif') no-repeat rgb(147,176,218);
+  padding: 0.25em;
+}
+h4 {
+  font-size: 115%;
+}
+.h3 {
+  margin-left: 2em;
+}
+
+/*
+** Other Customizations
+*/
+
 .notice {
   background-color: yellow;
   margin: 0.5em 5em;