Advertisement
josthemes

Theme 1 by amazingpond

Jul 21st, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.11 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. <!--
  4.  
  5. theme 1 by amazingpond
  6.  
  7. Do not redistribute, steal or remove credit.
  8.  
  9. have a nice day and thanks for using my theme!
  10.  
  11. base code by wolverwhore
  12.  
  13. -->
  14.  
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head><title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Sidebar" content="#ffffff"/>
  25. <meta name="color:Text" content="#a8a8a8"/>
  26. <meta name="color:Link" content="#b8b8b8"/>
  27. <meta name="color:Tags" content="f0f0f0"/>
  28. <meta name="color:Hover" content="#f2f2f2"/>
  29. <meta name="color:Line" content="#f2f2f2"/>
  30. <meta name="color:Border" content="#e4e4e4"/>
  31. <meta name="color:Post" content="#ffffff"/>
  32. <meta name="color:Answer" content="#f8f8f8"/>
  33. <meta name="image:sidebar" content=""/>
  34. <meta name="text:Link 1" content="" />
  35. <meta name="text:Link 1 Text" content="" />
  36. <meta name="text:Link 2" content="" />
  37. <meta name="text:Link 2 Text" content="" />
  38. <meta name="text:Link 3" content="" />
  39. <meta name="text:Link 3 Text" content="" />
  40. <meta name="text:Link 4" content="" />
  41. <meta name="text:Link 4 Text" content="" />
  42. <meta name="text:Link 5" content="" />
  43. <meta name="text:Link 5 Text" content="" />
  44. <meta name="text:Link 6" content="" />
  45. <meta name="text:Link 6 Text" content="" />
  46. <meta name="color:scrollbar" content="#888"/>
  47.  
  48.  
  49. <style type="text/css">
  50. *, body, a {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  51.  
  52. a:hover {cursor:url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;}
  53.  
  54. ::-webkit-scrollbar {width: 3px; height:auto; background:{color:background}}
  55. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  56. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  57. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  58. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  59. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  60. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  61.  
  62.  
  63. /* --- BODY ---*/
  64.  
  65. body {
  66. background:{color:background};
  67. margin:0px;
  68. color:{color:text};
  69. font-family:Calibri;
  70. font-size:9px;
  71. line-height:100%;
  72. }
  73.  
  74. a {
  75. text-decoration:none;
  76. outline:none;
  77. -moz-outline-style:none;
  78. color:{color:link};
  79. }
  80.  
  81. img {
  82. border:none;
  83. }
  84.  
  85. blockquote {
  86. padding-left:5px;
  87. border-left:2px solid;
  88. }
  89.  
  90. blockquote blockquote {
  91. padding-left:5px;
  92. border-left:2px solid;
  93. }
  94.  
  95. h1 {
  96. font-size:9px;
  97. text-transform:uppercase;
  98. }
  99.  
  100. a:hover {
  101. opacity:10;
  102. color:{color:hover};
  103. -webkit-transition: all 0.7s ease;
  104. -moz-transition: all 0.7s ease;
  105. -o-transition: all 0.7s ease
  106. }
  107.  
  108. /* --- POST ENTRIES ---*/
  109.  
  110.  
  111. #entries {
  112. padding:10px;
  113. width:500px;
  114. margin-left:450px;
  115. margin-top:40px;
  116. font-size:10px;
  117. }
  118.  
  119. /* --- BODY: POSTS ---*/
  120.  
  121.  
  122. #post {
  123. width:500px;
  124. padding-bottom:20px;
  125. padding:10px;
  126. margin-top:15px;
  127. background-color:{color:Post};
  128. }
  129.  
  130. /* --- SIDEBAR IMAGE ---*/
  131.  
  132.  
  133. #sidebar {
  134. width:100px;
  135. position:fixed;
  136. margin-left:150px;
  137. margin-top:150px;
  138. opacity:100;
  139. background-color:{color:Sidebar};
  140. }
  141.  
  142. #sidebarimage {
  143. width 220px;
  144. }
  145.  
  146. #sidebarimage img {
  147. width:220px;
  148. padding:6px;
  149. background-color:{color:Sidebar};
  150. }
  151.  
  152.  
  153. /* --- SIDEBAR LINKS ---*/
  154.  
  155. .links {
  156. width:220px;
  157. height:5px;
  158. padding: 9px;
  159. font-size:8px;
  160. font-family:'calibri';
  161. text-align:center;
  162. margin-top:-2px;
  163. margin-left:-5px;
  164. text-align:center;
  165. text-transform:uppercase;
  166. word-spacing:2px;
  167. position:fixed;
  168. padding-bottom:7px;
  169. }
  170.  
  171. .links a {
  172. font-size: 8px;
  173. }
  174.  
  175. .links a:hover {
  176. color:{color:Hover}
  177. }
  178.  
  179.  
  180. /* --- DESCRIPTION ---*/
  181.  
  182. #description {
  183. position:fixed;
  184. font-family:cambria;
  185. line-height:90%;
  186. font-size:9px;
  187. font-style:italic;
  188. width:200px;
  189. margin-top:20px;
  190. padding:8px;
  191. margin-left:5px;
  192. text-align:justify;
  193. color:{color:text};
  194. }
  195.  
  196. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  197. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  198.  
  199. /* --- PAGINATION---*/
  200.  
  201.  
  202. #pagination {
  203. width:100px;
  204. font-size:8px;
  205. text-align:center;
  206. margin-left:0px;
  207. margin-top:60px;
  208. position:fixed;
  209. font-family:consolas;
  210. letter-spacing:0px;
  211. }
  212.  
  213. /* --- POST INFO ---*/
  214.  
  215.  
  216. #info {
  217. text-align:left;
  218. margin-top:10px;
  219. text-transform:uppercase;
  220. font-size:8px;
  221. font-style:none;
  222. border-top:1px solid {color:Line}
  223. }
  224.  
  225. /* --- POST TAGS---*/
  226.  
  227.  
  228. #tags {
  229. font-family:cambria;
  230. letter-spacing:0px;
  231. text-transform:lowercase;
  232. font-size:10px;
  233. font-style:italic;
  234. margin-top:4px;
  235. text-align:left;
  236. }
  237.  
  238. #tags
  239. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  240. -webkit-transition: all 0.6s ease-in-out;
  241. -moz-transition: all 0.6s ease-in-out;
  242. -o-transition: all 0.6s ease-in-out;
  243. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  244.  
  245.  
  246. /* --- QUESTIONS ---*/
  247.  
  248. #asker {
  249. padding:5px;
  250. font-family:cambria;
  251. letter-spacing:1px;
  252. text-align:left;
  253. font-style:italic;
  254. margin-left:10px;
  255. border-left:3px #eee solid;
  256. background-color:{color:background}
  257. }
  258.  
  259. #credit a {
  260. background-color:#fff;
  261. padding:5px;
  262. font-size:10px;
  263. position:fixed;
  264. font-family:courier;
  265. color:#626262;
  266. right:5px;
  267. bottom:5px
  268. }
  269.  
  270. #credit a:hover {
  271. color:#fff;
  272. font-size:10px;
  273. background-color:#414141;
  274. }
  275.  
  276. {CustomCSS}</style></head><body>
  277. <div id="sidebar">
  278. <div id="sidebarimage"><img src={image:sidebar}></div>
  279.  
  280.  
  281. <div id="description">
  282. {Description}
  283. </div>
  284.  
  285.  
  286. <div class="links">
  287. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  288. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  289. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  290. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  291. <a href="{text:Link 5}">{text:Link 5 Text}</a>
  292. <a href="{text:Link 6}">{text:Link 6 Text}</a>
  293. </div>
  294.  
  295.  
  296. {block:Pagination}<div id="pagination">
  297. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  298. {block:JumpPagination length="5"}
  299. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  300. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  301. {/block:JumpPagination}
  302. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  303. </div>{/block:Pagination}
  304.  
  305. </div>
  306.  
  307. <div id="entries">{block:Posts}<div id="post">
  308.  
  309. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  310.  
  311. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  312.  
  313. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  314.  
  315. {block:Quote}{Quote}{/block:Quote}
  316.  
  317. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  318.  
  319. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  320.  
  321. {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>
  322. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  323. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  324. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  325. {/block:Audio}
  326.  
  327. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  328.  
  329. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  330.  
  331. <div id="info">
  332. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  333. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  334. {/block:Posts}
  335. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  336. {/block:Posts}</div></div></div>
  337.  
  338.  
  339. <div id="credit">
  340. <a href="http://amazingpond.tumblr.com/">AT</a>
  341. </div>
  342.  
  343.  
  344. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement