Advertisement
liveforharold

theme for asks :)

Dec 28th, 2013
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.53 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.  
  11. <!---THEME BY ROLLPSDS! LIKE/REBLOG IF USING PLEASE AND DON'T USE IT AS BASE OR CLAIM AS YOURS!!! Theme base by hawtornes :) enjoy xx
  12. --->
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#a8a8a8"/>
  16. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  17. <meta name="color:askbg" content="#dddddd"/>
  18. <meta name="color:asktext" content="#dddddd"/>
  19. <meta name="color:Border" content="#dddddd"/>
  20. <meta name="color:sidebg" content="#dddddd"/>
  21. <meta name="color:answerbg" content="#dddddd"/>
  22. <meta name="color:Hover" content="#f2f2f2"/>
  23. <meta name="color:Scrollbar" content="#000000"/>
  24. <meta name="color:ScrollbarBg" content="#ffffff"/>
  25. <meta name="color:Post Links" content="#c0bfbf"/>
  26. <meta name="color:Answer Backg" content="#000000"/>
  27. <meta name="text:Your url name" content="" />
  28. <meta name="text:Your askurl name" content="" />
  29.  
  30.  
  31. <style type="text/css">
  32.  
  33. ::-webkit-scrollbar-thumb {
  34. height:auto;
  35. background-color:{color:Scrollbar};
  36. }
  37.  
  38. ::-webkit-scrollbar {
  39. height:9px;
  40. width:4px;
  41. background-color:{color:ScrollbarBg};
  42. }
  43.  
  44. body {
  45. background:{color:background};
  46. margin:0px;
  47. color:{color:text};
  48. font-family:calibri;
  49. font-size:10px;
  50. line-height:100%;
  51. letter-spacing:0px;
  52. text-align:justify;
  53. background-image:url('{image:Background}');
  54. }
  55.  
  56. a {
  57. text-decoration:none;
  58. outline:none;
  59. -moz-outline-style:none;
  60. color:{color:Post Links};
  61. }
  62.  
  63. img {
  64. border:none;
  65. }
  66.  
  67. blockquote {
  68. padding-left:5px;
  69. border-left:2px solid;
  70. }
  71.  
  72. blockquote blockquote {
  73. padding-left:5px;
  74. border-left:2px solid;
  75. }
  76.  
  77. h1 {
  78. font-size:8px;
  79. letter-spacing:2px;
  80. text-transform:uppercase;
  81. font-family:'CAMBRIA';
  82. font-style:none;
  83. line-height:10px;
  84. text-align:left;
  85. padding:0px;
  86. }
  87.  
  88. a:hover {
  89. color:{color:hover};
  90. -moz-transition-duration:0.3s;
  91. -webkit-transition-duration:0.3s;
  92. -o-transition-duration:0.3s;
  93. }
  94.  
  95.  
  96. /*ENTRIES*/
  97.  
  98. #entries {
  99. padding:10px;
  100. width:500px;
  101. margin-left:452px;
  102. margin-top:280px;
  103. font-size:10px;
  104. font-family:'arial';
  105. letter-spacing:0px;
  106. }
  107.  
  108. #post {
  109. width:400px;
  110. padding-left:25px;
  111. padding-right:25px;
  112. margin-top:30px;
  113. }
  114.  
  115. /*SIDEBAR*/
  116.  
  117. #sidebar {
  118. position:fixed;
  119. margin-left:100px;
  120. margin-top:0px;
  121. margin-left:170px;
  122. }
  123.  
  124.  
  125. .links {
  126. width:152px;
  127. font-family:'arial';
  128. padding: 4px;
  129. font-style:italic;
  130. text-align:center;
  131. text-transform:lowercase;
  132. position:fixed;
  133. margin-top:2px;
  134. margin-left:-6px;
  135. }
  136.  
  137. .links a {
  138. width:94px;
  139. padding:3px;
  140. font-size:10px;
  141. letter-spacing:1px;
  142. color:{color:Sidebar Links};
  143. }
  144.  
  145. .links a:hover {
  146. -moz-transition-duration:0.3s;
  147. -webkit-transition-duration:0.3s;
  148. -o-transition-duration:0.3s;
  149. color:{color:Hover};
  150. }
  151.  
  152.  
  153. #pagination {
  154. padding:2px;
  155. font-family:'trebuchet ms';
  156. letter-spacing:0px;
  157. font-size:8px;
  158. text-align:center;
  159. padding:2px;
  160. margin-top:0px;
  161. text-transform:uppercase;
  162. }
  163.  
  164. #pagination a {
  165. font-style:none;
  166. font-size:7px;
  167. }
  168.  
  169.  
  170. /*POST INFO*/
  171.  
  172. #info {
  173. width:400px;
  174. text-align:center;
  175. font-family:'trebuchet ms';
  176. margin-top:8px;
  177. margin-left:px;
  178. letter-spacing:1px;
  179. font-size:7px;
  180. font-style:none;
  181. padding:1px;
  182. line-height:10px;
  183. text-transform:uppercase;
  184. }
  185.  
  186. #info a {
  187. text-align:center;
  188. color:{color:Post Links};
  189. }
  190.  
  191. #info a:hover {
  192. -moz-transition-duration:0.3s;
  193. -webkit-transition-duration:0.3s;
  194. -o-transition-duration:0.3s;
  195. color:{color:Hover}
  196. }
  197.  
  198. #tags {
  199. float:left;
  200. width:400px;
  201. margin-top:-7px;
  202. margin-left:-5px;
  203. text-align:center;
  204. font-size:7px;
  205. padding:5px;
  206. font-size:8px;
  207. opacity:1;
  208. transition-duration: 0.5s;
  209. -moz-transition-duration: 0.5s;
  210. -webkit-transition-duration: 0.5s;
  211. -o-transition-duration: 0.5s
  212. color:{color:Post Links};
  213. }
  214.  
  215. #tags a {
  216. letter-spacing:0px;
  217. font-size:8px;
  218. text-align:center;
  219. font-family:'CALIBRI';
  220. text-decoration:none;
  221. display:inline-block;
  222. color:#ddd;
  223. }
  224.  
  225. #tags a:hover {
  226. background-color:#fff;
  227. -moz-transition-duration:0.3s;
  228. -webkit-transition-duration:0.3s;
  229. -o-transition-duration:0.3s;
  230. color:{color:Hover};
  231. }
  232.  
  233. /*QUESTION*/
  234.  
  235. #asker {
  236. color:{color:asktext};
  237. padding-top:10px;
  238. padding-bottom:10px;
  239. padding-left:20px;
  240. padding-right:20px;
  241. font-family:'candara';
  242. font-size:8px;
  243. letter-spacing:0px;
  244. text-align:center;
  245. margin-top:0px;
  246. text-transform:uppercase;
  247. line-height:130%;
  248. background-color:{color:Askbg}
  249. }
  250.  
  251. #cred {
  252. position:fixed;
  253. font-family:'Calibri';
  254. text-transform:uppercase;
  255. font-size:8px;
  256. right:9px;
  257. bottom:9px;
  258. padding:4px;
  259. letter-spacing:1px;
  260. }
  261.  
  262. #askbox {
  263. margin-left:487px;
  264. margin-top:-250px;
  265. position:absolute;
  266. }
  267.  
  268. .link {
  269. font-size:16px;
  270. letter-spacing:1px;
  271. font-family:arial;
  272. font-weight:bold;
  273. text-align:center;
  274. }
  275.  
  276.  
  277. .link a {
  278. color:{color:text};
  279. }
  280.  
  281.  
  282. .link a:hover {
  283. color:{color:hover};
  284. }
  285.  
  286. .sidebar {
  287. width: 250px;
  288. background-color: {color:sidebg};
  289. position: fixed;
  290. left: 130px;
  291. top: 235px;
  292. height: 120px;}
  293.  
  294. .posts {
  295. width: 500px;
  296. margin: auto;
  297. background-color: #f9f9f9;}
  298.  
  299.  
  300. {CustomCSS}</style></head><body>
  301.  
  302.  
  303. <div class="sidebar"></div>
  304.  
  305. <div class="posts"></div>
  306.  
  307. <div id="askbox"><iframe frameborder="0" scrolling="no" width="400px" height="150" src="http://www.tumblr.com/ask_form/{text:your askurl name}.tumblr.com"
  308. style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  309. </div>
  310.  
  311. <div id="sidebar">
  312.  
  313.  
  314.  
  315. <div class="link">
  316. <a href="http://{text:Your url name}.tumblr.com"> go back to {text:Your url name}</a></div>
  317.  
  318. <div class="links">
  319. <a href="/">Home</a>
  320. <a href="/archive">Archive</a>
  321.  
  322. {block:Pagination}
  323. <div id="pagination">
  324. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  325. - {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  326. </div>
  327. {/block:Pagination}
  328.  
  329. </div>
  330. </div>
  331.  
  332.  
  333.  
  334. <div id="entries">
  335. {block:Posts}
  336. <div id="post">
  337.  
  338. {block:Answer}<div id="asker"><span style="text-align:lowercase; color:{color:asktext};font-style:italic; "><b><i>{Asker}</i></b> yelled:<br></span> {Question} </div><left><div style="padding-top:4px;padding-left:10px;padding-right:4px;padding-bottom:4px;line-height:110%;margin-top:3px;font-size:10px;background-color: {color:answerbg};text-transform:none;"><font face="candara">{Answer}</font></div>{/block:Answer}
  339.  
  340. <div id="info">
  341. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  342. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  343. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  344. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  345. with {NoteCountWithLabel}</a>
  346. {block:HasTags}<div id="tags">
  347.  
  348. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  349. </div>{block:HasTags}
  350. </div>
  351. </div>
  352. {/block:Posts}
  353. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  354. {/block:Posts}</div></div></div>
  355. <br><br><br><br>
  356.  
  357.  
  358. <div id="cred">
  359. <a href="http://rollpsds.tumblr.com/">RollPsds</a>
  360. </div>
  361. </div>
  362.  
  363.  
  364. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement