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 2014/05/04 17:11:05 UTC

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

Author: marcus
Date: Sun May  4 15:11:05 2014
New Revision: 1592356

URL: http://svn.apache.org/r1592356
Log:
Updates for CSS styles

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=1592356&r1=1592355&r2=1592356&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/download/test/exceptions.css Sun May  4 15:11:05 2014
@@ -50,10 +50,25 @@ h1 { padding-left: 0.5em; }
 .green { background: url(../cachedimages/button-green.png) #D1EAA0 right top no-repeat; }
 .green:hover { background: url(../cachedimages/button-green.png) #C3E480 right -200px no-repeat; }
 .green h2 a { color: #718D36; }
+.green h3 a { color: #718D36; }
 .green:hover h2 a, #bodycol .green h2 a:hover { color: #546828; }
+.green:hover h3 a, #bodycol .green h3 a:hover { color: #546828; }
 .sub-green { background: #E9FEBE; border-top: 1px solid #C3E480; border-bottom: 1px solid #C3E480; border-radius: 15px; font-size: .8em; }
 .sub-green p { padding: .1em 3%; width: 75%; }
 
+.green-sel { background: url(../cachedimages/button-green.png) #D1EAA0 right top no-repeat; }
+.green-sel:hover { background: url(../cachedimages/button-green.png) #C3E480 right -200px no-repeat; }
+.green-sel h2 a { color: #718D36; cursor: default; }
+.green-sel h3 a { color: #718D36; }
+.green-sel p { cursor: default; }
+.green-sel p a { cursor: default; }
+.green-sel:hover h2 a, #bodycol .green-sel h2 a:hover { color: #546828; cursor: default; }
+.green-sel:hover h3 a, #bodycol .green-sel h3 a:hover { color: #546828; }
+.green-sel:hover p, #bodycol .green-sel p:hover { cursor: default; }
+.green-sel:hover p a, #bodycol .green-sel p a:hover { cursor: default; }
+.sub-green-sel { background: #E9FEBE; border-top: 1px solid #C3E480; border-bottom: 1px solid #C3E480; border-radius: 15px; font-size: .8em; }
+.sub-green-sel p { padding: .1em 3%; width: 75%; }
+
 .grey { background: #C0C0C0 right top no-repeat; cursor: default; }
 .grey:hover { background: #A0A0A0 right -200px no-repeat; cursor: default; }
 .grey h2 a { color: #404040; cursor: default; }