Advertisement
foxfaced

theme03

Dec 4th, 2012
2,922
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.77 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 zara @ foxfaced.tumblr.com please do not remove credit --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#787A7A"/>
  12. <meta name="color:title" content="#787A7A"/>
  13. <meta name="color:Link" content="#b8b8b8"/>
  14. <meta name="color:Sidebar Text" content="#D9DEDD"/>
  15. <meta name="color:Sidebar Links" content="#ffffff"/>
  16. <meta name="color:sidebar bg" content="#a3aaa9"/>
  17. <meta name="color:Sidebar Background 2" content="#e9f0f0"/>
  18. <meta name="color:Accent" content="#DEC823"/>
  19. <meta name="image:sidebar" content="/"/>
  20. <meta name="image:sidebar bg image" content="http://media.tumblr.com/tumblr_meiipay0tp1r58zwh.png"/>
  21. <meta name="image:info" content="http://media.tumblr.com/tumblr_meiiwx7fE21r58zwh.png"/>
  22. <meta name="text:link 1" content="link 1"/>
  23. <meta name="text:link 1 URL" content="/"/>
  24. <meta name="text:link 2" content="link 2"/>
  25. <meta name="text:link 2 URL" content="/"/>
  26. <meta name="text:link 6" content="link 6"/>
  27. <meta name="text:link 6 URL" content="/"/>
  28. <meta name="text:link 3" content="link 3"/>
  29. <meta name="text:link 3 URL" content="/"/>
  30. <meta name="text:link 4" content="link 4"/>
  31. <meta name="text:link 4 URL" content="/"/>
  32. <meta name="text:link 5" content="link 5"/>
  33. <meta name="text:link 5 URL" content="/"/>
  34.  
  35. <style type="text/css">
  36.  
  37. body {
  38. background:{color:background};
  39. margin:0px;
  40. color:{color:text};
  41. font-family:calibri;
  42. font-size:10px;
  43. line-height:100%;
  44. }
  45.  
  46. a {
  47. text-decoration:none;
  48. outline:none;
  49. -moz-outline-style:none;
  50. color:{color:link};
  51. -webkit-transition: all 0.5s ease-out;
  52. -moz-transition: all 0.5s ease-out;
  53. transition: all 0.5s ease-out;
  54. padding-left:2px;
  55. padding-right:2px;
  56.  
  57.  
  58. }
  59.  
  60. a:hover {
  61. color:{color:background};
  62. -webkit-transition: all 0.5s ease-out;
  63. -moz-transition: all 0.5s ease-out;
  64. transition: all 0.5s ease-out;
  65. background-color: {color:accent};
  66. }
  67.  
  68. img {
  69. border:none;
  70. }
  71.  
  72. blockquote {
  73. padding-left:5px;
  74. border-left:2px solid;
  75. }
  76.  
  77. blockquote blockquote {
  78. padding-left:5px;
  79. border-left:2px solid;
  80. }
  81.  
  82. h1 {
  83. font-size:15px;
  84. }
  85.  
  86. ::selection {
  87. background: {color:accent};
  88. color: {color:background};
  89. }
  90.  
  91. ::-moz-selection {
  92. background: {color:accent};
  93. color: {color:background};
  94. }
  95.  
  96. ::-webkit-selection {
  97. background: {color:accent};
  98. color: {color:background};
  99. }
  100.  
  101. ::-webkit-scrollbar {
  102. height: 3px;
  103. width: 4px;
  104. background: {color:background};
  105.  
  106. }
  107.  
  108. ::-webkit-scrollbar-thumb {
  109. background-color: {color:accent};
  110. border:1px solid #EEE0E5;
  111. -webkit-border-radius: 5ex;
  112. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  113.  
  114. }
  115.  
  116. ::-webkit-scrollbar-corner {
  117. background: #transparent;
  118.  
  119. }
  120.  
  121. #entries {
  122. padding:10px;
  123. width:500px;
  124. margin-left:450px;
  125. margin-top:40px;
  126.  
  127. }
  128.  
  129. #post {
  130. width:500px;
  131.  
  132. padding-bottom:40px;
  133.  
  134. }
  135.  
  136. #post2 {
  137. width: 510px;
  138. padding-left: 10px;
  139. padding-bottom: 15px;
  140. padding-top: 15px;
  141. background-color: #fff;
  142.  
  143. }
  144.  
  145.  
  146. #sb{
  147. width:250px;
  148. position:fixed;
  149. margin-top: -110px;
  150. margin-left:0px;
  151. background-image: URL({image:sidebar bg image});
  152. background-color: {color:sidebar background};
  153. height: 200%;
  154. }
  155.  
  156. .title {
  157. width:150px;
  158. text-align:center;
  159. margin-top: 200px;
  160. font-size:14px;
  161. margin-left:auto;
  162. margin-right:auto;
  163. text-transform: uppercase;
  164. -webkit-transform: rotate(-2deg);
  165. -moz-transform: rotate(-2deg);
  166. }
  167.  
  168. .title a{
  169. color: {color:title};
  170. }
  171. .title a:hover{
  172. color:#fff;
  173. }
  174.  
  175. .sidebarimage {
  176. margin-top: 10px;
  177. width 150px;
  178. text-align: center;
  179. }
  180.  
  181. .sidebarimage img {
  182. width:150px;
  183. }
  184.  
  185. .description {
  186. color: {color:sidebar text};
  187. margin-top: 20px;
  188. width: 200px;
  189. padding:5px;
  190. text-align:right;
  191. }
  192.  
  193. .sblinks {
  194. font-size:9px;
  195. width: 200px;
  196. text-align: right;
  197. font-family: calibri;
  198. text-transform: uppercase;
  199. font-weight:50;
  200. color: {color:sidebar links};
  201. margin-top: 10px;
  202. letter-spacing: 1px;
  203. line-height: 100%;
  204. margin-left:8px;
  205. -webkit-filter:blur(6px);
  206. -webkit-transition: all 0.5s ease-out;
  207. -moz-transition: all 0.5s ease-out;
  208. opacity:0;
  209. }
  210. .pagination {
  211. text-align:center;
  212. }
  213.  
  214. #sb:hover .sblinks{
  215. opacity:1;
  216. -webkit-filter:blur(0px);
  217. -webkit-transition: all 0.5s ease-out;
  218. -moz-transition: all 0.5s ease-out;
  219. }
  220.  
  221. #info {
  222. font-family:calibri;
  223. text-align:justify;
  224. margin-top:10px;
  225. text-transform: uppercase;
  226. background-image: URL({image:info});
  227. padding-top: 10px;
  228. padding-bottom:10px;
  229. padding-left: 10px;
  230. padding-right:10px;
  231. width: 490px;
  232. margin-left:10px;
  233. }
  234.  
  235. .tags {
  236. margin-top: 3px;
  237. }
  238.  
  239.  
  240. #asker {
  241. float:left;
  242. margin-right:5px;
  243. }
  244.  
  245. #theme {
  246. position:fixed;
  247. width:100px;
  248. font-family:calibri;
  249. font-size:10px;
  250. right:5px;
  251. bottom:5px;
  252. text-align: right;
  253. text-transform: uppercase;
  254. }
  255.  
  256. #theme a{
  257. color:#464745;
  258. }
  259.  
  260. #albumart img{
  261. width:70px;
  262. height:70px;
  263. padding-bottom: 15px;
  264. opacity: 0.6;
  265. -webkit-transition: all 0.5s ease-out;
  266. -moz-transition: all 0.5s ease-out;
  267. transition: all 0.5s ease-out;
  268. }
  269.  
  270. #albumart img:hover{
  271. opacity:1;
  272. -webkit-transition: all 0.5s ease-in;
  273. -moz-transition: all 0.5s ease-in;
  274. transition: all 0.5s ease-in;
  275. }
  276.  
  277.  
  278. #photo a:hover {
  279.  
  280. background-color:#fff;
  281. }
  282.  
  283.  
  284.  
  285. {CustomCSS}</style></head><body>
  286.  
  287. <div id="sb">
  288.  
  289. <div class="title"> <a href="/"> {Title} </a> </div>
  290.  
  291. <div class="sidebarimage"><img src="{image:sidebar}"></div>
  292.  
  293. <div class="description">{Description}</div>
  294.  
  295. <div class="sblinks">
  296. <br>
  297. <a href="/"> home </a> &nbsp;
  298. <a href="/ask"> message </a> &nbsp;
  299. <a href="{text:link 1 URL}"> {text:link 1} </a> &nbsp;
  300. <a href="{text:link 2 URL}"> {text:link 2} </a><br>
  301. <br>
  302. <a href="{text:link 3 URL}"> {text:link 3} </a> &nbsp;
  303. <a href="{text:link 4 URL}"> {text:link 4} </a> &nbsp;
  304. <a href="{text:link 5 URL}"> {text:link 5} </a> &nbsp;
  305. <a href="{text:link 6 URL}"> {text:link 6} </a> <br>
  306. <br>
  307. </div>
  308.  
  309. <div class="pagination">
  310. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  311. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  312.  
  313. </div>
  314.  
  315. </div>
  316. </div>
  317.  
  318. <div id="entries">{block:Posts}<div id="post">
  319. <div id="post2">
  320.  
  321. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  322.  
  323. <div id="photo">
  324. {block:Photo}
  325. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  326. {block:Caption}
  327. {Caption}
  328. {/block:Caption}
  329. {/block:Photo}</div>
  330.  
  331. <div id="photo">{block:Photoset}{Photoset-500}
  332. {block:Caption}
  333. {Caption}
  334. {/block:Caption}
  335. {/block:Photoset}</div>
  336.  
  337. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/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}
  344. {block:AlbumArt} <div id="albumart"><img src="{AlbumArtURL}"></div> {/block:AlbumArt}
  345. <b>{block:TrackName}
  346. {TrackName}
  347. {/block:TrackName} </b> <br>
  348. {block:Artist}
  349. {Artist}
  350. {/block:Artist} <br>
  351. {block:Album}
  352. {Album}
  353. {/block:Album}
  354. <br><br><br>
  355. {AudioPlayerWhite}
  356. {block:Caption}
  357. {Caption}
  358. {/block:Caption}
  359. {/block:Audio}
  360.  
  361. {block:Video}{Video-500}
  362. {block:Caption}
  363. {Caption}
  364. {/block:Caption}
  365. {/block:Video}
  366.  
  367. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  368.  
  369. </div>
  370.  
  371.  
  372. <div id="info">
  373. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount}<a href="{permalink}">{NoteCount}</a> &nbsp;{/block:NoteCount}
  374. {block:RebloggedFrom} <a href="{ReblogParentURL}"> via {/block:RebloggedFrom}</a>
  375. {block:ContentSource}| <a href="{SourceURL}">© source {/block:ContentSource}</a> <br>
  376. <div class="tags">
  377. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div> </div>
  378.  
  379. </div>
  380. {block:PostNotes}{PostNotes}{/block:PostNotes}
  381. {/block:Posts}
  382. </div>
  383.  
  384. <div id="theme">
  385.  
  386. ©<a href="http://foxfaced.tumblr.com/">ff themes</a></div>
  387.  
  388.  
  389. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement