You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2013/07/24 22:56:45 UTC

svn commit: r1506708 - /openoffice/ooo-site/trunk/content/download/test/exceptions.css

Author: marcus
Date: Wed Jul 24 20:56:45 2013
New Revision: 1506708

URL: http://svn.apache.org/r1506708
Log:
Added CSS code for the lightblue box

Modified:
    openoffice/ooo-site/trunk/content/download/test/exceptions.css

Modified: openoffice/ooo-site/trunk/content/download/test/exceptions.css
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/exceptions.css?rev=1506708&r1=1506707&r2=1506708&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/download/test/exceptions.css Wed Jul 24 20:56:45 2013
@@ -67,6 +67,13 @@ h1 { padding-left: 0.5em; }
 .sub-blue { background: #E1E1FF; border-top: 1px solid #D1D1FF; border-bottom: 1px solid #D1D1FF; font-size: .8em; }
 .sub-blue p { padding: .1em 3%; width: 94%; }
 
+.lightblue { background: url(http://www.openoffice.org/download/cachedimages/button-lightblue.png) #D8E5F6 right 0 no-repeat; }
+.lightblue:hover { background: url(http://www.openoffice.org/download/cachedimages/button-lightblue.png) #C3D9F1 right -200px no-repeat; }
+.lightblue h2 a { color: #2D72CE; }
+.lightblue:hover h2 a, #bodycol .lightblue h2 a:hover { color: #21549A; }
+.sub-lightblue { background: #E1E1FF; border-top: 1px solid #D1D1FF; border-bottom: 1px solid #D1D1FF; font-size: .8em; }
+.sub-lightblue p { padding: .1em 3%; width: 94%; }
+
 .yellow { background: url(http://www.openoffice.org/download/cachedimages/button-yellow.png) #FFF379 right top no-repeat; }
 .yellow:hover { background: url(http://www.openoffice.org/download/cachedimages/button-yellow.png) #FFF24F right -200px no-repeat; }
 .yellow h2 a { color: #E09C09; }