Advertisement
misscharliepace

Theme 37 by myknightofflowers

May 24th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.20 KB | None | 0 0
  1. <html>
  2.  
  3. <!------Theme 37 by myknightofflowers, please don't do any of the things you're not supposed to do and have a really lovely day ----->
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}" />
  9.  
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="color:text" content="#cecece"/>
  13. <meta name="color:link" content="#435363"/>
  14. <meta name="color:linkhover" content="#cecece">
  15.  
  16. <meta name="image:sidebar" content="" />
  17.  
  18. <meta name="text:link1" content=""/>
  19. <meta name="text:link1text" content=""/>
  20. <meta name="text:link2" content=""/>
  21. <meta name="text:link2text" content=""/>
  22. <meta name="text:link3" content=""/>
  23. <meta name="text:link3text" content=""/>
  24. <meta name="text:link4" content=""/>
  25. <meta name="text:link4text" content=""/>
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  28.  
  29. <style type="text/css">
  30.  
  31. body{
  32. font-family:times;
  33. font-size:10px;
  34. text-align:justify;
  35. background-color:#ffffff;
  36. color:{color:text};
  37. margin:0;
  38. }
  39.  
  40. a:link {
  41. -webkit-transition: all 0.5s ease;
  42. -moz-transition: all 0.5s ease;
  43. -o-transition: all 0.5s ease;
  44. text-decoration:none;}
  45. a:visited {text-decoration:none;}
  46. a:hover {
  47. -webkit-transition: all 0.5s ease-in-out;
  48. transition: all 0.5s ease-in-out;
  49. text-decoration:none; color:{color:linkhover};
  50. }
  51. a:active {text-decoration:none;}
  52.  
  53. #cent{
  54. width:535px;
  55. margin-left:-275px;
  56. margin-top:160px;
  57. background-color:transparent;
  58. position:relative;
  59. left:50%;
  60. z-index:0.9;
  61. }
  62.  
  63. #post{
  64. opacity:1;
  65. -webkit-transition: all 1s ease-in-out;
  66. transition: all 1s ease-in-out;
  67. padding:15px;
  68. background-color:transparent;
  69. width:500px;
  70. float:left;
  71. margin-top:0px;
  72. position:relative;
  73. }
  74.  
  75. #post:hover {
  76. opacity:0.85;
  77. -webkit-transition: all 1s ease;
  78. -moz-transition: all 1s ease;
  79. -o-transition: all 1s ease;
  80. }
  81.  
  82. #title {
  83. font-size:15px;
  84. font-family:'Parisienne';
  85. letter-spacing:0.2em;
  86. }
  87.  
  88. #topp {
  89. text-align:right;
  90. margin-top:-210px;
  91. margin-left:-280px;
  92. left:50%;
  93. position:fixed;
  94. padding:5px;
  95. padding-top:65px;
  96. font-size:8px;
  97. font-family:georgia;
  98. letter-spacing:0.1em;
  99. text-transform:lowercase;
  100. width:535px;
  101. height:100px;
  102. background:#ffffff;
  103. z-index:1;
  104. text-align:left;
  105. }
  106.  
  107. #sidebarimg {
  108. padding:5px;
  109. padding-right:10px;
  110. width:50px;
  111. height:50px;
  112. float:left;
  113. }
  114.  
  115. #linkses {
  116. margin-top:-53px;
  117. margin-left:-278px;
  118. left:50%;
  119. width:535px;
  120. z-index:1;
  121. background:#ffffff;
  122. font-size:7px;
  123. font-family:times new roman;
  124. text-transform:uppercase;
  125. letter-spacing:0.2em;
  126. text-align:center;
  127. position:fixed;
  128. }
  129.  
  130. #credit {
  131. margin-top:0px;
  132. margin-left:10px;
  133. position:fixed;
  134. }
  135.  
  136. #noteybit {
  137. text-transform:lowercase;
  138. font-size:8px;
  139. font-family:georgia;
  140. padding:5px;
  141. padding-top:5px;
  142. }
  143.  
  144. #quotee {
  145. font-size:12px;
  146. font-family:georgia;
  147. }
  148.  
  149. hr {
  150. border: 0;
  151. height: 1px;
  152. background: #e5e5e5;
  153. }
  154.  
  155. blockquote {
  156. padding-left: 10px;
  157. border-left: 2px solid #f5f5f5;
  158. }
  159.  
  160. .Line {
  161. position:fixed;
  162. border-left: 1px solid #e5e5e5;
  163. left:50%;
  164. height:1000%;
  165. width:10px;
  166. margin-top:-500px;
  167. margin-left:-302.5px;
  168. }
  169.  
  170. .Line2 {
  171. position:fixed;
  172. border-left: 1px solid #e5e5e5;
  173. left:50%;
  174. height:1000%;
  175. width:10px;
  176. margin-top:-500px;
  177. margin-left:290px;
  178. }
  179.  
  180. #top {
  181. position:fixed;
  182. z-index:1;
  183. top:0px;
  184. left:50%;
  185. margin-left:-450px;
  186. width:900px;
  187. height:120px;
  188. height:auto;
  189. }
  190.  
  191. .header {
  192. width:900px;
  193. height:120px;
  194. margin-top:0px;
  195. margin-left:0px;
  196. padding:0;
  197. position:fixed;
  198. }
  199.  
  200. h1 {
  201. font-family:times;
  202. font-size:19px;
  203. font-style:italic;
  204. }
  205.  
  206. table {
  207. border:none;
  208. font-size:8px;
  209. font-family:times new roman;
  210. font-style:italic;
  211. text-transform:lowercase;
  212. }
  213.  
  214. td:hover {
  215. -webkit-transition: all 1s ease;
  216. -moz-transition: all 1s ease;
  217. -o-transition: all 1s ease;
  218. border-bottom:1px solid #ddd;
  219. background:#fafafa;
  220. }
  221.  
  222. td {
  223. -webkit-transition: all 1s ease;
  224. -moz-transition: all 1s ease;
  225. -o-transition: all 1s ease;
  226. padding:5px;
  227. border-bottom:1px solid #eee;
  228. background:#fcfcfc;
  229. }
  230.  
  231. #pagination {
  232. font-size:8px;
  233. font-family:georgia;
  234. font-style:italic;
  235. letter-spacing:0.4em;
  236. text-align:left;
  237. }
  238.  
  239. {CustomCSS}</style>
  240. </head>
  241. <body>
  242.  
  243. <body link="{color:link}" vlink="{color:link}" alink="#999999">
  244.  
  245. <div class="Line"> </div>
  246. <div class="Line2"> </div>
  247.  
  248. <div id="topp">
  249. <center><a href="/"><div id="title">{Title}</div></a></center>
  250. <hr>
  251. <div id="sidebarimg">
  252. <img src="{image:sidebar}" width="50px" height="50px">
  253. </div>
  254. <p><i>{Description}</i></p>
  255. <div id="pagination">
  256. {block:PreviousPage}<a href="{PreviousPage}">ice</a>{/block:PreviousPage} -
  257. {block:NextPage}<a href="{NextPage}">fire</a>{/block:NextPage}
  258. </div>
  259. </div>
  260.  
  261. <div id="linkses">
  262. <center>
  263. <hr>
  264. <p>
  265. <table>
  266. <tr>
  267. <td><span title="Message"><a href="/ask">message</a href></span></td>
  268. <td><span title="{text:link1text}"><a href="{text:link1}">{text:link1text}</a href></span></td>
  269. <td><span title="{text:link2text}"><a href="{text:link2}">{text:link2text}</a href></span></td>
  270. <td><span title="{text:link3text}"><a href="{text:link3}">{text:link3text}</a href></span></td>
  271. <td><span title="{text:link4text}"><a href="{text:link4}">{text:link4text}</a href></span></td>
  272. </tr>
  273. </table>
  274. </center>
  275. </p>
  276. </div>
  277.  
  278. <div style="position:fixed; bottom:0px; right:10px; font-size:7px;">
  279. <a href="http://myknightofflowers.tumblr.com/">T H E M E </a><br><br>
  280. </div>
  281.  
  282. <div id="cent">
  283. {block:Posts}
  284. <div id="post">
  285.  
  286. {block:Text}
  287. <h1>
  288. {block:Title}{Title}{/block:Title}</h1>
  289. <blockquote>{Body}</blockquote>
  290. {/block:Text}
  291.  
  292. {block:Photo}
  293. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
  294. {/block:Photo}
  295.  
  296. {block:Photoset}
  297. {Photoset-500}
  298. {/block:Photoset}
  299.  
  300. {block:Quote}
  301. <div align="center">
  302. <div id="quotee">
  303. ❝<i>{Quote}</i>❞
  304. </div>
  305. -<br>
  306. <span style="text-transform:uppercase; font-size:8px; letter-spacing:0.2em;">
  307. {block:Source}{Source}{/block:Source}
  308. </span>
  309. </div>
  310. {/block:Quote}
  311.  
  312. {block:Video}
  313. {Video-500}<br>
  314. {PlayCountWithLabel}
  315. {/block:Video}
  316.  
  317. {block:Link}
  318. <h1>
  319. <a href="{URL}" class="link" {Target}>{Name}</a></h1>
  320. {block:Description}{Description}{/block:Description}
  321. {/block:Link}
  322.  
  323. {block:Chat}
  324. {block:Lines}
  325.  
  326. {block:Label}
  327. <br><div style="display:inline; letter-spacing:0.2em; text-transform:uppercase;">{Label}</div>
  328. {/block:Label}
  329. <span style="font-style:italic">{Line}</span>
  330. {/block:Lines}
  331. <br>
  332. {/block:Chat}
  333.  
  334. {block:Audio}
  335. {AudioPlayerWhite}
  336. <br>
  337. {/block:Audio}
  338.  
  339. {block:Answer}
  340. <div style="padding:10px; border-bottom:double #efefef">
  341. <span style=" letter-spacing:0.2em"><u>{Asker} wondered</u></span>, "{Question}"
  342. </div>
  343. {Answer}
  344. {/block:Answer}
  345.  
  346. {block:PermalinkPage}
  347. {NoteCountWithLabel}
  348. {block:Caption}
  349. {Caption}
  350. {/block:Caption}
  351. <br><br>
  352. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  353. {/block:PermalinkPage}
  354.  
  355. <div id="noteybit">
  356. <center>
  357. <hr>
  358. <i>
  359. <a href="{Permalink}">{TimeAgo}</a> /
  360. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  361. {block:ContentSource}
  362. <a href="{SourceURL}">Source</a> /
  363. {/block:ContentSource}
  364. {block:RebloggedFrom}
  365. <a href="{ReblogParentURL}">via</a> //
  366. {/block:RebloggedFrom}
  367. {block:Tags} <a href="{TagUrl}">#{Tag}</a> {/block:Tags}
  368. </i>
  369. </center>
  370. </div>
  371. </div>{/block:Posts}
  372.  
  373. </div>
  374. </body>
  375. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement