icarus 235 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. commit fbfc2cc3d6aabaf5f33c29987b4ed6aba826850f
  2. Author: ppoffice <ppoffice_2008@163.com>
  3. Date: Sat Mar 19 09:28:06 2016 +0800
  4. fix: minor style fixes
  5. diff --git a/source/css/_partial/profile.styl b/source/css/_partial/profile.styl
  6. index 4956414..1b63eb3 100644
  7. --- a/source/css/_partial/profile.styl
  8. +++ b/source/css/_partial/profile.styl
  9. @@ -54,11 +54,11 @@
  10. line-height: 40px
  11. text-align: center
  12. margin: 20px auto 10px
  13. - background: #38b7ea
  14. + background: color-link
  15. border-radius: 20px
  16. transition: 0.2s ease
  17. &:hover
  18. - background: #38b7ea + #111
  19. + background: color-link + #111
  20. .article-info
  21. clearfix()
  22. padding: 0px
  23. diff --git a/source/css/_partial/timeline.styl b/source/css/_partial/timeline.styl
  24. index ff27b0d..80e5492 100644
  25. --- a/source/css/_partial/timeline.styl
  26. +++ b/source/css/_partial/timeline.styl
  27. @@ -1,6 +1,6 @@
  28. .timeline-wrap
  29. - border-left: 4px solid #e7e7e7
  30. margin: 40px 20px 40px 40px
  31. + border-left: 3px solid color-border
  32. @media mq-mini
  33. margin: 40px 20px 40px 30px
  34. @media mq-mobile
  35. @@ -19,12 +19,11 @@
  36. border-radius: 50%
  37. margin: 11px 0 0 -8px
  38. display: inline-block
  39. - background-color: #38b7ea
  40. + background-color: color-link
  41. .content
  42. + @extend $block
  43. margin-left: 25px
  44. position: relative
  45. - background-color: white
  46. - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
  47. &:after,
  48. &:before
  49. content: ''
  50. @@ -48,6 +47,8 @@
  51. a
  52. @extend $link-dark
  53. .article-meta
  54. + font-size: 12px
  55. + color: color-default + #333
  56. border-top: 1px solid #f7f7f7
  57. background-color: rgba(244, 246, 247, 0.2)
  58. diff --git a/source/css/_variables.styl b/source/css/_variables.styl
  59. index bfc3fab..dfd3b71 100644
  60. --- a/source/css/_variables.styl
  61. +++ b/source/css/_variables.styl
  62. @@ -12,7 +12,6 @@ color-sidebar-text = #777
  63. color-sidebar-text-dark = #333
  64. color-widget-background = #ddd
  65. color-widget-border = #ccc
  66. -color-mobile-nav-background = #191919
  67. // Fonts
  68. font-sans = "open sans", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, sans-serif