Author: marcus
Date: Mon Jul 22 17:40:04 2013
New Revision: 1505742
URL: http://svn.apache.org/r1505742
Log:
Added missing CSS code for the light-blue box
Modified:
openoffice/ooo-site/trunk/content/download/exceptions.css
Modified: openoffice/ooo-site/trunk/content/download/exceptions.css
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/exceptions.css?rev=1505742&r1=1505741&r2=1505742&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/download/exceptions.css Mon Jul 22
17:40:04 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; }