Advertisement
starksfell

Theme #03 code

Oct 21st, 2012
846
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.21 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:cambria;
  92. text-transform:uppercase;
  93. font-size:14px;
  94. }
  95.  
  96. #quotetitle {
  97. font-size:12px;
  98. background-color: {color:description};
  99. font-family:cambria;
  100. text-transform:uppercase;
  101. padding-left:5px;
  102. padding-right:5px;
  103. padding-bottom:5px;
  104. }
  105.  
  106. .source {
  107. text-align:left;
  108. margin-left:30px;
  109. }
  110.  
  111. #entries {
  112. padding:3px;
  113. width:500px;
  114. margin-left:500px;
  115. margin-top:10px;
  116. }
  117.  
  118. #post {
  119. padding:7px;
  120. border:1px solid {color:sidebar border};
  121. width:500px;
  122. margin-bottom:20px;
  123. }
  124.  
  125.  
  126. #sidebar {
  127. padding:10px;
  128. border: px solid {color:sidebar border};
  129. width:245px;
  130. height:auto;
  131. position:fixed;
  132. margin-left:210px;
  133. margin-top:100px;
  134. }
  135.  
  136.  
  137. #sidebarimage {
  138. margin-top:4px;
  139. padding:3px 3px 2px 3px;
  140. width:245px;
  141. border:1px solid {color:sidebar border};
  142. height:auto;
  143. opacity:1;
  144. }
  145.  
  146.  
  147. #description {
  148. text-align:center;
  149. margin-top:5px;
  150. padding:4px;
  151. width:245px;
  152. font-family: cambria;
  153. font-size:10px;
  154. }
  155.  
  156. #links {
  157. text-align:center;
  158. width:245px;
  159. padding:3px;
  160. margin-top:5px;
  161.  
  162. }
  163.  
  164. #links a{
  165. background-color: {color:Link Background};
  166. width:60px;
  167. font-family:cambria;
  168. text-transform:uppercase;
  169. font-style:italic;
  170. padding-left:5px;
  171. padding-right:5px;
  172.  
  173. }
  174.  
  175. #links a:hover {
  176. padding-left:10px;
  177. padding-right:10px;
  178. }
  179.  
  180. #links2 {
  181. position:relative;
  182. margin-top:-10px;
  183. display:in-line block;
  184. width:190px;
  185. }
  186.  
  187. #links2 a{
  188. margin-bottom:10px;
  189. margin-left:5px;
  190. width:30px;
  191. font-family:cambria;
  192. text-transform:uppercase;
  193. background-color: {color:background};
  194. padding:4px;
  195. text-align:right;
  196. border-left:1px solid {color:sidebar border};
  197. border-right:1px solid {color:sidebar border};
  198. border-top:1px solid {color:sidebar border};
  199. }
  200.  
  201. #links2 a:hover{
  202. padding-top:10px;
  203. }
  204.  
  205.  
  206. #pagination {
  207. margin-top:15px;
  208. position:relative;
  209. text-transform:uppercase;
  210. padding:9px;
  211. font-family:calibri;
  212. }
  213.  
  214. #pagination a{
  215. display:inline-block;
  216. background-color:{color:Link background};
  217. padding:3px 3px 3px 3px;
  218. }
  219.  
  220. #info {
  221. text-align:left;
  222. font-size:9px;
  223. padding-top:6px;
  224. padding-bottom:6px;
  225. padding-left:3px;
  226. background-color: ;
  227. border-top: 1px solid {color:sidebar border};
  228. margin-top:10px;
  229. }
  230.  
  231. #ask {
  232. background-color:{color:description};
  233. line-height: 15px;
  234. border:1px solid {color:border};
  235. padding-bottom:10px;
  236. }
  237.  
  238.  
  239. #audio{
  240. width:500px;
  241. height:125px;
  242. }
  243.  
  244. .cover{
  245. width:125px;
  246. height:125px;
  247. position:absolute;
  248. }
  249.  
  250. .caption{
  251. position:absolute;
  252. margin-left:130px;
  253. width:370px
  254. }
  255.  
  256.  
  257. {CustomCSS}</style></head><body>
  258.  
  259.  
  260. <div id="sidebar">
  261.  
  262. <div id="links2">
  263. <a href="/">Home</a>
  264. <a href="/ask">msg</a>
  265. <a href="http://starksfell.tumblr.com/tagged/themes">©</a>
  266. </div>
  267.  
  268.  
  269.  
  270. <div id="sidebarimage"><img src="{image:sidebar}" width="245px">
  271. </div>
  272.  
  273.  
  274. <div id="links">
  275. {block:ifLink1Title}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a>{/block:ifLink1Title}
  276. {block:ifLink2Title}<a href="{text:Link 2 URL}">{text:Link 2 Title}</a>{/block:ifLink2Title}
  277. {block:ifLink3Title}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a>{/block:ifLink3Title}
  278. {block:ifLink4Title}<a href="{text:Link 4 URL}">{text:Link 4 Title}</a>{/block:ifLink4Title}
  279. </div>
  280. <div id="description">{Description}</div>
  281.  
  282. <center>
  283.  
  284.  
  285. {block:Pagination}<div id="pagination">
  286. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  287. {block:JumpPagination length="5"}{block:CurrentPage}{PageNumber}{/block:CurrentPage}
  288. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  289. {/block:JumpPagination}
  290. {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
  291. </div>{/block:Pagination}</center>
  292.  
  293. </div>
  294.  
  295.  
  296. <div id="entries">
  297.  
  298. {block:Posts}
  299.  
  300. <div id="post">
  301.  
  302.  
  303. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  304.  
  305.  
  306.  
  307. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  308.  
  309. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  310.  
  311. {block:Quote}<div id="quotetitle">{Quote}</div>{block:Source} <div class="source">—{Source}{/block:Source}</div>{/block:Quote}
  312.  
  313. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  314.  
  315. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  316.  
  317. {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="caption">{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  318.  
  319. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  320.  
  321. {block:Answer}<center><div id="ask"><b>{Asker} asked:</b> <br>{Question}<br></div>{Answer}</center>{/block:Answer}
  322.  
  323. {block:Date}<div id="info"><i>
  324. <span class="info" style="text-transform:uppercase;"> posted
  325. <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} (<a href="{SourceURL}">©</a>{/block:ContentSource}){/block:RebloggedFrom} </span><br>{block:HasTags}{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags} </div>{/block:Date}</i>
  326.  
  327. </div>
  328. {block:PostNotes}{PostNotes}{/block:PostNotes}
  329. {/block:Posts}</div>
  330.  
  331. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement