kwenk.com
Make The Web Yours
Search
Help
Log in
Sign up
Home
Arcade
Feed
Messages
Groups
Browse
Blog
Skins
Favs
Props
About
←
Back to Skins
Apple theme
By
veryhungrycaterpillar
Log in to preview
Report
Red apple colors with the rotating circular profile picture
Code
<style> @keyframes spin{ from{ transform:rotate(0deg); } to{ transform:rotate(360deg); } } [data-skin-part="photo"] img, [data-skin-part="photo"] .profile-placeholder{ animation:spin 7s infinite linear; border-radius:50%; } [data-skin-page]{ --skin-palette-accent:#d9746d; --skin-palette-accent-text:#ffffff; --skin-palette-chrome:#c74b43; --skin-palette-chrome-text:#ffffff; --skin-palette-link:#456e08; --skin-palette-link-hover:#334d0b; --skin-palette-muted:#747262; --skin-palette-backdrop:#e5f3d3; --skin-palette-page:#fffef0; --skin-palette-page-text:#111111; --skin-palette-surface:#fdf9d3; --skin-palette-surface-link-hover:#334d0b; --skin-palette-surface-text:#111111; } </style>
Comments
Log in
to add a comment.
No comments yet.
Comments
Log in to add a comment.
No comments yet.