foxfaced

theme02

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