Advertisement
misscharliepace

Theme 41 by myknightofflowers

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