Advertisement
missdilaurentis

MissDiLaurentis Redirect Theme #1

Oct 21st, 2013
1,430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--
  10. REDIRECT THEME #1 BY JASONDILAURENTS / THEMESBYJASONDILAURENTS
  11.  
  12. http://jasondilaurents.tumblr.com
  13. http://themesbyjasondilaurents.tumblr.com
  14.  
  15. Please do not use as base
  16. Don't claim as your own
  17. Don't remove my credit.
  18.  
  19. Thank you!
  20. -->
  21.  
  22. <!--COLOURS-->
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Border" content="#f04696;"/>
  25. <meta name="color:Links" content="#f04696"/>
  26. <meta name="color:Links Hover" content="#f095c0"/>
  27. <meta name="color:Text" content="#ffffff"/>
  28. <meta name="color:Text background" content="#000000"/>
  29.  
  30. <!--LINKS-->
  31. <meta name="text:New url" content="http://www." />
  32. <meta name="text:New url title" content="newurl" />
  33. <meta name="text:Old url" content="http://www." />
  34. <meta name="text:Old url title" content="oldurl" />
  35.  
  36. <!--IMAGES-->
  37. <meta name="image:Image1" content=""/>
  38. <meta name="image:Image2" content=""/>
  39. <meta name="image:Image3" content=""/>
  40. <meta name="image:Background" content=""/>
  41.  
  42. <!--FONTS-->
  43. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  44.  
  45. <style type="text/css">
  46.  
  47.  
  48. /*BASICS*/
  49.  
  50. body {
  51. color: {color:Text};
  52. background-color: {color:Background};
  53. background-image: url('{image:Background}');
  54. background-attachment: fixed;
  55. background-position: left top;
  56. background-repeat: repeat;}
  57.  
  58. a, a:active, a:visited {
  59. transition:0.8s;
  60. -o-transition-transition:0.8s;
  61. -webkit-transition-duration:0.8s;
  62. -moz-transition-duration:0.8s;
  63. text-decoration:none;
  64. color:{color:links};
  65. text-shadow:10px 0px transparent, -10px 0px transparent;}
  66.  
  67. a:hover {
  68. transition:0.8s;
  69. -o-transition-transition:0.8s;
  70. -webkit-transition-duration:0.8s;
  71. -moz-transition-duration:0.8s;
  72. text-decoration:none;
  73. color:{color:links hover};
  74. background-color:{color:transparent};
  75. text-shadow:0px 0px {color:links}, 0px 0px {color:links hover};}
  76.  
  77.  
  78. /*CONTENT*/
  79.  
  80. #container {
  81. margin-top:200px;
  82. margin-left:-8px;
  83. width:100%;
  84. text-align:center;
  85. position:fixed;}
  86.  
  87. #Title1 {
  88. color:{color:text};
  89. text-transform:none;
  90. font-size:20px;
  91. letter-spacing:1px;
  92. font-family:'Codystar';
  93. padding-bottom:3px;}
  94.  
  95. #Title2 {
  96. color:{color:text};
  97. text-transform:none;
  98. font-size:26px;
  99. font-style:none;
  100. font-family:'Codystar';
  101. padding-top:3px;}
  102.  
  103. #images {
  104. width:310px;
  105. padding-top:5px;
  106. display:inline-block;
  107. margin-left:auto;
  108. margin-right:auto;}
  109.  
  110. #image1 {
  111. width:100px;}
  112.  
  113. #image1 img {
  114. width:100px;
  115. height:100px;}
  116.  
  117. #image2 {
  118. width:100px;
  119. margin-top:-105px;
  120. margin-left:105px;}
  121.  
  122. #image2 img {
  123. width:100px;
  124. height:100px;}
  125.  
  126. #image3 {
  127. width:100px;
  128. margin-top:-105px;
  129. margin-left:105px;}
  130.  
  131. #image3 img {
  132. width:100px;
  133. height:100px;}
  134.  
  135. .credit {display: block;width:90px;font-family:'calibri'; letter-spacing:1px; font-size:8px; bottom:4px; right:15px; position:fixed; padding:3px; text-align:center;border:1px solid;border-color:#E8E4E4;}
  136.  
  137. .credit a {color:#BFBBBB;}
  138.  
  139. </style></head><body>
  140.  
  141. <div class="credit"><a href="http://themesbyjasondilaurents.tumblr.com">© JASONDILAURENTS</a></div>
  142.  
  143. <div id="container">
  144.  
  145. <div id="Title1"><span style="background-color:{color:text background};padding:3px"><a href="{text:old url link}">{text:old url title}</a> has moved!</span></div>
  146.  
  147. <div style="background-color:{color:border};">
  148. <div id="images">
  149. <div id="image1"><img src="{image:Image1}">
  150. <div id="image2"><img src="{image:Image2}">
  151. <div id="image3"><img src="{image:Image3}">
  152. </div></div></div></div></div>
  153.  
  154. <div id="Title2"><span style="background-color:{color:text background};padding:3px">Now at <a href="{text:new url link}">{text:new url title}</a>.</span></div></div>
  155.  
  156. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement