summaryrefslogtreecommitdiff
path: root/hacks.css
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 12:23:12 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 12:23:12 -0500
commit8e2064bbd878ac93438a6616cbf4af21a0f41edd (patch)
tree113cd09cd2dd11d02455d575037dd1f32bb4aaea /hacks.css
The North Star 2010-2011 theme, a fork of Twenty TenHEADmaster
I'm not planning on maintaining this, I just figured I'd put it in git in case I ever want it. This has already been cleaned up a lot. I might one day do the work to make it a proper child theme (it was forked too many versions ago for it to be clean), but probably not.
Diffstat (limited to 'hacks.css')
-rw-r--r--hacks.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/hacks.css b/hacks.css
new file mode 100644
index 0000000..9df67d8
--- /dev/null
+++ b/hacks.css
@@ -0,0 +1,19 @@
+.nav {
+ background-image: -moz-linear-gradient(top, #C54444 0%, #BD0000 100%);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C54444), color-stop(100%,#BD0000));
+ background-image: -o-linear-gradient(top, #C54444, #BD0000);
+}
+
+.nav ul li form #searchsubmit {
+ -moz-border-radius-topright: 14px;
+ -moz-border-radius-bottomright: 14px;
+ -webkit-border-top-right-radius: 14px;
+ -webkit-border-bottom-right-radius: 14px;
+}
+
+.nav ul li form #s {
+ -moz-border-radius-topleft: 14px;
+ -moz-border-radius-bottomleft: 14px;
+ -webkit-border-top-left-radius: 14px;
+ -webkit-border-bottom-left-radius: 14px;
+} \ No newline at end of file