Advertisement
hor4ny

"Ask Box" theme - Outlasting

Oct 4th, 2012
1,188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4. "Ask Box" theme by outlasting.tumblr.com
  5. Please keep credit <3
  6.  
  7. This theme can be used for a tumblr break, leaving tumblr, etc...
  8. -->
  9.  
  10. <head>
  11.  
  12. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  13. <meta name="color:background" content="#fff"/>
  14. <meta name="color:link" content="#777"/>
  15. <meta name="color:text" content="#777"/>
  16. <meta name="color:blogtitle" content="#fff" />
  17. <meta name="color:blogtitle shadow" content="#000" />
  18. <meta name="color:scrollbar" content="#ddd" />
  19. <meta name="color:border" content="#ddd" />
  20. <meta name="image:background" content="1"/>
  21. <meta name="text:link separation" content="&middot;" />
  22. <meta name="text:link one" content="/archive" />
  23. <meta name="text:link one title" content="archive" />
  24. <meta name="text:link two" content="" />
  25. <meta name="text:link two title" content="link" />
  26. <meta name="text:link three" content="" />
  27. <meta name="text:link three title" content="link" />
  28. <meta name="text:link four" content="" />
  29. <meta name="text:link four title" content="link" />
  30. <meta name="text:link five" content="" />
  31. <meta name="text:link five title" content="link" />
  32. <meta name="if:show links" content="0" />
  33.  
  34. <style type="text/css">
  35.  
  36. body {
  37. color:{color:text};
  38. font-family: dixel;
  39. line-height:9px;
  40. font-size:8px;
  41. background-color: {color:Background};
  42. background-image:url({image:Background});
  43. background-attachment: fixed;
  44. background-repeat: repeat;
  45. }
  46.  
  47. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  48.  
  49. a:link, a:active, a:visited{
  50. text-decoration: none;
  51. -webkit-transition: color 0.3s ease-out;
  52. -moz-transition: color 0.3s ease-out;
  53. transition: color 0.3s ease-out;
  54. color:{color:link};
  55. }
  56.  
  57. a:hover {
  58. text-decoration: none;
  59. font-style:;
  60. text-shadow:0px 0px 2px #000;
  61. color: #fff;
  62. }
  63.  
  64. div#center{
  65. margin:auto;
  66. position:relative;
  67. width:1000px;
  68. background-color:;
  69. overflow:auto;
  70. overflow-y:hidden;
  71. }
  72.  
  73. #main{
  74. background:white;
  75. border-radius:30px;
  76. -moz-border-radius:30px;
  77. -webkit-border-radius:30px;
  78. width:400px;
  79. height:auto;
  80. padding:15px;
  81. line-height:11px;
  82. margin-top:100px;
  83. position:fixed;
  84. margin-left:265px;
  85. border:2px solid {color:border};
  86. }
  87.  
  88. .links{
  89. word-spacing:10px;
  90. }
  91.  
  92. @font-face { font-family: "cedarville"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  93.  
  94. .title{
  95. font-family:cedarville;
  96. line-height:50px;
  97. font-size:50px;;
  98. color:{color:blogtitle};
  99. text-shadow:1px 1px 1px {color:blogtitle shadow};
  100. }
  101. </style>
  102.  
  103. <title>{title}</title>
  104.  
  105. <link rel="shortcut icon" href="{Favicon}" />
  106.  
  107. </head>
  108. <body><div id="center">
  109. <div id="main"><center>
  110. <div class="title">
  111. {title}
  112. </div>
  113. {Description}
  114. <br><br>
  115. <iframe frameborder="0" scrolling="no" width="380" height="200" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></center></iframe>{block:ifshowlinks}<br><br>
  116. <div class="links"><a href="{text:link one}">{text:link one title}</a> {text:link separation}
  117. <a href="{text:link two}">{text:link two title}</a>{block:iflinkthreetitle} {text:link separation}
  118. <a href="{text:link three}">{text:link three title}</a>{/block:iflinkthreetitle}
  119. {block:iflinkfourtitle}
  120. {text:link separation}
  121. <a href="{text:link four}">{text:link four title}</a>
  122. {/block:iflinkfourtitle}
  123. {block:iflinkfivetitle}
  124. {text:link separation}
  125. <a href="{text:link five}">{text:link five title}</a>
  126. {/block:iflinkfivetitle}</div>
  127. </center>
  128. </div>{block:ifshowlinks}</div>
  129. </body>
  130. <div style="position:fixed;right:5px;bottom:5px;"><a href="http://outlasting.tumblr.com">&hearts;</a></div>
  131. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement