Advertisement
misscharliepace

Theme 30 by myknightofflowers

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