Advertisement
starksfell

Theme #01 code

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