zaincumsthemes

Wild Child ✿ Theme Siete

Sep 27th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.66 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head><title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14.  
  15. <!---- THEME 7 BY ZAINCUM!! :D-->
  16.  
  17.  
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20.  
  21. <meta name="color:Text" content="#838282"/>
  22.  
  23. <meta name="color:Link" content="#b8b8b8"/>
  24.  
  25. <meta name="color:border" content="#eeeeee"/>
  26.  
  27. <meta name="color:Link hover" content="#b8b8b8"/>
  28.  
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:sidebar2" content=""/>
  31.  
  32. <meta name="text:link1" content="">
  33.  
  34. <meta name="text:link1 url" content="/">
  35.  
  36. <meta name="text:link2" content="">
  37.  
  38. <meta name="text:link2 url" content="/">
  39.  
  40. <meta name="text:link3" content="">
  41.  
  42. <meta name="text:link3 url" content="/">
  43.  
  44. <meta name="text:link4" content="">
  45.  
  46. <meta name="text:link4 url" content="/">
  47.  
  48. <style type="text/css">
  49.  
  50. body {
  51.  
  52. background:{color:background};
  53.  
  54. margin:0px;
  55.  
  56. color:{color:text};
  57.  
  58. font-size:9px;
  59.  
  60. line-height:100%;
  61.  
  62. }
  63.  
  64.  
  65.  
  66. a {
  67.  
  68. text-decoration:none;
  69.  
  70. outline:none;
  71.  
  72. -moz-outline-style:none;
  73.  
  74. color:{color:link};
  75.  
  76. -moz-transition-duration:0.5s;
  77.  
  78. -webkit-transition-duration:0.5s;
  79.  
  80. -o-transition-duration:0.5s;
  81.  
  82. }
  83.  
  84.  
  85.  
  86. a:hover{
  87.  
  88. color:{color:link hover};
  89.  
  90. font-style:italic;
  91.  
  92. -moz-transition-duration:0.5s;
  93.  
  94. -webkit-transition-duration:0.5s;
  95.  
  96. -o-transition-duration:0.5s;}
  97.  
  98.  
  99.  
  100. img {
  101.  
  102. border:none;
  103.  
  104. }
  105.  
  106.  
  107.  
  108. blockquote {
  109.  
  110. padding-left:5px;
  111.  
  112. border-left:2px solid;
  113.  
  114. }
  115.  
  116.  
  117.  
  118. blockquote blockquote {
  119.  
  120. padding-left:5px;
  121.  
  122. border-left:2px solid;
  123.  
  124. }
  125.  
  126.  
  127.  
  128. h1 {
  129.  
  130. font-size:10px;
  131.  
  132. }
  133.  
  134.  
  135.  
  136.  
  137.  
  138. #entries {
  139.  
  140. padding:10px;
  141.  
  142. width:500px;
  143.  
  144. margin-left:450px;
  145.  
  146. margin-top:0px;
  147.  
  148. padding:0px;
  149.  
  150. }
  151.  
  152.  
  153.  
  154. #post {
  155.  
  156. width:500px;
  157.  
  158. }
  159.  
  160. #title {
  161. font-size:20px;
  162. font-style:italic;
  163. text-align:left;
  164. padding-left:0px;
  165. height:40px;
  166. width:150px;
  167. line-height:40px;
  168. margin-left:0px;
  169. }
  170.  
  171. #description {
  172. width:150px;
  173. margin-top:-160px;
  174. margin-left:895px;
  175. line-height:13px;
  176. position:fixed;
  177. word-spacing:2px;
  178. text-align:center;
  179. background-color: #fff;
  180.  
  181. color:#000;
  182.  
  183. }
  184.  
  185. #description a {color:#000; -moz-transition-duration:1s;
  186.  
  187. -webkit-transition-duration:1s; -o-transition-duration:1s;}
  188.  
  189.  
  190.  
  191. #sidebar #description {
  192.  
  193. opacity:0;
  194.  
  195. -moz-transition-duration:1s;
  196.  
  197. -webkit-transition-duration:1s;
  198.  
  199. -o-transition-duration:1s;
  200.  
  201. }
  202.  
  203.  
  204.  
  205. #sidebar:hover #description {
  206.  
  207. opacity:.7771;
  208.  
  209. -moz-transition-duration:1s;
  210.  
  211. -webkit-transition-duration:1s;
  212.  
  213. -o-transition-duration:1s;
  214.  
  215. }
  216.  
  217.  
  218.  
  219. #sidebar {
  220. width:150px;
  221. position:fixed;
  222. margin-left:180px;
  223. margin-top:200px;
  224. }
  225.  
  226. #sidebarimage {
  227. width: 170px;
  228. }
  229.  
  230. #sidebarimage img {
  231. width: 150px;
  232. margin-left:-10px;
  233. margin-top:0px;
  234. padding:5px;
  235.  
  236. }
  237.  
  238. #sidebarimage2 {
  239. width: 170px;
  240. }
  241.  
  242. #sidebarimage2 img {
  243. width: 150px;
  244. margin-left:890px;
  245. margin-top:-155px;
  246. padding:5px;
  247. position:fixed;
  248.  
  249. }
  250.  
  251.  
  252. #links {
  253. margin-top: 0px;
  254. margin-left:-22px;
  255. font-size:19px;
  256. text-transform:normal;
  257. text-align:center;
  258. word-spacing:11px;
  259. line-height:170%;
  260. width:190px;
  261. font-style:normal;
  262.  
  263. }
  264.  
  265. #links a{
  266. padding:3px;
  267. color:{color:link};
  268. letter-spacing:0px;
  269. text-decoration:none;
  270. -moz-transition-duration:1s;
  271. -webkit-transition-duration:1s;
  272. -o-transition-duration:1s;
  273. }
  274.  
  275. #links a:hover{
  276. color:{color:hover};
  277. font-style:italic;
  278. -moz-transition-duration:0s;
  279. -webkit-transition-duration:0s;
  280. -o-transition-duration:0s;
  281. }
  282.  
  283. #pagination {
  284. font-size:45px;
  285. margin-top:150px;
  286. width:200px;
  287. margin-left:750px;
  288. text-align:center;
  289. font-style:italic;
  290. }
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298. .caption {
  299.  
  300. width:500px;
  301.  
  302. text-align:justify;
  303.  
  304. line-height:120%;
  305.  
  306. }
  307.  
  308.  
  309.  
  310. .ask {
  311.  
  312. padding:10px;
  313.  
  314. text-align:left;
  315.  
  316. color:{color:text};
  317.  
  318. background-color:#eee;
  319.  
  320. border-bottom:1px solid #eee;
  321.  
  322. }
  323.  
  324.  
  325.  
  326. .ans {
  327.  
  328. text-align:left;
  329.  
  330. padding:10px;
  331.  
  332. color:{color:text};
  333.  
  334. }
  335.  
  336.  
  337.  
  338. .audio {
  339.  
  340. width:500px;
  341.  
  342. padding-bottom:10px;
  343.  
  344. background-color:{color:infobg};
  345.  
  346. }
  347.  
  348.  
  349.  
  350. .albumart {
  351.  
  352. float:left;
  353.  
  354. padding:0px 10px 10px 0px;
  355.  
  356. }
  357.  
  358.  
  359.  
  360. .albumart img {
  361.  
  362. width:45px;
  363.  
  364. height:45px;
  365.  
  366. }
  367.  
  368.  
  369.  
  370. .playercontainer {
  371.  
  372. text-align:left;
  373.  
  374. padding:10px;
  375.  
  376. background-color:#ffffff;
  377.  
  378. width:480px;
  379.  
  380. }
  381.  
  382.  
  383.  
  384. .audioinfo {
  385.  
  386. padding:10px;
  387.  
  388. color:{color:text};
  389.  
  390. }
  391.  
  392.  
  393.  
  394. #postinfo {
  395.  
  396. text-align:left;padding-top:3px;
  397.  
  398. margin-top:5px;
  399.  
  400. margin-bottom:10px;
  401.  
  402. text-transform: lowercase;
  403.  
  404. letter-spacing:0px;
  405. text-align:center;
  406.  
  407. font-size:8px;
  408.  
  409. line-height: 10px;
  410.  
  411. color:{color:link};
  412.  
  413.  
  414. }
  415.  
  416.  
  417.  
  418. #postinfo a {
  419.  
  420. color:{color:link};
  421.  
  422. text-align:center;
  423.  
  424. font-style:normal;
  425.  
  426.  
  427. }
  428.  
  429.  
  430.  
  431. #postinfo a:hover {
  432.  
  433. color:{color:hover};
  434.  
  435. }
  436.  
  437.  
  438.  
  439. .note {
  440.  
  441. text-transform:lowercase;
  442.  
  443. font-style:normal;
  444.  
  445. letter-spacing:0px;
  446.  
  447. font-size: 9px;
  448.  
  449. text-align:left;
  450.  
  451. line-height:90%;
  452.  
  453. margin-left:-40px;
  454.  
  455. }
  456.  
  457.  
  458.  
  459. .note li {
  460.  
  461. list-style-type:none;
  462.  
  463. border-bottom:1px solid {color:border};
  464.  
  465. padding:10px 25px 10px 25px;
  466.  
  467. text-align:left;
  468.  
  469. margin:0px;
  470.  
  471. -moz-transition-duration:0.5s;
  472.  
  473. -webkit-transition-duration:0.5s;
  474.  
  475. -o-transition-duration:0.5s;
  476.  
  477. }
  478.  
  479.  
  480.  
  481. .tags {
  482.  
  483. font-style:normal;
  484.  
  485. width:500px;
  486.  
  487. text-transform:uppercase;
  488.  
  489. font-style:normal;
  490.  
  491. color:{color:tags};
  492.  
  493. letter-spacing:2px;
  494.  
  495. line-height:120%;
  496.  
  497. font-size:8px;
  498.  
  499. text-align:left;
  500.  
  501. padding:2px;
  502.  
  503. -moz-transition-duration:0.5s;
  504.  
  505. -webkit-transition-duration:0.5s;
  506.  
  507. -o-transition-duration:0.5s;
  508.  
  509. }
  510.  
  511.  
  512.  
  513. .tags a {
  514.  
  515. color:{color:tags};
  516.  
  517. letter-spacing:1px;
  518.  
  519. padding:1px;
  520.  
  521. }
  522.  
  523.  
  524.  
  525. .tags a:hover {
  526.  
  527. color:{color:link};
  528.  
  529. }
  530.  
  531.  
  532. ul.chat, .chat ol, .chat li {
  533.  
  534. list-style:none;
  535.  
  536. margin:0px;
  537.  
  538. padding:2px;
  539.  
  540. }
  541.  
  542.  
  543.  
  544. .label {
  545.  
  546. text-decoration:underline;
  547.  
  548. font-weight:300;
  549.  
  550. background-color:{color:infobg};
  551.  
  552. margin-right:5px;
  553.  
  554. }
  555.  
  556.  
  557.  
  558.  
  559. .user_1 .label {color:{color:text}; font-weight:bold}
  560.  
  561. .user_2 .label {color:{color:link}; font-weight:bold}
  562.  
  563. .user_3 .label {color:{color:text}; font-weight:bold}
  564.  
  565. .user_4 .label {color:{color:link}; font-weight:bold}
  566.  
  567. .user_5 .label {color:{color:text}; font-weight:bold}
  568.  
  569. .user_6 .label {color:{color:link}; font-weight:bold}
  570.  
  571. ul.chat, .chat ol, .chat li {list-style:none; padding:2px}
  572.  
  573.  
  574.  
  575. {CustomCSS}
  576. #s-m-t-tooltip {
  577.  
  578. max-width:300px;
  579.  
  580. padding:3px 4px 5px 4px;
  581.  
  582. margin:20px 0px 0px 20px;
  583.  
  584. background-color:#fff; /* change the background color */
  585.  
  586. border:1px solid #ddd; /* change the border color */
  587.  
  588. font-family:calibri; /* change the font */
  589.  
  590. font-size:9px; /* change the font size */
  591.  
  592. letter-spacing:2px; /* change the letter spacing */
  593.  
  594. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  595.  
  596. color:#999; /* change the text color */
  597.  
  598. z-index:999999999999999999999999999999999999;
  599.  
  600. }
  601.  
  602. </style></head>
  603. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  604.  
  605. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  606.  
  607. <script>
  608.  
  609. (function($){
  610.  
  611. $(document).ready(function(){
  612.  
  613. $("a[title]").style_my_tooltips({
  614.  
  615. tip_follows_cursor:true,
  616.  
  617. tip_delay_time:90,
  618.  
  619. tip_fade_speed:600,
  620.  
  621. attribute:"title"
  622.  
  623. });
  624.  
  625. });
  626.  
  627. })(jQuery);
  628.  
  629. </script>
  630. <body>
  631.  
  632. <div id="sidebar">
  633.  
  634. <div id="title">{title}</div>
  635.  
  636. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  637. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  638.  
  639. <div id="links">
  640. <a title="refresh"href="/">i</a>
  641. <a title="{text:link1}"href="{text:link1 url}">i</a>
  642. <a title="{text:link2}"href="{text:link2 url}">ii</a>
  643. <a title="{text:link3}"href="{text:link3 url}">iv</a>
  644. <a title="{text:link4}"href="{text:link4 url}">v</a>
  645. </div>
  646.  
  647. <div id="description"><br> {Description}
  648. <br>
  649. <br>
  650. </div>
  651.  
  652. <div id="pagination">
  653. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}
  654. <br>
  655. <br>
  656. {block:NextPage}— <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  657. </div>
  658.  
  659. </div>
  660.  
  661.  
  662.  
  663. <div id="entries">
  664.  
  665.  
  666. {block:Posts}<div id="post"><br><br><br>
  667.  
  668.  
  669.  
  670. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  671.  
  672.  
  673.  
  674. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  675.  
  676.  
  677.  
  678. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  679.  
  680. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  681.  
  682.  
  683.  
  684. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  685.  
  686.  
  687.  
  688. {block:Photoset}<center>{Photoset-500}</center>
  689.  
  690. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  691.  
  692.  
  693.  
  694. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  695.  
  696.  
  697.  
  698. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  699.  
  700.  
  701.  
  702. {block:Answer}<div class="ask">{Asker} moaned: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  703.  
  704.  
  705.  
  706. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  707.  
  708. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  709.  
  710. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  711.  
  712. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  713.  
  714. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721. <div id="postinfo"><a href="{Perimalink}">posted on {block:Date}<a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date} with <a href="{Permalink}">{NoteCount} notes </a> {block:RebloggedFrom} ♡ <a href="{ReblogParentURL}">via</a> & {/block:RebloggedFrom}
  722.  
  723. {block:ContentSource}<a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  724.  
  725. {block:HasTags}<div id="tags">{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  726.  
  727. {/block:Posts}
  728.  
  729. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  730.  
  731.  
  732. {/block:Posts}</div></div></div>
  733.  
  734.  
  735.  
  736.  
  737.  
  738. </div>
  739.  
  740.  
  741.  
  742.  
  743.  
  744. </div>
  745.  
  746. </div>
  747.  
  748. </div>
  749.  
  750.  
  751.  
  752. </body>
  753.  
  754. <div style="position:fixed;bottom:5px; right:5px; text-transform:uppercase; font-size:20px; letter-spacing:2px; padding: 3px;"><a href="http://zaincum.tumblr.com/">ZC</a></div>
  755. </div>
  756.  
  757. </div>
  758.  
  759. </html>
Add Comment
Please, Sign In to add comment