Advertisement
misscharliepace

Theme 42 by myknightofflowers

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