Advertisement
misscharliepace

Theme 36 by myknightofflowers

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