Advertisement
misscharliepace

Theme 48 by myknightofflowers

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