Advertisement
bitchthemes_

Theme 2 - Warm Theme

Jul 8th, 2013
629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.26 KB | None | 0 0
  1. <!-------------------------------------------------------------------------
  2.  
  3. Bɪᴛᴄʜ Tʜᴇᴍᴇs ɪs ᴄᴏᴘʏʀɪɢʜᴛᴇᴅ ʙʏ Bʀᴜɴᴏ
  4. ╔╗──╔╗───╔╗───╔╗╔╗
  5. ║║─╔╝╚╗──║║──╔╝╚╣║
  6. ║╚═╬╗╔╬══╣╚═╗╚╗╔╣╚═╦══╦╗╔╦══╦══╗
  7. ║╔╗╠╣║║╔═╣╔╗║─║║║╔╗║║═╣╚╝║║═╣══╣
  8. ║╚╝║║╚╣╚═╣║║║─║╚╣║║║║═╣║║║║═╬══║
  9. ╚══╩╩═╩══╩╝╚╝─╚═╩╝╚╩══╩╩╩╩══╩══╝
  10.  
  11. http://bitchthemes.tumblr.com/
  12.  
  13. THEME MADE BY BRUNO (TRACTIONS)
  14.  
  15. -------------------------------------------------------------------------->
  16.  
  17.  
  18. <html lang="en">
  19. <html xmlns="http://www.w3.org/1999/xhtml">
  20. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  21. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  22. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/uiqhh9x/euPm9h61q/animate.css">
  23.  
  24. <head>
  25.  
  26. <script>
  27. $(document).ready(function(){
  28. $("#flip").click(function(){
  29. $("#panel").slideToggle("slow");
  30. });
  31. });
  32. </script>
  33.  
  34. <!-- APPEARANCE -->
  35.  
  36. <meta name="color:background" content="#fff"/>
  37. <meta name="color:text" content="#000"/>
  38. <meta name="color:title" content="#000"/>
  39. <meta name="color:link" content="#9B9B9B"/>
  40. <meta name="color:hover" content="#000"/>
  41.  
  42. <meta name="image:background" content="0"/>
  43.  
  44. <meta name="text:Hit Counter" content="" />
  45. <meta name="text:Link One Title" content="link1" />
  46. <meta name="text:Link One" content="" />
  47. <meta name="text:Link Two Title" content="link2" />
  48. <meta name="text:Link Two" content="" />
  49. <meta name="text:Link Three Title" content="link3" />
  50. <meta name="text:Link Three" content="" />
  51. <meta name="text:Link Four Title" content="link4" />
  52. <meta name="text:Link Four" content="" />
  53.  
  54. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  55.  
  56. <style type="text/css">
  57.  
  58. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out; -webkit-filter:invert(100%);}
  59.  
  60. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; -webkit-filter:invert(100%);}
  61.  
  62. ::-webkit-scrollbar{
  63. width:3px; height: 4px; background: #FFFFFF; border-left:1px solid #aaa;}
  64. ::-webkit-scrollbar-thumb{ background-color:#ccc; border: 1px solid #aaa;}
  65.  
  66. ::selection {
  67. background: #d1d1d1;
  68. color: #fff;
  69. }
  70. ::-moz-selection {
  71. background: #d1d1d1;
  72. color: #fff;
  73. }
  74.  
  75.  
  76. div#qTip {
  77. padding-left: 2px; padding-right: 2px;
  78. margin: 1px 0px 0px 10px;
  79. display: none;
  80. font: 9px ubuntu;
  81. text-align: center;
  82. position: absolute;
  83. letter-spacing: 1px;
  84. z-index: 1000;
  85. background: #f6f6f6;
  86. color: #777;
  87. border: 1px solid #d1d1d1;
  88. text-transform: uppercase;
  89. }
  90.  
  91.  
  92. .wrapper{
  93. margin: 0px auto;
  94. margin-left: 60px;
  95. width: 802px;
  96. }
  97. .header{
  98. float: left;
  99. width: 100%;
  100. }
  101.  
  102. .title{
  103. font-family: ubuntu;
  104. font-size: 13px;
  105. line-height: 23px;
  106. text-transform: uppercase;
  107. color: {color:Title};
  108. font-weight: normal;
  109. }
  110.  
  111. body, a, a:hover { cursor:
  112. url('http://img69.imageshack.us/img69/7673/cursorw.png'), progress;}
  113.  
  114. body {
  115. margin:0px;
  116. background-color: {color:Background};
  117. background-image:url({image:Background});
  118. background-attachment: fixed;
  119. background-size: repeat;}
  120. body, div, p, textarea, submit, input{
  121. font-family: consolas;
  122. font-size: 10px;
  123. line-height:14px;
  124. color:{color:Text};
  125. }
  126.  
  127. a:link, a:active, a:visited{
  128. text-decoration: none;
  129. -webkit-transition: color 0.3s ease-out;
  130. -moz-transition: color 0.3s ease-out;
  131. transition: color 0.3s ease-out;
  132. color: {color:Link};}
  133.  
  134. a:hover {
  135. : -webkit-transition-duration: 0.5s;
  136. color:{color:Hover};
  137. text-decoration:none;
  138. }
  139.  
  140. @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf');}
  141.  
  142. #posts {
  143. width:732px;
  144. margin-top: -15px;
  145. margin-left:368px;
  146. margin-right: auto;
  147. position:relative;
  148. overflow-y: hidden;
  149. border-right: 1px solid #ddd;
  150. border-left: 1px solid #ddd;
  151. padding: 10px;
  152. padding-left: 15px; padding-right: 15px;
  153. background: white;
  154. {block:PermalinkPage}
  155. width:500px;
  156. margin-left: 418px;
  157. padding-bottom: 1000px;
  158. {/block:PermalinkPage}
  159. }
  160.  
  161. .entry {
  162. float:left;
  163. display: block;
  164. overflow:hidden;
  165. margin:12px;
  166. width:200px;
  167. padding:9px;
  168. padding-bottom:5px;
  169. border:1px dashed #ddd;
  170. background: white;
  171. outline: 5px solid #f0f0f0;
  172. -webkit-transition-duration: 1.0s;
  173. {block:PermalinkPage}
  174. width:470px;
  175. margin-left:4px;
  176. text-align:center;
  177. {/block:PermalinkPage}}
  178. .entry img{
  179. z-index: 999;
  180. opacity: .9;
  181. -webkit-transition: all 0.4s ease-in-out;
  182. -moz-transition: all 0.4s ease-in-out;
  183. transition: all 0.4s ease-in-out;
  184. }
  185. .entry img:hover{
  186. opacity:1;
  187. -webkit-transition: all 0.4s ease-in-out;
  188. -moz-transition: all 0.4s ease-in-out;
  189. transition: all 0.4s ease-in-out;
  190. }
  191.  
  192. #sidebar {
  193. position:fixed !important;
  194. margin-top: 150px;
  195. margin-left: 215px;
  196. width: 87px;
  197. background-color: transparent;
  198. padding: 3px;
  199. {block:PermalinkPage}
  200. margin-left: 265px;
  201. {/block:PermalinkPage}
  202. }
  203. #sidebar img{
  204. opacity: .8;
  205. outline: 4px solid #f0f0f0;
  206. border: 1px dashed #ddd;
  207. padding: 4px;
  208. margin-bottom: 3px;
  209. }
  210.  
  211. #a{z-index:1;position:fixed;margin-top:-5;height:110%; width: 1px; background: #ddd; margin-left: 214px;{block:PermalinkPage} margin-left: 263px; {/block:PermalinkPage}}
  212. #b{position:fixed;margin-top:-5px;height:110%;width:94px;background:white;margin-left:215px; {block:PermalinkPage} margin-left: 265px; {/block:PermalinkPage}}
  213.  
  214. #k:hover a , #kk:hover a{ color: {color:hover}; text-decoration:underline; text-shadow: #fff 0 0 3px;}
  215.  
  216. #k{
  217. display: inline-block;
  218. z-index:99999;
  219. height: 11px;
  220. padding: 3px;
  221. background: white;
  222. border: 1px dashed #ddd;
  223. border-right: 0px; border-left: 0px;
  224. outline: 2px solid #f0f0f0;
  225. color: #9b9b9b;
  226. text-align: center;
  227. line-height: 11px;
  228. margin-top: 8px;
  229. margin-left: -2px;
  230. width: 86px;
  231. letter-spacing: 2px;
  232. -webkit-transition: all 0.4s ease-in-out;
  233. -moz-transition: all 0.4s ease-in-out;
  234. transition: all 0.4s ease-in-out;
  235. }
  236. #k:hover{background: #f0f0f0; -webkit-transition: all 0.4s ease-in-out;
  237. -moz-transition: all 0.4s ease-in-out;
  238. transition: all 0.4s ease-in-out;}
  239.  
  240. #kk{
  241. z-index:99999999999999999999999;
  242. display: inline-block;
  243. height: 11px;
  244. padding: 3px;
  245. background: white;
  246. border: 1px dashed #ddd;
  247. border-right: 0px; border-left: 0px;
  248. outline: 2px solid #f0f0f0;
  249. color: #9b9b9b;
  250. text-align: center;
  251. line-height: 11px;
  252. width: 86px;
  253. margin: 8px 0px 3px -2px;
  254. -webkit-transition: all 0.4s ease-in-out;
  255. -moz-transition: all 0.4s ease-in-out;
  256. transition: all 0.4s ease-in-out;
  257. }
  258. #kk:hover{background: #f0f0f0; -webkit-transition: all 0.4s ease-in-out;
  259. -moz-transition: all 0.4s ease-in-out;
  260. transition: all 0.4s ease-in-out;}
  261.  
  262. #desc {
  263. z-index:9999999999999;
  264. position:fixed;
  265. margin-top: 0px;
  266. margin-left: -5px;
  267. width: 80px;
  268. height: auto;
  269. padding: 7px;
  270. line-height: 13px;
  271. text-align:justify;
  272. background-color: transparent;
  273. }
  274.  
  275. #center{
  276. margin:auto;
  277. margin-top:0px;
  278. position:relative;
  279. width:900px;
  280. background-color:;
  281. overflow:auto;
  282. }
  283.  
  284. .entry .perma1 a{
  285. color:{color:Link};}
  286. .entry .perma1 a:hover{
  287. color:{color:hover};}
  288. .entry .perma1{
  289. z-index: 99999999999999999999;
  290. position:absolute;
  291. left: 20px;
  292. bottom: 20px;
  293. padding: 3px;
  294. line-height:10px;
  295. text-align:center;
  296. font-size: 10px;
  297. background:#f0f0f0;
  298. border:1px dashed #ddd;
  299. outline: 3px solid #f0f0f0;
  300. opacity:0.0;
  301. text-transform: uppercase;
  302. -webkit-transition: all 0.6s ease-in-out;
  303. -moz-transition: all 0.6s ease-in-out;
  304. transition: all 0.6s ease-in-out;
  305. -webkit-filter: blur(1px);
  306.  
  307. }
  308. .entry:hover .perma1{
  309. opacity:1;
  310. -webkit-transition: all 0.6s ease-in-out;
  311. -moz-transition: all 0.6s ease-in-out;
  312. transition: all 0.6s ease-in-out;
  313. -webkit-filter: blur(0px);
  314. }
  315.  
  316. #panel,#flip{
  317. position:relative;
  318. background:#ddd;
  319. height:auto;
  320. width:88px;
  321. height:8px;
  322. padding:3px;
  323. margin-left:-4px;
  324. margin-top: 7px;
  325. text-align:center;
  326. letter-spacing: 2px;
  327. z-index:99999;
  328. display:inline-block;
  329. text-transform:uppercase;
  330. padding-bottom: 10px;
  331. padding-top: 2px;
  332. color:#fff;
  333. }
  334.  
  335. #panel {
  336. z-index:99999;
  337. background-color:transparent;
  338. width:88px;
  339. height:auto;
  340. font-style:normal;
  341. margin-left:-3px;
  342. text-transform:uppercase;
  343. text-align:right;
  344. letter-spacing:1px;
  345. text-decoration:none;
  346. display:none;
  347. padding-bottom: 0px;
  348. }
  349.  
  350. .textt{
  351. display: block;
  352. background-color:#FFFFFF;
  353. padding-top:3px;
  354. margin-top:15px;
  355. font-family:"arial";
  356. font-size:10px;
  357. line-height:10px;
  358. padding-bottom: 2px;
  359. text-align:right;
  360. webkit-transition: all 0.2s linear;
  361. -webkit-transition: all 0.2s linear;
  362. -moz-transition: all 0.2s linear;
  363. transition: all 0.2s linear;
  364. }
  365.  
  366. #infscr-loading{
  367. bottom: -70px;
  368. position: absolute;
  369. left: 50%;
  370. margin-left:-8px;
  371. width:16px;
  372. height:11px;
  373. overflow:hidden;
  374. margin-bottom: 50px;
  375. }
  376.  
  377. #postnotes{
  378. text-align: justify;
  379. }
  380.  
  381. #postnotes blockquote{
  382. border: 0px;
  383. }
  384.  
  385. blockquote{
  386. padding:0px 0px 2px 5px;
  387. margin:0px 0px 2px 1px;
  388. border-left: 1px dotted {color:Text};
  389. }
  390.  
  391. blockquote p, ul{
  392. margin:0px;
  393. padding:0px;
  394. }
  395.  
  396. a img{border: 0px;}
  397. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  398. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  399. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  400. .notes img{width:10px; position:relative; top:3px;
  401. }
  402.  
  403. small{font-size: 90%;}
  404.  
  405. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  406. .video2 embed, .post div.video object {width:400px !important; height:400px !important;}
  407.  
  408. {CustomCSS}
  409.  
  410. </style>
  411.  
  412. {block:IndexPage}
  413. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  414. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  415. <script type="text/javascript" src="http://static.tumblr.com/e2ob5o2/Dddmqbefr/infinite_scroll.txt"></script>
  416.  
  417. <script type="text/javascript">
  418. $(window).load(function () {
  419. var $content = $('#posts');
  420. $content.masonry({itemSelector: '.entry'}),
  421. $content.infinitescroll({
  422. navSelector : 'div#pagination',
  423. nextSelector : 'div#pagination a#nextPage',
  424. itemSelector : '.entry',
  425. loading: {
  426. finishedMsg: '',
  427. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  428. },
  429. bufferPx : 600,
  430. debug : false,
  431. },
  432. // call masonry as a callback.
  433. function( newElements ) {
  434. var $newElems = $( newElements );
  435. $newElems.hide();
  436. // ensure that images load before adding to masonry layout
  437. $newElems.imagesLoaded(function(){
  438. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  439.  
  440.  
  441. });
  442. });
  443. });
  444. </script>
  445. {/block:IndexPage}
  446.  
  447.  
  448. <title>{title}</title>
  449.  
  450. <link rel="shortcut icon" href="{Favicon}">
  451. <meta name="viewport" content="width=820" />
  452.  
  453. </head>
  454.  
  455. <body>
  456.  
  457. <div class="wrapper">
  458. <div class="header">
  459. </div>
  460.  
  461. <div id="center">
  462.  
  463. <div id="a"></div>
  464. <div id="b"></div>
  465. <div id="sidebar">
  466.  
  467. <center><a href="/"><img src="{PortraitURL-64}"></a></center>
  468.  
  469. <div id="flip">Navigation</div>
  470. <div style="margin-top: -5px">
  471. <div id="panel">
  472. <div id="k"><a href="{text:Link One}" title="refresh">{text:Link One Title}</a></div>
  473. <div id="k"><a href="{text:Link Two}" title="ask & faq">{text:Link Two Title}</a></div>
  474. <div id="k"><a href="{text:Link Three}" title="more stuff">{text:Link Three Title}</a></div>
  475. <div id="k"><a href="{text:Link Four}" title="my themes">{text:Link Four Title}</a></div>
  476. <div id="kk"><a href="http://tractions.tumblr.com/">Theme</a></div>
  477. </div>
  478. {block:ifshow}<div id="k"><a href="{text:Link Five}">{text:Link Five Title}</a></div>{/block:ifshow}</div>
  479.  
  480.  
  481. <div id="desc">{Description}
  482. <center><div style="height: 1px; background: #ddd;"></div>
  483. {text:Hit Counter}
  484. </center>
  485. </div></div></div>
  486. </div></div></div></div></div>
  487.  
  488. <br>
  489.  
  490. <div id="posts">
  491. {block:Posts}
  492. <div class="entry">
  493. {block:Answer}
  494. <br><div style="margin-top:-8px; min-height:33px; padding: 3px; background-color: #fff; font-family:consolas; font-size: 12px; border-bottom:1px solid #ddd;">
  495. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; border:1px solid #eee; border-radius: 20px;"/>
  496. <div style="text-transform:uppercase; font-size:11px; color: {color:title};">{Asker}:</div><div style="">{Question}</div></div>
  497.  
  498. <div style="font-size:11px;">{Answer}</div>
  499. <div class="textt"><a href="{Permalink}">{notecountwithlabel}</a></div>
  500. {/block:Answer}
  501.  
  502. {block:Text}
  503. {block:Title}<span class="title">{Title}</span>{/block:Title}
  504. <span class="entrytext">{Body}</span></a>
  505. {block:IndexPage}
  506. <div class="textt"><a href="{permalink}">{notecountwithlabel}</a></div>
  507. {/block:IndexPage}
  508. {/block:Text}
  509.  
  510. {block:Link}
  511. <a href="{URL}" class="title">{Name}</a>
  512. {block:Description}{Description}{/block:Description}
  513. {block:IndexPage}
  514. <div class="textt"><a href="{permalink}">{notecountwithlabel}</a></span></div>
  515. {/block:IndexPage}
  516. {block:Link}
  517.  
  518. {block:Photo}{block:IndexPage}
  519. <div class="perma1"><a href="{ReblogURL}" title="reblog this post" target="_blank">Reblog</a> with <a href="{Permalink}" title="permalink">{NoteCount} notes</a></div>
  520. {/block:IndexPage}
  521. {block:IndexPage}
  522. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
  523. {/block:IndexPage}
  524. {block:permalinkpage}{LinkOpenTag}
  525. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  526. {/block:permalinkpage}
  527. {/block:Photo}
  528.  
  529. {block:Quote}
  530. <span class="title">{Quote}</span><br />
  531. {block:Source}{Source}{/block:Source}
  532. {block:IndexPage}
  533. <br /><div class="textt"><a href="{permalink}">{notecountwithlabel}</a></span></div>
  534. {/block:IndexPage}
  535. {/block:Quote}
  536.  
  537.  
  538. {block:Chat}
  539. {block:Title}<span class="title">{Title}</span>{/block:Title}
  540. <ul class="chat">
  541. {block:Lines}
  542. <li class="user_{UserNumber}">
  543. {block:Label}
  544. <span class="label">{Label}</span>
  545. {/block:Label}
  546.  
  547. {Line}
  548. </li>
  549. {/block:Lines}
  550. </ul>
  551. {block:IndexPage}
  552. <div class="textt"><a href="{permalink}">{notecountwithlabel}</a></span></div>
  553. {/block:IndexPage}
  554. {/block:Chat}
  555.  
  556. {block:Audio}
  557. <center><div style="width:300px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  558. {FormattedPlayCount} plays</small></div></div></center><br>
  559. {block:Caption}{Caption}{/block:Caption}
  560. {block:IndexPage}
  561. <div class="textt"><a href="{permalink}">{notecountwithlabel}</a></span></div>
  562. {/block:IndexPage}
  563. {/block:Audio}
  564.  
  565. {block:Video}<center>
  566. <div class="video">{Video-250}</div></center>
  567. {block:IndexPage}
  568. <div class="textt"><a href="{permalink}">{notecountwithlabel}</a></span></div>
  569. {/block:IndexPage}
  570. {block:Video}
  571.  
  572. {block:PostNotes}<div align="middle">{caption}</div>
  573. <center>
  574.  
  575. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  576.  
  577. {block:HasTags}
  578. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  579. {block:RebloggedFrom}
  580. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  581. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  582.  
  583. {/block:RebloggedFrom}
  584. </center></span>
  585. <br>
  586. <div id="postnotes">{PostNotes}</div><br>
  587.  
  588. <center>{block:ContentSource}
  589. <br><a href="{SourceURL}">
  590. {lang:Source}:
  591. {block:SourceLogo}
  592. <img src="{BlackLogoURL}" width="{LogoWidth}"
  593. height="{LogoHeight}" alt="{SourceTitle}" />
  594. {/block:SourceLogo}
  595. {block:NoSourceLogo}
  596. {SourceLink}
  597. {/block:NoSourceLogo}
  598. </a>
  599. {/block:ContentSource}</center>
  600.  
  601. {/block:PostNotes}
  602. </div>
  603. {/block:Posts}
  604. </div></div>
  605.  
  606. {block:IndexPage}
  607. {block:Pagination}
  608. <div id="pagination">
  609. {block:NextPage}
  610. <a id="nextPage" href="{NextPage}"></a>
  611. {/block:NextPage}
  612. {block:PreviousPage}
  613. <a href="{PreviousPage}"></a>
  614. {/block:PreviousPage}
  615. </div>
  616. {/block:Pagination}
  617. {/block:IndexPage}
  618.  
  619. </div>
  620. </body>
  621. </div>
  622.  
  623. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement