Advertisement
b0rn-to-be-wild

Theme base II

Jul 18th, 2014
1,341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.74 KB | None | 0 0
  1. <html>
  2. <title>{Title}</title>
  3.  
  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. <!----
  9.  
  10. © b0rn-to-be-wild-themes.tumblr.com | "Theme Base II"
  11.  
  12. Please respect the next:
  13.  
  14. + Do not claim it and repost it as YOUR base code
  15. + You are allowed to make changes and post as your own THEME
  16. without an obligation to keep our credits
  17. ---->
  18.  
  19. <script type="text/javascript"
  20. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  21.  
  22. <!-- DEFAULT VARIABLES -->
  23.  
  24.  
  25. <meta name="image:Header" content="" />
  26. <meta name="image:Background" content="" />
  27.  
  28. <meta name="color:Background" content="#fffffF" />
  29. <meta name="color:Header" content="#ffffff" />
  30. <meta name="color:text" content="#000000" />
  31. <meta name="color:Link" content="#999999" />
  32. <meta name="color:Link BG" content="#fff" />
  33. <meta name="color:Hover" content="#CCCCCC" />
  34. <meta name="color:header" content="#FFFFFF" />
  35. <meta name="color:Borders" content="#DDDDDD" />
  36. <meta name="color:Post BG" content="#DDDDDD" />
  37. <meta name="color:Description" content="#333333" />
  38. <meta name="color:chat 1" content="#f8f8f8" />
  39. <meta name="color:chat 2" content="#cfcfcf" />
  40. <meta name="color:Bold" content="#000"/>
  41. <meta name="color:Italic" content="#ddd"/>
  42.  
  43. <meta name="font:Text" content="" />
  44.  
  45. <meta name="text:Link 1" content="Link 1" />
  46. <meta name="text:Link 1 url" content="http://" />
  47. <meta name="text:Link 2" content="Link 2" />
  48. <meta name="text:Link 2 url" content="http://" />
  49. <meta name="text:Link 3" content="Link 3" />
  50. <meta name="text:Link 3 url" content="http://" />
  51. <meta name="text:Link 4" content="Link 4" />
  52. <meta name="text:Link 4 url" content="http://" />
  53. <meta name="text:Link 5" content="Link 5" />
  54. <meta name="text:Link 5 url" content="http://" />
  55.  
  56. <!-- END DEFAULT VARIABLES -->
  57.  
  58.  
  59. <head>
  60. <style type="text/css">
  61.  
  62.  
  63. /* CSS */
  64.  
  65.  
  66. body {
  67. background:{color:Background};
  68. background-image:url({image:Background});
  69. font-family:{font:Text};
  70. color:{color:Text};
  71. font-size:13px;
  72. line-height:15px;
  73. margin-left:0px;
  74. }
  75.  
  76. h1{
  77. font-size:20px;
  78. line-height: 25px;
  79. color:{color:Title};
  80. font-family:Verdana;
  81. font-weight: normal;
  82. }
  83.  
  84. h2{
  85. font-size:15px;
  86. line-height: 20px;
  87. color:{color:Text};
  88. font-family:Verdana;
  89. font-weight: normal;
  90. }
  91.  
  92. a:link, a:active, a:visited{
  93. -webkit-transition: color 0.3s ease-out;
  94. -moz-transition: color 0.3s ease-out;
  95. transition: color 0.3s ease-out;
  96. color:{color:link};
  97. text-decoration:none;
  98. }
  99.  
  100. a:hover {
  101. text-decoration:none;
  102. color:{color:Link Hover};
  103. -webkit-transition: all 0.5s ease-in-out;
  104. -moz-transition: all 0.6s ease-in-out;
  105. -o-transition: all 0.5s ease-in-out;
  106. transition: all 0.6s ease-in-out;}
  107.  
  108.  
  109. blockquote{
  110. padding:0px 0px 2px 5px;
  111. margin:0px 0px 2px 10px;
  112. border-left: 1px dotted #555555;
  113. }
  114.  
  115.  
  116. a {
  117. color:{color:Link};
  118. }
  119.  
  120. b, strong {color:{color:Bold};}
  121.  
  122. i, em {color:{color:Italic};}
  123.  
  124. ol.notes {
  125. list-style-type: none;
  126. padding:0px;
  127. }
  128.  
  129. ol.notes li.note {
  130. padding:3px;
  131. }
  132.  
  133.  
  134. /*Posts and entries*/
  135.  
  136. #container{
  137. position:relative;
  138. width:900px;
  139. min-height:600px;
  140. margin:auto;
  141. }
  142.  
  143. .entry {
  144. float:left;
  145. display: block;
  146. margin:10px;
  147. overflow:hidden;
  148. width:250px;
  149. padding-right:10px;
  150. padding-left:10px;
  151. padding-bottom:10px;
  152. z-index:0;
  153. text-align:left;
  154. {block:PermalinkPage}
  155. width:500px;
  156. margin-left:180px;
  157. {/block:PermalinkPage}
  158. background:{color:Post BG};
  159. -webkit-transition: all .7s ease;
  160. -moz-transition: all .7s ease;
  161. -o-transition: all .7s ease;
  162. transition: all .7s ease;
  163. border: 5px solid {color:Borders};
  164. }
  165.  
  166. .entry:hover{
  167. -webkit-transition: all .7s ease;
  168. -moz-transition: all .7s ease;
  169. -o-transition: all .7s ease;
  170. transition: all .7s ease;
  171. }
  172.  
  173. #posts {
  174. width:900px;
  175. margin-top:15px;
  176. z-index:99;
  177. margin-left:5px;
  178. background:transparent;
  179. margin-right:auto;
  180. position:relative;
  181. overflow-y: hidden;
  182. -webkit-animation: fadeInDown 2s;
  183. -moz-animation: fadeInDown 2s;
  184. -ms-animation: fadeInDown 2s;
  185.  
  186. }
  187.  
  188. /* Header */
  189.  
  190. #header{
  191. position:relative;
  192. width:900px;
  193. height:auto;
  194. background:{color:Header};
  195. z-index:99999;
  196. margin-top:20px;
  197. padding:5px;
  198. margin-bottom:5px;
  199. margin-left:auto;
  200. margin-right:auto;
  201. text-align:center;
  202. z-index:10000;
  203. border-bottom:3px solid {color:Borders};
  204. }
  205.  
  206. .headerimage {
  207. position:relative;
  208. background-image:{image:header};
  209. margin:auto auto;
  210. width:100px;
  211. height:100px;
  212. border:5px {color:Borders} solid;
  213. }
  214.  
  215. .headerimage img {
  216. width:100px;
  217. height:100px;
  218. }
  219.  
  220. .blogtitle{
  221. color:{color:Blog Title};
  222. position:relative;
  223. margin-left:auto;
  224. margin-right:auto;
  225. margin-top:10px;
  226. width:100%;
  227. font-family:Verdana;
  228. font-size:25px;
  229. letter-spacing:2px;
  230. line-height:30px;
  231. text-align:center;
  232. }
  233.  
  234. .headerlinks{
  235. position:relative;
  236. width:100%;
  237. height:auto;
  238. margin-top:10px;
  239. margin-bottom:5px;
  240. margin-left:0px;
  241. text-align:center;
  242. }
  243.  
  244. .headerlinks a{
  245. position:relative;
  246. background:{color:Link BG};
  247. width:100%;
  248. height:auto;
  249. margin-top:5px;
  250. margin-bottom:5px;
  251. margin-left:0px;
  252. padding:3px;
  253. font-family:Verdana;
  254. font-size:15px;
  255. line-height:15px;
  256. text-align:center;
  257. }
  258.  
  259. .headerlinks a:hover{
  260. background:{color:Header};
  261. -webkit-transition: all .7s ease-in-out;
  262. -moz-transition: all .7s ease-in-out;
  263. -o-transition: all .7s ease-in-out;
  264. transition: all .7s ease-in-out;
  265. }
  266.  
  267. .description{
  268. position:relative;
  269. color:{color:Description};
  270. font-family:Verdana;
  271. width:100%;
  272. height:auto;
  273. margin-top:10px;
  274. margin-left:0px;
  275. font-size:13px;
  276. line-height:18px;
  277. text-align:center;
  278. }
  279.  
  280. /* Ask */
  281.  
  282. .question{
  283. width:100%;
  284. height:24px;
  285. line-height:24px;
  286. margin-bottom:4px;
  287. border-bottom:1px solid {color:Borders};
  288. }
  289.  
  290. .question img{
  291. border:3px solid {color:Borders};
  292. margin-right:4px;
  293. }
  294.  
  295. .answer{
  296. margin-top:10px;
  297. width:240px;
  298. {block:PermalinkPage}
  299. width:490px;
  300. {/block:PermalinkPage}
  301. padding:5px;
  302. background:{color:Borders};
  303. line-height:20px;
  304. }
  305.  
  306. /* Quote */
  307.  
  308. .quote {
  309. font-size:25px;
  310. line-height:28px;
  311. font-family:Garamond;
  312. color:{color:Italic};
  313. height:auto;
  314. margin-top:15px;
  315. margin-bottom:5px;
  316. padding:5px;
  317. text-align:center;
  318. letter-spacing:1px;
  319. }
  320. .source{
  321. font-size:12px;
  322. line-height:15px;
  323. font-family:Garamond;
  324. color:{color:Italic};
  325. height:auto;
  326. margin-top:15px;
  327. margin-bottom:5px;
  328. padding:5px;
  329. text-align:right;
  330. letter-spacing:1px;}
  331. }
  332.  
  333. /* Chat */
  334.  
  335. .chat ul {
  336. display:block;
  337. list-style:none;
  338. margin-left:-50px;
  339. }
  340.  
  341. /* chat lines style */
  342. .chat li {
  343. padding:3px;
  344. display:block;
  345. }
  346.  
  347. /* odd lines style */
  348. .chat .odd {
  349. background:{color:chat 1};
  350. }
  351.  
  352. /* even lines style */
  353. .chat .even {
  354. background:{color:chat 2};
  355. }
  356.  
  357.  
  358. /* Post info */
  359.  
  360. .info {
  361. height:auto;
  362. line-height:15px;
  363. float:center;
  364. margin-top:0px;
  365. text-align:center;
  366. font-size:11px;
  367. letter-spacing:1px;
  368. background-color: transparent;
  369. color:{color:Link};
  370. border-bottom:2px solid {color:Borders};
  371. margin-bottom:10px;
  372. width:250px;
  373. {block:PermalinkPage}
  374. width:500px;
  375. {block:PermalinkPage}
  376. text-transform:lowercase;
  377. }
  378.  
  379. .info a {
  380. font-size:11px; }
  381.  
  382.  
  383. /* Pagination */
  384.  
  385. .jump_page {
  386. padding: 4px 8px;
  387. border: 2px solid {color:Borders};
  388. background-color:{color:Link BG};
  389. color:{color:Link};
  390. font-size:11px;
  391. text-decoration:none;
  392. }
  393.  
  394. .current_page, .jump_page:hover {
  395. padding: 4px 8px;
  396. border: 2px solid {color:Borders};
  397. background-color:{color:Link BG};
  398. color: {color:Hover};
  399. font-size:11px;
  400. text-decoration:none;
  401. }
  402.  
  403. /* Credits */
  404.  
  405. #credits {
  406. position:fixed;
  407. right:5px;
  408. top:40px;
  409. width:30px;
  410. opacity:0.9;
  411. }
  412.  
  413. /* END CSS */
  414.  
  415.  
  416. {CustomCSS}
  417. </style>
  418.  
  419. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  420. <script src="jquery.style-my-tooltips.js"></script>
  421.  
  422. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  423.  
  424. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  425. <script>
  426. (function($){
  427. $(document).ready(function(){
  428. $("[title]").style_my_tooltips({
  429. tip_follows_cursor:true,
  430. tip_delay_time:200,
  431. tip_fade_speed:300
  432. }
  433. );
  434. });
  435. })(jQuery);
  436. </script>
  437.  
  438. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  439. </script>
  440. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  441. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  442. <script type="text/javascript">
  443.  
  444. $(window).load(function () {
  445. $('.posts').masonry(),
  446. $('.masonryWrap').infinitescroll({
  447. navSelector : "div#navigation",
  448. // selector for the paged navigation (it will be hidden)
  449. nextSelector : "div#navigation a#nextPage",
  450. // selector for the NEXT link (to page 2)
  451. itemSelector : ".entry",
  452. // selector for all items you'll retrieve
  453. bufferPx : 10000,
  454. extraScrollPx: 11000,
  455. loadingImg : "",
  456. loadingText : "<em></em>",
  457. },
  458. // call masonry as a callback.
  459. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  460. );
  461. });
  462. </script>
  463. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
  464.  
  465.  
  466.  
  467. </head>
  468.  
  469.  
  470. <!-- HTML -->
  471.  
  472. <body>
  473.  
  474. <div id="header">
  475.  
  476. <div class="headerimage"><img src="{image:header}"></div>
  477.  
  478. <div class="blogtitle">{Title}</div>
  479.  
  480. <div class="headerlinks">
  481. <a href="{text:Link 1 url}">{text:Link 1}</a>
  482. <a href="{text:Link 2 url}">{text:Link 2}</a>
  483. <a href="{text:Link 3 url}">{text:Link 3}</a>
  484. <a href="{text:Link 4 url}">{text:Link 4}</a>
  485. <a href="{text:Link 5 url}">{text:Link 5}</a>
  486. </div>
  487.  
  488. <div class="description">{description}</div>
  489.  
  490. </div>
  491.  
  492.  
  493.  
  494. <!-- POSTS -->
  495.  
  496. <div id="container">
  497.  
  498. <div class="posts">
  499.  
  500. {block:Posts}
  501.  
  502. <div class="entry">
  503.  
  504. <div class="content">
  505.  
  506. <!-- Date -->
  507. <div class="info">
  508. {block:Date}<p>
  509. <a href="{Permalink}">
  510. {TimeAgo}</a>
  511. {block:NoteCount}
  512. / {NoteCountWithLabel}
  513. {/block:NoteCount}
  514.  
  515.  
  516. <!-- Reblogged from -->
  517. {block:RebloggedFrom}
  518. <a href="{ReblogParentURL}">
  519. / via</a>{/block:RebloggedFrom}
  520. {block:ContentSource}
  521. <a href="{SourceURL}"
  522. target=blank>/ source</a>
  523. {/block:ContentSource}
  524. </div>
  525. {/block:Date}
  526.  
  527.  
  528. <!-- Text -->
  529. {block:Text}
  530. {block:Title}
  531. <a href="{Permalink}">
  532. <h1>{Title}</h1></a>
  533. {/block:Title}
  534. <h2>{Body}</h2>
  535. {/block:Text}
  536.  
  537.  
  538. <!-- Photo -->
  539. {block:Photo}
  540. {block:IndexPage}
  541. <img src="{PhotoURL-250}"
  542. </a>{/block:IndexPage}
  543. {block:PermalinkPage}
  544. <a href="{permalink}">
  545. <img src="{PhotoURL-500}"
  546. width="500"/></a>{/block:PermalinkPage}
  547. {/block:Photo}
  548.  
  549.  
  550. <!-- Photoset -->
  551. {block:Photoset}
  552. {block:IndexPage}
  553. {Photoset-250}
  554. {/block:IndexPage}
  555. {block:PermalinkPage}
  556. {Photoset-500}
  557. {/block:PermalinkPage}
  558. {/block:Photoset}
  559.  
  560.  
  561. <!-- Quote -->
  562. {block:Quote}
  563. <div class="quote">
  564. " {Quote} "
  565. {block:Source}
  566. <div class="source">-{Source}
  567. </div>{/block:Source}</div>
  568. {/block:Quote}
  569.  
  570. <!-- Link -->
  571. {block:Link}
  572. <center>
  573. <a href="{URL}"
  574. class="linkpost"
  575. target="_blank">
  576. <h1>{Name} &raquo; <h1></a>
  577. </center>
  578. {block:Description}
  579. <h2>{Description}</h2>
  580. {/block:Description}
  581. {/block:Link}
  582.  
  583. <!-- Chat -->
  584. {block:Chat}
  585. <div class="chat">
  586. <ul>
  587. {block:Lines}
  588. <li class="{Alt}">
  589. {block:Label}<b>{Label}</b>{/block:Label}
  590. {Line}
  591. </li>
  592. {/block:Lines}
  593. </ul>
  594. </div>
  595. {/block:Chat}
  596.  
  597. <!-- Audio -->
  598. {block:Audio}
  599. {AudioPlayerWhite}
  600. <br>{block:Artist}
  601. Artist: {Artist}
  602. {/block:Artist}
  603. <br>{block:Title}
  604. Artist: {Title}
  605. {/block:Title}
  606. <br>{block:Album}
  607. Artist: {Album}
  608. {/block:Album}<br>
  609. {/block:Audio}
  610.  
  611.  
  612. <!-- Video -->
  613. {block:Video}
  614. {block:IndexPage}
  615. {Video-250}
  616. {/block:IndexPage}
  617. {block:PermalinkPage}
  618. {Video-500}
  619. {/block:PermalinkPage}
  620. {/block:Video}
  621.  
  622.  
  623. <!-- Ask -->
  624. {block:Answer}
  625. <div class="question">
  626. <img src="{AskerPortraitURL-48}"
  627. align="left">
  628. {Asker}</div>
  629. {Question}&nbsp;
  630. <div class="answer">
  631. {Answer}</div>
  632. {/block:Answer}
  633.  
  634. <!-- Tags -->
  635. <br>{block:HasTags}
  636. {block:Tags}&nbsp;#
  637. <a href="{TagURL}">
  638. {Tag}</a>,&nbsp;
  639. {/block:Tags}
  640. {/block:HasTags}
  641.  
  642. <!-- Permalink page -->
  643. {block:PermalinkPage}
  644. {block:PostNotes}
  645. {PostNotes}
  646. {/block:PostNotes}
  647. {/block:PermalinkPage}
  648.  
  649. <!-- Other -->
  650. {block:ContentSource}
  651. <!-- {SourceURL}
  652. {block:SourceLogo}
  653. <img src="{BlackLogoURL}"
  654. width="{LogoWidth}"
  655. height="{LogoHeight}"
  656. alt="{SourceTitle}" />
  657. {/block:SourceLogo}
  658. {block:NoSourceLogo}
  659. {SourceLink}
  660. {/block:NoSourceLogo} -->
  661. {/block:ContentSource}
  662.  
  663. </div></div>
  664.  
  665. {/block:Posts}
  666.  
  667. <!-- END POSTS -->
  668.  
  669. </div></div>
  670.  
  671. <!-- END CONTAINER -->
  672.  
  673. <!-- pagination -->
  674. {block:Pagination}
  675. <center>
  676. {block:PreviousPage}<a href="{PreviousPage}">«</a>
  677. {/block:PreviousPage}
  678. {block:JumpPagination length="5"}
  679. {block:CurrentPage}<span class="current_page">
  680. {PageNumber}</span>{/block:CurrentPage}
  681. {block:JumpPage}<a href="{URL}">{PageNumber}</a>
  682. {/block:JumpPage}
  683. {/block:JumpPagination}
  684. {block:NextPage}<a href="{NextPage}">»</a>
  685. {/block:NextPage}
  686. </center>
  687. {/block:Pagination}
  688.  
  689. <a href="www.b0rn-to-be-wild--themes.tumblr.com"><div id="credits">
  690. <img src="http://i39.tinypic.com/2d77rxx.png" title="born to be wild themes"></div></a>
  691.  
  692.  
  693. </body>
  694. </html>
  695.  
  696. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement