aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/partials')
-rw-r--r--stylesheets/partials/_search.sass18
-rw-r--r--stylesheets/partials/_twitter.sass2
2 files changed, 20 insertions, 0 deletions
diff --git a/stylesheets/partials/_search.sass b/stylesheets/partials/_search.sass
new file mode 100644
index 00000000..4de9c021
--- /dev/null
+++ b/stylesheets/partials/_search.sass
@@ -0,0 +1,18 @@
+#search
+ position: absolute
+ left= !page_width + !sidebar_margin - !sidebar_width
+ top= 10%
+ form
+ background: url(/images/search_bg.png) no-repeat
+ padding: 2px 0 0
+ height: 28px
+ width: 218px
+ #q
+ background: none
+ width: 160px
+ margin-left: 30px
+ font-size: 15px
+ border: none
+ color: #aaa
+ &:focus
+ outline: none \ No newline at end of file
diff --git a/stylesheets/partials/_twitter.sass b/stylesheets/partials/_twitter.sass
new file mode 100644
index 00000000..baeef5b4
--- /dev/null
+++ b/stylesheets/partials/_twitter.sass
@@ -0,0 +1,2 @@
+#twitter
+ font-size: 85% \ No newline at end of file