fanih

Theme 28

Jan 26th, 2013
2,132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.26 KB | None | 0 0
  1. <html>
  2.  
  3. <!------ theme by a-rticulada, base by promisse and details by conjuntar -->
  4.  
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <head>
  9.  
  10. <head> <!-- DEFAULT VARIABLES -->
  11.  
  12. <meta name="color:background" content="#fff" />
  13. <meta name="color:link" content="#696969" />
  14. <meta name="color:text" content="#696969" />
  15. <meta name="color:post" content="#fff" />
  16. <meta name="color:linksmenu" content="#696969" />
  17. <meta name="color:desc" content="#0e0d0d" />
  18.  
  19. <meta name="color:navigation" content="#f1f1f1" />
  20. <meta name="color:borda" content="#f1f1f1" />
  21.  
  22. <meta name="text:frase" content="But I Really Love You ..." />
  23. <meta name="color:corfrase" content="#696969"/>
  24.  
  25. <meta name="image:sidebar" content="http://static.tumblr.com/648181d0915eb89c38af00babffc97e5/i1e3kds/Byzmgye9c/tumblr_static_tumblr_lwv1drc5jr1r913t1o1_500.jpg" />
  26. <meta name="image:background" content="" />
  27.  
  28.  
  29. <meta name="text:Link1" content="/" />
  30. <meta name="text:Link1 Title" content="link1" />
  31. <meta name="text:Link2" content="/" />
  32. <meta name="text:Link2 Title" content="link2" />
  33. <meta name="text:Link3" content="/" />
  34. <meta name="text:Link3 Title" content="link3" />
  35. <meta name="text:Link4" content="/" />
  36. <meta name="text:Link4 Title" content="link4" />
  37. <meta name="text:Link5" content="/" />
  38. <meta name="text:Link5 Title" content="link5" />
  39.  
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Quintessential|Poiret+One|Grand+Hotel|Clicker+Script|Sacramento|Text+Me+One|Vampiro+One|Julius+Sans+One' rel='stylesheet' type='text/css'>
  42.  
  43. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  44.  
  45. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  46.  
  47. <script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script>
  48.  
  49.  
  50. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  51.  
  52.  
  53.  
  54. <script type="text/javascript">
  55. $(window).load(function(){
  56. var $wall = $('#allboxes');
  57. $wall.imagesLoaded(function(){
  58. $wall.masonry({
  59. itemSelector: '.entry',
  60. isAnimated : true
  61. });
  62. });
  63. $wall.infinitescroll({
  64. navSelector : '#page-nav',
  65. nextSelector : '#page-nav a',
  66. itemSelector : '.entry',
  67. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  68. loadingText : " ",
  69. donetext : " ",
  70. extraScrollPx : 10000,
  71. bufferPx : 10000,
  72. debug : false,
  73. errorCallback: function() {
  74. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  75. }},
  76. function( newElements ) {
  77. var $newElems = $( newElements );
  78. $newElems.hide();
  79. $newElems.imagesLoaded(function(){
  80. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  81. });
  82. }); $('#allboxes').show(500);
  83. });
  84. </script>
  85.  
  86.  
  87. <title>{Title}</title>
  88. <link rel="shortcut icon" href="{Favicon}">
  89.  
  90.  
  91. <meta name="description" content="" />
  92.  
  93. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  94.  
  95.  
  96. <link href='http://fonts.googleapis.com/css?family=Zeyada' rel='stylesheet' type='text/css'>
  97. <style type="text/css">
  98.  
  99.  
  100.  
  101.  
  102.  
  103. body {background-color: {color:background};
  104. color:{color:text}; opacity:0.9;
  105. background-image: url({image:Background});
  106. background-attachment: fixed;
  107. background-repeat: no-repeat;
  108. background-position: right;
  109. font-family: calibri; text-align: center; font-size: 13px; line-height:100% }
  110.  
  111.  
  112.  
  113. a {color: #8d8d8d; text-decoration: none; text-transform: none;}
  114. a:hover {color: #fff; background-color: transparent; text-decoration: none;}
  115.  
  116. p {margin: 2px 2 2 2}
  117.  
  118. blockquote{border-left: 0px solid #ffffff; margin:0px 0px 0px 0px; padding-left:0px; border-bottom:0px;}
  119.  
  120. #all {text-align: center; width: 825px; margin: 20px auto 20px auto; padding: 0px}
  121.  
  122. #allboxes {margin-left:390px; width:750px; margin-top:20px}
  123.  
  124. .entry {position: relative; width:310px; text-align:justify; float:left ;margin:-5px; padding:6px; margin-left: 12px; margin-top:15px; background:{color:post}; border: 1px solid #bebebe}
  125. .entry img{padding: 3px; border: 0px solid #f8f8f8}
  126. .entry:hover #info {opacity:0.9;}
  127. .entry:hover #infu {opacity:1}
  128.  
  129. h1 {font-family: calibri; text-align: center; font-size: 13px; text-transform: normal; color:{color:text}; font-weight: normal; line-height: 18px;}
  130. h1 a {text-align: center; font-size: 11px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 20px;}
  131. h1 a:hover {text-align: center; font-size: 11px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 20px;}
  132.  
  133. .image {text-align: center; border: 0px;}
  134. .image img {max-width: 300px; margin-bottom: 2px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  135.  
  136. .pquote{font-size: px; font-family: arial; letter-spacing: 0px;
  137. text-transform: none;text-align: left; font-style: none; padding-top: px}
  138.  
  139. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  140.  
  141.  
  142. .user_1 .label {color:{color:link}; font-weight:bold}
  143. .user_2 .label {color:{color:text}; font-weight:bold}
  144. .user_3 .label {color:{color:link}; font-weight:bold}
  145. .user_4 .label {color:{color:text}; font-weight:bold}
  146. .user_5 .label {color:{color:link}; font-weight:bold}
  147. .user_6 .label {color:{color:text}; font-weight:bold}
  148. ul.chat, .chat ol, .chat li {list-style:none; padding:0px}
  149.  
  150. .player {background-color: #000; text-align: left; display:block;}
  151.  
  152. #askheere {width:245px; margin-left:40px;padding:10px; opacity:1; text-align:justify; color:#000; background-color:#DCDCDC; border-radius:5px;font-size: 11px; font-family: arial; }
  153. #askheere a {color:#000}
  154.  
  155. #askhere2 {color:{color:text}; font-size: 11px; font-weight: normal; font-family: verdana; padding:10px; opacity:1; text-align:justify; background-color:{color:post}; border-radius:5px;}
  156.  
  157. .askfoto {text-align:center; color:{color:text}; font:11px verdana; text-transform:none;}
  158. .askfoto a{color:{color:text};}
  159. .askfoto img {width:48px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  160. .askfoto:hover {opacity: 0.9;}
  161.  
  162. #cap {width: 400px; margin-top: -2px;}
  163. .source {display: none;}
  164.  
  165. .notes {width:10px; position:relative; top:20px}
  166. ol.notes, .notes li{width:320px; list-style:none; margin:10px 0 1px 202px; padding:0px}
  167.  
  168. .tumblrAutoPager_page_separator, .tumblrAutoPager_page_info {display: none;}
  169.  
  170. #infscr-loading {display:none;}
  171.  
  172. .navigation{display:none;}
  173.  
  174. ::-webkit-scrollbar{width:6px;height:5px;}
  175. ::-webkit-scrollbar-button:start:decrement
  176. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  177. ::-webkit-scrollbar-track-piece{background-color: #f8f8f8; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  178. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: 000000;-webkit-border-radius:px;}
  179. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: 000000;-webkit-border-radius:px;}
  180. #tumblr_controls{position: fixed!important}
  181. #tumblr_controls{position: fixed!important}
  182. #tumblr_controls{position: fixed!important}
  183. #tumblr_controls{position: fixed!important}
  184.  
  185.  
  186. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  187. #paginal a {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link};}
  188. #paginal a:hover {background: {color:sidebar}; color: {color:sidebar};}
  189. #paginal span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:link}; font-weight: bold; text-decoration: none;}
  190. .ps {position:fixed; color: {color:text}; padding: 0px; margin-top: 3px; margin-left: 30px; width: 150px; height:12px;}
  191.  
  192. .reb {width: 25px;height: 23px;overflow: hidden;position: relative; z-index: 999;position: absolute; margin-left: 24px; margin-top: -3px;}
  193. .reb img{width: 24px;height: 20px;line-height: 30px;display: inline;}
  194. .likep {width: 21px;height: 20px;overflow: hidden;position: relative;z-index: 9999999; position: absolute;}
  195. .likep a:hover {background-position: 0px 0px;}
  196. .likep a {background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");background-position: 0px 0px;display: block;z-index: 9999999;webkit-transition: all 0s linear;-webkit-transition: all 0s linear;-moz-transition: all 0s linear;transition: all 0s linear;}
  197. .likep img {width: 21px;height: 20px;webkit-transition: all 0.2s linear;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;}#likeiframe {display: none}
  198. .nts {position: absolute; background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");height: 20px;font-size: 11px;line-height: 20px;color: #fff;position: absolute; margin-left: 53px;padding-left: 4px;padding-right: 4px;-moz-border-radius: 2px;border-radius: 2px;}
  199. .nts a{color: #fff;font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
  200. .entry .hvr {opacity: 0.0;filter: alpha(opacity = 0); width: 400px; font-size: 9px;position:absolute; margin-left:-15px; text-align: center;z-index:9999991;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
  201. .entry:hover .hvr {background: #fff; opacity: 1;margin-left:5px;margin-top: 5px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}#side {width:200px; margin-left:30px;}
  202.  
  203.  
  204. .vsanna{display: none;}
  205.  
  206.  
  207. #allimage{ float: left; top: 90px; left: 128px; height: auto; width:102px; height: 82px; position: fixed; background-color: none; }
  208.  
  209. #image {margin-top: 5px; margin-bottom: 5px;}
  210. #image img{width: 232px; height: 280px; margin-top: -1px; margin-left: -1; border: 7px double #a6a6a6;}
  211.  
  212.  
  213.  
  214. #desc {width:250px; height: 65px; margin-left: 115px; margin-top: 406px; position:fixed; text-align:center; line-height: 12px; font-family: calibri; font-size: 11px; overflow:hidden; color:{color:desc}; background-color: none; padding: 3px 2px;}
  215.  
  216. #titulo {float: left; width: 230px; height:-452px; top: 73px; left: 132px; padding:0px; text-align: center; position: fixed; background: none; }
  217. .titulo {clear: both; margin-top: -3px; background-color: none; padding:0px; letter-spacing: 0px; font-size: 14px; font-family: Julius Sans One; color: {color:corfrase}; text-transform: none; }
  218.  
  219.  
  220.  
  221. #menu {text-align:center; width:259px; margin-top: 390px; margin-left: 75px; position:fixed;}
  222.  
  223. .links { text-align: center; padding:4px; margin-top: -7px; width:274px; margin-left: 25px; background-color:none;}
  224. .links a {text-transform: uppercase; padding: 5px; letter-spacing: 0px; font-family:calibri; font-size: 10px; text-align:center; color:{color:linksmenu}; text-decoration: none; background-color: none; font-weight:normal; }
  225. .links a:hover {text-align: center; font-weight: none; }
  226.  
  227. .cred {margin-left:1px; margin-top:-10px; padding:5px; text-align: center; z-index:3; position: fixed;}
  228. .cred a {float: left; margin-right: 1px; font-family: Calibri; font-size:10px; margin-bottom:1px; width: 90px; background-color:{color:background}; color:{color:desc}; display: block; letter-spacing: 1px; text-decoration: none; line-height:20px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  229. .cred a:hover{background-color:{color:background} ;color: {color:desc};text-align: center;}
  230.  
  231. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Text}; height:auto;-webkit-box-shadow: inset 0 0 6px {color:Text};-webkit-border-radius:1px;}
  232.  
  233. ::-webkit-scrollbar-thumb:horizontal { background-color:{color:Text}; height:5px !important;-webkit-box-shadow: inset 0 0 6px {color:Text}; -webkit-border-radius:1px;}
  234.  
  235. ::-webkit-scrollbar {height:2px; width:7px; background-color:{color:post}; }
  236.  
  237. ::-webkit-scrollbar-corner {background-color:{color:post};}
  238.  
  239.  
  240. </style>
  241.  
  242. <body onkeydown="return false">
  243.  
  244.  
  245. <div class="cred">
  246. <a href="http://a-rticulada.tumblr.com" title="© A-RTICULADA, base promisse and details conjuntar">THEME</a></div>
  247.  
  248. <div id="desc">{block:Description}{Description}{/block:Description}
  249. </div></div>
  250. <div id="titulo"><div class="titulo">{text:frase}</div></div>
  251.  
  252.  
  253. <div id="allimage"><div id="image">
  254. <img src="{image:sidebar}"/></div></div>
  255.  
  256.  
  257. <div id="menu">
  258. <div class="links">
  259. <a href="{text:Link1}">{text:Link1 Title}</a>
  260. <a href="{text:Link2}">{text:Link2 Title}</a>
  261. <a href="{text:Link3}">{text:Link3 Title}</a>
  262. <a href="{text:Link4}">{text:Link4 Title}</a>
  263. <a href="{text:Link5}">{text:Link5 Title}</a>
  264. </a></div>
  265.  
  266. </div></div>
  267.  
  268. <div class="autopagerize_page_element">
  269. <div id="allboxes">
  270. {block:Posts}
  271. <div class="entry">
  272.  
  273. {block:IndexPage}<div class="hvr">
  274. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  275. <div class="reb"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  276. <div class="nts"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  277.  
  278. {block:Text}
  279. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  280. {/block:Text}
  281.  
  282. {block:Photo}
  283. <div class="image"><img src="{PhotoURL-400}"></div>
  284. {block:Caption}{Caption}{/block:Caption}
  285. {/block:Photo}
  286.  
  287. {block:Photoset}
  288. {Photoset-250}
  289. {block:Caption}{Caption}{/block:Caption}
  290. {/block:Photoset}
  291.  
  292. {block:Quote}
  293. <div class="xquote">“{Quote}”</div>
  294. {block:Source}<center><div class="xquotesource"> — {Source}</div>
  295. {/block:Source}{/block:Quote}
  296. {block:Link}
  297.  
  298. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  299. {block:Description}{Description}{/block:Description}
  300. {/block:Link}
  301.  
  302.  
  303. {block:Chat}
  304. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  305. <div class="chat"><ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  306. {/block:Chat}
  307.  
  308.  
  309. {block:Audio}
  310. <div class="player">{AudioPlayerBlack}</div>
  311. {block:Caption}{Caption}{/block:Caption}
  312. </div>
  313. {/block:Audio}
  314.  
  315.  
  316. {block:Video}
  317. {Video-300}
  318. {block:Caption}{Caption}{/block:Caption}
  319. {/block:Video}
  320.  
  321. {block:Answer}
  322. <img src="{AskerPortraitURL-48}" align="left" class="askfoto">
  323. <div id="askheere">
  324. <strong>{Asker}</strong> asked: {Question}<br /></div>
  325. <div class="askshere2"> {Answer}
  326. </div>{/block:Answer}
  327.  
  328. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  329. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  330. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  331. {/block:ContentSource}</div></div>
  332.  
  333. {/block:Posts}
  334. </div></div>
  335. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  336.  
  337. <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  338. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div>
  339.  
  340.  
  341.  
  342. {/block:Posts}
  343. </div></div>
  344.  
  345. </div>
  346. </div>
  347. </div>
  348. </div>
  349. </div>
  350.  
  351.  
  352.  
  353. <script type="text/javascript"> Cufon.now(); </script>
  354.  
  355.  
  356.  
  357. </body>
  358. </html>
Advertisement
Add Comment
Please, Sign In to add comment