1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 18:18:49 +02:00
blog/_src/_assets/styl/_kremalicious/tables.styl

42 lines
687 B
Stylus
Raw Normal View History

2014-07-12 02:00:18 +02:00
//
// kremalicious3
// --------------
// Tables
//
table
2014-07-12 21:22:47 +02:00
border-collapse: collapse
border-spacing: 0
width: 100%
max-width: 100%
background-color: transparent
margin-bottom: $spacer
2014-07-12 21:22:47 +02:00
border-bottom: 1px solid #cfd9e1
2014-07-12 02:00:18 +02:00
td
vertical-align: top
th,
td
2014-07-12 21:22:47 +02:00
padding: .7em .3em
text-align: left
vertical-align: top
border-top: 1px solid #cfd9e1
2014-07-12 02:00:18 +02:00
th
2014-07-12 21:22:47 +02:00
@extend .bold
2014-07-12 02:00:18 +02:00
thead th
2014-07-12 21:22:47 +02:00
vertical-align: bottom
2014-07-12 02:00:18 +02:00
table tbody + tbody
border-top: 2px solid #cfd9e1
table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(odd) th
background-color: rgba(255,255,255,.2)
table tbody tr:hover td,
table tbody tr:hover th
background-color: #f5f5f5