Advertisement
dannyfenton

fenturd

May 23rd, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.41 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12.  
  13. <style>
  14.  
  15. body {
  16. background: url('http://media.tumblr.com/e405e647203d9a98a59aea9935515f65/tumblr_inline_mjrp04IyWP1qz4rgp.gif') top left fixed repeat;
  17. margin: 0;
  18. font-family: "Comic Sans MS";
  19. color: #FCC91F;
  20. }
  21.  
  22. a {
  23. text-shadow: 10px 0 transparent, -10px 0 transparent;
  24. text-decoration: none;
  25. border-bottom: 1px solid;
  26. -webkit-transition: all 0.1s ease-in;
  27. -moz-transition: all 0.1s ease-in;
  28. -ms-transition: all 0.1s ease-in;
  29. -o-transition: all 0.1s ease-in;
  30. transition: all 0.1s ease-in;
  31. }
  32.  
  33. a:hover {
  34. text-shadow: 10px 0 transparent, -10px 0 transparent;
  35. color: transparent;
  36. border-bottom: 1px solid #FCC91F;
  37. -webkit-transition: all 0.1s ease-out;
  38. -moz-transition: all 0.1s ease-out;
  39. -ms-transition: all 0.1s ease-out;
  40. -o-transition: all 0.1s ease-out;
  41. transition: all 0.1s ease-out;
  42. }
  43.  
  44. #bordah {
  45. position: fixed;
  46. top: 0px;
  47. bottom: 0px;
  48. left: 0px;
  49. right: 0px;
  50. border: 20px solid #fff;
  51. z-index: -1;
  52. }
  53.  
  54. #wrapper {
  55. width: 900px;
  56. margin: 0 auto;
  57. }
  58.  
  59. #posts {
  60. margin-top: 50px;
  61. width: 520px;
  62. margin-left: 275px;
  63. }
  64.  
  65. .format blockquote {
  66. padding-left: 5px;
  67. margin-left: 5px;
  68. border-left: 2px solid #FCC91F;
  69. }
  70.  
  71. .format blockquote img {
  72. max-width: 100%;
  73. }
  74.  
  75. .format {
  76. width: 500px;
  77. padding: 5px;
  78. padding-top:10px;
  79. padding-bottom:10px;
  80. -moz-border-radius: 10px;
  81. border-radius: 10px;
  82.  
  83. margin-top: 0px;
  84. margin-bottom: 10px;
  85.  
  86. font-size: 12px;
  87. border: 2px solid #FCC91F;
  88. text-align: justify;
  89. background: rgba(0, 0, 31, 0.8);
  90. color: {color:Color1};
  91. -webkit-transition: background 0.2s ease-in-out;
  92. -moz-transition: background 0.2s ease-in-out;
  93. -ms-transition: background 0.2s ease-in-out;
  94. -o-transition: background 0.2s ease-in-out;
  95. transition: background 0.2s ease-in-out;
  96. }
  97.  
  98. .question {
  99. color: #000;
  100. background: #FCC91F;
  101. margin-top: -25px;
  102. height: 80px;
  103. overflow:auto;
  104. margin-left: -5px;
  105. padding-left: 120px;
  106. width: 390px;
  107. }
  108.  
  109. .askimg img {
  110. -moz-border-radius: 100px;
  111. border-radius: 100px;
  112. z-index:10;
  113. border: 7px solid #FCC91F;
  114. }
  115.  
  116. .askimg {
  117. position: relative;
  118. margin-bottom: -200px;
  119. height: 96px;
  120. float: left;
  121. }
  122.  
  123. .asker {
  124. line-height: 30px;
  125. font-size: 30px;
  126. font-weight: bold;
  127. margin-top: -10px;
  128. padding-left: 100px;
  129. }
  130.  
  131. .asker a {
  132. font-size: 30px;
  133. text-align: left;
  134. margin-left: -100px;
  135. text-transform: capitalize;
  136. }
  137.  
  138. #sidebar {
  139. margin-left: 0px;
  140. position: fixed;
  141. top: -5px;
  142. width: 195px;
  143. min-height: 100%;
  144. padding: 5px;
  145. background: rgba(0, 0, 31, 0.8);
  146. }
  147.  
  148. .nav {
  149. position: fixed;
  150. width: 195px;
  151. padding-left: 0px;
  152. }
  153.  
  154. #header {
  155. margin-left: 205px;
  156. position: fixed;
  157. top: -5px;
  158. width: 705px;
  159. height: 40px;
  160. padding: 5px;
  161. background: rgba(0, 0, 31, 0.8);
  162. border-bottom-right-radius: 80px;
  163. -webkit-border-bottom-right-radius: 80px; /* Safari */
  164. }
  165.  
  166. #pages a.page {
  167. text-shadow: 10px 0 transparent, -10px 0 transparent;
  168. position: relative;
  169. display: inline-block;
  170. top: 5px;
  171. width: 75px;
  172. height: 25px;
  173. color: transparent;
  174. text-align: center;
  175. line-height: 25px;
  176. background: rgba(0, 0, 0, 0.8);
  177. border: 1px #FCC91F solid;
  178. padding: 5px;
  179. text-decoration: none;
  180. -webkit-transition: all 0.2s ease-out;
  181. -moz-transition: all 0.2s ease-out;
  182. -ms-transition: all 0.2s ease-out;
  183. -o-transition: all 0.2s ease-out;
  184. transition: all 0.2s ease-out;
  185. }
  186.  
  187. #pages a.page:hover {
  188. text-shadow: 0px 0 {color:color3}, -0px 0 {color:color3};
  189. color: #FCC91F;
  190. background: url('http://media.tumblr.com/e405e647203d9a98a59aea9935515f65/tumblr_inline_mjrp04IyWP1qz4rgp.gif') top left fixed repeat;
  191. -webkit-transition: all 0.1s ease-in;
  192. -moz-transition: all 0.1s ease-in;
  193. -ms-transition: all 0.1s ease-in;
  194. -o-transition: all 0.1s ease-in;
  195. transition: all 0.1s ease-in;
  196. }
  197.  
  198.  
  199. </style>
  200.  
  201.  
  202.  
  203. </head>
  204.  
  205. <body>
  206.  
  207.  
  208.  
  209.  
  210. <div id="bordah"></div>
  211.  
  212. <div id="wrapper">
  213.  
  214.  
  215. <div id="header">
  216.  
  217. <div id="pages">
  218. <a href="http://fenturd.tumblr.com/" class="page">home</a>
  219. <a href="http://fenturd.tumblr.com/inbox" class="page">inbox</a>
  220. <a href="http://fenturd.tumblr.com/about" class="page">about</a>
  221. <a href="http://fenturd.tumblr.com/relations" class="page">relations</a>
  222. </div>
  223. </div>
  224.  
  225.  
  226.  
  227.  
  228. <div id="sidebar">
  229. <img src="{PortraitURL-128}">
  230. {description}<br><br>
  231. i'm working on my theme, please be patient.
  232.  
  233. {block:Pagination}
  234. <div class="nav">
  235.  
  236. {block:PreviousPage}
  237. <a href="{PreviousPage}" title="last page" class="page">BACK</a>
  238. {/block:PreviousPage}
  239. {block:NextPage}
  240. <a href="{NextPage}" title="next page" class="page">NEXT</a>
  241. {/block:NextPage}
  242. </div>
  243. {/block:Pagination}
  244.  
  245. </div>
  246.  
  247.  
  248. <div id="posts">
  249. {block:Posts}
  250. <div class="format">
  251.  
  252.  
  253.  
  254. {block:Text}
  255. {block:Title}
  256. <h1><a href="{Permalink}">{Title}</a></h1>
  257. {/block:Title}
  258. {Body}
  259. {/block:Text}
  260.  
  261. {block:Photo}
  262. {block:IndexPage} <a href="{Permalink}"> {/block:IndexPage}
  263. {LinkOpenTag}{/block:PermalinkPage}
  264. <center><img src="{PhotoURL-500}" alt="{PhotoAlt}"></center>
  265. {block:IndexPage}</a>{/block:IndexPage}
  266.  
  267. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  268. {/block:Photo}
  269.  
  270. {block:Photoset}<center>{Photoset-500}</center>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  271. {/block:Photoset}
  272.  
  273. {block:Quote}
  274. <h1>"<a href="{Permalink}">{Quote}</a>"</h1> {block:Source}— {Source}{/block:Source}
  275. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  276. {/block:Quote}
  277.  
  278. {block:Link}
  279. <h1><a href="{URL}" target="_blank">{Name}</a></h1>
  280. {block:Description}{Description}{/block:Description}
  281. {/block:Link}
  282.  
  283. {block:Chat}
  284. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title} {block:Lines}{block:Label}{Label}{/block:Label} {Line}{/block:Lines}
  285. </br>
  286. {/block:Chat}
  287.  
  288. {block:Audio}
  289. {block:AlbumArt}
  290. <img src="{AlbumArtURL}">
  291. {/block:AlbumArt}
  292.  
  293. {AudioPlayerWhite}
  294.  
  295.  
  296. {block:TrackName}{TrackName}{/block:TrackName}
  297. {block:Artist} by {Artist}{/block:Artist}
  298. {block:PermalinkPage}
  299. {block:Caption}{Caption}{/block:Caption}
  300. {/block:PermalinkPage}
  301. {/block:Audio}
  302.  
  303. {block:Video}
  304. {Video-500}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  305. {/block:Video}
  306.  
  307. {block:Answer}
  308. <div class="askimg"><img src="{AskerPortraitURL-96}"></div>
  309.  
  310. <div class="asker">{Asker}:</div><br>
  311. <div class="question">
  312. {Question}
  313. </div>
  314.  
  315. <div class="ask">{Answer}</div>
  316.  
  317. {/block:Answer}
  318.  
  319. <hr>
  320. <a href="{Permalink}">{block:NoteCount}{NoteCount} haunting{/block:NoteCount}</a>
  321.  
  322. </div>
  323.  
  324. </body>
  325.  
  326. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement