Advertisement
misscharliepace

Theme 55 by myknightofflowers

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