Advertisement
misscharliepace

Theme 28 by myknightofflowers

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