You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/05/04 17:11:53 UTC

svn commit: r908002 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/exceptions.css

Author: buildbot
Date: Sun May  4 15:11:53 2014
New Revision: 908002

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/test/exceptions.css

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun May  4 15:11:53 2014
@@ -1 +1 @@
-1592355
+1592356

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun May  4 15:11:53 2014
@@ -1 +1 @@
-1592355
+1592356

Modified: websites/staging/ooo-site/trunk/content/download/test/exceptions.css
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/exceptions.css (original)
+++ websites/staging/ooo-site/trunk/content/download/test/exceptions.css Sun May  4 15:11:53 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; }