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/07/12 16:08:04 UTC

svn commit: r1609922 - /openoffice/ooo-site/trunk/content/exceptions.css

Author: marcus
Date: Sat Jul 12 14:08:03 2014
New Revision: 1609922

URL: http://svn.apache.org/r1609922
Log:
Added styles for the new redirect box at top of 'index.html'

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

Modified: openoffice/ooo-site/trunk/content/exceptions.css
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/exceptions.css?rev=1609922&r1=1609921&r2=1609922&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/exceptions.css Sat Jul 12 14:08:03 2014
@@ -30,6 +30,10 @@ h1 { padding-left: 0.5em; }
 /* The color is set via customized JS variable as CSS style value in the HTML webpage.
 #alert_box { background: #FFD9A7; } */
 
+#redirect_box { margin-bottom: 2%; border-radius: 15px; background: #F2F5A9; max-height: 215px; width: 100%; min-width: 680px; max-width: 1200px; }
+#redirect_box h2 { margin-left: 3%; padding: 2% 3% 2% 0px; border: none; color: #000000; font-weight: bold; text-decoration: none; }
+#redirect_box p { margin-left: 3%; padding: 2% 3% 2% 0px; color: #000000; font-size: .9em; text-decoration: none; cursor: pointer; }
+
 .optionset { margin: 0 0 0 -2px; float: left; width: 67%; max-width: 1200px; }
 .optionset a { margin: 0; padding: .1em 0 .25em 3%; width: 97%; color: #333; }
 .optionset p { margin: 0; padding: .1em 0 .25em 3%; width: 97%; color: #333; }