Advertisement
starksfell

Theme #02 code

Sep 16th, 2012
1,218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.95 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.  
  4. <!---- theme #2 by starksfell | tumblr --->
  5.  
  6. <meta name="color:Background" content="#fcfcfa"/>
  7. <meta name="color:Text" content="#c0bfbf"/>
  8. <meta name="color:Sidebar" content="#fffff"/>
  9. <meta name="color:Description" content="#f8f8f8"/>
  10. <meta name="color:Border" content="#eeeeee"/>
  11. <meta name="color:Sidebar border" content="#e9e9e9"/>
  12. <meta name="color:Link" content="#c9c9c9"/>
  13. <meta name="color:Link Hover" content="#c4d2db"/>
  14. <meta name="color:Scrollbar" content="#d0d6e0"/>
  15.  
  16. <meta name="image:sidebar" content=""/>
  17.  
  18. <meta name="text:Link 1 URL" content=""/>
  19. <meta name="text:Link 1 Title" content=""/>
  20. <meta name="text:Link 2 URL" content="/">
  21. <meta name="text:Link 2 Title" content=""/>
  22. <meta name="text:Link 3 URL" content=""/>
  23. <meta name="text:Link 3 Title" content=""/>
  24. <meta name="text:Link 4 URL" content=""/>
  25. <meta name="text:Link 4 Title" content=""/>
  26.  
  27.  
  28. <head><title>{Title}</title>
  29. <link rel="shortcut icon" href="{Favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32.  
  33. <style type="text/css">
  34.  
  35. ::-webkit-scrollbar {
  36. width: 6px;
  37. height: 4px;
  38. background:{color:background};
  39. }
  40.  
  41. ::-webkit-scrollbar-thumb {
  42. background-color: {color:Scrollbar};
  43. border-radius:5px 5px 5px 5px;
  44. }
  45.  
  46. body {
  47. background:{color:background};
  48. margin:0px;
  49. color:{color:text};
  50. font-family:cambria;
  51. font-size:10px;
  52. line-height:100%;
  53. }
  54.  
  55. a {
  56. text-decoration:none;
  57. outline:none;
  58. -moz-outline-style:none;
  59. color:{color:link};
  60. -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;
  61. }
  62.  
  63. a:hover {
  64. text-decoration:none;
  65. color:{color:Link Hover};
  66. -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;
  67. }
  68.  
  69. img {
  70. border:none;
  71. }
  72.  
  73. blockquote {
  74. padding-left:5px;
  75. border-left:2px solid;
  76. }
  77.  
  78. blockquote blockquote {
  79. padding-left:5px;
  80. border-left:2px solid;
  81. }
  82.  
  83. h1 {
  84. font-family:cambria;
  85. text-transform:uppercase;
  86. font-size:13px;
  87. }
  88.  
  89. #entries {
  90. padding:10px;
  91. width:500px;
  92. margin-left:500px;
  93. margin-top:7px;
  94. }
  95.  
  96. #post {
  97. background-color: {color:Sidebar};
  98. padding:7px;
  99. border:1px solid {color:sidebar border};
  100. width:500px;
  101. margin-bottom:20px;
  102. }
  103.  
  104.  
  105. #sidebar {
  106. background-color: {color:Sidebar};
  107. padding:10px;
  108. border: 1px solid {color:sidebar border};
  109. width:164px;
  110. height:auto;
  111. position:fixed;
  112. margin-left:300px;
  113. margin-top:80px;
  114. }
  115.  
  116.  
  117. #sidebarimage {
  118. padding:1px 1px 0px 1px;
  119. height:auto;
  120. max-width:160px;
  121. border:1px solid {color:sidebar border};
  122. }
  123.  
  124. #description {
  125. margin-top:5px;
  126. width:152px;
  127. background-color: {color:description};
  128. padding:5px;
  129. border:1px solid {color:sidebar border};
  130. font-family: cambria;
  131. font-size:10px;
  132. }
  133.  
  134. #links {
  135. text-align:center;
  136. display:in-line block;
  137. width: 150px;
  138. margin-top:5px;
  139. padding:5px;
  140. }
  141.  
  142. #links a{
  143. font-family:cambria;
  144. text-transform:uppercase;
  145. padding-left:2px;
  146. padding-right:2px;
  147. -webkit-transition: opacity 0.8s linear;
  148. opacity: 1;
  149. -webkit-transition: all 0.5s ease-out;
  150. -moz-transition: all 0.5s ease-out;transition:
  151. all 0.5s ease-out;
  152.  
  153. }
  154.  
  155. #links a:hover {
  156. -webkit-transition: opacity 0.8s linear;
  157. opacity: 0.4;
  158. -webkit-transition: all 0.5s ease-out;
  159. -moz-transition: all 0.5s ease-out;transition:
  160. all 0.5s ease-out;
  161. }
  162.  
  163.  
  164.  
  165. #pagination {
  166. padding:10px;
  167. font-family:calibri;
  168. }
  169.  
  170. #pagination a{
  171. display:inline-block;
  172. background-color:{color:description};
  173. padding:3px 3px 3px 3px;
  174. }
  175.  
  176. #info {
  177. padding:3px;
  178. background-color: {color:description};
  179. border-top: 1px solid {color:sidebar border};
  180. margin-top:10px;
  181. }
  182.  
  183. #ask {
  184. line-height: 15px;
  185. border-bottom:1px solid {color:border};
  186. padding-bottom:10px;
  187. }
  188.  
  189. #quotetitle {
  190. font-size:15px;
  191. font-family:cambria;
  192. padding-bottom:5px;
  193. }
  194.  
  195. #credit {
  196. position:fixed;
  197. width:10px;
  198. height:10px;
  199. background-color: {color:Sidebar};
  200. padding:5px;
  201. text-align:right;
  202. border-top:1px solid {color:sidebar border};
  203. border-right:1px solid {color:sidebar border};
  204. border-bottom:1px solid {color:sidebar border};
  205. -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;
  206. }
  207.  
  208. #credit:hover{
  209. width:30px;
  210. -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;
  211. }
  212.  
  213.  
  214. {CustomCSS}</style></head><body>
  215.  
  216. <div id="credit">
  217. <a href="http://starksfell.tumblr.com/tagged/themes">©</a></div>
  218.  
  219. <div id="sidebar">
  220.  
  221. <div id="sidebarimage"><img src="{image:sidebar}" width="160"></div>
  222.  
  223. <div id="description">{Description}</div>
  224.  
  225.  
  226. <div id="links"><b>
  227. {block:ifLink1Title}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a>{/block:ifLink1Title}
  228. {block:ifLink2Title}<a href="{text:Link 2 URL}">{text:Link 2 Title}</a>{/block:ifLink2Title}
  229. {block:ifLink3Title}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a>{/block:ifLink3Title}
  230. {block:ifLink4Title}<a href="{text:Link 4 URL}">{text:Link 4 Title}</a>{/block:ifLink4Title}
  231. </b>
  232. </div>
  233.  
  234. <center>
  235.  
  236. {block:Pagination}<div id="pagination">
  237. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  238. {block:JumpPagination length="10"}{block:CurrentPage}{PageNumber}{/block:CurrentPage}
  239. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  240. {/block:JumpPagination}
  241. {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
  242. </div>{/block:Pagination}</center>
  243.  
  244. </div>
  245.  
  246. </div>
  247.  
  248. <div id="entries">
  249.  
  250. {block:Posts}
  251.  
  252. <div id="post">
  253.  
  254.  
  255. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  256.  
  257.  
  258.  
  259. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  260.  
  261. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  262.  
  263. {block:Quote}<div id="quotetitle">{Quote}</div>{block:Source} —{Source}{/block:Source}{/block:Quote}
  264.  
  265. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  266.  
  267. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  268.  
  269. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="57px" height="57px" align="left" style="margin-right:5px; padding-bottom:5px;" /><br>{/block:AlbumArt}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  270.  
  271. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  272.  
  273. {block:Answer}<center><div id="ask"><b>{Asker} asked:</b> <br>{Question}<br></div>{Answer}</center>{/block:Answer}
  274.  
  275. {block:Date}<div id="info">
  276.  
  277. <span class="info" style="text-transform:uppercase;"> <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} <br></span>{block:HasTags} tagged as:{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags} </div>{/block:Date}
  278.  
  279. </div>
  280. {block:PostNotes}{PostNotes}{/block:PostNotes}
  281. {/block:Posts}</div>
  282.  
  283. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement