Advertisement
misscharliepace

Theme 38 by myknightofflowers

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