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/09/12 00:24:47 UTC

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

Author: buildbot
Date: Thu Sep 11 22:24:46 2014
New Revision: 921906

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/exceptions.css

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Sep 11 22:24:46 2014
@@ -1 +1 @@
-1624409
+1624410

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Sep 11 22:24:46 2014
@@ -1 +1 @@
-1624409
+1624410

Modified: websites/staging/ooo-site/trunk/content/exceptions.css
==============================================================================
--- websites/staging/ooo-site/trunk/content/exceptions.css (original)
+++ websites/staging/ooo-site/trunk/content/exceptions.css Thu Sep 11 22:24:46 2014
@@ -26,11 +26,13 @@ h1 { padding-left: 0.5em; }
 
 #event_box { margin-bottom: 2%; border-radius: 15px; background: #D3D3D3; width: 100%; }
 /* #event_box { margin-bottom: 2%; border-radius: 15px; background: #D3D3D3; max-height: 215px; width: 100%; min-width: 680px; max-width: 1200px; } */
-#event_box p { margin: 0px 0px 0px 15px; padding: 15px 20px 10px 0px; color: #000000; font-size: .9em; text-decoration: none; cursor: pointer; }
-#event_box_text { float: left; margin: -88px 0px 0px 251px; }
+#event_box li:hover { background: none; }
+#event_box p { margin: 0px 0px 0px 15px; padding: 15px 20px 15px 0px; color: #000000; font-size: .9em; font-weight: bold; text-decoration: none; cursor: pointer; }
+/* #event_box_text { float: left; margin: -88px 0px 0px 251px; } */
 
-#alert_box { margin-bottom: 2%; border-radius: 15px;  width: 100%; }
+#alert_box { margin-bottom: 2%; border-radius: 15px; background: #F5A9A9; width: 100%; }
 /* #alert_box { margin-bottom: 2%; border-radius: 15px;  width: 100%; min-width: 680px; max-width: 1200px; } */
+#alert_box li:hover { background: none; }
 #alert_box h2 { margin-left: 3%; padding: 2% 3% 2% 0px; border: none; color: #000000; font-weight: bold; text-decoration: none; }
 #alert_box p { margin-left: 3%; padding: 5px 3% 2% 0px; color: #000000; font-size: .9em; text-decoration: none; }
 /* The color is set via customized JS variable as CSS style value in the HTML webpage.
@@ -38,6 +40,7 @@ h1 { padding-left: 0.5em; }
 
 #redirect_box { margin-bottom: 2%; border-radius: 15px; background: #F2F5A9; width: 100%; }
 /* #redirect_box { margin-bottom: 2%; border-radius: 15px; background: #F2F5A9; max-height: 215px; width: 100%; min-width: 680px; max-width: 1200px; } */
+#redirect_box li:hover { background: none; }
 
 #redirect_box p { margin-left: 3%; padding: 2% 3% 2% 0px; color: #000000; font-size: .9em; text-decoration: none; cursor: pointer; }