Advertisement
ValarMorghulis

Theme 1: King City

Jul 16th, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.95 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <style type="text/css">A:hover{letter-spacing: 2px;}</style>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{image:Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!---fonts-->
  13. <link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Vollkorn' rel='stylesheet' type='text/css'>
  15. <!---fonts-->
  16.  
  17. <meta name="color:Background" content="{color}"/>
  18. <meta name="color:hover" content="{color}"/>
  19. <meta name="color:Text" content="{color}"/>
  20. <meta name="color:Link" content="{color}"/>
  21. <meta name="image:favicon" content=""/>
  22.  
  23. <meta name="text:Link 1" content="" />
  24. <meta name="text:Link 1 Text" content="" />
  25. <meta name="text:Link 2" content="" />
  26. <meta name="text:Link 2 Text" content="" />
  27. <meta name="text:Link 3" content="" />
  28. <meta name="text:Link 3 Text" content="" />
  29. <meta name="text:Link 4" content="" />
  30. <meta name="text:Link 4 Text" content="" />
  31. <meta name="text:Link 5" content="" />
  32. <meta name="text:Link 5 Text" content="" />
  33.  
  34. <style type="text/css">
  35.  
  36.  
  37. body {
  38. background:{color:background};
  39. margin:0px;
  40. color:{color:text};
  41. font-family:"arial";
  42. font-size:11px;
  43. line-height:100%;
  44. }
  45.  
  46.  
  47. a {
  48. text-decoration:none;
  49. outline:none;
  50. -moz-outline-style:none;
  51. color:{color:link};
  52. }
  53.  
  54. blockquote {
  55. padding-left:5px;
  56. border-left:2px solid;
  57. }
  58.  
  59. blockquote blockquote {
  60. padding-left:5px;
  61. border-left:2px solid;
  62. }
  63.  
  64. h1 {
  65. font-size:15px;
  66. }
  67.  
  68. #entries {
  69. padding-top:15px;
  70. width:400px;
  71. margin:auto;
  72. }
  73.  
  74. #post {
  75. width:400px;
  76. padding-bottom:90px;
  77. }
  78.  
  79. #pagination {
  80. bottom:0px;
  81. font-family:"calibri";
  82. width:350px;
  83. font-size:20px;
  84. padding:11px;
  85. letter-spacing:1px;
  86. margin:auto;
  87. margin-bottom:20px;
  88. word-spacing:15px;
  89. text-align:center;
  90. text-transform:lowercase;
  91. }
  92.  
  93. #pagination {
  94. font-size:10px;
  95. text-align:center;
  96. }
  97.  
  98.  
  99. .links {
  100. text-align:center;
  101. margin:auto;
  102. }
  103. a:hover {
  104. color:{color:hover};
  105. text-decoration:none;
  106. }
  107.  
  108. #title {
  109. font-size:13px;
  110. font-family:helvetica;
  111. text-align:center;
  112. margin:auto;
  113. font-family: 'Vollkorn', serif;
  114. margin-top:60px;
  115. }
  116. #description {
  117. letter-spacing:1px;
  118. text-align:center;
  119. margin:auto;
  120. font-size:10px;
  121. margin-bottom:20px;
  122. width:100px;
  123. }
  124.  
  125. #details {
  126. text-align:left;
  127. font-size:8px;
  128. text-transform:lowercase;
  129. letter-spacing:1px;
  130. padding-top:-9px;
  131. border-top:{color:text} 1px solid;
  132. }
  133.  
  134. /*audio*/
  135. .player {
  136. width:200px;
  137. height:25px;
  138. position:absolute;
  139. background:{color:text};
  140. }
  141.  
  142. .audioinfo {
  143. margin-left:50px;
  144. margin-top:25px;
  145. margin-bottom:7px;
  146. text-align:right;
  147. }
  148.  
  149. /*asks*/
  150. .q {
  151. margin-bottom:1px;
  152. background:{color:asks};
  153. padding-top:1px;
  154. padding-left:3px;
  155. }
  156. .as {
  157. font-weight:bold;
  158. }
  159.  
  160. .a {
  161. margin-top:1px;
  162. }
  163.  
  164.  
  165. #leave {
  166. position:fixed;
  167. font-size:11px;
  168. letter-spacing:1px;
  169. left:10px;
  170. bottom:15px;
  171. color:{color:text};
  172. }
  173. #leave a {
  174. padding:3px;
  175. }
  176. #leave a:hover {
  177. color:#ffffff;
  178. }
  179.  
  180.  
  181.  
  182.  
  183.  
  184. {CustomCSS}
  185.  
  186. </style>
  187.  
  188.  
  189.  
  190. </head>
  191.  
  192. <body>
  193. <div id="title">{Title}</div>
  194.  
  195.  
  196. <div class="links">
  197. <a href="{text:Link 1}" title="{text:Link 1 Text}">✖</a>
  198. <a href="{text:Link 2}" title="{text:Link 2 Text}">✖</a>
  199. <a href="{text:Link 3}" title="{text:Link 3 Text}">✖</a>
  200. <a href="{text:Link 4}" title="{text:Link 4 Text}">✖</a>
  201. <a href="{text:Link 5}" title="{text:Link 5 Text}">✖</a>
  202. </div>
  203.  
  204. <div id="description">{Description}</div>
  205. <div id="leave"><a href="http://hbbits.tumblr.com">©</a></div>
  206. </div>
  207.  
  208. </div>
  209.  
  210. <div id="entries">{block:Posts}<div id="post">
  211.  
  212. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  213.  
  214. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  215.  
  216. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  217.  
  218. <center>{block:Quote}<b><h1>“{Quote}”</h1></b>–{Source}{/block:Quote}</center>
  219.  
  220. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  221.  
  222. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  223.  
  224. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  225.  
  226. {block:Audio}
  227. <div class="player">{AudioPlayerWhite}</div>
  228. <div class="audioinfo">
  229. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  230. </div>
  231. {/block:Audio}
  232.  
  233. {block:Answer}
  234. <div class="q">
  235. <div class="as">{Asker} whispered: </div>
  236. {Question}</div>
  237. <div class="a">{Answer}</div>
  238. {/block:Answer}
  239.  
  240. <div id="details">
  241. <br> {block:Date}<div id="info"><a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> {block:NoteCount} + <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}{block:ContentSource}/ <a href="{SourceURL}">SOURCE</a>{/block:ContentSource} {/block:Date}</div> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  242.  
  243. </div>
  244. {block:PostNotes}{PostNotes}{/block:PostNotes}
  245. {/block:Posts}</div>
  246.  
  247. <div id="pagination">
  248. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}&nbsp; {block:NextPage}<a href="{NextPage}"> next</a><br />{/block:NextPage}{/block:Pagination}</div></center>
  249.  
  250. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement