Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body, html {
- background-color: #fff;
- background-size: 100% 100%;
- }
- p.article, p.article:hover {
- font-family: Monospace;
- white-space: pre-wrap;
- font-size: 12px;
- text-decoration: none;
- font-weight: bold;
- opacity: .7;
- margin: 0px;
- color: #000 !important;
- text-transform: lowercase;
- border: 0px;
- }
- p.article:first-letter {
- text-transform: uppercase;
- font-size: 15px;
- }
- a, a:hover, a:visited {
- color: blue;
- text-decoretion: none;
- transion: ease 0.5;
- font-family: monospace;
- font-style: normal;
- }
- li {
- list-style-type: none;
- font-family: monospace;
- font-weight: bolder;
- }
- h1 {
- color: black;
- font-weight: bolder;
- font-size: 25px;
- margin: 0px;
- font-family: FontAweso;
- animation: 5s color ease-out infinite;
- }
- @keyframes color {
- 0% {color: #000;}
- 25% {color: blue;}
- 35% {color: green;}
- 50% {color: cyan;}
- 75% {color: red;}
- 85% {color: lime;}
- 96% {color: DarkBlue;}
- 100% {color: purple;}
- }
- p.note {
- color: red;
- font-style: italic;
- font-weight: 900;
- font-family: inherit;
- font-size: 12px !important;
- text-transform: lowercase;
- text-decoration: none;
- }
- p.note:before {
- content: 'NOTE: ';
- text-transform: uppercase;
- texte-decoration: underline;
- }
- h2 {
- color: #000 !important;
- font-size: 16px;
- font-style: normal;
- text-decoration: none;
- text-transform: normal;
- }
- code {
- color: #fff !important;
- background-color: black;
- padding: 10px;
- font-family: 'ariel', sans-serif;
- }
- code:before, code:after {
- content: '$'
- color: white;
- }
- textarea {
- background-color: black;
- color: #fff;
- width: 400px;
- height: auto;
- }
Advertisement
Add Comment
Please, Sign In to add comment