Advertisement
misscharliepace

Theme 59 by myknightofflowers

Dec 15th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.79 KB | None | 0 0
  1. <html>
  2.  
  3. <!--*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧
  4.  
  5. THEME 59 BY MYKNIGHTOFFLOWERS | DON'T DO ANY OF THE STUFF YOU AREN'T
  6. SUPPOSED TO DO AND HAVE A LOVELY DAY
  7.  
  8. *:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*-->
  9.  
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}" />
  15.  
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <meta name="color:text" content="#aaaaaa"/>
  19. <meta name="color:link" content="#ce9b9b"/>
  20. <meta name="color:link hover" content="#ccc"/>
  21. <meta name="color:lines" content="#efefef"/>
  22.  
  23. <meta name="text:link1" content=""/>
  24. <meta name="text:link1text" content=""/>
  25. <meta name="text:link2" content=""/>
  26. <meta name="text:link2text" content=""/>
  27.  
  28. <style type="text/css">
  29.  
  30. body{font-family:arial;font-size:10px;text-align:justify;background:#ffffff;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;color:{color:text};margin:0;overflow-y: scroll;overflow-x: hidden;}
  31.  
  32. a:link {-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;text-decoration:none;}
  33. a:visited {text-decoration:none;}
  34. a:hover {-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;text-decoration:none; color:{color:link hover};}
  35. a:active {text-decoration:none;}
  36.  
  37. #cent{
  38. margin-left:350px;
  39. margin-top:20px;
  40. position:relative;
  41. }
  42.  
  43. #post{
  44. opacity:1;
  45. -webkit-transition: all 1s ease-in-out;
  46. transition: all 1s ease-in-out;
  47. padding:15px;
  48. position:relative;
  49. width:400px;
  50. }
  51.  
  52. #post:hover {
  53. opacity:0.85;
  54. -webkit-transition: all 1s ease;
  55. -moz-transition: all 1s ease;
  56. -o-transition: all 1s ease;
  57. }
  58.  
  59. #notes {
  60. text-transform:uppercase;
  61. font-family:times;
  62. font-size:7px;
  63. padding-bottom:10px;
  64. padding-top:10px;
  65. letter-spacing:0.1em;
  66. background:transparent;
  67. }
  68.  
  69. #notes a, #notes a:link:hover,
  70. #notes a:visited:hover {
  71. text-decoration:none;
  72. color:{color:text};
  73. letter-spacing:0.1em;
  74. }
  75.  
  76. hr {border: 0;height: 1px;background: {color:lines};}
  77. img{vertical-align:text-bottom}
  78. h1 {font-family:times;font-size:19px;font-style:italic;}
  79. blockquote {padding-left: 10px;border-left: 2px solid #f5f5f5;}
  80. #quotee {font-size:12px;font-family:georgia;}
  81.  
  82. #side {
  83. text-align:right;
  84. margin-top:415px;
  85. margin-left:160px;
  86. position:fixed;
  87. font-size:9px;
  88. font-family:arial;
  89. width:150px;
  90. text-transform:lowercase;
  91. border-right:solid 1px #efefef;
  92. padding-right:20px;
  93. -webkit-transition: all 1s ease;
  94. -moz-transition: all 1s ease;
  95. -o-transition: all 1s ease;
  96. }
  97.  
  98. #side:hover {
  99. border-right:solid 3px #efefef;
  100. margin-left:156px;
  101. }
  102.  
  103. #side a, #side a:link:hover,
  104. #side a:visited:hover {
  105. text-decoration:none;
  106. color:{color:link};
  107. }
  108.  
  109. #title {
  110. text-transform:lowercase;
  111. font-size:13px;
  112. font-weight:bold;
  113. }
  114.  
  115. #description {
  116. padding-top:5px;
  117. padding-bottom:5px;
  118. }
  119.  
  120. #linkses a {
  121. padding-left:10px;
  122. }
  123.  
  124. #linkses a:link:hover,
  125. #linkses a:visited:hover {
  126. font-style:italic;
  127. }
  128.  
  129. {CustomCSS}</style>
  130. </head>
  131. <body>
  132. <body link="#ce9b9b" vlink="#ce9b9b" alink="#aaa">
  133.  
  134. <div id="line"> </div>
  135.  
  136. <div id="side">
  137. <div id="title"><a href="/">{title}</a></div>
  138. <div id="description">{Description}</div>
  139. <div id="linkses">
  140. {block:PreviousPage}<a href="{PreviousPage}">ice</a>{/block:PreviousPage}
  141. <span title="Message"><a href="/ask">i.</a href></span>
  142. <span title="{text:link1text}"><a href="{text:link1}">ii.</a href></span>
  143. <span title="{text:link2text}"><a href="{text:link2}">iii.</a href></span>
  144. {block:NextPage}<a href="{NextPage}">fire</a>{/block:NextPage}
  145. </div>
  146. </div>
  147.  
  148. <div style="position:fixed; bottom:0px; right:10px; font-size:7px;z-index:999999;">
  149. <a href="http://myknightofflowers.tumblr.com/">T H E M E </a><br><br>
  150. </div>
  151.  
  152. <div id="cent">
  153.  
  154. {block:Posts}
  155. <div id="post">
  156. <div id="notes">
  157. <a href="{Permalink}">{TimeAgo}</a> with
  158. <a href="{Permalink}">{NoteCountWithLabel}</a>
  159. <hr>
  160. </div>
  161. {block:Text}
  162. <h1>
  163. {block:Title}{Title}{/block:Title}</h1>
  164. {Body}
  165. {/block:Text}
  166.  
  167. {block:Photo}
  168. <a href="{permalink}"><img src="{PhotoURL-400}" width="400"/></a>
  169. <br>
  170. {/block:Photo}
  171.  
  172. {block:Photoset}
  173. {Photoset-400}
  174. {/block:Photoset}
  175.  
  176. {block:Quote}
  177. <div align="center">
  178. <div id="quotee">
  179. ❝<i>{Quote}</i>❞
  180. </div>
  181. -<br>
  182. <span style="text-transform:uppercase; font-size:8px; letter-spacing:0.2em;">
  183. {block:Source}{Source}{/block:Source}
  184. </span>
  185. </div>
  186. {/block:Quote}
  187.  
  188. {block:Video}
  189. {Video-400}<br>
  190. {PlayCountWithLabel}
  191. {/block:Video}
  192.  
  193. {block:Link}
  194. <h1>
  195. <a href="{URL}" class="link" {Target}>{Name}</a></h1>
  196. {block:Description}{Description}{/block:Description}
  197. {/block:Link}
  198.  
  199. {block:Chat}
  200. {block:Lines}
  201.  
  202. {block:Label}
  203. <br><div style="display:inline; letter-spacing:0.2em; text-transform:uppercase;">{Label}</div>
  204. {/block:Label}
  205. <span style="font-style:italic">{Line}</span>
  206. {/block:Lines}
  207. <br>
  208. {/block:Chat}
  209.  
  210. {block:Audio}
  211. {AudioPlayerWhite}
  212. <br>
  213. {/block:Audio}
  214.  
  215. {block:Answer}
  216. <div style="padding-bottom:10px; border-bottom:double {color:lines}">
  217. <b>Q:</b> {Question} - ({Asker})
  218. </div>
  219. {Answer}
  220. {/block:Answer}
  221.  
  222. {block:PermalinkPage}
  223. {NoteCountWithLabel}
  224. {block:Caption}
  225. {Caption}
  226. {/block:Caption}
  227. <br><br>
  228. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  229. {/block:PermalinkPage}
  230.  
  231. <div id="notes" style="text-align:right">
  232. <hr>
  233. {block:ContentSource}
  234. <a href="{SourceURL}">src</a>
  235. {/block:ContentSource}
  236. {block:RebloggedFrom}
  237. <a href="{ReblogParentURL}">via</a>
  238. {/block:RebloggedFrom},
  239. {block:Tags} <a href="{TagUrl}">{Tag}</a> {/block:Tags}
  240. </div>
  241. </div>{/block:Posts}
  242.  
  243. </div>
  244.  
  245. </body>
  246. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement