Advertisement
englishextra

webks-responsive-table.css

Mar 15th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.88 KB | None | 0 0
  1. /*!
  2.  * jquery.webks-responsive-table.fixed.min.js
  3.  * pastebin.com/5i8MQXy6
  4.  */
  5. .webks-responsive-table dt,
  6. .webks-responsive-table dd {
  7.     display: inline-block;
  8.     width: 77%;
  9.     font-size: 14px;
  10.     line-height: 21px;
  11.     margin: 0 0 1px 0 !important;
  12.     padding: 5px 1% !important;
  13. }
  14. .col.span_2 .webks-responsive-table dt,
  15. .col.span_3 .webks-responsive-table dt,
  16. .col.span_4 .webks-responsive-table dt,
  17. .col.span_2 .webks-responsive-table dd,
  18. .col.span_3 .webks-responsive-table dd,
  19. .col.span_4 .webks-responsive-table dd {
  20.     font-size: 13px;
  21.     line-height: 19px;
  22. }
  23. .webks-responsive-table dt {
  24.     width: 23%;
  25.     font-style: italic;
  26.     font-weight: 600;
  27.     text-align: right;
  28.     vertical-align: top;
  29.     color: #FFF;
  30.     background: #5D5D5D;
  31. }
  32. .webks-responsive-table dl dd:nth-of-type(odd) {
  33.     background: #F4F4F4;
  34. }
  35. .webks-responsive-table dl dt:nth-of-type(even) {
  36.     background: #5D5D5D;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement