aboutsummaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stylesheets/_theme.sass7
-rw-r--r--stylesheets/partials/_sidebar.sass20
-rw-r--r--stylesheets/partials/_twitter.sass41
3 files changed, 33 insertions, 35 deletions
diff --git a/stylesheets/_theme.sass b/stylesheets/_theme.sass
index 016957b7..7e59e012 100644
--- a/stylesheets/_theme.sass
+++ b/stylesheets/_theme.sass
@@ -42,9 +42,4 @@
!textinput_border_right = #c3c3c3
!textinput_border_focus = #989898
-!cancel_link = #555
-
-// Button Colors
-!default_button_text_color = #fff
-!default_button_bg = yellow
-!blue_btn = desaturate(adjust_hue(!default_button_bg, -16), 25) \ No newline at end of file
+!twitter_topic = #888 \ No newline at end of file
diff --git a/stylesheets/partials/_sidebar.sass b/stylesheets/partials/_sidebar.sass
index 487df590..341455a5 100644
--- a/stylesheets/partials/_sidebar.sass
+++ b/stylesheets/partials/_sidebar.sass
@@ -9,13 +9,29 @@
margin-top: 10px
.small
+sans-font
- font-size: 50%
+ font-size: 50%
+ font-size: 80%
+ line-height: 1.625em
+
+#twitter, #delicious
+ +border-radius
+ background: #f8f8f8
+ border: 1px solid #eee
+ padding: 5px 0
+ ul
+ list-style-type: none
+ margin: 0
+ li
+ margin: 0 15px
+ padding: 10px 0 0
+ border-bottom: #ddd 1px dashed
+ &:last-child
+ border-bottom: 0
#delicious
p
font-style: italic
li
- font-size: 90%
color: #666
font-style: normal
padding-bottom: 8px \ No newline at end of file
diff --git a/stylesheets/partials/_twitter.sass b/stylesheets/partials/_twitter.sass
index d8f9249e..2db993f8 100644
--- a/stylesheets/partials/_twitter.sass
+++ b/stylesheets/partials/_twitter.sass
@@ -1,28 +1,15 @@
#twitter
- font-size: 80%
- +border-radius
- background: #f8f8f8
- border: 1px solid #eee
- padding: 5px 0
- ul
- list-style-type: none
- margin: 0
- li
- margin: 0 15px
- padding: 10px 0 0
- border-bottom: #ddd 1px dashed
- line-height: 1.625em
- &:last-child
- border-bottom: 0
- p
- padding-bottom: 10px
- .meta
- color= !light_text
- font-size: 80%
- display: block
- padding: 8px 0 0
- a
- color: inherit
- text-decoration: none
- &:hover
- text-decoration: underline \ No newline at end of file
+ p
+ padding-bottom: 10px
+ a.topic
+ color= !twitter_topic
+ .meta
+ color= !light_text
+ font-size: 80%
+ display: block
+ padding: 8px 0 0
+ a
+ color: inherit
+ text-decoration: none
+ &:hover
+ text-decoration: underline \ No newline at end of file