Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-------
- THEME BY ARYAFROMWINTERFELL.TUMBLR.COM
- DON'T COPY! BE ORIGINAL!
- ------->
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <title>{title}</title>
- <link rel="shortcut icon" href="{favicon}" />
- <meta name="text:Text" content="CHANGED MY URL! FIND ME ON" />
- <meta name="text:New Url" content="New Url" />
- <meta name="text:Complete New Url Link" content="http://NEW_URL.tumblr.com" />
- <meta http-equiv="refresh" content="5;url={text:Complete New Url Link}">
- </head>
- <style>
- /*----------------------------------
- *
- * Animation Background color
- *
- * Date: 22/12/2013
- * Author: Imman vel
- * Fb User Name: Imman00vel
- * licence: Free
- *
- * Compatible Browsers: IE9+, Firefox 5+, Safari 5+, Opera 12+, Chrome
- *----------------------------------*/
- .color-background {
- position: absolute;
- top: 0;
- left: 0;
- margin: 0 auto;
- padding: 0;
- height: 100%;
- width: 100%;
- animation: colorBackground 20s infinite; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
- -webkit-animation: colorBackground 20s infinite; /* Chrome, Safari 5+ */
- -moz-animation: colorBackground 20s infinite; /* Firefox 5-15 */
- -o-animation: colorBackground 20s infinite; /* Opera 12.00 */
- }
- @keyframes colorBackground {
- 0% { background-color: #fbcf61; color: #fbcf61; }
- 20% { background-color: #6bd57e; color: #6bd57e; }
- 40% { background-color: #ff6f6f; color: #ff6f6f; }
- 60% { background-color: #57cff4; color: #57cff4; }
- 80% { background-color: #0ed4c8; color: #0ed4c8; }
- 100% { background-color: #fbcf61; color: #fbcf61; }
- }
- @-webkit-keyframes colorBackground {
- 0% { background-color: #fbcf61; color: #fbcf61; }
- 20% { background-color: #6bd57e; color: #6bd57e; }
- 40% { background-color: #ff6f6f; color: #ff6f6f; }
- 60% { background-color: #57cff4; color: #57cff4; }
- 80% { background-color: #0ed4c8; color: #0ed4c8; }
- 100% { background-color: #fbcf61; color: #fbcf61; }
- }
- @-moz-keyframes colorBackground {
- 0% { background-color: #fbcf61; color: #fbcf61; }
- 20% { background-color: #6bd57e; color: #6bd57e; }
- 40% { background-color: #ff6f6f; color: #ff6f6f; }
- 60% { background-color: #57cff4; color: #57cff4; }
- 80% { background-color: #0ed4c8; color: #0ed4c8; }
- 100% { background-color: #fbcf61; color: #fbcf61; }
- }
- @-o-keyframes colorBackground {
- 0% { background-color: #fbcf61; color: #fbcf61; }
- 20% { background-color: #6bd57e; color: #6bd57e; }
- 40% { background-color: #ff6f6f; color: #ff6f6f; }
- 60% { background-color: #57cff4; color: #57cff4; }
- 80% { background-color: #0ed4c8; color: #0ed4c8; }
- 100% { background-color: #fbcf61; color: #fbcf61; }
- }
- .color-me {
- position: relative;
- top: 35%;
- background-color: #fff;
- padding: 20px;
- font-size: 50px;
- text-align: center;
- letter-spacing: 3px;
- }
- .color-background .color-me p {
- padding: 0;
- margin: 0 0 -15px 0;
- color: #777;
- letter-spacing: 5px;
- font-size: 20px;
- text-transform: uppercase;
- }
- a {text-decoration:none;}
- .esq a{
- position:fixed;
- left:10px;
- bottom:10px;
- color:#fff;
- font-family:calibri;
- font-size:14px;
- }
- </style>
- <body>
- <div class="color-background">
- <div class="color-me">
- <p>
- {text:Text}
- </p>
- {text:New Url}
- <p>
- <small> <small><small><small>loading</small></small></small></small>
- <br>
- <img src="http://static.tumblr.com/e4yc5en/l7fmyhg1z/loading_anim.gif" width="30px"></p>
- </div>
- </div>
- <div class="esq"><a href="http://aryafromwinterfell.tumblr.com/" title="theme by afw + bg by cssdeck">©</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment