Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Template - Color Selectors */
- /* -- COLOR 0 -- */
- body { background-image: url("https://images.unsplash.com/photo-1470162656305-6f429ba817bf");
- }
- /* -- COLOR 1 -- */
- #profileContainer { background-color: #e5e1de; }
- /* -- COLOR 2 -- */
- #profileContainer,
- .bottom-halfDivider { border-color: #ac9786; }
- .commentsBubble::before { border-right-color: #ac9786; }
- .commentsBubble { background-color: #ac9786; }
- /* -- COLOR 3 -- */
- #comments > button,
- .page-item, .friendsThumbs {
- border-color: #75544f; }
- #menu,
- #buttons li,
- #comments > button,
- .page-item {
- background-color: #75544f; }
- /* -- COLOR 4 -- */
- #profile-pagination > .active { border-color: #baaea9; }
- #user-cardContainer,
- #profile-pagination > .active {
- background-color: #baaea9; }
- .deleteComment { color: #baaea9; }
- /* -- COLOR 5 -- */
- #user-cardContainer,
- #user-card,
- #media h3, #aboutMe h3,
- #profile-pagination > .disabled { border-color: #927c79; }
- #profile-pagination > .disabled { background-color: #927c79; }
- /* -- COLOR 6 -- */
- #buttons li { border-color: #f1edea; }
- #user-card,
- #media h3, #aboutMe h3 { background: #f1edea; }
- #menu > p > a { color: #f1edea; }
- /* extra */
- #menu p { text-shadow: none; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement