Advertisement
misscharliepace

Theme 27 by myknightofflowers

Dec 26th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.48 KB | None | 0 0
  1. <html>
  2.  
  3. <!------Theme 27 by myknightofflowers, please don't do any of the things you're not supposed to do and thanks for choosing my theme omg have a really 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:background" content="#ffffff"/>
  13. <meta name="color:text" content="#cecece"/>
  14. <meta name="color:link" content="#435363"/>
  15. <meta name="color:linkhover" content="#cecece">
  16.  
  17. <meta name="text:link1" content=""/>
  18. <meta name="text:link1text" content=""/>
  19. <meta name="text:link2" content=""/>
  20. <meta name="text:link2text" content=""/>
  21. <meta name="text:link3" content=""/>
  22. <meta name="text:link3text" content=""/>
  23. <meta name="text:secret box" content=""/>
  24. <meta name="text:secret box hover line" content=""/>
  25.  
  26. <style type="text/css">
  27.  
  28. body{
  29. font-family:times;
  30. font-size:10px;
  31. text-align:justify;
  32. background-color:{color:background};
  33. color:{color:text};
  34. margin:0;
  35. }
  36.  
  37. a:link {
  38. -webkit-transition: all 0.5s ease;
  39. -moz-transition: all 0.5s ease;
  40. -o-transition: all 0.5s ease;
  41. text-decoration:none;}
  42. a:visited {text-decoration:none;}
  43. a:hover {
  44. -webkit-transition: all 0.5s ease-in-out;
  45. transition: all 0.5s ease-in-out;
  46. text-decoration:none;
  47. color:{color:linkhover};
  48. }
  49. a:active {text-decoration:none;}
  50.  
  51. #cent{
  52. width:535px;
  53. margin-left:-280px;
  54. margin-top:120px;
  55. background-color:transparent;
  56. position:relative;
  57. left:50%;
  58. z-index:0.9;
  59. }
  60.  
  61. #post{
  62. opacity:1;
  63. -webkit-transition: all 1s ease-in-out;
  64. transition: all 1s ease-in-out;
  65. padding:15px;
  66. background-color:transparent;
  67. width:500px;
  68. float:left;
  69. margin-top:0px;
  70. position:relative;
  71. }
  72.  
  73. #post:hover {
  74. opacity:0.85;
  75. -webkit-transition: all 1s ease;
  76. -moz-transition: all 1s ease;
  77. -o-transition: all 1s ease;
  78. }
  79.  
  80. #title {
  81. font-size:20px;
  82. font-family:book antiqua;
  83. padding-bottom:5px;
  84. }
  85.  
  86. #description {
  87. margin-top:-155px;
  88. margin-left:-280px;
  89. left:50%;
  90. position:fixed;
  91. padding-left:0px;
  92. padding-right:0px;
  93. padding-top:55px;
  94. font-size:9px;
  95. font-family:book antiqua;
  96. width:535px;
  97. background:{color:background};
  98. z-index:1;
  99. }
  100.  
  101. #linkses {
  102. font-size:8px;
  103. font-family:cambria;
  104. text-transform:uppercase;
  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.5em;
  131. }
  132.  
  133. hr {
  134. border: 0;
  135. height: 1px;
  136. background: #e5e5e5;
  137. }
  138.  
  139. blockquote {
  140. padding-left: 10px;
  141. border-left: 2px solid #f5f5f5;
  142. }
  143.  
  144. .Line {
  145. position:fixed;
  146. border-left: 1px solid #e5e5e5;
  147. left:50%;
  148. height:1000%;
  149. width:10px;
  150. margin-top:-500px;
  151. margin-left:-150px;
  152. }
  153.  
  154. #linee {
  155. position:fixed;
  156. border-bottom:solid 5px {color:picture border};
  157. width:900px;
  158. height:120px;
  159. top:0px;
  160. left:50%;
  161. margin-left:-450px;
  162. z-index:2;
  163. }
  164.  
  165. #top {
  166. position:fixed;
  167. z-index:1;
  168. top:0px;
  169. left:50%;
  170. margin-left:-450px;
  171. width:900px;
  172. height:120px;
  173. height:auto;
  174. }
  175.  
  176. .header {
  177. width:900px;
  178. height:120px;
  179. margin-top:0px;
  180. margin-left:0px;
  181. padding:0;
  182. position:fixed;
  183. }
  184.  
  185. #secretbox {
  186. -webkit-transition: all 1s ease;
  187. -moz-transition: all 1s ease;
  188. -o-transition: all 1s ease;
  189. margin-top:-210px;
  190. left:50%;
  191. margin-left:-450px;
  192. width:100px;
  193. height:80px;
  194. padding:15px;
  195. position:fixed;
  196. border:1px solid #efefef;
  197. background:{color:background};
  198. font-size:8px;
  199. font-family:georgia;
  200. text-align:center;
  201. }
  202.  
  203. #secretbox:hover {
  204. -webkit-transition: all 1s ease;
  205. -moz-transition: all 1s ease;
  206. -o-transition: all 1s ease;
  207. margin-top:-120px;
  208. }
  209.  
  210. {CustomCSS}</style>
  211. </head>
  212. <body>
  213.  
  214. <body link="{color:link}" vlink="{color:link}" alink="#999999">
  215.  
  216. <div id="description">
  217. <center>
  218. <div id="title">
  219. <i><b>{Title}</b></i>
  220. </div>
  221. <i>{Description}</i>
  222. <br>
  223. <hr><hr>
  224. <div id="linkses">
  225. <span id="pagination">{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}</span> ||
  226. <span title="Home"><a href="/">home</a href></span> -
  227. <span title="Ask"><a href="/ask">ask</a href></span> -
  228. <span title="{text:link1text}"><a href="{text:link1}">{text:link1text}</a href></span> -
  229. <span title="{text:link2text}"><a href="{text:link2}">{text:link2text}</a href></span> -
  230. <span title="{text:link3text}"><a href="{text:link3}">{text:link3text}</a href></span> ||
  231. <span id="pagination">{block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}</span>
  232. </div>
  233. <br>
  234. </center>
  235. </div>
  236.  
  237. <div id="secretbox">
  238. <i>{text:secret box}
  239. <hr><br>
  240. {text:secret box hover line}</i>
  241. </div>
  242.  
  243. <div style="position:fixed; bottom:0px; right:10px; font-size:7px;">
  244. <a href="http://myknightofflowers.tumblr.com/">T H E M E </a><br><br>
  245. </div>
  246.  
  247. <div id="cent">
  248. {block:Posts}
  249. <div id="post">
  250.  
  251. {block:Text}
  252. <h1>
  253. {block:Title}{Title}{/block:Title}</h1>
  254. <blockquote>{Body}</blockquote>
  255. {/block:Text}
  256.  
  257. {block:Photo}
  258. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
  259. {/block:Photo}
  260.  
  261. {block:Photoset}
  262. {Photoset-500}
  263. {/block:Photoset}
  264.  
  265. {block:Quote}
  266. <div id="quotee">
  267. ❝<i>{Quote}</i>❞
  268. </div>
  269. <div align="right">
  270. {block:Source}-{Source}{/block:Source}
  271. </div>
  272. {/block:Quote}
  273.  
  274. {block:Video}
  275. {Video-500}<br>
  276. {PlayCountWithLabel}
  277. {/block:Video}
  278.  
  279. {block:Link}
  280. <h1>
  281. <a href="{URL}" class="link" {Target}>{Name}</a></h1>
  282. {block:Description}{Description}{/block:Description}
  283. {/block:Link}
  284.  
  285. {block:Chat}
  286. {block:Lines}
  287. <b>
  288. {block:Label}
  289. <br><div style="text-transform:uppercase; display:inline;">{Label}</div>
  290. {/block:Label}
  291. </b> {Line}
  292. {/block:Lines}
  293. <br>
  294. <br>
  295. {/block:Chat}
  296.  
  297. {block:Audio}
  298. {AudioPlayerWhite}
  299. <br>
  300. {/block:Audio}
  301.  
  302. {block:Answer}
  303. <div style="padding:10px; border: double #e5e5e5;">{Asker} whispered, ❝<i>{Question}</i>❞</div>
  304. {Answer}
  305. {/block:Answer}
  306.  
  307. {block:PermalinkPage}
  308. {NoteCountWithLabel}
  309. {block:Caption}
  310. {Caption}
  311. {/block:Caption}
  312. <br><br>
  313. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  314. {/block:PermalinkPage}
  315.  
  316. <div id="noteybit">
  317. <center>
  318. <hr>
  319. <i>
  320. <a href="{Permalink}">{TimeAgo}</a> /
  321. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  322. {block:ContentSource}
  323. <a href="{SourceURL}">Source</a> /
  324. {/block:ContentSource}
  325. {block:RebloggedFrom}
  326. <a href="{ReblogParentURL}">via</a> //
  327. {/block:RebloggedFrom}
  328. {block:Tags} <a href="{TagUrl}">#{Tag}</a> {/block:Tags}
  329. </i>
  330. </center>
  331. </div>
  332. </div>{/block:Posts}
  333.  
  334. </div>
  335. </body>
  336. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement