Advertisement
ynthemes

03 - theme three

Nov 10th, 2013
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.14 KB | None | 0 0
  1. <html>
  2.  
  3. <!---
  4. THEME THREE BY YNTHEMES.TUMBLR.COM
  5.  
  6. DON'T (RE)MOVE THE CREDIT
  7. DON'T CLAIM AS YOURS
  8. DON'T USE AS BASE
  9. --->
  10. <head>
  11.  
  12. <meta name="color:background" content="#ffffff">
  13. <meta name="color:header" content="#f8f8f8">
  14.  
  15. <meta name="color:text" content="#555555">
  16. <meta name="color:link" content="#999999">
  17. <meta name="color:shadow" content="#999999">
  18.  
  19. <meta name="image:background" content="">
  20.  
  21. <meta name="text:link 1" content="">
  22. <meta name="text:link 1 url" content="/">
  23. <meta name="text:link 2" content="">
  24. <meta name="text:link 2 url" content="/">
  25. <meta name="text:link 3" content="">
  26. <meta name="text:link 3 url" content="/">
  27. <meta name="text:link 4" content="">
  28. <meta name="text:link 4 url" content="/">
  29.  
  30. <title>{Title}</title>
  31. {block:Description}
  32. <meta name="description" content="{MetaDescription}"/>
  33. {/block:Description}
  34. <link rel="shortcut icon" href="{Favicon}"/>
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  36. <link href='http://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'>
  37.  
  38. <style type="text/css">
  39.  
  40. body {
  41. background-color:{color:background};
  42. background-image: url('{image:background}');
  43. background-attachment: fixed;
  44. margin:0px auto;
  45. color:{color:text};
  46. font-family:times;
  47. font-size:12px;
  48. }
  49.  
  50. blockquote {
  51. margin-left: 5px;
  52. padding-left: 5px;
  53. border-left: 1px solid {color:text};
  54. }
  55.  
  56. a {
  57. text-decoration:none;
  58. transition:0.8s;
  59. color:{color:link};
  60. }
  61.  
  62. a:hover {
  63. color:{color:text};
  64. text-decoration:underline;
  65. }
  66.  
  67. pre {
  68. white-space: pre-wrap;
  69. white-space: -moz-pre-wrap;
  70. white-space: -o-pre-wrap;
  71. word-wrap: break-word;
  72. }
  73.  
  74. h1 {
  75. font-size:12px;
  76. }
  77.  
  78. #header {
  79. position:fixed;
  80. width:100%;
  81. background-color:{color:header};
  82. z-index:9999;
  83. color:{color:text};
  84. text-align:center;
  85. padding-top:20px;
  86. padding-bottom:5px;
  87. }
  88.  
  89. #title {
  90. font-size:45px;
  91. line-height:12px;
  92. text-shadow:1px 1px 1px {color:shadow};
  93. }
  94.  
  95. #links {
  96. margin-top:20px;
  97. font-size:11px;
  98. text-transform:lowercase;
  99. font-style:italic;
  100. }
  101.  
  102. #links a {
  103. padding:5px;
  104. color:{color:text};
  105. }
  106.  
  107. #container {
  108. padding-top:100px;
  109. text-align:center;
  110. position:absolute;
  111. width:100%;
  112. }
  113.  
  114. #posts {
  115. width:400px;
  116. text-align:justify;
  117. padding:20px;
  118. font-size:11px;
  119. margin: 0px auto;
  120. }
  121.  
  122. #info {
  123. position:auto;
  124. margin-top:5px;
  125. padding-left:10px;
  126. padding-right:10px;
  127. padding-top:5px;
  128. padding-bottom:5px;
  129. border-top: 1px solid {color:header};
  130. font-size:10px;
  131. text-align:left;
  132. font-style:italic;
  133. }
  134.  
  135. #info a {
  136. color:{color:text};
  137. }
  138.  
  139. </style>
  140.  
  141. </head>
  142. <body>
  143. <div id="header">
  144. <div id="title">{title}</div>
  145. <div id="links">
  146. {block:Pagination}
  147. {block:PreviousPage}
  148. <a href="{PreviousPage}">BACK</a>
  149. {/block:PreviousPage}
  150. {/block:Pagination}
  151. <a href="/">INDEX</a>
  152. <a href="/ask">INBOX</a>
  153. {block:ifLink1}
  154. <a href="{text:link 1 url}">{text:link 1}</a>
  155. {/block:ifLink1}
  156. {block:ifLink2}
  157. <a href="{text:link 2 url}">{text:link 2}</a>
  158. {/block:ifLink2}
  159. {block:ifLink3}
  160. <a href="{text:link 3 url}">{text:link 3}</a>
  161. {/block:ifLink3}
  162. {block:ifLink4}
  163. <a href="{text:link 4 url}">{text:link 4}</a>
  164. {/block:ifLink4}
  165. <a href="http://ynthemes.tumblr.com/">credit</a>
  166. {block:Pagination}
  167. {block:NextPage}
  168. <a href="{NextPage}">FORTH</a>
  169. {/block:NextPage}
  170. {/block:Pagination}
  171. </div>
  172. </div>
  173. <div id="container">
  174. {block:Posts}
  175. <div id="posts">
  176.  
  177. {block:Text}
  178. <h1>{block:Title}{Title}{/block:Title}</h1>
  179. {Body}
  180. {/block:Text}
  181.  
  182. {block:Quote}
  183. <h1>"{Quote}"</h1>
  184. {block:Source}- {Source}{/block:Source}<p>
  185. {/block:Quote}
  186.  
  187. {block:Photo}
  188. <img src="{PhotoURL-400}">
  189. {block:Caption}{Caption}{/block:Caption}<p>
  190. {/block:Photo}
  191.  
  192. {block:Photoset}
  193. {Photoset-400}
  194. {block:Caption}{Caption}{/block:Caption}<p>
  195. {/block:Photoset}
  196.  
  197. {block:Link}
  198. <h1>→ <a href="{URL}" {Target}>{Name}</a></h1>
  199. {block:Description}{Description}{/block:Description}<p>
  200. {/block:Link}
  201.  
  202. {block:Chat}
  203. {block:Title}<h1>{Title}</h1>{/block:Title}
  204. {block:Lines}
  205. {block:Label}<b>{Label}</b>{/block:Label}
  206. {Line}<br>{/block:Lines}<p>
  207. {/block:Chat}
  208.  
  209. {block:Audio}
  210. <table><tr>
  211. <td style="width: 40px;">
  212. <div id="audioimg">{block:AlbumArt}
  213. <img src="{AlbumArtURL}" width="50px"/>
  214. </div>
  215. {/block:AlbumArt}</td>
  216. <td style="width: 400px; ">
  217. <div id="audioplayerloh">
  218. {AudioPlayerWhite}
  219. </div>
  220. </td>
  221. </tr></table>
  222. {block:Caption}{Caption}{/block:Caption}<p>
  223. {/block:Audio}
  224.  
  225. {block:Video}
  226. {Video-400}
  227. {block:Caption}{Caption}{/block:Caption}
  228. {block:PermalinkPage}{PlayCount}{/block:PermalinkPage}<p>
  229. {/block:Video}
  230.  
  231. {block:Answer}
  232. <div id="question">
  233. <h1>{Asker} asked:</h1>
  234. <blockquote>{Question}</blockquote>
  235. </div>
  236. {Answer}<p>
  237. {/block:Answer}
  238.  
  239. {block:ContentSource}
  240. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  241. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  242. {/block:SourceLogo}
  243. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  244. {/block:ContentSource}
  245.  
  246. {block:Date}
  247. <div id="info">
  248. <a href="{ReblogURL}" target="_blank">reblog</a>
  249. &nbsp;&nbsp;
  250. <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  251. {block:NoteCount}
  252. &nbsp;&nbsp;
  253. <a href="{Permalink}">{NoteCountWithLabel}</a>
  254. {/block:NoteCount}
  255. &nbsp;&nbsp;
  256. {block:RebloggedFrom}
  257. via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  258. &nbsp;&nbsp;
  259. source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  260. {/block:RebloggedFrom}
  261. {block:HasTags}<br>{block:Tags}
  262. #<a href="{TagURL}">{Tag}</a>
  263. {/block:Tags}{/block:HasTags}
  264. </div>
  265.  
  266. {block:PostNotes}{PostNotes}{/block:PostNotes}
  267. </div>
  268. {/block:Posts}
  269. </div>
  270. </body>
  271. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement