Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. table.schedule {border: 10px outset rgb(153, 0, 153); border-collapse: collapse; font-family: Arial, Helvetica, snas-serif; font-size: 0.7em; width: 100%}
  2. table.schedule th, table.schedule td {border: 1px solid gray}
  3.  
  4. table.schedule thead {color: white; background-color: rgb(203,50,203)}
  5. table.schedule col.firstCol {background-color: rgb(255,255,192); width: 7%}
  6.  
  7. table.schedule col.dayCols {width: 13%}
  8.  
  9. table.schedule thead tr {height: 20px}
  10. table.schedule tbody tr {height: 30px}
  11.  
  12. table.schedule tbody td {vertical-align: top; padding: 5px}
  13.  
  14. table.schedule caption {caption-side: top; text-align: right}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement