Guest User

Untitled

a guest
May 20th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. #reputation_table {
  2. border-collapse:collapse;
  3. width:100%;
  4. }
  5.  
  6. #reputation_table th {
  7. font-weight:bold;
  8. }
  9.  
  10. #reputation_table td, #reputation_table th {
  11. border:1px solid #ccc;
  12. padding:2px 3px;
  13. text-align:center;
  14. }
  15.  
  16. #reputation_table .head {
  17. background:#E0A546;
  18. }
  19.  
  20. #reputation_table .item {
  21. background:#FFE3B4;
  22. }
  23.  
  24. #reputation_table .item:nth-child(even) {
  25. background:#FFF5E4;
  26. }
Add Comment
Please, Sign In to add comment