Advertisement
misscharliepace

Theme 29 by myknightofflowers

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