Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background-image: radial-gradient(#fff, #ecebe9);
- }
- i {
- color: #cc171c;
- }
- a {
- color: #cc171c;
- font-family: 'Arapey', serif;
- text-decoration: none;
- background-color: transparent;
- border-radius: 10px;
- padding: 10px;
- border: 2px solid #fff;
- letter-spacing: 1px;
- }
- a:hover {
- color: #fff;
- padding: 10px;
- border: 2px solid #fff;
- border-radius: 10px;
- background-color: #cc171c;
- transition: background-color 1s ease-in-out, color 1s ease-in-out;
- text-decoration: none;
- }
- #content {
- text-align: center;
- align-items: center;
- }
- /*disabled*/
- #secondary, .module-wrapper, .footer, #pagetitle, #footer, .datetime, .userpic, .entry-title, #title, .navigation, #subtitle {
- display: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement