Advertisement
misscharliepace

Theme 39 by myknightofflowers

Jun 13th, 2014
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.48 KB | None | 0 0
  1. <html>
  2.  
  3. <!------Theme 39 by myknightofflowers, don't do any of the stuff you aren't supposed to do and have a 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:link hover" content="#a1a"/>
  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. <meta name="text:link5" content=""/>
  27. <meta name="text:link5text" content=""/>
  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:link hover};
  50. }
  51. a:active {text-decoration:none;}
  52.  
  53. #cent{
  54. width:535px;
  55. margin-left:525px;
  56. margin-top:20px;
  57. background-color:transparent;
  58. position:relative;
  59. }
  60.  
  61. #post{
  62. opacity:1;
  63. -webkit-transition: all 1s ease-in-out;
  64. transition: all 1s ease-in-out;
  65. padding:15px;
  66. background-color:transparent;
  67. width:500px;
  68. float:left;
  69. margin-top:0px;
  70. position:relative;
  71. }
  72.  
  73. #post:hover {
  74. opacity:0.85;
  75. -webkit-transition: all 1s ease;
  76. -moz-transition: all 1s ease;
  77. -o-transition: all 1s ease;
  78. }
  79.  
  80. #title {
  81. font-size:10px;
  82. font-family:arial;
  83. text-transform:uppercase;
  84. letter-spacing:0.3em;
  85. }
  86.  
  87. #description {
  88. text-align:left;
  89. margin-top:150px;
  90. margin-left:280px;
  91. position:fixed;
  92. padding:5px;
  93. font-size:8.5px;
  94. font-family:arial;
  95. width:160px;
  96. height:140px;
  97. text-transform:lowercase;
  98. }
  99.  
  100. #sidebarimg {
  101. width:160px;
  102. }
  103.  
  104. #credit {
  105. margin-top:0px;
  106. margin-left:10px;
  107. position:fixed;
  108. }
  109.  
  110. #noteybit {
  111. text-transform:lowercase;
  112. font-size:8px;
  113. font-family:georgia;
  114. padding:5px;
  115. padding-top:5px;
  116. }
  117.  
  118. #quotee {
  119. font-size:12px;
  120. font-family:georgia;
  121. }
  122.  
  123. #pagination {
  124. font-size:8px;
  125. font-family:georgia;
  126. font-style:italic;
  127. letter-spacing:0.4em;
  128. text-align:right;
  129. }
  130.  
  131. hr {
  132. border: 0;
  133. height: 1px;
  134. background: #efefef;
  135. }
  136.  
  137. blockquote {
  138. padding-left: 10px;
  139. border-left: 2px solid #f5f5f5;
  140. }
  141.  
  142. .header {
  143. width:900px;
  144. height:120px;
  145. margin-top:0px;
  146. margin-left:0px;
  147. padding:0;
  148. position:fixed;
  149. }
  150.  
  151. .Line {
  152. position:fixed;
  153. border-left: 1px solid #efefef;
  154. height:1000%;
  155. width:10px;
  156. margin-top:-500px;
  157. margin-left:490px;
  158. }
  159.  
  160. h1 {
  161. font-family:times;
  162. font-size:19px;
  163. font-style:italic;
  164. }
  165.  
  166. table {
  167. border:none;
  168. font-size:7px;
  169. font-family:arial;
  170. text-transform:uppercase;
  171. letter-spacing:0.2em;
  172. text-align:center;
  173. }
  174.  
  175. td:hover {
  176. -webkit-transition: all 1s ease;
  177. -moz-transition: all 1s ease;
  178. -o-transition: all 1s ease;
  179. background:#f5f5f5;
  180. }
  181.  
  182. td {
  183. -webkit-transition: all 1s ease;
  184. -moz-transition: all 1s ease;
  185. -o-transition: all 1s ease;
  186. padding:5px;
  187. border-bottom:2px solid white;
  188. background:white;
  189. }
  190.  
  191. {CustomCSS}</style>
  192. </head>
  193. <body>
  194.  
  195. <body link="{color:link}" vlink="{color:link}" alink="#999999">
  196.  
  197. <div class="Line"> </div>
  198.  
  199. <div id="description">
  200.  
  201. <p><a href="/"><div id="sidebarimg">
  202. <img src="{image:sidebar}" width="160px">
  203. </div></a></p>
  204. <br>
  205. <div id="title"><a href="/">{Title}</a></div>
  206. <br>
  207. <hr>
  208. <table style="width:160px">
  209. <tr>
  210. <td><span title="Ask"><a href="/ask">ask</a href></span></td>
  211. <td><span title="{text:link1text}"><a href="{text:link1}">{text:link1text}</a href></span></td>
  212. <td><span title="{text:link2text}"><a href="{text:link2}">{text:link2text}</a href></span> </td>
  213. </tr><tr>
  214. <td><span title="{text:link3text}"><a href="{text:link3}">{text:link3text}</a href></span></td>
  215. <td><span title="{text:link4text}"><a href="{text:link4}">{text:link4text}</a href></span> </td>
  216. <td><span title="{text:link5text}"><a href="{text:link5}">{text:link5text}</a href></span></td>
  217. </tr>
  218. </table>
  219. <hr>
  220. <br>{Description}
  221. <br><br>
  222.  
  223. <div id="pagination">
  224. {block:PreviousPage}<a href="{PreviousPage}">ice</a>{/block:PreviousPage} -
  225. {block:NextPage}<a href="{NextPage}">fire</a>{/block:NextPage}
  226. </div>
  227. </div>
  228.  
  229. <div style="position:fixed; bottom:0px; right:10px; font-size:7px;">
  230. <a href="http://myknightofflowers.tumblr.com/">T H E M E </a><br><br>
  231. </div>
  232.  
  233. <div id="cent">
  234. {block:Posts}
  235. <div id="post">
  236.  
  237. {block:Text}
  238. <h1>
  239. {block:Title}{Title}{/block:Title}</h1>
  240. <blockquote>{Body}</blockquote>
  241. {/block:Text}
  242.  
  243. {block:Photo}
  244. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
  245. {/block:Photo}
  246.  
  247. {block:Photoset}
  248. {Photoset-500}
  249. {/block:Photoset}
  250.  
  251. {block:Quote}
  252. <div align="center">
  253. <div id="quotee">
  254. ❝<i>{Quote}</i>❞
  255. </div>
  256. -<br>
  257. <span style="text-transform:uppercase; font-size:8px; letter-spacing:0.2em;">
  258. {block:Source}{Source}{/block:Source}
  259. </span>
  260. </div>
  261. {/block:Quote}
  262.  
  263. {block:Video}
  264. {Video-500}<br>
  265. {PlayCountWithLabel}
  266. {/block:Video}
  267.  
  268. {block:Link}
  269. <h1>
  270. <a href="{URL}" class="link" {Target}>{Name}</a></h1>
  271. {block:Description}{Description}{/block:Description}
  272. {/block:Link}
  273.  
  274. {block:Chat}
  275. {block:Lines}
  276.  
  277. {block:Label}
  278. <br><div style="display:inline; letter-spacing:0.2em; text-transform:uppercase;">{Label}</div>
  279. {/block:Label}
  280. <span style="font-style:italic">{Line}</span>
  281. {/block:Lines}
  282. <br>
  283. {/block:Chat}
  284.  
  285. {block:Audio}
  286. {AudioPlayerWhite}
  287. <br>
  288. {/block:Audio}
  289.  
  290. {block:Answer}
  291. <div style="padding:10px; border-bottom:double #efefef">
  292. <span style=" letter-spacing:0.2em"><u>{Asker} wondered</u></span>, "{Question}"
  293. </div>
  294. {Answer}
  295. {/block:Answer}
  296.  
  297. {block:PermalinkPage}
  298. {NoteCountWithLabel}
  299. {block:Caption}
  300. {Caption}
  301. {/block:Caption}
  302. <br><br>
  303. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  304. {/block:PermalinkPage}
  305.  
  306. <div id="noteybit">
  307. <center>
  308. <hr>
  309. <i>
  310. <a href="{Permalink}">{TimeAgo}</a> /
  311. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  312. {block:ContentSource}
  313. <a href="{SourceURL}">Source</a> /
  314. {/block:ContentSource}
  315. {block:RebloggedFrom}
  316. <a href="{ReblogParentURL}">via</a> //
  317. {/block:RebloggedFrom}
  318. {block:Tags} <a href="{TagUrl}">#{Tag}</a> {/block:Tags}
  319. </i>
  320. </center>
  321. </div>
  322. </div>{/block:Posts}
  323.  
  324. </div>
  325. </body>
  326. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement