Advertisement
urbanbutts

theme 03

Sep 3rd, 2013
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.00 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--
  10.  
  11. ~*~base code by haryum edited by joanvvatsons~*~
  12.  
  13. -->
  14.  
  15. <!-- C O L O U R S -->
  16.  
  17.  
  18. <meta name="color:background" content="#ffffff"/>
  19. <meta name="color:text" content="#a8a8a8"/>
  20. <meta name="color:link" content="#b8b8b8"/>
  21. <meta name="color:link hover" content="#f2f2f2"/>
  22. <meta name="color:border" content="#eeeeee"/>
  23. <meta name="color:sidebarimg border" content="#ffffff"/>
  24. <meta name="color:scrollbar" content="ffffff"/>
  25. <meta name="color:scrollbar border" content="000">
  26.  
  27.  
  28. <!-- I M A G E S -->
  29.  
  30. <meta name="image:sidebar" content=""/>
  31.  
  32. <!-- T E X T -->
  33.  
  34. <meta name="text:home title" content="home" />
  35. <meta name="text:ask title" content="ask" />
  36. <meta name="text:ask url" content="/ask" />
  37.  
  38. <meta name="text:link 1 title" content="link 1" />
  39. <meta name="text:link 1 url" content="/" />
  40. <meta name="text:link 2 title" content="link 2" />
  41. <meta name="text:link 2 url" content="/" />
  42.  
  43. <!-- I F -->
  44.  
  45. <meta name="if:Show Link 1" content="1" />
  46. <meta name="if:Show Link 2" content="1" />
  47. <meta name="if:Show Home" content="1" />
  48. <meta name="if:Show Ask" content="1" />
  49. <meta name="if:Show Tags" content="1" />
  50. <meta name="if:Show Captions" content="0">
  51.  
  52.  
  53. <style type="text/css">
  54.  
  55. /*- body -*/
  56.  
  57. body {
  58. font-family:calibri;
  59. font-size:11px;
  60. line-height:115%;
  61. color:{color:text};
  62. background:{color:background};
  63. }
  64.  
  65. img {
  66. border:none;
  67. }
  68.  
  69. a {
  70. text-decoration:none;
  71. outline:none;
  72. -moz-outline-style:none;
  73. color:{color:link};
  74. -webkit-transition: all 0.6s ease;
  75. -moz-transition: all 0.6s ease;
  76. -o-transition: all 0.6s ease
  77. }
  78.  
  79. a:hover {
  80. color:{color:link hover};
  81. -webkit-transition: all 0.8s ease;
  82. -moz-transition: all 0.8s ease;
  83. -o-transition: all 0.8s ease
  84. }
  85.  
  86. h1 {
  87. font-size:11px;
  88. text-transform:uppercase;
  89. font-weight: bold;
  90. }
  91.  
  92. blockquote {
  93. padding-left:5px;
  94. border-left:2px solid;
  95. }
  96.  
  97. blockquote blockquote {
  98. padding-left:5px;
  99. border-left:2px solid;
  100. }
  101.  
  102. /*- posts/entries -*/
  103.  
  104.  
  105. #entries {
  106. width:500px;
  107. margin-left:500px;
  108. margin-top:60px;
  109. font-size:11px;
  110. }
  111.  
  112.  
  113. #post {
  114. width:480px;
  115. padding:10px;
  116. margin-bottom:20px;
  117. }
  118.  
  119. /*- sidebar -*/
  120.  
  121.  
  122. #sidebar {
  123. position:fixed;
  124. width: 110px;
  125. margin-left:260px;
  126. margin-top:180px;
  127. }
  128.  
  129. #sidebarimage {
  130. width: 110px;
  131. height: 110px;
  132. }
  133.  
  134. #sidebarimage img {
  135. width: 100px;
  136. height: 100px;
  137. padding:5px;
  138. border:solid 1px {color:sidebarimg border};
  139. }
  140.  
  141. #description {
  142. width:110px;
  143. font-family:calibri;
  144. line-height:100%;
  145. font-size:10px;
  146. font-style:italic;
  147. padding-bottom:5px;
  148. text-align:center;
  149. }
  150.  
  151. #links {
  152. width:110px;
  153. height:auto;
  154. padding-top: 5px;
  155. padding-bottom: 5px;
  156. text-align:center;
  157. font-size:8px;
  158. font-family:calibri;
  159. word-spacing:2px;
  160. text-transform:uppercase;
  161. }
  162.  
  163. #links a {
  164. font-size: 8px;
  165. padding-left: 0px;
  166. padding-right: 0px;
  167. -webkit-transition: all 0.4s ease;
  168. -moz-transition: all 0.4s ease;
  169. -o-transition: all 0.4s ease
  170. }
  171.  
  172. #links a:hover {
  173. padding-left: 2px;
  174. padding-right: 2px;
  175. color:{color:link hover}
  176. -webkit-transition: all 0.4s ease;
  177. -moz-transition: all 0.4s ease;
  178. -o-transition: all 0.4s ease
  179. }
  180.  
  181.  
  182. #pagi{
  183. width:100px;
  184. font-size:8px;
  185. text-align:center;
  186. margin-left:15px;
  187. margin-top:55px;
  188. position:fixed;
  189. font-family:consolas;
  190. letter-spacing:1px;
  191. }
  192.  
  193. /*- others -*/
  194.  
  195. ::-webkit-scrollbar {
  196. width: 10px;
  197. height: 4px;
  198. background: {color:background};
  199. }
  200.  
  201. ::-webkit-scrollbar-thumb {
  202. border: 1px solid {color:scrollbar border};
  203. background-color: {color:scrollbar};
  204. }
  205.  
  206. #info {
  207. text-align:right;
  208. margin-top:10px;
  209. padding: 5px;
  210. font-size: 9px;
  211. color: {color:link};
  212. text-transform: uppercase;
  213. border-top: 1px solid {color:border};
  214. }
  215.  
  216. #ask {
  217. float:left;
  218. width: 490px;
  219. padding: 5px;
  220. text-align:justify;
  221. text-transform: lowercase;
  222. padding-bottom: 5px;
  223. padding-right: 5px;
  224. line-height:115%;
  225. background-color: #ffffff;
  226. border: 1px solid {color:border};
  227. }
  228.  
  229. #answer {
  230. font-size: 10px;
  231. width: 480px;
  232. padding-top: 10px;
  233. margin-left: 7px;
  234. line-height:120%;
  235. }
  236.  
  237. {CustomCSS}</style></head><body>
  238.  
  239. <div id="sidebar">
  240.  
  241.  
  242. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  243.  
  244.  
  245. <div id="links">
  246.  
  247. {block:IfShowHome}
  248. <a href="/">{text:home title}</a>
  249. {/block:IfShowHome}
  250. {block:IfShowAsk}
  251. <a href="{text:ask url}">{text:ask title}</a>
  252. {block:IfShowAsk}
  253. {block:IfShowLink1}
  254. <a href="{text:link 1 url}">{text:link 1 title}</a>
  255. {/block:IfShowLink1}
  256. {block:IfShowLink2}
  257. <a href="{text:link 2 url}">{text:link 2 title}</a>
  258. {/block:IfShowLink2}
  259.  
  260. </div>
  261.  
  262. {block:Pagination}<div id="pagi">
  263. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  264. {block:JumpPagination length="3"}
  265. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  266. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  267. {/block:JumpPagination}
  268. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  269. </div>{/block:Pagination}
  270.  
  271.  
  272. <div id="description">{Description}</div>
  273.  
  274. </div>
  275.  
  276.  
  277. <div id="entries">{block:Posts}<div id="post">
  278.  
  279. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  280.  
  281. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}{/block:Photo}
  282.  
  283. {block:Photoset}{Photoset-500}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}{/block:Photoset}
  284.  
  285. {block:Quote}{Quote}{/block:Quote}
  286.  
  287. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  288.  
  289. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  290.  
  291. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  292. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  293. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  294. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  295. {/block:Audio}
  296.  
  297. {block:Video}{Video-500}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}{/block:Video}
  298.  
  299. {block:Answer}<div id="ask">{Asker}:&nbsp; {Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
  300.  
  301. <div id="info">
  302. {block:Date}<a href="{Permalink}">
  303. {TimeAgo}</a></a>{/block:Date} with <a href="{Permalink}">
  304. ♥ {NoteCount}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom} <br> {block:IfShowTags}{block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  305.  
  306. </div>
  307.  
  308. </div>
  309. {/block:Posts}
  310. {block:PostNotes}<div id="♡">{PostNotes}</div>{/block:PostNotes}
  311. {/block:Posts}</div></div></div>
  312.  
  313. <div style="position:fixed;bottom:5px; right:5px; text-transform:uppercase; font-size:8px; letter-spacing:2px; border: 1px solid {color:border}; padding: 3px;"><a href="http://joanvvatsons.tumblr.com/">theme</a></center></div>
  314.  
  315.  
  316. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement