Advertisement
Guest User

theme

a guest
Nov 25th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 KB | None | 0 0
  1. <!--
  2. theme #6 by spoiltheending.tumblr.com -->
  3.  
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head></head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#838282"/>
  17. <meta name="color:Link" content="#adabab"/>
  18. <meta name="color:hover" content="#d34851" />
  19. <meta name="color:border" content="#a09e9e" />
  20. <meta name="color:scrollbar" content="#b8b8b8" />
  21. <meta name="image:sidebar" content=""/>
  22.  
  23.  
  24. <meta name="text:Link1" content="" />
  25. <meta name="text:Link1 Title" content="" />
  26. <meta name="text:Link2" content="" />
  27. <meta name="text:Link2 Title" content="" />
  28. <meta name="text:Link3" content="" />
  29. <meta name="text:Link3 Title" content="" />
  30. <meta name="text:Link4" content="" />
  31. <meta name="text:Link4 Title" content="" />
  32. <meta name="text:Link5" content="" />
  33. <meta name="text:Link5 Title" content="" />
  34.  
  35. <style type="text/css">
  36.  
  37. @font-face{
  38. font-family: 'WebSymbolsRegular';
  39. src: url('http://static.tumblr.com/ekfbsgu/3q1m4j9nx/websymbols-regular-webfont.ttf');
  40. }
  41.  
  42.  
  43. body {
  44. background:{color:background};
  45. margin:0px;
  46. color:{color:text};
  47. font-family:Calibri;
  48. font-size:13px;
  49. line-height:100%;
  50. }
  51.  
  52. a {
  53. text-decoration:none;
  54. outline:none;
  55. -moz-outline-style:none;
  56. color:{color:link};
  57. }
  58.  
  59. a:hover{
  60. color:{color:hover};
  61. -webkit-transition: opacity 0.5s linear;
  62. opacity: 3;
  63. -webkit-transition: all 0.3s ease-out;
  64. -moz-transition: all 0.3s ease-out;
  65. transition: all 0.3s ease-out;
  66. }
  67.  
  68. img {
  69. border:none;
  70. }
  71.  
  72. blockquote {
  73. padding:0px;
  74. padding-left:5px;
  75. margin:5px;
  76. border-left:2px solid;
  77. }
  78.  
  79. blockquote img {
  80. max-width:250px;
  81. }
  82.  
  83. h1 {
  84. font-size:15px;
  85. }
  86.  
  87. #entries {
  88. padding:10px;
  89. width:500px;
  90. margin-left:500px;
  91. margin-top:40px;
  92. }
  93.  
  94. #post {
  95. width:500px;
  96. padding-bottom:20px;
  97. }
  98.  
  99. #sidebar {
  100. top: 100px;
  101. margin-left:185px;
  102. padding:20px;
  103. width: 215px;
  104. position:fixed;
  105. }
  106.  
  107. #sidebar:hover #slinks {
  108. text-align: center;
  109. opacity:2;
  110. margin-left:228px;
  111. }
  112.  
  113. #slinks {
  114. top: 90px;
  115. -webkit-transition:0.2s linear;
  116. position:absolute;
  117. text-transform:uppercase;
  118. opacity:0;
  119. font-family:calibri;
  120. font-size: 11px;
  121. font-weight:bold;
  122. margin-top:-5px;
  123. text-align: center;
  124. }
  125.  
  126. #slinks a {
  127. width:50px;
  128. display:block;
  129. font:9px calibri;
  130. font-weight:bold;
  131. text-transform: uppercase;
  132. text-decoration: none;
  133. text-align:center;
  134. padding:4px;
  135. margin-top:3px;
  136. margin-bottom:-10px;
  137. border:1px dotted {color:border};
  138. }
  139. #slinks a:hover{
  140. color:{color:hover};
  141. -webkit-transition: opacity 0.5s linear;
  142. opacity: 3;
  143. -webkit-transition: all 0.3s ease-out;
  144. -moz-transition: all 0.3s ease-out;
  145. transition: all 0.3s ease-out;
  146. }
  147.  
  148. #slinkz {
  149. opacity:0.9;
  150. margin-top:-35px;
  151. font-family:calibri;
  152. text-align:center;
  153. font-size:9px;
  154. text-transform:uppercase;
  155. padding:4px;
  156. border-top:1px dotted {color:border};
  157. border-bottom:1px dotted {color:border};
  158. background-color:{color:background};
  159. }
  160. #slinkz a:hover{
  161. color: {color:hover};
  162. font-weight:bold;
  163. font:9px;
  164. -webkit-transition: opacity 0.5s linear;
  165. opacity: 3;
  166. -webkit-transition: all 0.3s ease-out;
  167. -moz-transition: all 0.3s ease-out
  168. ;transition: all 0.3s ease-out;
  169. }
  170.  
  171.  
  172. #sidebarimage {
  173. width 250px;
  174. }
  175.  
  176. #sidebarimage img {
  177. width:200px;
  178. margin-bottom:0px;
  179. border:1px dotted {color:border};
  180. padding:6.5px;
  181. }
  182.  
  183. #description {
  184. padding:6px;
  185. text-align:center;
  186. margin-bottom:13px;
  187. }
  188.  
  189. #pagination {
  190. margin-top:-10px;
  191. margin-bottom:0px;
  192. text-align:center;
  193. line-height:20px;
  194. font-family:calibri;
  195. font-size:10px;
  196. }
  197. #pagination a {
  198. padding-top:2px;
  199. padding-bottom:2px;
  200. padding-left:4px;
  201. padding-right:4px;
  202. background-color:{color:background};
  203. color:{color:text};
  204. border:1px dotted {color:border};
  205. }
  206. #pagination a:hover {
  207. color:{color:hover};
  208. background-color:transparent;
  209. }
  210.  
  211. #info {
  212. margin-top:10px;
  213. display:block;
  214. font-size:9px;
  215. text-transform:uppercase;
  216. letter-spacing:0px;
  217. border-top:1px dotted {color:border};
  218. border-bottom:1px dotted {color:border};
  219. }
  220.  
  221. .symbols {
  222. font-family:WebSymbolsRegular;
  223. font-size: 9px;
  224. }
  225.  
  226. .bubble {
  227. align:right;
  228. background: #eee;
  229. margin:7px 0px 5px 66px;
  230. padding:10px;
  231. position: relative;
  232. -moz-border-radius:5px;
  233. -webkit-border-radius:5px;
  234. border-radius:5px;
  235. }
  236. .bubble p {
  237. margin:1px 0px;
  238. }
  239. .bubble span {
  240. display:block;
  241. position:absolute;
  242. width:1px;
  243. height:1px;
  244. font-size: 0;
  245. line-height: 1px;
  246. left:-10px;
  247. top:10px;
  248. border-top:7px solid transparent;
  249. border-bottom:7px solid transparent;
  250. border-right:10px solid #eee;
  251. }
  252.  
  253. .askborder {
  254. float: left;
  255. margin: 1px 4px 0 0;
  256. padding: 2px;
  257. background: #eee
  258. }
  259.  
  260. #audio {
  261. margin-bottom:5px;
  262. width:500px;
  263. height:105px;}
  264. .albumart {
  265. width:100px;
  266. height:100px;
  267. position:absolute;}
  268. .albumart img {
  269. width:100px;
  270. height:100px;
  271. float:left;}
  272.  
  273. .playercontainer {
  274. opacity: .2;
  275. display:block;
  276. width:100px;
  277. height:100px;
  278. background-color:#ffffff;
  279. position:absolute;
  280. z-index:3;}
  281.  
  282. .playercontainer:hover {
  283. opacity:.7;
  284. -webkit-transition: all 0.5s ease-in-out;
  285. -moz-transition: all 0.5s ease-in-out;
  286. -o-transition: all 0.5s ease-in-out;
  287. -ms-transition: all 0.5s ease-in-out;
  288. transition: all 0.5s ease-in-out;
  289. }
  290.  
  291. .player {
  292. margin-left:36px;
  293. margin-top:36px;
  294. width:25px;
  295. height:25px;
  296. overflow:hidden;
  297. background-color:white;}
  298.  
  299. .audioinfo {
  300. margin-left:110px;
  301. float:left;
  302. background-color:#eee;
  303. width:380px;
  304. padding:2px;
  305. margin-top:3px;}
  306.  
  307. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px;}
  308. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important;}
  309. ::-webkit-scrollbar {background-color:#ffffff; height:15px; width:7px;}
  310. ::-moz-selection {background-color:transparent; color:{color:link};}
  311. ::selection {background-color:transparent; color:{color:link};}
  312.  
  313. {CustomCSS}</style></head><body>
  314.  
  315.  
  316. <div id="sidebar">
  317.  
  318. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  319.  
  320. <div id="slinks">
  321. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br />
  322. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<br />
  323. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}<br />
  324. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}<br />
  325. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}<br />
  326. </div>
  327.  
  328. <div id="slinkz"><a href="/">home</a> &nbsp; <a href="/ask">message</a> &nbsp; <a href="/archive">archive</a> &nbsp; <a href="http://amywiliams.tumblr.com/tagged/themes">theme</a></div><br/><br/>
  329.  
  330. <div id="description">{Description}</div>
  331.  
  332. <div id="pagination"><br />{block:Pagination}<div class="pagination">
  333. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  334. {block:JumpPagination length="10"}{block:CurrentPage}
  335. <span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>
  336. {/block:CurrentPage}
  337. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  338. {/block:JumpPagination}
  339. {block:NextPage}<a href="{NextPage}">→</a> {/block:NextPage}
  340. </div>{/block:Pagination}</div>
  341.  
  342. </div>
  343.  
  344. <div id="entries">{block:Posts}<div id="post">
  345.  
  346. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  347.  
  348. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  349.  
  350. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  351.  
  352. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  353.  
  354. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  355.  
  356. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  357.  
  358. {block:Audio}
  359. <div id="audio"><div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div></div>{block:TrackName}<div class="audioinfo"><b>Track Title:</b> {TrackName}</div><br>{/block:TrackName}{block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}{block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}</div>{block:Caption}{Caption}{/block:Caption}
  360. {/block:Audio}
  361.  
  362. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  363.  
  364. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div><br /><br />{Answer}{/block:Answer}
  365.  
  366. <div id="info">
  367. <span class="symbols"><a href="{ReblogURL}"> J · </a></span>
  368. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  369.  
  370. {block:RebloggedFrom} <a href="{ReblogParentURL}">· via<a href="{ReblogParentURL}"></a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">· source</a>{/block:ContentSource}
  371.  
  372. <br />
  373. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  374.  
  375. </div>
  376. {block:PostNotes}{PostNotes}{/block:PostNotes}
  377. {/block:Posts}</div>
  378.  
  379. <div style="position:fixed; bottom:5px; right:5px;"><img src="http://40.media.tumblr.com/a09ba70028c1eae2fd676efd93144e6f/tumblr_mxcxwrJ8ip1rtcfaqo1_250.png"/></div>
  380. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement