Advertisement
Alliecatisallama

URL CHANGE THEME 1 - Alliecat

Aug 4th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--
  4.  
  5. URL CHANGE THEME 1 ALLIECATISALLAMA
  6. DO NOT REMOVE CREDIT!
  7.  
  8. -->
  9.  
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}"/> {/block:Description}
  15.  
  16.  
  17. <!--- DEFAULTS --->
  18.  
  19. <meta name="color:Background" content="#e9faf8"/>
  20. <meta name="color:Text" content="#333e3d"/>
  21.  
  22. <meta name="text:New Blog Name" content="New Blog Name"/>
  23. <meta name="text:New Blog Url" content="http://"/>
  24.  
  25. <meta name="image:img" content="" />
  26.  
  27. <style type="text/css">
  28. body {background-color: {color:Background};
  29. background-attachment: fixed;
  30. font-family: Calibri, Helvetica;
  31. margin: 0px;}
  32.  
  33. a {text-decoration: none;}
  34.  
  35. #container {width:600px;
  36. margin: auto;
  37. text-align: center;
  38. margin-top: 0px;
  39. text-align: center;
  40. color: #fff;}
  41.  
  42. #container a:link, #container a:visited, #container a:active {color: {color:Arrow};}
  43.  
  44.  
  45.  
  46. .box1 {position: fixed;
  47. margin-left: 110px;
  48. background-color: {color:Background};
  49. float:right;
  50. text-align: center;
  51. font-size: 20px;
  52. padding-top:250px;
  53. color: {color:Text};}
  54.  
  55.  
  56. #sideimg {
  57. position: fixed;
  58. margin-top: 220px;
  59. margin-left:730px}
  60.  
  61. #Theme {position: fixed; bottom: 0px; right: 0px;}
  62.  
  63. </style>
  64. </head>
  65.  
  66. <body>
  67.  
  68. <div id="sideimg"><img src="{image:img}" width="130"></div>
  69.  
  70. <div id="container"><center><div class="arrow"><a href="{text:New Blog Url}"></a></div></center> <a href="{text:New Blog Url}"><div class="box1"><span style="padding-left: 10px"> PREVIOUSLY (NAME) <br>β†’</span><br>
  71. <span style="padding-left: 10px; text-transform: uppercase;"><i>{text:New Blog Name}</i></span></div></div>
  72.  
  73. <div id="theme"><a href="http://alliecatisallama.tumblr.com/"><img src="http://i1065.photobucket.com/albums/u386/AHT_Livingston/Untitled-2.png?t=1344121641"></a></div>
  74.  
  75. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement