]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Localnav-type style for object nav.
authorSamantha Doherty <sammy@status.net>
Mon, 11 Apr 2011 13:54:52 +0000 (09:54 -0400)
committerSamantha Doherty <sammy@status.net>
Mon, 11 Apr 2011 14:05:36 +0000 (10:05 -0400)
theme/neo/css/display.css

index da19d021271189ff5ff290dd6c38c5df2b2d8a0f..f69370bf572f13c18a9f204e6e4ca0662d3071f3 100644 (file)
@@ -506,6 +506,37 @@ address {
     line-height: 1.2em;
 }
 
+#site_nav_object ul {
+    background: url('../images/brdr_black_dot.png') repeat-x top left;
+}
+
+#site_nav_object li {
+    display: block;
+    margin: -8px 0px 8px 0px;
+    padding-top: 8px;
+}
+
+#site_nav_object a {
+    font-size: 14px;
+    display: block;
+    padding: 0px 0px 1px 10px;
+    -webkit-border-radius: 4px;
+    -moz-border-radius: 4px;
+    border-radius: 4px;
+    text-transform: uppercase;
+    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
+}
+
+#site_nav_object a:hover, #site_nav_object .current a {
+    color: #fff;
+    text-decoration: none;
+    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
+    background: #364a84;
+    background: -moz-linear-gradient(top, #7b8dbb , #364a84);
+    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b8dbb), color-stop(100%,#364a84));
+    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8dbb', endColorstr='#364a84',GradientType=0 );
+}
+
 .section ul.entities {
     width: 240px;
 }