Advertisement
Aly

Template: Basic Color Changes

Aly
Jun 2nd, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. /* Template - Color Selectors */
  2.  
  3. /* -- COLOR 0 -- */
  4. body { background-image: url("https://images.unsplash.com/photo-1470162656305-6f429ba817bf");
  5. }
  6.  
  7. /* -- COLOR 1 -- */
  8. #profileContainer { background-color: #e5e1de; }
  9.  
  10. /* -- COLOR 2 -- */
  11. #profileContainer,
  12. .bottom-halfDivider { border-color: #ac9786; }
  13. .commentsBubble::before { border-right-color: #ac9786; }
  14. .commentsBubble { background-color: #ac9786; }
  15.  
  16. /* -- COLOR 3 -- */
  17. #comments > button,
  18. .page-item, .friendsThumbs {
  19. border-color: #75544f; }
  20.  
  21. #menu,
  22. #buttons li,
  23. #comments > button,
  24. .page-item {
  25. background-color: #75544f; }
  26.  
  27.  
  28. /* -- COLOR 4 -- */
  29. #profile-pagination > .active { border-color: #baaea9; }
  30.  
  31. #user-cardContainer,
  32. #profile-pagination > .active {
  33. background-color: #baaea9; }
  34.  
  35. .deleteComment { color: #baaea9; }
  36.  
  37. /* -- COLOR 5 -- */
  38. #user-cardContainer,
  39. #user-card,
  40. #media h3, #aboutMe h3,
  41. #profile-pagination > .disabled { border-color: #927c79; }
  42. #profile-pagination > .disabled { background-color: #927c79; }
  43.  
  44. /* -- COLOR 6 -- */
  45. #buttons li { border-color: #f1edea; }
  46. #user-card,
  47. #media h3, #aboutMe h3 { background: #f1edea; }
  48. #menu > p > a { color: #f1edea; }
  49.  
  50. /* extra */
  51. #menu p { text-shadow: none; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement