Author: wave
Date: Fri Jun 22 21:25:29 2012
New Revision: 1353032
URL: http://svn.apache.org/viewvc?rev=1353032&view=rev
Log:
added rightnav support
Modified:
incubator/ooo/ooo-site/trunk/content/css/ooo.css
Modified: incubator/ooo/ooo-site/trunk/content/css/ooo.css
URL:
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/css/ooo.css?rev=1353032&r1=1353031&r2=1353032&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/css/ooo.css (original)
+++ incubator/ooo/ooo-site/trunk/content/css/ooo.css Fri Jun 22 21:25:29 2012
@@ -350,6 +350,58 @@ td {
text-decoration:underline;
}
+#rightnav {
+ border: 1px solid #e6ebed;
+ border-rightt: none;
+ -moz-border-radius: 10px 0 0 0;
+ border-radius: 10px 0 0 0;
+ color: #003;
+ float: right;
+ padding: 5px 15px 15px 20px;
+ width: 150px;
+ background: none repeat scroll 0 0 #f5f8fa;
+ margin: 20px 12px 0 0;
+}
+
+#rightnav img {
+ padding-bottom: 15px;
+ margin-left: auto;
+ margin-right: auto;
+ display: block;
+}
+
+#rightnav h1 {
+ color: #000;
+ font-size: 1em;
+ padding: 0;
+ margin-top: 0.8em;
+ margin-bottom: 0;
+ border-bottom: 1px solid #a3afb6;
+}
+
+#rightnav ul {
+ margin: 0 0;
+ padding: 0;
+ list-style: none;
+}
+
+#rightnav li {
+ border-bottom: 1px solid #e6ebed;
+ margin: 0.2em 0;
+ padding: 0;
+}
+
+#rightnav li a {
+ margin: 0;
+ text-decoration:none;
+}
+
+#rightnav li a:hover {
+ color: #107EC0;
+ background-color: #e6ebed;
+ text-decoration:underline;
+}
+
#navigation {
border: 1px solid #e6ebed;
border-left: none;