Guest User

2

a guest
Dec 16th, 2015
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. /* Table Staff */
  2. .table_bg_staff {
  3. background: #f7f7f7 url(http://illiweb.com/bl/spirale.png) no-repeat;
  4. background-color: #EFF9FC;
  5. border: 1px solid #cdcdcd;
  6. box-shadow: 0 2px 10px;
  7. font-size: .9em;
  8. margin: 15px 0 0 15px;
  9. padding: 0 6px 0 0 !important;
  10. position: relative;
  11. }
  12. .r1 {
  13. background-color: #e6f2fa;
  14. }
  15. .r2 {
  16. background-color: #dceaf5;
  17. }
  18. .moderadeiros {
  19. border: 1px solid #07B87D!important;
  20. }
  21. .linha_mod {
  22. border-bottom: 1px solid #07B87D!important;
  23. }
  24. .admineiros {
  25. border: 1px solid #D94348!important;
  26. }
  27. .linha_admin {
  28. border-bottom: 1px solid #D94348!important;
  29. }
Add Comment
Please, Sign In to add comment