Advertisement
sandragonthemes

Theme #12

Jul 12th, 2013
3,039
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <!--
  4. This is theme #12 by sandragonthemes.
  5. Please follow the rules and do not remove the credit.
  6. If you have questions or feedback please send me a message.
  7. -->
  8.  
  9. <html>
  10. <head>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Quicksand|Raleway:500|Junge' rel='stylesheet' type='text/css'>
  18.  
  19. <meta name="color:Background colour" content="#FFFFFF">
  20. <meta name="color:Bar background" content="#EBFD95">
  21. <meta name="color:Text" content="#D34B74">
  22. <meta name="color:Link" content="#36AD7A">
  23. <meta name="color:Link hover" content="#2A9D6C">
  24.  
  25. <meta name="image:Image" content="http://i.imgur.com/bzMVJaC.png"/>
  26.  
  27. <meta name="text:Old URL" content="Old URL"/>
  28. <meta name="text:New URL" content="New URL"/>
  29.  
  30. <style type="text/css">
  31.  
  32. body{
  33. margin:auto;
  34. font-family: 'Quicksand', sans-serif;
  35. padding: 5px;
  36. font-size: 16px;
  37. background-color: {color:Background colour};
  38. color:{color:Text};
  39. overflow:hidden;
  40. }
  41.  
  42. a{
  43. font-family: 'Quicksand', sans-serif;
  44. color: {color:Link};
  45. text-decoration:none;
  46. text-transform:uppercase;
  47. padding-left:7px;
  48. }
  49.  
  50. a:hover{
  51. color:{color:Link hover};
  52. }
  53.  
  54. #container{
  55. margin:auto;
  56. text-align:center;
  57. padding-top:100px;
  58. }
  59.  
  60. #bar{
  61. height:120px;
  62. width:101%;
  63. margin-left:-5px;
  64. text-align:left;
  65. background-color: #EBFD95;
  66. }
  67.  
  68. #bar img{
  69. margin-top:-10px;
  70. margin-left: 30px;
  71. width:140px;
  72. height:140px;
  73. float:left;
  74. border:none;
  75. -webkit-transition:all 0.7s;
  76. -moz-transition:all 0.7s;
  77. -ms-transition:all 0.7s;
  78. -o-transition:all 0.7s;
  79. }
  80.  
  81. #bar img:hover{
  82. width:160px;
  83. height:160px;
  84. margin-top: -15px;
  85. -webkit-border-radius: 80px;
  86. -moz-border-radius: 80px;
  87. border-radius: 80px;
  88. -webkit-transition:all 0.7s;
  89. -moz-transition:all 0.7s;
  90. -ms-transition:all 0.7s;
  91. -o-transition:all 0.7s;
  92. }
  93.  
  94. #text{
  95. height:80px;
  96. margin-top:20px;
  97. margin-left:30px;
  98. padding-left:20px;
  99. border-left:1px dashed {color:Text};
  100. float:left;
  101. text-transform:lowercase;
  102. }
  103.  
  104. #credit{
  105. width: 59px;
  106. height:22px;
  107. bottom: 6px;
  108. right: 6px;
  109. position:absolute;
  110. }
  111.  
  112. #credit a{
  113. padding: 0px;
  114. }
  115.  
  116. </style>
  117. </head>
  118. <body>
  119. <div id="container">
  120. <center>
  121. <div id="bar">
  122. <a href="http://{text:New URL}.tumblr.com"><img src="{image:Image}"></a>
  123. <div id="text">
  124. <br>
  125. {text:Old URL} is now at:<br>
  126. <a href="http://{text:New URL}.tumblr.com">{text:New URL}</a>
  127. </div>
  128. </div>
  129. </center>
  130. <div id="credit"><a href="http://sandragonthemes.tumblr.com" target="_blank">Theme</a></div>
  131. </div>
  132. </body>
  133. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement