Commit be46b88bc74dfe9232e9bb42ce196ea7fcb48db3

Authored by Melissa Wen
1 parent f1c4e377

General costumization for internal pages

Showing 1 changed file with 109 additions and 0 deletions   Show diff stats
_internal_page.sass 0 → 100644
... ... @@ -0,0 +1,109 @@
  1 +#content
  2 + .box-2
  3 + .link-list-block
  4 + background: #FFF
  5 + padding: 15px
  6 + a
  7 + background: none
  8 + color: #777
  9 + font-family: 'Open Sans'
  10 + font-size: 13px
  11 + font-weight: 700
  12 + line-height: 20px
  13 + padding: 3px 5px
  14 + &:hover
  15 + background: none
  16 + color: #b62221
  17 + .block-outer
  18 + &:first-child
  19 + .link-list-block
  20 + margin: 0
  21 + padding-bottom: 1px
  22 + &:nth-of-type(2)
  23 + .link-list-block
  24 + .block-inner-1
  25 + border-top: 1px solid #eee
  26 + padding-top: 10px
  27 + .main-content
  28 + width: 540px
  29 + margin: auto
  30 + padding-top: 0px
  31 + h1
  32 + border-bottom: 1px solid #ddd
  33 + color: #0083CB
  34 + font-family: 'Open Sans Bold'
  35 + font-size: 32px
  36 + margin-top: 0
  37 + margin-bottom: 7px
  38 + padding-bottom: 8px
  39 + .publishing-info
  40 + color: #999
  41 + font-family: 'Open Sans'
  42 + font-size: 12px
  43 + a
  44 + color: #999
  45 + #article
  46 + .article-body
  47 + font-family: 'Open Sans'
  48 + h1, h2, h3, h4
  49 + color: #999
  50 + font-family: 'Open Sans Bold'
  51 + font-size: 18px
  52 + margin-top: 37px
  53 + p
  54 + color: #999
  55 + font-size: 13px
  56 + .event-plugin_event-block
  57 + margin-right: 0
  58 + .block-title
  59 + color: #999
  60 + font-family: 'Open Sans Bold'
  61 + font-size: 18px
  62 + margin-bottom: 10px
  63 + .events
  64 + border-bottom: 1px solid #ddd
  65 + li
  66 + border-top: 1px solid #ddd
  67 + padding: 10px 0
  68 + .date
  69 + background: none
  70 + height: auto
  71 + width: 100%
  72 + span
  73 + background: none
  74 + color: #999
  75 + display: block
  76 + float: left
  77 + font-family: 'Open Sans'
  78 + font-size: 12px
  79 + font-weight: 300
  80 + line-height: 12px
  81 + margin-bottom: 5px
  82 + &.week-day::after
  83 + content: ' - '
  84 + margin: 0 3px
  85 + &.month::after
  86 + content: '.'
  87 + &.day::after
  88 + content: '.'
  89 + .title
  90 + color: #89ba3f
  91 + float: left
  92 + font-family: 'Open Sans Bold'
  93 + font-size: 15px
  94 + margin-bottom: 5px
  95 + max-height: 48px
  96 + &.toobig::after
  97 + background: none
  98 + color: #89ba3f
  99 + position: relative
  100 + .duration
  101 + display: none
  102 + .address
  103 + color: #999
  104 + float: left
  105 +.controller-cms
  106 + #content
  107 + .main-content
  108 + width: auto
  109 +
... ...