Advertisement
Ignbaltasevicius

CSS code: Blue Profile

May 28th, 2020
531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. .boxHead {
  2. background: #065fd4;
  3. color: white;
  4. padding: 3px;
  5. padding-bottom: 4px;
  6. padding-left: 6px;
  7. }
  8. .boxHead {
  9. background: #6699cc;
  10. color: white;
  11. padding: 3px;
  12. padding-bottom: 4px;
  13. padding-left: 6px;
  14. }
  15. a, .boxButton {
  16. color: #065fd4;
  17. }
  18. h4 {
  19. color: #065fd4;
  20. margin-bottom: 0px;
  21. }
  22. .fwiendCount {
  23. color: #065fd4;
  24. }
  25. .tableRight {
  26. width: 75%;
  27. background: rgba(27,127,204,.8);
  28. padding: 10px;
  29. vertical-align: top;
  30. overflow-wrap: anywhere;
  31. }
  32. .tableLeft {
  33. background: #065fd4;
  34. width: 25%;
  35. padding: 10px;
  36. vertical-align: top;
  37. overflow: hidden;
  38. }
  39. .rightHead {
  40. background: #6699ccb0;
  41. color: #f1f1f1;
  42. padding-left: 4px;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement