mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-04 08:25:07 -05:00
updated about page to explain markdown filter, added more theme colors
This commit is contained in:
parent
77bb406a93
commit
80a70068ed
@ -2,6 +2,7 @@
|
|||||||
layout: default
|
layout: default
|
||||||
title: About Me
|
title: About Me
|
||||||
---
|
---
|
||||||
|
/ use the :mardown filter if you want to write pages with Markdown
|
||||||
:markdown
|
:markdown
|
||||||
# About Me
|
# About Me
|
||||||
|
|
||||||
|
@ -43,8 +43,8 @@ html body
|
|||||||
overflow: visible
|
overflow: visible
|
||||||
li
|
li
|
||||||
padding: 0 15px
|
padding: 0 15px
|
||||||
border-left: 1px solid #d3d3d3
|
border-left= "1px solid" !nav_border_left
|
||||||
border-right: 1px solid #f4f4f4
|
border-right= "1px solid" !nav_border_right
|
||||||
&.alpha
|
&.alpha
|
||||||
border-left: none
|
border-left: none
|
||||||
padding-left: 0
|
padding-left: 0
|
||||||
@ -80,14 +80,18 @@ html body
|
|||||||
padding:
|
padding:
|
||||||
top: 25px
|
top: 25px
|
||||||
bottom: 25px
|
bottom: 25px
|
||||||
background-color= !content_bg
|
background-color= !blog_bg
|
||||||
+box-shadow(#ccc)
|
+box-shadow(#ccc)
|
||||||
|
border:
|
||||||
|
left= "1px solid" !page_border_sides
|
||||||
|
right= "1px solid" !page_border_sides
|
||||||
|
.blog
|
||||||
.article
|
.article
|
||||||
padding= !base_font_size * 1.5 0 !base_font_size * 1.5
|
padding= !base_font_size * 1.5 0 !base_font_size * 1.5
|
||||||
border-bottom= "1px solid" !article_border
|
border-bottom= "1px solid" !article_border
|
||||||
&:first-child
|
&:first-child
|
||||||
padding-top: 0
|
padding-top: 0
|
||||||
.blog .footer
|
.footer
|
||||||
padding-top= !base_font_size
|
padding-top= !base_font_size
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Link Colors
|
||||||
|
!link_color = #165B94
|
||||||
|
|
||||||
// Main Section Colors
|
// Main Section Colors
|
||||||
!body_color = #333
|
!body_color = #333
|
||||||
!body_bg = #323232
|
!body_bg = #323232
|
||||||
@ -11,20 +14,21 @@
|
|||||||
!nav_bg = #e8e8e8
|
!nav_bg = #e8e8e8
|
||||||
!nav_border_top = #fff
|
!nav_border_top = #fff
|
||||||
!nav_border_bottom = #aaa
|
!nav_border_bottom = #aaa
|
||||||
|
!nav_border_left = #ccc
|
||||||
|
!nav_border_right = #fff
|
||||||
|
|
||||||
!page_border = #fff
|
!page_border_sides = #ccc
|
||||||
!page_bg = #f0f0f0
|
!page_bg = #f0f0f0
|
||||||
|
|
||||||
|
// Blog
|
||||||
!article_border = #eee
|
!article_border = #eee
|
||||||
!content_bg = #fff
|
!blog_bg = #fff
|
||||||
|
|
||||||
!footer_color = #999
|
!footer_color = #999
|
||||||
!footer_bg = #444
|
!footer_bg = #444
|
||||||
|
|
||||||
// Link Colors
|
|
||||||
!link_color = #165B94
|
|
||||||
|
|
||||||
// Form Colors
|
// Form Colors
|
||||||
!fieldset_bg = #fff
|
!fieldset_bg = #ececec
|
||||||
!fieldset_border = #c3c3c3
|
!fieldset_border = #c3c3c3
|
||||||
|
|
||||||
!textinput_color = #333
|
!textinput_color = #333
|
||||||
@ -42,14 +46,4 @@
|
|||||||
// Button Colors
|
// Button Colors
|
||||||
!default_button_text_color = #fff
|
!default_button_text_color = #fff
|
||||||
!default_button_bg = yellow
|
!default_button_bg = yellow
|
||||||
!blue_btn = desaturate(adjust_hue(!default_button_bg, -16), 25)
|
!blue_btn = desaturate(adjust_hue(!default_button_bg, -16), 25)
|
||||||
|
|
||||||
// Flash Message Colors
|
|
||||||
!flash_notice = #00529B
|
|
||||||
!flash_notice_bg = #BDE5F8
|
|
||||||
!flash_success = #4F8A10
|
|
||||||
!flash_success_bg = #DFF2BF
|
|
||||||
!flash_warning = #FBF4BD
|
|
||||||
!flash_warning_bg = #FBF4BD
|
|
||||||
!flash_error = #D8000C
|
|
||||||
!flash_error_bg = #FFD9DA
|
|
@ -36,7 +36,6 @@ title: Typography Debug
|
|||||||
%abbr(title="For The Win!") FTW!
|
%abbr(title="For The Win!") FTW!
|
||||||
%p
|
%p
|
||||||
|
|
||||||
|
|
||||||
%h3 Unordered lists
|
%h3 Unordered lists
|
||||||
%ul
|
%ul
|
||||||
%li Lorem ipsum dolor sit amet
|
%li Lorem ipsum dolor sit amet
|
||||||
|
Loading…
Reference in New Issue
Block a user