Skip to content
Taylor Luk edited this page Jan 4, 2013 · 1 revision

Stylesheet

Here is the overall structure of our css files.

application.css

------ Compass ------ Reset

html, body

------ layout - No style/colours

structure (menu/main) grid (row/col)

------ ui ------ ui/menu ------ ui/toolbar ------ ui/forms ------ ui/buttons ------ ui/popover ------ ui/modal

------ item.scss /* (core content and records) */

.item title image date desc author

.article.item .product.item .collection.item

------ page .paging

.page

.product.page .panel

  h1.title
  a.brand
  span.price
  span.comparison-price
  button.purchase
  
  tabs.description
    a.user
      img

  
  tabs.comments
  tabs.related

.article.page

// Static pages

.signup .welcome

------ mobile

.page { 320 }

@media only screen and orientation { 480 }

------- ipad

Clone this wiki locally