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/03/16 21:30:34 UTC

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

Author: marcus
Date: Sun Mar 16 20:30:33 2014
New Revision: 1578156

URL: http://svn.apache.org/r1578156
Log:
Updated styles for grey box

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=1578156&r1=1578155&r2=1578156&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/download/test/exceptions.css Sun Mar 16 20:30:33 2014
@@ -33,15 +33,15 @@ h1 { padding-left: 0.5em; }
 .optionset a p { margin: 0; padding: 0; color: #333; }
 #bodycol .optionset p a:hover, #bodycol .optionset .button:hover p a { color: #000; }
 .optionset .button { border-radius: 15px; margin-top: 10px; }
-.optionset .button h2 { margin: 0 0 0 -1px; padding: 0; cursor: pointer; border: none; }
+.optionset .button h2 { margin: 0 0 0 -1px; padding: 0; border: none; cursor: pointer; }
 .optionset .button h2 a { display: block; padding: 25px 25% 0 3%; font-weight: bold; text-decoration: none; cursor: pointer; }
 .optionset .button a h2 { display: block; padding: 0px 0% 0 3%; font-weight: bold; text-decoration: none; cursor: pointer; }
-.optionset .button h3 { margin: 0 0 0 -1px; padding: 0; cursor: pointer; border: none; }
+.optionset .button h3 { margin: 0 0 0 -1px; padding: 0; border: none; cursor: pointer; }
 .optionset .button h3 a { display: block; padding: 5px 25% 0 3%; font-weight: bold; text-decoration: none; cursor: pointer; }
 .optionset .button p { padding: 0; font-size: .9em; padding-bottom: 25px; cursor: pointer; }
 .optionset .button p a { display: block; padding: .1em 25% .25em 3%; text-decoration: none; cursor: pointer; }
 .optionset .button a p { display: block; padding: .1em 25% .25em 3%; text-decoration: none; cursor: pointer; }
-.optionset .button form { display: block; padding: 0px 25% 0px 3%; }
+.optionset .button form { display: block; padding: 0px 25% 0px 3%; text-decoration: none; }
 .optionset .first { margin-top: 0; }
 .optionset p.promotional { margin-top: 25px; }
 
@@ -55,10 +55,14 @@ h1 { padding-left: 0.5em; }
 .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; }
+.grey h3 a { color: #404040; cursor: pointer; }
 .grey p { color: #404040; cursor: default; }
 .grey p a { color: #404040; cursor: default; }
 .grey:hover h2 a, #bodycol .grey h2 a:hover { color: #202020; cursor: default; }
+.grey:hover h3 a, #bodycol .grey h3 a:hover { color: #202020; cursor: pointer; }
+.grey:hover p, #bodycol .grey p:hover { color: #202020; cursor: default; }
 .grey:hover p a, #bodycol .grey p a:hover { color: #202020; cursor: default; }
+.grey form { color: #404040; cursor: default; }
 .sub-grey { background: #E0E0E0; border-top: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0; border-radius: 15px; font-size: .8em; cursor: default; }
 .sub-grey p { padding: .1em 3%; width: 72%; cursor: default; }