Commit 72c0951a3f5e2858d8fc2f62c93daf2d699841e0

Authored by Melissa Wen
1 parent 75cb878a

Add style on News - Highlight section

Showing 2 changed files with 110 additions and 0 deletions   Show diff stats
_news.sass 0 → 100644
... ... @@ -0,0 +1,110 @@
  1 +.display-content-block
  2 + .action-home-index #content .box .block-outer:first-child &, #content #box-organizer .container-block-plugin_container-block .block-outer:first-child &
  3 + float: left
  4 + width: 645px
  5 + ul
  6 + margin: 0
  7 + li
  8 + margin: 0
  9 + width: 645px
  10 + .title
  11 + margin: 0 0 15px 0
  12 + a
  13 + color: #3F3F3F
  14 + font-family: 'Ubuntu'
  15 + font-weight: 700
  16 + font-size: 22px
  17 + text-decoration: none
  18 + .image
  19 + height: 345px
  20 + margin: 0
  21 + overflow: hidden
  22 + width: 645px
  23 + img
  24 + max-width: 645px
  25 + .lead
  26 + background: #E4E4E4
  27 + margin: 0
  28 + padding: 0 20px
  29 + p
  30 + color: #3F3F3F
  31 + font-family: 'Ubuntu'
  32 + font-size: 14px
  33 + margin: 0
  34 + p:first-child
  35 + padding: 25px 0 0px 0
  36 + p:last-child
  37 + border-bottom: 1px solid #373737
  38 + padding: 0 0 15px 0
  39 + .read_more
  40 + background: #E4E4E4
  41 + margin: 0
  42 + padding: 15px 20px 35px 20px
  43 + a
  44 + background: url('images/home/09.png') no-repeat left center
  45 + color: #3F3F3F
  46 + display: block
  47 + font-family: 'Ubuntu'
  48 + font-size: 14px
  49 + height: 30px
  50 + padding-left: 40px
  51 + text-decoration: none
  52 + line-height: 30px
  53 + .action-home-index #content .box .block-outer:last-child &, #content #box-organizer .container-block-plugin_container-block .block-outer:nth-child(3) &
  54 + float: left
  55 + margin-left: 15px
  56 + width: 290px !important
  57 + .block-title
  58 + background: none
  59 + height: 22px
  60 + line-height: 22px
  61 + margin: 0 0 15px 0
  62 + width: 290px
  63 + span
  64 + background: none
  65 + color: #BEBEBE
  66 + font-size: 22px
  67 + padding: 0
  68 + width: 290px
  69 + ul
  70 + margin: 0
  71 + width: 290px
  72 + li
  73 + border-top: 1px solid #373737
  74 + display: inline-block
  75 + margin: 0
  76 + padding: 20px 0
  77 + width: 290px
  78 + &:first-child
  79 + display: none
  80 + .image
  81 + float: left
  82 + height: 130px
  83 + margin: 0
  84 + overflow: hidden
  85 + width: 160px
  86 + img
  87 + max-width: 160px
  88 + .title
  89 + float: left
  90 + margin: 0 0 30px 10px
  91 + max-height: 65px
  92 + overflow: hidden
  93 + width: 120px
  94 + a
  95 + color: #3F3F3F
  96 + font-size: 14px
  97 + text-decoration: none
  98 + .lead
  99 + display: none
  100 + .read_more
  101 + float: left
  102 + height: 25px
  103 + margin-left: 10px
  104 + width: 25px
  105 + a
  106 + background: url('images/home/09.png') no-repeat left center
  107 + background-size: contain
  108 + color: transparent
  109 + display: block
  110 + text-decoration: none
... ...
images/home/09.png 0 → 100644

562 Bytes