Advertisement
fengtai

Daydreams and Kisses Theme

Oct 7th, 2013
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.11 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
  2. "http://www.w3.org/TR/html4/strict.dtd">
  3.  
  4. <html lang="en">
  5. <head>
  6. <link rel="shortcut icon" href="{image:favicon}">
  7. <!--
  8. this awesome theme is brought to you by boysjpeg
  9.  
  10. ps: you can use this as a base code just credit me pls n thnk
  11. -->
  12.  
  13. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  14. <title>{Title}</title>
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <!-- colors -->
  18. <meta name="color:background" content="#FFFFFF"/>
  19. <meta name="color:sidebar" content="#d6d6d6"/>
  20. <meta name="color:text" content="#000000"/>
  21. <meta name="color:link hover" content="#d6d6d6"/>
  22. <meta name="color:links" content="#000000"/>
  23. <meta name="color:border" content="#d6d6d6"/>
  24.  
  25. <!-- images -->
  26. <meta name="image:sidebar" content="http://media.tumblr.com/037a754194c0f2269426ca13ad8b20bc/tumblr_inline_mu5x1lEGPF1s9ui6i.jpg">
  27. <meta name="image:favicon" content="http://media.tumblr.com/1dcd2f6fed49af5f39bac7806880cdeb/tumblr_inline_muc0c968jo1s9ui6i.png">
  28.  
  29. <!-- links -->
  30. <meta name="text:link 1 url" content="" />
  31. <meta name="text:link 2 url" content="" />
  32. <meta name="text:link 3 url" content="" />
  33. <meta name="text:link 4 url" content="" />
  34.  
  35. <meta name="text:link 1 title" content="03" />
  36. <meta name="text:link 2 title" content="04" />
  37. <meta name="text:link 3 title" content="05" />
  38. <meta name="text:link 4 title" content="06" />
  39.  
  40. <style type="text/css">
  41.  
  42. ::-webkit-scrollbar-thumb {
  43. background-color: #000;
  44. width:5px;
  45. height:100px;
  46. }
  47.  
  48. ::-webkit-scrollbar {
  49. height:5px;
  50. width:5px;
  51. background-color: {color:background};
  52. }
  53.  
  54. body {
  55. background-color: {color:background};
  56. font-family: serif;
  57. font-size: 12px;
  58. color: {color:text};
  59. }
  60.  
  61. #desc {
  62. margin-top: 275px;
  63. margin-left: 75px;
  64. background-color: {color:sidebar};
  65. position: fixed;
  66. padding: 5px;
  67. float: left;
  68. width: 150px;
  69. font-family: serif;
  70. font-size: 13px;
  71. }
  72.  
  73. #img {
  74. margin-top: 155px;
  75. margin-left:100px;
  76. max-width: 100px;
  77. max-height: 100px;
  78. border: 1px double #d6d6d6;
  79. outline: 2px solid #;
  80. outline-offset: 9px;
  81. opacity:1.0;
  82. padding: 5px;
  83. position:fixed;
  84. }
  85.  
  86. #img img:hover {
  87. opacity: 0.5;
  88. -webkit-transition: opacity 1s ease-in-out;
  89. -moz-transition: opacity 1s ease-in-out;
  90. -o-transition: opacity 1s ease-in-out;
  91. transition: opacity 1s ease-in-out;
  92. }
  93.  
  94. #links {
  95. margin-top: 355px;
  96. margin-left: 75px;
  97. position: fixed;
  98. padding: 5px;
  99. float: left;
  100. width: 150px;
  101. font-family: serif;
  102. font-size: 13px;
  103. }
  104.  
  105. #links a:link, a:visited {
  106. color: {color:links};
  107. text-decoration: none;
  108. }
  109.  
  110. #links a:hover {
  111. color: {color:link hover};
  112. text-decoration: none;
  113. }
  114.  
  115. #posts {
  116. margin-top: 70px;
  117. margin-left: 460px;
  118. font-family: serif;
  119. font-size: 10px;
  120. width: 400px;
  121. }
  122.  
  123. .pagination {
  124. position: absolute;
  125. top: -47px;
  126. }
  127.  
  128. #posts img {
  129. border: 1px double #d6d6d6;
  130. outline: 2px solid #;
  131. outline-offset: 9px;
  132. opacity:1.0;
  133. padding: 5px;
  134. }
  135.  
  136. #posts img:hover {
  137. opacity: 0.5;
  138. -webkit-transition: opacity 1s ease-in-out;
  139. -moz-transition: opacity 1s ease-in-out;
  140. -o-transition: opacity 1s ease-in-out;
  141. transition: opacity 1s ease-in-out;
  142. }
  143.  
  144. #posts a:hover {
  145. color: {color:link hover};
  146. text-decoration: none;
  147. }
  148.  
  149. #quote {
  150. font: italic 13px serif;
  151. text-align: center;
  152. }
  153.  
  154. a:link, a:visited {
  155. color: {color:links};
  156. text-decoration: none;
  157. }
  158.  
  159. h1 {
  160. font: italic 16px serif;
  161. text-align: center;
  162. }
  163.  
  164. h1 a{
  165. color: {color:links};
  166. text-decoration: none;
  167. }
  168.  
  169. #date {
  170. float: left;
  171. background-color: {color:sidebar};
  172. padding: 3px;
  173. }
  174.  
  175. #reblog {
  176. float: right;
  177. background-color: {color:sidebar};
  178. padding: 3px;
  179. }
  180.  
  181.  
  182. </style>
  183. <body>
  184.  
  185. <div id="img">
  186. <center><a href="/"><img src="{image:sidebar}" width="100" height="100"></a></center>
  187. </div>
  188.  
  189. <div id="desc">
  190. {block:Description}<i>{Description}</i>{/block:Description}
  191. </div>
  192.  
  193. <div id="links">
  194. <a href="/">01</a> <a href="/ask">02</a> <a href="{text:link 1 url}">{text:link 1 title}</a> <a href="{text:link 2 url}">{text:link 2 title}</a> <a href="{text:link 3 url}">{text:link 3 title}</a> <a href="{text:link 4 url}">{text:link 4 title}</a>
  195.  
  196. <p>{block:Pagination}
  197. {block:PreviousPage}
  198. <i><a href="{PreviousPage}">go back</a>
  199. {/block:PreviousPage}
  200. -
  201. {block:NextPage}
  202. <i><a href="{NextPage}">go further</a></h1>
  203. {/block:NextPage}</i>
  204. {/block:Pagination}</p>
  205.  
  206. <div style="position:fixed; left:5px; bottom:5px; font-size:10px;"><a href="http://basedthemes.tumblr.com/">theme</a> </div>
  207.  
  208. </div>
  209.  
  210.  
  211. {block:Posts}
  212. <div id="posts">
  213. {block:Text}
  214. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  215. {body}
  216. {/block:Text}
  217.  
  218. {block:Photo}
  219. <a href="{Permalink}"><img src="{PhotoURL-400}" /></a>
  220. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  221. {/block:Photo}
  222.  
  223. {block:Photoset}
  224. {Photoset-400}
  225. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  226. {/block:Photoset}
  227.  
  228. {block:Quote}
  229. <div id="quote">"{Quote}"</div>
  230. <br/>{block:Source}<center>- {Source}</center>{/block:Source}
  231. {/block:Quote}
  232.  
  233. {block:Link}
  234. <h1><a href="{URL}" target="{Target}">{Name}</a>
  235. {block:Description}{Description}{/block:description}
  236. {/block:Link}
  237.  
  238. {block:Chat}
  239. {block:Title}<h1>{Title}</h1>{/block:Title}
  240. {block:Lines} {block:Label}<b>{Label}</b>{/block:Label} {Line}<br />{/block:Lines}
  241. {/block:Chat}
  242.  
  243. {block:Audio}
  244. {AudioplayerWhite}
  245. {block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  246. {/block:Audio}
  247.  
  248. {block:Video}
  249. {VideoEmbed-400}
  250. {{block:ifcaptions}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:ifcaptions}
  251. {/block:Video}
  252.  
  253. {block:Answer}
  254. <p><center><a href="{AskerURL}"><img src="{AskerPortraitURL-40}"></a></p>
  255. {Asker} said: <i><bold>{Question}</bold></i></p>
  256. <p>{Answer}</p></center>
  257. {/block:Answer}
  258.  
  259. {block:PermalinkPage}
  260. <p>{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  261. {block:PostNotes}{PostNotes}{/block:PostNotes}
  262. {block:PermalinkPage}
  263.  
  264. <p>
  265.  
  266.  
  267. <div id="date">
  268. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  269. with
  270. {block:NoteCount}<a href="{Permalink}">{NoteCount}%{/block:NoteCount}</a></center>
  271. </div>
  272.  
  273. <div id="reblog">
  274. {block:RebloggedFrom}
  275. <center>via: <a href="{ReblogParentURL}" title"{ReblogParentTitle}">{ReblogParentName}</center></a>
  276. {/block:RebloggedFrom}
  277. </div>
  278. <p> &nbsp; </p>
  279. <p> &nbsp; </p>
  280. </div>
  281. </div>
  282. {/block:Posts}
  283.  
  284. </body>
  285. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement