You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/08/30 13:47:01 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/blog/resources/css styles.css

michi       2003/08/30 04:47:01

  Modified:    src/webapp/lenya/pubs/blog publication.xml
               src/webapp/lenya/pubs/blog/resources/css styles.css
  Log:
  colors prettified
  
  Revision  Changes    Path
  1.2       +2 -1      cocoon-lenya/src/webapp/lenya/pubs/blog/publication.xml
  
  Index: publication.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/blog/publication.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- publication.xml	5 Aug 2003 19:50:47 -0000	1.1
  +++ publication.xml	30 Aug 2003 11:47:00 -0000	1.2
  @@ -13,6 +13,7 @@
   might be helpful
   <br /><a href="http://www.w3schools.com/css/css_reference.asp">CSS2 Reference</a>
   <br /><a href="http://www.csszengarden.com">The Beauty of CSS Design</a>
  +<br /><a href="http://www.lightsphere.com/colors/">216 Color Square</a>
   
   <h3>Weblog Resources</h3>
   <a href="http://www.intertwingly.net/wiki/pie/Syntax">Doctypes</a> (entry, feed, etc.)
  
  
  
  1.6       +47 -4     cocoon-lenya/src/webapp/lenya/pubs/blog/resources/css/styles.css
  
  Index: styles.css
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/blog/resources/css/styles.css,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- styles.css	27 Aug 2003 06:59:21 -0000	1.5
  +++ styles.css	30 Aug 2003 11:47:00 -0000	1.6
  @@ -15,6 +15,23 @@
     /*border: 1pt solid blue;*/
   }
   
  +td#title a {
  +  text-decoration: none;
  +  color: #006699;
  +}
  +
  +td#title a:hover {
  +  color: #ff6600;
  +}
  +
  +td#title a:visited {
  +  color: #006699;
  +}
  +
  +td#title a:visited:hover {
  +  color: #ff6600;
  +}
  +
   td#subtitle {
     padding-left: 10pt;
     padding-top: 5pt;
  @@ -43,7 +60,23 @@
     /*border: 1pt solid green;*/
   }
   
  +td#sidebar a {
  +  text-decoration: none;
  +  color: #3366cc;
  +}
   
  +td#sidebar a:hover {
  +  color: #ff6600;
  +}
  +
  +td#sidebar a:visited {
  +  color: #909090;
  +}
  +
  +td#sidebar a:visited:hover {
  +  color: #ff6600;
  +  background-color: transparent;
  +}
   
   div.sidebar-title {
     font-style: verdana, sans-serif;
  @@ -62,10 +95,6 @@
     /*border: 1pt solid red;*/
   }
   
  -td#sidebar a {
  -  text-decoration: none;
  -}
  -
   p.issued {
     text-align: right;
     color: #999999;
  @@ -87,6 +116,20 @@
   
   div.title a {
     text-decoration: none;
  +  color: #3366cc;
  +}
  +
  +div.title a:hover {
  +  color: #ff6600;
  +}
  +
  +div.title a:visited {
  +  color: #909090;
  +}
  +
  +div.title a:visited:hover {
  +  color: #ff6600;
  +  background-color: transparent;
   }
   
   div.subtitle {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org