Advertisement
misscharliepace

Theme 54 by myknightofflowers

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