Advertisement
starksfell

Theme #04

Dec 24th, 2012
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.97 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- theme by starksfell | tumblr --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#969696"/>
  12. <meta name="color:Link Background" content="#f8f8f8"/>
  13. <meta name="color:Sidebar border" content="#eeeeeee"/>
  14. <meta name="color:Link" content="#c9c9c9"/>
  15. <meta name="color:Link Hover" content="#c4d2db"/>
  16. <meta name="color:Scrollbar" content="#d0d6e0"/>
  17.  
  18. <meta name="image:sidebar" content=""/>
  19.  
  20.  
  21. <meta name="text:Link 1 URL" content=""/>
  22. <meta name="text:Link 1 Title" content=""/>
  23. <meta name="text:Link 2 URL" content="/">
  24. <meta name="text:Link 2 Title" content=""/>
  25. <meta name="text:Link 3 URL" content=""/>
  26. <meta name="text:Link 3 Title" content=""/>
  27. <meta name="text:Link 4 URL" content=""/>
  28. <meta name="text:Link 4 Title" content=""/>
  29.  
  30.  
  31.  
  32. <style type="text/css">
  33.  
  34. ::-webkit-scrollbar {
  35. width: 6px;
  36. height: 6px;
  37. background:{color:background};
  38. }
  39.  
  40. ::-webkit-scrollbar-thumb {
  41. background-color: {color:Scrollbar};
  42. }
  43.  
  44.  
  45. body {
  46. background:{color:background};
  47. margin:0px;
  48. color:{color:text};
  49. font-family:cambria;
  50. font-size:10px;
  51. line-height:100%;
  52. }
  53.  
  54. a {
  55. text-decoration:none;
  56. outline:none;
  57. -moz-outline-style:none;
  58. color:{color:link};
  59. -webkit-transition: opacity 0.6s linear;
  60. opacity: 1;
  61. -webkit-transition: all 0.5s ease-out;
  62. -moz-transition: all 0.5s ease-out;
  63. transition: all 0.5s ease-out;
  64. }
  65.  
  66. a:hover {
  67. text-decoration:none;
  68. color:{color:Link Hover};
  69. -webkit-transition: opacity 0.6s linear;
  70. opacity: 1;
  71. -webkit-transition: all 0.5s ease-out;
  72. -moz-transition: all 0.5s ease-out;
  73. transition: all 0.5s ease-out;
  74. }
  75.  
  76. img {
  77. border:none;
  78. }
  79.  
  80. blockquote {
  81. padding-left:5px;
  82. border-left:2px solid;
  83. }
  84.  
  85. blockquote blockquote {
  86. padding-left:5px;
  87. border-left:2px solid;
  88. }
  89.  
  90. h1 {
  91. font-family:calibri;
  92. text-transform:uppercase;
  93. font-size:14px;
  94. }
  95.  
  96. #quotetitle {
  97. font-size:12px;
  98. background-color: {color:description};
  99. font-family:calibri;
  100. padding-left:5px;
  101. padding-right:5px;
  102. padding-bottom:5px;
  103. }
  104.  
  105. .source {
  106. text-align:left;
  107. margin-left:30px;
  108. }
  109.  
  110. #entries {
  111. padding:3px;
  112. width:500px;
  113. margin-left:500px;
  114. margin-top:10px;
  115. }
  116.  
  117. #post {
  118. padding:7px;
  119. border:1px solid {color:sidebar border};
  120. width:500px;
  121. margin-bottom:20px;
  122. }
  123.  
  124.  
  125. #sidebar {
  126. width:174px;
  127. height:auto;
  128. position:fixed;
  129. margin-left:280px;
  130. margin-top:100px;
  131. }
  132.  
  133.  
  134. #sidebarimage {
  135. margin-left:1px;
  136. margin-top:4px;
  137. padding:5px;
  138. width:160px;
  139. border:1px solid {color:sidebar border};
  140. height:auto;
  141. opacity:1;
  142. }
  143.  
  144.  
  145. #description {
  146. text-align:center;
  147. margin-top:5px;
  148. padding:5px;
  149. width:160px;
  150. font-family: cambria;
  151. font-size:10px;
  152. }
  153.  
  154. #links {
  155. text-align:center;
  156. width:160px;
  157. padding:5px;
  158. margin-top:10px;
  159.  
  160. }
  161.  
  162. #links a{
  163. background-color: {color:Link Background};
  164. width:60px;
  165. font-family:cambria;
  166. font-size:9px;
  167. text-transform:uppercase;
  168. font-style:;
  169. padding-left:5px;
  170. padding-right:5px;
  171.  
  172. }
  173.  
  174. #pagination {
  175. width:130px;
  176. margin-left:-4px;
  177. border-top:1px solid {color:sidebar border};
  178. margin-top:15px;
  179. margin-bottom:10px;
  180. position:relative;
  181. text-transform:uppercase;
  182. padding:5px;
  183. font-family:cambria;
  184. }
  185.  
  186. #pagination a{
  187. display:inline-block;
  188. padding:3px 3px 3px 3px;
  189. }
  190.  
  191. #info {
  192. width:174px text-align:left;
  193. font-size:9px;
  194. padding-top:6px;
  195. padding-bottom:6px;
  196. padding-left:3px;
  197. background-color: ;
  198. border-top: 1px solid {color:sidebar border};
  199. margin-top:10px;
  200. }
  201.  
  202. #ask {
  203. background-color:{color:link background};
  204. line-height: 15px;
  205. border-bottom:3px double {color:sidebar border};
  206. padding:10px;
  207. }
  208.  
  209.  
  210. #audio{
  211. width:500px;
  212. }
  213.  
  214. .cover{
  215. width:125px;
  216. height:125px;
  217. position:absolute;
  218. z-index:0
  219.  
  220. }
  221.  
  222. .audioinfo{
  223. overflow:hidden;
  224. margin-left:130px;
  225. height:125px;
  226. width:370px;
  227. font-family:calibri;
  228. font-size:11px;
  229. text-align:left;
  230. background-color:{color:link background};
  231. }
  232.  
  233. .caption{
  234. margin-left:0px;
  235. margin-top:px;
  236. padding-top:5px;
  237. width:500px
  238. }
  239.  
  240. .player {
  241. overflow:hidden;
  242. margin-top:5px;
  243. -webkit-transition: opacity 0.6s linear;
  244. opacity: 0.4;
  245. -webkit-transition: all 0.5s ease-out;
  246. -moz-transition: all 0.5s ease-out;
  247. transition: all 0.5s ease-out;
  248. border: 1px solid {color:sidebar border};
  249. position:absolute;
  250. overflow:hidden;
  251. width:27px;
  252. margin-left:5px;
  253. z-index:1;
  254. height:27px;
  255. padding-bottom:-1px;
  256. }
  257.  
  258. .player:hover{
  259. -webkit-transition: opacity 0.6s linear;
  260. opacity: 0.7;
  261. -webkit-transition: all 0.5s ease-out;
  262. -moz-transition: all 0.5s ease-out;
  263. transition: all 0.5s ease-out;
  264. }
  265.  
  266. #credit {
  267. border: 1px solid {color:sidebar border};
  268. text-color:{color:text};
  269. font-family: calibri;
  270. position:fixed;
  271. width:auto;
  272. height:10px;
  273. padding:5px;
  274. bottom:5px;
  275. right:5px;
  276. text-align:left;
  277. -webkit-transition: opacity 0.6s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  278. }
  279.  
  280.  
  281.  
  282. #credit:hover{
  283. background-color:{color:link background};
  284. -webkit-transition: opacity 0.6s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  285. }
  286.  
  287. {CustomCSS}</style></head><body>
  288.  
  289. <div id="credit"><a href="http://starksfell.tumblr.com/tagged/themes">THEME ©</a></div>
  290.  
  291. <div id="sidebar">
  292.  
  293.  
  294.  
  295.  
  296. <div id="sidebarimage"><img src="{image:sidebar}" width="160px">
  297. </div>
  298.  
  299.  
  300. <div id="links">
  301. {block:ifLink1Title}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a>{/block:ifLink1Title}
  302. {block:ifLink2Title}<a href="{text:Link 2 URL}">{text:Link 2 Title}</a>{/block:ifLink2Title}
  303. {block:ifLink3Title}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a>{/block:ifLink3Title}
  304. {block:ifLink4Title}<a href="{text:Link 4 URL}">{text:Link 4 Title}</a>{/block:ifLink4Title}
  305. </div>
  306. <div id="description">{Description}</div>
  307.  
  308. <center>
  309.  
  310.  
  311. {block:Pagination}<div id="pagination">
  312. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  313. {block:JumpPagination length="5"}{block:CurrentPage}{PageNumber}{/block:CurrentPage}
  314. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  315. {/block:JumpPagination}
  316. {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
  317. </div>{/block:Pagination}</center>
  318.  
  319. </div>
  320.  
  321.  
  322. <div id="entries">
  323.  
  324. {block:Posts}
  325.  
  326. <div id="post">
  327.  
  328.  
  329. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  330.  
  331.  
  332.  
  333. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  334.  
  335. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  336.  
  337. {block:Quote}<div id="quotetitle">{Quote}</div>{block:Source} <div class="source">—{Source}{/block:Source}</div>{/block:Quote}
  338.  
  339. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  340.  
  341. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  342.  
  343. {block:Audio}<div id="audio"><div class="cover"><img src="http://i49.tinypic.com/igg8dx.gif" width="125px" height="125px" align="left" style="margin-right:5px;"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}" width="125px" height="125px" align="left" style="margin-right:5px;"></div>{/block:AlbumArt}<div class="player">{AudioPlayerWhite}</div>
  344.  
  345. <div class="audioinfo"><span class="audioinfo" style="line-height:27px;margin-left:-125px;overflow:hidden;"><span class="audioinfo" style="text-transform:uppercase;"><b>Title: </b></span>{block:TrackName}{TrackName}{/block:TrackName}</span><br><br><span class="audioinfo" style="line-height:17px;margin-left:-125px;"><span class="audioinfo" style="text-transform:uppercase;"><b>Artist: </b></span>{block:Artist}{Artist}{/block:Artist}</spam><br><br><span class="audioinfo" style="line-height:17px;margin-left:-125px;"><span class="audioinfo" style="text-transform:uppercase;"><b>Album: </b> </span>{block:Album}{Album}{/block:Album}</span><br><br><span class="audioinfo" style="line-height:17px;margin-left:-125px;"><span class="audioinfo" style="text-transform:uppercase;"><b>Played: </b> </span>{PlayCount} times</span></div>
  346. <div class="caption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  347.  
  348. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  349.  
  350. {block:Answer}<center><div id="ask"><span class="ask" style="font-family:calibri;"><b>{Asker} asked:</span></b> <br>{Question}<br></div>{Answer}</center>{/block:Answer}
  351.  
  352. {block:Date}<i><div id="info"> posted
  353. <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} × <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> {block:ContentSource} × <a href="{SourceURL}">©</a>{/block:ContentSource}{/block:RebloggedFrom} <div style="text-align:right;margin-top:-10px;"><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>{block:HasTags}{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags} </div></i>{/block:Date}
  354.  
  355.  
  356.  
  357. </div>
  358. {block:PostNotes}{PostNotes}{/block:PostNotes}
  359. {/block:Posts}</div>
  360.  
  361. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement