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/11 23:17:53 UTC

svn commit: r1576524 - /openoffice/ooo-site/trunk/content/download/test/exceptions_gradient.css

Author: marcus
Date: Tue Mar 11 22:17:53 2014
New Revision: 1576524

URL: http://svn.apache.org/r1576524
Log:
Test file to show the colored boxes as color gradients via CSS styles

Added:
    openoffice/ooo-site/trunk/content/download/test/exceptions_gradient.css

Added: openoffice/ooo-site/trunk/content/download/test/exceptions_gradient.css
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/exceptions_gradient.css?rev=1576524&view=auto
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/exceptions_gradient.css (added)
+++ openoffice/ooo-site/trunk/content/download/test/exceptions_gradient.css Tue Mar 11 22:17:53 2014
@@ -0,0 +1,242 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements.  See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*
+* green box:		top start #E4FDAE, top end #B8DE66, bottom start #DBFD93, bottom end #A0D434
+* yellow box:		top start #FCFFB6, top end #FBD34A, bottom start #FBFFA4, bottom end #FAC81E
+* blue box:		top start #DDECFE, top end #C0D5F1, bottom start #C3DAF7, bottom end #96B9E8
+* lightblue box:	top start #C3EBFD, top end #8CC9E6, bottom start #ADE4FD, bottom end #66B8DE
+*/
+
+img { border: 0px; }
+h1 { padding-left: 0.5em; }
+#hr { visibility:hidden; }
+
+#leftcol { display: none; }
+#bodytd { padding: 0px; width: 100%; margin: 0px; }
+#navcol { display: none; }
+.warning { border: solid 3px #F00; background: #FDD; padding: 1em; }
+
+#content h2 { margin-top: 0; }
+
+.optionset { margin: 0 0 0 -2px; float: left; width: 77%; max-width: 1200px; }
+.optionset a { margin: 0; padding: .1em 0 .25em 3%; color: #333; }
+.optionset p { margin: 0; padding: .1em 0 .25em 3%; color: #333; }
+.optionset p a { margin: 0; padding: 0; color: #333; }
+.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 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 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 .first { margin-top: 0; }
+.optionset p.promotional { margin-top: 25px; }
+
+.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:hover h2 a, #bodycol .green h2 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: 72%; }
+
+.green_gradient {
+ background: url(../cachedimages/button-green-top.png) #E4FDAE right top no-repeat; /* Old browsers */
+ background: url(../cachedimages/button-green-top.png) right top no-repeat -moz-linear-gradient(top, #e4fdae 1%, #b8de66 100%); /* FF3.6+ */
+ background: url(../cachedimages/button-green-top.png) right top no-repeat -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e4fdae), color-stop(100%,#b8de66)); /* Chrome,Safari4+ */
+ background: url(../cachedimages/button-green-top.png) right top no-repeat -webkit-linear-gradient(top, #e4fdae 1%,#b8de66 100%); /* Chrome10+,Safari5.1+ */
+ background: url(../cachedimages/button-green-top.png) right top no-repeat -o-linear-gradient(top,#e4fdae 1%,#b8de66 100%); /* Opera 11.10+ */
+ background: url(../cachedimages/button-green-top.png) right top no-repeat -ms-linear-gradient(top, #e4fdae 1%,#b8de66 100%); /* IE10+ */
+ background: url(../cachedimages/button-green-top.png) right top no-repeat linear-gradient(to bottom, #e4fdae 1%,#b8de66 100%); /* W3C */
+ background: url(../cachedimages/button-green-top.png) right top no-repeat filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4fdae', endColorstr='#b8de66',GradientType=0 ); /* IE6-9 */ }
+.green_gradient:hover {
+ background: url(../cachedimages/button-green-bottom.png) #DBFD93 right top no-repeat; /* Old browsers */
+ background: url(../cachedimages/button-green-bottom.png) right top no-repeat -moz-linear-gradient(top, #dbfd93 1%, #a0d434 100%); /* FF3.6+ */
+ background: url(../cachedimages/button-green-bottom.png) right top no-repeat -webkit-gradient(linear, left top, left bottom, color-stop(1%,#dbfd93), color-stop(100%,#a0d434)); /* Chrome,Safari4+ */
+ background: url(../cachedimages/button-green-bottom.png) right top no-repeat -webkit-linear-gradient(top, #dbfd93 1%,#a0d434 100%); /* Chrome10+,Safari5.1+ */
+ background: url(../cachedimages/button-green-bottom.png) right top no-repeat -o-linear-gradient(top, #dbfd93 1%,#a0d434 100%); /* Opera 11.10+ */
+ background: url(../cachedimages/button-green-bottom.png) right top no-repeat -ms-linear-gradient(top, #dbfd93 1%,#a0d434 100%); /* IE10+ */
+ background: url(../cachedimages/button-green-bottom.png) right top no-repeat linear-gradient(to bottom, #dbfd93 1%,#a0d434 100%); /* W3C */
+ background: url(../cachedimages/button-green-bottom.png) right top no-repeat filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbfd93', endColorstr='#a0d434',GradientType=0 ); /* IE6-9 */ }
+.green_gradient h2 a { color: #718D36; }
+.green_gradient a h2 { color: #718D36; }
+.green_gradient:hover h2 a, #bodycol .green_gradient h2 a:hover { color: #546828; }
+.green_gradient:hover a h2, #bodycol .green_gradient a h2:hover { color: #546828; }
+.sub-green_gradient { background: #E9FEBE; border-top: 1px solid #C3E480; border-bottom: 1px solid #C3E480; border-radius: 15px; font-size: .8em; }
+.sub-green_gradient p { padding: .1em 3%; width: 72%; }
+
+.yellow { background: url(../cachedimages/button-yellow.png) #FFF379 right top no-repeat; }
+.yellow:hover { background: url(../cachedimages/button-yellow.png) #FFF24F right -200px no-repeat; }
+.yellow h2 a { color: #E09C09; }
+.yellow a h2 { color: #E09C09; }
+.yellow:hover h2 a, #bodycol .yellow h2 a:hover { color: #C80; }
+.yellow:hover a h2, #bodycol .yellow a h2:hover { color: #C80; }
+.sub-yellow { background: #FFFEAF; border-top: 1px solid #FBD34E; border-bottom: 1px solid #FBD34E; border-radius: 15px; font-size: .8em; }
+.sub-yellow p { padding: .1em 3%; width: 72%; }
+
+.yellow_gradient {
+ background: url(../cachedimages/button-yellow-top.png) #FCFFB6 right top no-repeat; /* Old browsers */
+ background: url(../cachedimages/button-yellow-top.png) right top no-repeat -moz-linear-gradient(top, #fcffb6 1%, #fbd34a 100%); /* FF3.6+ */
+ background: url(../cachedimages/button-yellow-top.png) right top no-repeat -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fcffb6), color-stop(100%,#fbd34a)); /* Chrome,Safari4+ */
+ background: url(../cachedimages/button-yellow-top.png) right top no-repeat -webkit-linear-gradient(top, #fcffb6 1%,#fbd34a 100%); /* Chrome10+,Safari5.1+ */
+ background: url(../cachedimages/button-yellow-top.png) right top no-repeat -o-linear-gradient(top, #fcffb6 1%,#fbd34a 100%); /* Opera 11.10+ */
+ background: url(../cachedimages/button-yellow-top.png) right top no-repeat -ms-linear-gradient(top, #fcffb6 1%,#fbd34a 100%); /* IE10+ */
+ background: url(../cachedimages/button-yellow-top.png) right top no-repeat linear-gradient(to bottom, #fcffb6 1%,#fbd34a 100%); /* W3C */
+ background: url(../cachedimages/button-yellow-top.png) right top no-repeat filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcffb6', endColorstr='#fbd34a',GradientType=0 ); /* IE6-9 */ }
+.yellow_gradient:hover {
+ background: url(../cachedimages/button-yellow-bottom.png) #FBFFA4 right top no-repeat; /* Old browsers */
+ background: url(../cachedimages/button-yellow-bottom.png) right top no-repeat -moz-linear-gradient(top, #fbffa4 1%, #fac81e 100%); /* FF3.6+ */
+ background: url(../cachedimages/button-yellow-bottom.png) right top no-repeat -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fbffa4), color-stop(100%,#fac81e)); /* Chrome,Safari4+ */
+ background: url(../cachedimages/button-yellow-bottom.png) right top no-repeat -webkit-linear-gradient(top, #fbffa4 1%,#fac81e 100%); /* Chrome10+,Safari5.1+ */
+ background: url(../cachedimages/button-yellow-bottom.png) right top no-repeat -o-linear-gradient(top, #fbffa4 1%,#fac81e 100%); /* Opera 11.10+ */
+ background: url(../cachedimages/button-yellow-bottom.png) right top no-repeat -ms-linear-gradient(top, #fbffa4 1%,#fac81e 100%); /* IE10+ */
+ background: url(../cachedimages/button-yellow-bottom.png) right top no-repeat linear-gradient(to bottom, #fbffa4 1%,#fac81e 100%); /* W3C */
+ background: url(../cachedimages/button-yellow-bottom.png) right top no-repeat filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbffa4', endColorstr='#fac81e',GradientType=0 ); /* IE6-9 */ }
+.yellow_gradient h2 a { color: #E09C09; }
+.yellow_gradient a h2 { color: #E09C09; }
+.yellow_gradient:hover h2 a, #bodycol .yellow_gradient h2 a:hover { color: #C80; }
+.yellow_gradient:hover a h2, #bodycol .yellow_gradient a h2:hover { color: #C80; }
+.sub-yellow_gradient { background: #FFFEAF; border-top: 1px solid #FBD34E; border-bottom: 1px solid #FBD34E; border-radius: 15px; font-size: .8em; }
+.sub-yellow_gradient p { padding: .1em 3%; width: 72%; }
+
+.lightblue { background: url(../cachedimages/button-lightblue.png) #D8E5F6 right top no-repeat; }
+.lightblue:hover { background: url(../cachedimages/button-lightblue.png) #C3D9F1 right -200px no-repeat; }
+.lightblue h2 a { color: #2D72CE; }
+.lightblue a h2 { color: #2D72CE; }
+.lightblue:hover h2 a, #bodycol .lightblue h2 a:hover { color: #21549A; }
+.lightblue:hover a h2, #bodycol .lightblue a h2:hover { color: #21549A; }
+.sub-lightblue { background: #E1E1FF; border-top: 1px solid #D1D1FF; border-bottom: 1px solid #D1D1FF; border-radius: 15px; font-size: .8em; }
+.sub-lightblue p { padding: .1em 3%; width: 72%; }
+
+.lightblue_gradient {
+ background: url(../cachedimages/button-lightblue-top.png) #C3DAF7 right top no-repeat; /* Old browsers */
+ background: url(../cachedimages/button-lightblue-top.png) right top no-repeat -moz-linear-gradient(top, #c3daf7 1%, #8cc9e6 100%); /* FF3.6+ */
+ background: url(../cachedimages/button-lightblue-top.png) right top no-repeat -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c3daf7), color-stop(100%,#8cc9e6)); /* Chrome,Safari4+ */
+ background: url(../cachedimages/button-lightblue-top.png) right top no-repeat -webkit-linear-gradient(top, #c3daf7 1%,#8cc9e6 100%); /* Chrome10+,Safari5.1+ */
+ background: url(../cachedimages/button-lightblue-top.png) right top no-repeat -o-linear-gradient(top, #c3daf7 1%,#8cc9e6 100%); /* Opera 11.10+ */
+ background: url(../cachedimages/button-lightblue-top.png) right top no-repeat -ms-linear-gradient(top, #c3daf7 1%,#8cc9e6 100%); /* IE10+ */
+ background: url(../cachedimages/button-lightblue-top.png) right top no-repeat linear-gradient(to bottom, #c3daf7 1%,#8cc9e6 100%); /* W3C */
+ background: url(../cachedimages/button-blue-top.png) right top no-repeat filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3daf7', endColorstr='#8cc9e6',GradientType=0 ); /* IE6-9 */ }
+.lightblue_gradient:hover {
+ background: url(../cachedimages/button-lightblue-bottom.png) #ADE4FD right top no-repeat; /* Old browsers */
+ background: url(../cachedimages/button-lightblue-bottom.png) right top no-repeat -moz-linear-gradient(top, #ade4fd 1%, #66b8de 100%); /* FF3.6+ */
+ background: url(../cachedimages/button-lightblue-bottom.png) right top no-repeat -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ade4fd), color-stop(100%,#66b8de)); /* Chrome,Safari4+ */
+ background: url(../cachedimages/button-lightblue-bottom.png) right top no-repeat -webkit-linear-gradient(top, #ade4fd 1%,#66b8de 100%); /* Chrome10+,Safari5.1+ */
+ background: url(../cachedimages/button-lightblue-bottom.png) right top no-repeat -o-linear-gradient(top, #ade4fd 1%,#66b8de 100%); /* Opera 11.10+ */
+ background: url(../cachedimages/button-lightblue-bottom.png) right top no-repeat -ms-linear-gradient(top, #ade4fd 1%,#66b8de 100%); /* IE10+ */
+ background: url(../cachedimages/button-lightblue-bottom.png) right top no-repeat linear-gradient(to bottom, #ade4fd 1%,#66b8de 100%); /* W3C */
+ background: url(../cachedimages/button-lightblue-bottom.png) right top no-repeat filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ade4fd', endColorstr='#66b8de',GradientType=0 ); /* IE6-9 */ }
+.lightblue_gradient h2 a { color: #2D72CE; }
+.lightblue_gradient a h2 { color: #2D72CE; }
+.lightblue_gradient:hover h2 a, #bodycol .lightblue_gradient h2 a:hover { color: #21549A; }
+.lightblue_gradient:hover a h2, #bodycol .lightblue_gradient a h2:hover { color: #21549A; }
+.sub-lightblue_gradient { background: #E1E1FF; border-top: 1px solid #D1D1FF; border-bottom: 1px solid #D1D1FF; border-radius: 15px; font-size: .8em; }
+.sub-lightblue_gradient p { padding: .1em 3%; width: 72%; }
+
+/* exchanged the normal picture with one that includes the extension repository graphic */
+.blue { background: url(../cachedimages/button-blue-ext.png) #D8E5F6 right top no-repeat; }
+.blue:hover { background: url(../cachedimages/button-blue-ext.png) #C3D9F1 right -200px no-repeat; }
+.blue h2 a { color: #2D72CE; }
+.blue a h2 { color: #2D72CE; }
+.blue p { color: #2D72CE; }
+.blue:hover h2 a, #bodycol .blue h2 a:hover { color: #21549A; }
+.blue:hover a h2, #bodycol .blue a h2:hover { color: #21549A; }
+.sub-blue { background: #E1E1FF; border-top: 1px solid #D1D1FF; border-bottom: 1px solid #D1D1FF; border-radius: 15px; font-size: .8em; }
+.sub-blue p { padding: .1em 3%; width: 72%; }
+
+.blue_gradient {
+ background: url(../cachedimages/button-blue-top.png) #DDECFE right top no-repeat; /* Old browsers */
+ background: url(../cachedimages/button-blue-top.png) right top no-repeat -moz-linear-gradient(top, #ddecfe 1%, #c0d5f1 100%); /* FF3.6+ */
+ background: url(../cachedimages/button-blue-top.png) right top no-repeat -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ddecfe), color-stop(100%,#c0d5f1)); /* Chrome,Safari4+ */
+ background: url(../cachedimages/button-blue-top.png) right top no-repeat -webkit-linear-gradient(top, #ddecfe 1%,#c0d5f1 100%); /* Chrome10+,Safari5.1+ */
+ background: url(../cachedimages/button-blue-top.png) right top no-repeat -o-linear-gradient(top, #ddecfe 1%,#c0d5f1 100%); /* Opera 11.10+ */
+ background: url(../cachedimages/button-blue-top.png) right top no-repeat -ms-linear-gradient(top, #ddecfe 1%,#c0d5f1 100%); /* IE10+ */
+ background: url(../cachedimages/button-blue-top.png) right top no-repeat linear-gradient(to bottom, #ddecfe 1%,#c0d5f1 100%); /* W3C */
+ background: url(../cachedimages/button-blue-top.png) right top no-repeat filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddecfe', endColorstr='#c0d5f1',GradientType=0 ); /* IE6-9 */ }
+.blue_gradient:hover {
+ background: url(../cachedimages/button-blue-bottom.png) #C3DAF7 right top no-repeat; /* Old browsers */
+ background: url(../cachedimages/button-blue-bottom.png) right top no-repeat -moz-linear-gradient(top, #c3daf7 1%, #96b9e8 100%); /* FF3.6+ */
+ background: url(../cachedimages/button-blue-bottom.png) right top no-repeat -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c3daf7), color-stop(100%,#96b9e8)); /* Chrome,Safari4+ */
+ background: url(../cachedimages/button-blue-bottom.png) right top no-repeat -webkit-linear-gradient(top, #c3daf7 1%,#96b9e8 100%); /* Chrome10+,Safari5.1+ */
+ background: url(../cachedimages/button-blue-bottom.png) right top no-repeat -o-linear-gradient(top, #c3daf7 1%,#96b9e8 100%); /* Opera 11.10+ */
+ background: url(../cachedimages/button-blue-bottom.png) right top no-repeat -ms-linear-gradient(top, #c3daf7 1%,#96b9e8 100%); /* IE10+ */
+ background: url(../cachedimages/button-blue-bottom.png) right top no-repeat linear-gradient(to bottom, #c3daf7 1%,#96b9e8 100%); /* W3C */
+ background: url(../cachedimages/button-blue-bottom.png) right top no-repeat filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3daf7', endColorstr='#96b9e8',GradientType=0 ); /* IE6-9 */ }
+.blue_gradient h2 a { color: #2D72CE; }
+.blue_gradient a h2 { color: #2D72CE; }
+.blue_gradient p { color: #2D72CE; }
+.blue_gradient:hover h2 a, #bodycol .blue_gradient h2 a:hover { color: #21549A; }
+.blue_gradient:hover a h2, #bodycol .blue_gradient a h2:hover { color: #21549A; }
+.sub-blue_gradient { background: #E1E1FF; border-top: 1px solid #D1D1FF; border-bottom: 1px solid #D1D1FF; border-radius: 15px; font-size: .8em; }
+.sub-blue_gradient p { padding: .1em 3%; width: 72%; }
+
+.orange { background: url(../cachedimages/button-orange.png) #FFD9A7 right top no-repeat; }
+.orange:hover { background: url(../cachedimages/button-orange.png) #FFBE67 right -200px no-repeat; }
+.orange h2 a { color: #D36812; }
+.orange:hover h2 a, #bodycol .orange h2 a:hover { color: #C94800; }
+.sub-orange { background: #FFE2B5; border-top: 1px solid #FFB15E; border-bottom: 1px solid #FFB15E; border-radius: 15px; font-size: .8em; }
+.sub-orange p { padding: .1em 3%; width: 72%; }
+
+.red { background: #FFD9A7 right top no-repeat; cursor: default; }
+.red h2 a { color: #D36812; cursor: default; }
+.sub-red { background: #FFE2B5; border-top: 1px solid #FFB15E; border-bottom: 1px solid #FFB15E; border-radius: 15px; font-size: .8em; cursor: default; }
+.sub-red p { padding: .1em 3%; width: 72%; cursor: default; }
+
+.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 { color: #404040; cursor: default; }
+.grey h3 a { color: #404040; cursor: default; }
+.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: default; }
+.grey:hover p a, #bodycol .grey p a:hover { color: #202020; 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; }
+
+.additionalinformation { background: none; float: right; width: 21%; clear: none; }
+.additionalinformation h2 { border-bottom: 1px solid #CCC; margin-bottom: 5px; margin-top: 0px; }
+.additionalinformation h3 { margin-left: 5px; margin-bottom: 5px; }
+.additionalinformation li { margin-left: 5px; font-size: 12px; }
+.additionalinformation a {color:#107EC0;text-decoration:underline;}
+.additionalinformation a:hover {background-color: #e6ebed;}
+
+.additionalinformation #nativelang { background-image: url(../cachedimages/nativelang.gif); background-repeat: no-repeat; background-position: top left; }
+
+#downloadextendedtext p { background: none; }
+#downloadextendedtext ul { background: none; font-weight: bold; list-style: none; margin: 0px; padding: 0px; font-size: 2em; width: 100%; float: left; color: #333; padding-left: 20px; }
+#downloadextendedtext ul a { color: #333; text-decoration: none; background: none; }
+#downloadextendedtext ul a:hover { color: #666;text-decoration: none; }
+#downloadextendedtext ul li { float: left; margin: 0px; padding: 4px; margin-right: .5em; border: 1px #D7EFA4 solid; margin-bottom: .5em; width: 7em; height: 1.7em; }
+#downloadextendedtext ul li:hover { background: #D7EFA4; }
+#downloadextendedtext ul li ul { font-weight: normal; width: auto; margin: 0px; padding: 0px; font-size: .4em; color: #555; }
+#downloadextendedtext ul.nonqabuilds { font-size: 1.4em; }
+#downloadextendedtext ul.nonqabuilds li { width: auto; }
+#downloadextendedtext ul.nonqabuilds li ul { font-size: .5em; }
+
+/* .4em is a little bit too small for nonqa */
+/*Overrides some of the special settings for the parent li*/
+#downloadextendedtext ul li ul li { border: 0px none; margin: 0px; padding: 0px; width: auto; margin-right: .4em; }
+#downloadextendedtext ul li ul li:hover { background: none; }
+
+.largetable table tr.even td { background: #EEEEEE; }
+.largetable table tr.odd td { background: none; }
+.builds { background-position: left; background-repeat: no-repeat; padding: 2px 0 2px 18px; display: block; }
+