bangyixing

Page #01 - Hiatus

May 23rd, 2013
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1.  
  2.  
  3. <html>
  4. <head>
  5.  
  6. <!--
  7. THEME MADE BY ANDREA @ MILIKBOY
  8. PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
  9. -->
  10.  
  11. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head><title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  18.  
  19. <!--Default Variables-->
  20.  
  21. <!--Colors-->
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Text" content="#333333"/>
  25. <meta name="color:Title" content="#c21f1f"/>
  26. <meta name="color:Hover" content="#b8b8b8"/>
  27.  
  28. <!--Images-->
  29.  
  30. <meta name="image:Background" content="/"/>
  31.  
  32.  
  33. <style type="text/css">
  34.  
  35. body {
  36. background:{color:Background};
  37. background-image: url("{image:Background}");
  38. background-repeat: fixed;
  39. margin:0px;
  40. font-family:calibri;
  41. line-height:100%;
  42. }
  43.  
  44. a {
  45. text-decoration:none;
  46. outline:none;
  47. -moz-outline-style:none;
  48. color:{color:Text};
  49. -webkit-transition: all 0.5s ease;
  50. -moz-transition: all 0.5s ease;
  51. -o-transition: all 0.5s ease
  52. }
  53.  
  54. a:hover {
  55. color:{color:Hover};
  56. }
  57.  
  58. #title {
  59. text-align:center;
  60. text-transform:lowercase;
  61. color:text;
  62. margin-top:10px;
  63. margin-left:15px;
  64. letter-spacing:1px;
  65. padding:0px;
  66. width:395px;
  67. font-size:35px;
  68. font-family:times;
  69. margin-left:612px;
  70. margin-top:200px;
  71. font-style:italic;
  72. color:{color:Title};
  73. }
  74.  
  75. #description {
  76. text-align:left;
  77. text-transform:none;
  78. color:text;
  79. margin-top:12px;
  80. margin-left:15px;
  81. letter-spacing:1px;
  82. padding:0px;
  83. width:395px;
  84. text-align:justify;
  85. line-height:120%;
  86. font-size:11px;
  87. margin-left:612px;
  88. font-style:none;
  89. color:{color:Text};
  90. }
  91.  
  92. #description a {
  93. color:{color:Title};
  94. text-decoration:none;
  95. }
  96.  
  97. #description a:hover {
  98. color:{color:Text};
  99. text-decoration:none;
  100. }
  101.  
  102. #ask {
  103. padding:10px;
  104. width:450px;
  105. margin-left:600px;
  106. margin-top:0px;
  107. }
  108.  
  109. #credit {
  110. font-family:Calibri;
  111. font-size:9px;
  112. letter-spacing:1px;
  113. float:right;
  114. position:fixed;
  115. bottom:15px;
  116. right:10px;
  117. }
  118.  
  119. #credit a {
  120. color:#ffffff;
  121. padding:5px;
  122. text-transform:uppercase;
  123. background:{color:Text};
  124. }
  125.  
  126. #credit a:hover {
  127. color:{color:Text};
  128. text-transform:uppercase;
  129. font-style:none;
  130. background:{color:Background};
  131. }
  132.  
  133. {CustomCSS}</style></head><body>
  134.  
  135. <div id="title">{Title}</div>
  136. <div id="description">{Description}</div>
  137. <div id="ask">
  138. <iframe frameborder="0" width= "400" height="200" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/mlikboy.tumblr.com" width="100%"></iframe></p>
  139. <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></div>
  140.  
  141. <div id="credit"><a href="http://mlikboy.tumblr.com/">mlikboy</a></div>
  142.  
  143. </body>
  144. </html>
Advertisement
Add Comment
Please, Sign In to add comment