Advertisement
Guest User

theme 06

a guest
May 16th, 2013
1,925
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.91 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. <link href="http://fonts.googleapis.com/css?family=Goudy+Bookletter+1911" rel="stylesheet" type="text/css">
  7.  
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!---- theme by zara @ foxfaced.tumblr.com please do not remove credit --->
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#787A7A"/>
  14. <meta name="color:title" content="#787A7A"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:Sidebar Text" content="#D9DEDD"/>
  17. <meta name="color:Sb Links" content="#ffffff"/>
  18. <meta name="color:Sidebar bg" content="#a3aaa9"/>
  19. <meta name="color:Sidebar Background 2" content="#e9f0f0"/>
  20. <meta name="image:Sidebar" content="/"/>
  21. <meta name="image:Sidebar bg image" content="http://media.tumblr.com/tumblr_meiipay0tp1r58zwh.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: #fff;
  62. background-color: #000;
  63. -webkit-transition: all 0.5s ease-out;
  64. -moz-transition: all 0.5s ease-out;
  65. transition: all 0.5s ease-out;
  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:20px;
  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:460px;
  148. position:fixed;
  149. margin-top: -50px;
  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: 200px;
  158. margin-top: 130px;
  159. margin-left: 130px;
  160. font-family: times new roman;
  161. font-size: 16;
  162. letter-spacing: 2px;
  163. text-align: center;
  164. text-transform: uppercase;
  165.  
  166. }
  167. .title a{
  168. color: {color:sb links};
  169. }
  170.  
  171. .title a:hover{
  172.  
  173. opacity: 0;
  174. -webkit-transition: all 0.5s ease-out;
  175. -moz-transition: all 0.5s ease-out;
  176. }
  177.  
  178. .sidebarimage {
  179.  
  180. margin-top: 10px;
  181. width 150px;
  182. text-align: center;
  183. }
  184.  
  185. .sidebarimage img {
  186. width:200px;
  187. }
  188.  
  189.  
  190. .sblinks {
  191. font-family: times new roman;
  192. font-size: 12px;
  193. text-align: center;
  194.  
  195. }
  196.  
  197. .sblinks a{
  198. color: {color:sb links} ;
  199. }
  200.  
  201. .sblinks a:hover {
  202. background-color: {color:sb links};
  203. color: #fff;
  204. -webkit-transition: all 0.5s ease-out;
  205. -moz-transition: all 0.5s ease-out;
  206. }
  207.  
  208. .tooltip:hover:before{
  209. border: solid;
  210. border-color: #333 transparent;
  211. border-width: 6px 6px 0 6px;
  212. bottom: 20px;
  213. content: "title";
  214. left: 50%;
  215. position: absolute;
  216. z-index: 99;
  217. -webkit-transition: all 0.5s ease-out;
  218. -moz-transition: all 0.5s ease-out;
  219. }
  220.  
  221. .tooltip:hover:after{
  222. background: #333;
  223. background: rgba(0,0,0,.8);
  224. border-radius: 5px;
  225. bottom: 26px;
  226. color: #fff;
  227. content: attr(title);
  228. left: 20%;
  229. padding: 5px 15px;
  230. position: absolute;
  231. z-index: 98;
  232. width: 220px;
  233. -webkit-transition: all 0.5s ease-out;
  234. -moz-transition: all 0.5s ease-out;
  235. }
  236.  
  237. .description {
  238. font-size: 10px;
  239. font-family: georgia;
  240. color: {color:sidebar text};
  241. width: 200px;
  242. margin-left:120px;
  243. margin-top: -0px;
  244. text-align:center;
  245. border: 0px solid {color:sidebar text};
  246. padding:10px;
  247. opacity: 0;
  248. -webkit-transition: all 0.5s ease-out;
  249. -moz-transition: all 0.5s ease-out;
  250. }
  251.  
  252. #sb:hover .description {
  253. opacity: 0.7;
  254. -webkit-transition: all 0.5s ease-out;
  255. -moz-transition: all 0.5s ease-out;
  256. }
  257.  
  258. .quote {
  259. margin-top: 10px;
  260. width: 100px;
  261. font-size: 10px;
  262. line-height: 120%;
  263. padding-top: 30px;
  264. padding-bottom: 30px;
  265. padding-left: 15px;
  266. padding-right: 2px;
  267. color: {color:sidebar text};
  268. letter-spacing: 2px;
  269. border: 1px solid {color:sidebar text};
  270.  
  271. }
  272.  
  273.  
  274. #info {
  275. font-size: 9px;
  276. border-top: 1px solid {color:sidebar text};
  277. font-family:calibri;
  278. text-align:center;
  279. margin-top:10px;
  280. text-transform: uppercase;
  281. padding-top: 10px;
  282. padding-left: 10px;
  283. padding-right:10px;
  284. width: 490px;
  285. margin-left:10px;
  286. }
  287.  
  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:10px;
  305. right:5px;
  306. bottom:5px;
  307. text-align: right;
  308. text-transform: uppercase;
  309. }
  310.  
  311. #theme a{
  312. color:#464745;
  313. }
  314.  
  315. #albumart img{
  316. width:70px;
  317. height:70px;
  318. padding-bottom: 15px;
  319. opacity: 0.6;
  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. #albumart img:hover{
  326. opacity:1;
  327. -webkit-transition: all 0.5s ease-in;
  328. -moz-transition: all 0.5s ease-in;
  329. transition: all 0.5s ease-in;
  330. }
  331.  
  332.  
  333. #photo a:hover {
  334.  
  335. background-color:#fff;
  336. }
  337.  
  338.  
  339.  
  340. {CustomCSS}</style></head><body>
  341.  
  342. <div id="sb">
  343.  
  344. <div class="title"> <a href="/"> {Title} </a> </div>
  345.  
  346. <div class="sidebarimage"><img src="{image:sidebar}"></div>
  347.  
  348.  
  349.  
  350. <div class="sblinks">
  351. <br>
  352. <div class="tooltip">
  353. <a href="/" title="index"> I </a> &nbsp;
  354. <a href="/ask" title="ask"> II </a> &nbsp;
  355. <a href="{text:link 1 URL}" title="{text:link 1}"> III </a> &nbsp;
  356. <a href="{text:link 2 URL}" title="{text:link 2}"> IV </a>&nbsp;
  357.  
  358. <a href="{text:link 3 URL}" title="{text:link 3}"> V </a> &nbsp;
  359. <a href="{text:link 4 URL}" title="{text:link 4}"> VI </a> &nbsp;
  360. <a href="{text:link 5 URL}" title="{text:link 5}"> VII </a> &nbsp;
  361. <a href="{text:link 6 URL}" title="{text:link 6}"> VIII </a> <br>
  362. <br>
  363. </div>
  364. </div>
  365. <div class="description">{Description} <br>
  366. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><< </a>{/block:PreviousPage}&nbsp;&nbsp;
  367. {block:NextPage}<a href="{NextPage}">>></a>{/block:NextPage}{/block:Pagination}
  368.  
  369. </div>
  370. </div>
  371.  
  372.  
  373. </div>
  374.  
  375.  
  376. <div id="entries">{block:Posts}<div id="post">
  377. <div id="post2">
  378.  
  379. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  380.  
  381. <div id="photo">
  382. {block:Photo}
  383. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  384. {block:Caption}
  385. {Caption}
  386. {/block:Caption}
  387. {/block:Photo}</div>
  388.  
  389. <div id="photo">{block:Photoset}{Photoset-500}
  390. {block:Caption}
  391. {Caption}
  392. {/block:Caption}
  393. {/block:Photoset}</div>
  394.  
  395. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  396.  
  397. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  398.  
  399. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  400.  
  401. {block:Audio}
  402. {block:AlbumArt} <div id="albumart"><img src="{AlbumArtURL}"></div> {/block:AlbumArt}
  403. <b>{block:TrackName}
  404. {TrackName}
  405. {/block:TrackName} </b> <br>
  406. {block:Artist}
  407. {Artist}
  408. {/block:Artist} <br>
  409. {block:Album}
  410. {Album}
  411. {/block:Album}
  412. <br><br><br>
  413. {AudioPlayerWhite}
  414. {block:Caption}
  415. {Caption}
  416. {/block:Caption}
  417. {/block:Audio}
  418.  
  419. {block:Video}{Video-500}
  420. {block:Caption}
  421. {Caption}
  422. {/block:Caption}
  423. {/block:Video}
  424.  
  425. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  426.  
  427. </div>
  428.  
  429.  
  430. <div id="info">
  431. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount}<a href="{permalink}">{NoteCount}</a> &nbsp;{/block:NoteCount}
  432. {block:RebloggedFrom} <a href="{ReblogParentURL}"> via {/block:RebloggedFrom}</a>
  433. {block:ContentSource}| <a href="{SourceURL}">© source {/block:ContentSource}</a> <br>
  434. <div class="tags">
  435. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div> </div>
  436.  
  437. </div>
  438. {block:PostNotes}{PostNotes}{/block:PostNotes}
  439. {/block:Posts}
  440. </div>
  441.  
  442.  
  443. <div id="theme">
  444.  
  445. ©<a href="http://foxfaced.tumblr.com/">ff themes</a></div>
  446.  
  447.  
  448. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement