Advertisement
misscharliepace

Theme 53 by myknightofflowers

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