Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #container01, #container02 {
- box-shadow: inset -1px -0px #0a0a0a, inset 1px 1px #fff, inset -2px -0px grey, inset 2px 2px #dfdfdf;
- }
- @font-face {
- font-family: Pixelated MS Sans Serif;
- src:url(ms_sans_serif.woff) format("woff");
- src:url(ms_sans_serif.woff2) format("woff2");
- }
- @font-face {
- font-family:'kosmos';
- src: url(https://dl.dropbox.com/s/olyigvm99jgmn8h/PLANK___.TTF);
- }
- #buttons01 li a {
- font-family: Pixelated MS Sans Serif;
- }
- #text02 {
- 0% {
- text-shadow: 0 0 15px blue;
- }
- 50% {
- text-shadow: none;
- }
- 100% {
- text-shadow: 0 0 15px blue;
- }
- }
- @-webkit-keyframes glow {
- 0% {
- text-shadow: 0 0 15px blue;
- }
- 50% {
- text-shadow: 0 0 0;
- }
- 100% {
- text-shadow: 0 0 15px blue;
- }
- }
- #text02 {
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- -webkit-text-stroke-width: 1px;
- -webkit-text-stroke-color: #fff;
- font-weight:bold;
- font-size:3.5em;
- -webkit-animation: glow 2.0s linear infinite;
- -moz-animation: glow 2.0s linear infinite;
- -ms-animation: glow 2.0s linear infinite;
- -o-animation: glow 2.0s linear infinite;
- animation: glow 2.0s linear infinite;
- font-family:'kosmos';
- }
- #text03 {
- font-family: Pixelated MS Sans Serif;
- background: rgba(255,255,255,0.5);
- padding: 5px;
- border-radius: 5px;
- height: 5em;
- overflow: auto;
- }
- #text05 {
- font-family: Pixelated MS Sans Serif;
- background: rgba(255,255,255,0.5);
- padding: 5px;
- border-radius: 5px;
- height: 7em;
- overflow: auto;
- }
- #text06, #text07, #text08 {
- font-family: Pixelated MS Sans Serif;
- background: rgba(255,255,255,0.5);
- padding: 3px;
- border: 1px inset;
- height: 7em;
- overflow: auto;
- }
- #container03, #container04, #container05 {
- box-shadow: inset -1px -0px #0a0a0a, inset 1px 1px #fff, inset -2px -0px grey, inset 2px 2px #dfdfdf;
- width: 31.5%;
- position: absolute;
- right: 1.95em;
- bottom: 11.5em;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment