Advertisement
konstantina

Claudia Theme by perfectic

Dec 20th, 2012
7,643
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.54 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">
  3.  
  4. <!---------------------------------
  5. __   __  _   __  __   __  ___    __
  6. |__| |__ |_| |__ |__  /     |  | /
  7. |    |__ | \ |   |__  \__   |  | \__
  8.  
  9. Claudia Theme
  10.  
  11. personal: perfectic.tumblr.com
  12. themes: perfecticthemes.tumblr.com
  13.  
  14. please don't remove the credit.
  15. if you do, i'll report you.
  16.  
  17. ---------------------------------->
  18.  
  19. <head>
  20.  
  21. <script type="text/javascript"
  22. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  23.  
  24. <meta name="color:Background" content="#fafafa"/>
  25. <meta name="color:Text" content="#030303"/>
  26. <meta name="color:Links" content="#fff"/>
  27. <meta name="color:Links Hover" content="#ccc"/>
  28. <meta name="color:Blogtitle" content="##6eb8f3"/>
  29.  
  30. <meta name="image:Background" content=""/>
  31.  
  32. <meta name="text:Link One Title" content="link 1" />
  33. <meta name="text:Link One" content="" />
  34. <meta name="text:Link Two Title" content="link 2" />
  35. <meta name="text:Link Two" content="" />
  36. <meta name="text:Link Three Title" content="link 3" />
  37. <meta name="text:Link Three" content="" />
  38. <meta name="text:Link Four Title" content="link 4" />
  39. <meta name="text:Link Four" content="" />
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  42.  
  43. <link href="http://fonts.googleapis.com/css?family=Allan:bold" rel="stylesheet" type="text/css">
  44.  
  45. <script type="text/javascript">
  46. $(document).ready(function(){
  47. $(".navlink").hide();
  48. $(".navlinks").click(function(){
  49. $(this).next(".navlink").slideToggle('fast');
  50. }); }); </script>
  51.  
  52. <style type="text/css">
  53.  
  54. #tumblr_controls{
  55. position:fixed;
  56. -webkit-filter: invert(100%)
  57. }
  58.  
  59. .wrapper {
  60. margin: 0px auto;
  61. width: 900px;
  62. }
  63.  
  64. .header {
  65. float: center;
  66. width: 100%;
  67. }
  68.  
  69. body {
  70. position: relative;
  71. padding: 10px;
  72. margin: 0px;
  73. float: center;
  74. background-color: {color:Background};
  75. background-image:url({image:Background});
  76. background-attachment: fixed;
  77. background-repeat: repeat;
  78. background-size:repeat;
  79. }
  80.  
  81. a:link, a:active, a:visited{
  82. color:{color:Links};
  83. text-decoration: none;
  84. -webkit-transition: color 0.4s ease-out;
  85. -moz-transition: color 0.4s ease-out;
  86. -webkit-transition: all 0.2s linear;
  87. -webkit-transition: all 0.2s linear;
  88. -moz-transition: all 0.2s linear;
  89. transition: all 0.2s linear;
  90. }
  91.  
  92. a:hover{
  93. color:{color:Links Hover};
  94. -webkit-transition: color 0.4s ease-out;
  95. -moz-transition: color 0.4s ease-out;
  96. -webkit-transition: all 0.2s linear;
  97. -webkit-transition: all 0.2s linear;
  98. -moz-transition: all 0.2s linear;
  99. transition: all 0.2s linear;
  100. }
  101.  
  102. #posts {
  103. float:center;
  104. top:0px;
  105. width:700px;
  106. margin-left:130px;
  107. }
  108.  
  109.  
  110. .entry {
  111. width:300px;
  112. overflow: hidden;
  113. float: center;
  114. margin: 10px;
  115. padding: 10px;
  116. text-align: justify;
  117. font-family: 'ubuntu';
  118. font-size: 13px;
  119. line-height:13px;
  120. letter-spacing:1px;
  121. opacity:0.8;
  122. color:{color:Text};
  123. -webkit-transition: all 0.8s ease-out;
  124. -moz-transition: all 0.8s ease-out;
  125. transition: all 0.8s ease-out;
  126. {block:PermalinkPage}
  127. margin-left:190px;
  128. width:400px;
  129. {/block:PermalinkPage}
  130. }
  131.  
  132. #sidebar {
  133. position:fixed;
  134. height: auto;
  135. width: 140px;
  136. left:930px;
  137. top:130px;
  138. z-index:100;
  139. text-align: left;
  140. padding: 4px;
  141. padding-right: 8px;
  142. padding-left:8px;
  143. font-family:'ubuntu';
  144. font-size:14px;
  145. line-height:13px;
  146. color: {color:text};
  147. }
  148.  
  149. .title{
  150. font-family: 'Allan';
  151. font-size: 18px;
  152. line-height:13px;
  153. font-weight:400;
  154. color: {color:Text};
  155. }
  156.  
  157. .blogtitle{
  158. font-family: 'ubuntu';
  159. font-size: 16px;
  160. line-height: 22px;
  161. padding:3px;
  162. letter-spacing: 0px;
  163. font-weight: normal;
  164. text-transform:lowercase;
  165. color: {color:Blogtitle};
  166. }
  167.  
  168. .portrait{
  169. position:fixed;
  170. height:auto;
  171. width:auto;
  172. left:860px;
  173. top:130px;
  174. opacity:0.9;
  175. -webkit-transition: all 0.8s ease-out;
  176. -moz-transition: all 0.8s ease-out;
  177. transition: all 0.8s ease-out;
  178. }
  179.  
  180. .portrait:hover {
  181. opacity:1;
  182. -webkit-transition: all 0.8s ease-out;
  183. -moz-transition: all 0.8s ease-out;
  184. transition: all 0.8s ease-out;
  185. -webkit-transform: rotate(90deg);
  186. -moz-transform: rotate(90deg);
  187. -ms-transform: rotate(90deg);
  188. -o-transform: rotate(90deg);
  189. transform: rotate(90deg);
  190. -webkit-transform: rotate(180deg);
  191. -moz-transform: rotate(180deg);
  192. -ms-transform: rotate(180deg);
  193. -o-transform: rotate(180deg);
  194. transform: rotate(180deg);
  195. -webkit-transform: rotate(270deg);
  196. -moz-transform: rotate(270deg);
  197. -ms-transform: rotate(270deg);
  198. -o-transform: rotate(270deg);
  199. transform: rotate(270deg);
  200. -webkit-transform: rotate(360deg);
  201. -moz-transform: rotate(360deg);
  202. -ms-transform: rotate(360deg);
  203. -o-transform: rotate(360deg);
  204. transform: rotate(360deg);
  205. -webkit-transition:2s;
  206. }
  207.  
  208. .entry:hover {
  209. opacity:1;
  210. -webkit-transition: all 0.3s linear;
  211. -moz-transition: all 0.3s linear;
  212. transition: all 0.3s linear;
  213. }
  214.  
  215. .reblogbutton {
  216. position:absolute;
  217. height: auto;
  218. width: 290px;
  219. padding:5px;
  220. overflow: hidden;
  221. text-align: center;
  222. font-size: 10px;
  223. font-family:'century gothic';
  224. line-height: 15px;
  225. opacity: 0;
  226. background: white;
  227. filter: alpha(opacity = 0);
  228. -webkit-transition: all 0.3s linear;
  229. -moz-transition: all 0.3s linear;
  230. transition: all 0.3s linear;
  231. }
  232.  
  233. .entry:hover .reblogbutton {
  234. opacity: 0.9;
  235. top:30%;
  236. font-family:'century gothic';
  237. filter: alpha(opacity = 90);
  238. -webkit-transition: all 0.3s linear;
  239. -moz-transition: all 0.3s linear;
  240. transition: all 0.3s linear;
  241. }
  242.  
  243. .entry:hover .reblogbutton:hover{
  244. opacity:0.8;
  245. }  
  246.  
  247. .nav {
  248. margin:0px;
  249. padding-top:0px;
  250. width:142px;
  251. font-family: 'ubuntu';
  252. font-size: 12px;
  253. line-height: 15px;
  254. background-color: #ccc;
  255. color:black;
  256. }
  257. .navlinks {
  258. padding-top:0px;
  259. padding-bottom:5px;
  260. position:relative;
  261. margin:1px;
  262. text-align:center;
  263. }
  264. .navlink {
  265. padding:0px;
  266. text-align:left;
  267. color: #000;
  268. background:white;
  269. display:none;
  270. }
  271.  
  272. {CustomCSS}
  273.  
  274. ::-webkit-scrollbar { width: 7px; height: 4px; }
  275. ::-webkit-scrollbar-button:start:decrement,
  276. ::-webkit-scrollbar-button:end:increment  { height: 0px; display: block; background: #fff; }
  277. ::-webkit-scrollbar-track-piece  { background: #fff; }
  278. ::-webkit-scrollbar-thumb {height: 50px; background-color: #ccc; }
  279.  
  280. </style>
  281.  
  282. {block:IndexPage}
  283. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  284. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  285.  
  286. <script type="text/javascript">
  287. $(window).load(function () {
  288. var $content = $('#posts');
  289. $content.masonry({itemSelector: '.entry'}),
  290. $content.infinitescroll({
  291. navSelector : 'div#pagination',
  292. nextSelector : 'div#pagination a#nextPage',
  293. itemSelector : '.entry',
  294. loading: {
  295. finishedMsg: '',
  296. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  297. },
  298. bufferPx : 600,
  299. debug : false,
  300. },
  301. // call masonry as a callback.
  302. function( newElements ) {
  303. var $newElems = $( newElements );
  304. $newElems.hide();
  305. // ensure that images load before adding to masonry layout
  306. $newElems.imagesLoaded(function(){
  307. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  308.  
  309.  
  310. });
  311. });
  312. });
  313. </script>
  314.  
  315. {/block:IndexPage}
  316.  
  317.  
  318. <title>{title}</title>
  319.  
  320. <link rel="shortcut icon" href="{Favicon}">
  321. <meta name="viewport" content="width=820" />
  322.  
  323. </head>
  324. <body>
  325.  
  326. <div id="portrait">
  327. <div class="portrait"><a href="/"><img src="{PortraitURL-64}" div style=" border-radius:200px;"></div>
  328. </div>
  329.  
  330. <div id="sidebar">
  331. <a href="/"><span class="blogtitle">{Title}</span></a><br>
  332. {Description}
  333. <br><br>
  334.  
  335. <div class="nav">
  336. <p class="navlinks">+links</p>
  337. <div class="navlink">
  338.  
  339. <div align="left">
  340. <center>
  341. <a href="/">home</a><br>
  342. <a href="/ask">message</a> <br>
  343. {block:ifLinkOne}<a href="{text:Link One}">{text:Link One Title}</a><br>{/block:ifLinkOne}
  344. {block:ifLinkTwo}<a href="{text:Link Two}">{text:Link Two Title}</a><br>{/block:ifLinkTwo}
  345. {block:ifLinkThree}<a href="{text:Link Three}">{text:Link Three Title}</a><br> {/block:ifLinkThree}
  346. {block:ifLinkFour} <a href="{text:Link Four}">{text:Link Four Title}</a><br>{/block:ifLinkFour}
  347. <a href="http://perfectic.tumblr.com/">theme</a></span>
  348. </center>
  349. </div></div></div>
  350.  
  351.  
  352. </div></div>
  353.  
  354.  
  355. <div id="posts">
  356.  
  357. {block:Posts}
  358.  
  359. <div class="entry">
  360.  
  361. {block:Text}
  362. <strong>{block:Title}<span class="title">{Title}</span>{/block:Title}</strong>{Body}<br>
  363. {block:IndexPage}
  364. <div style="text-transform:uppercase; text-align:right">
  365. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  366. {/block:IndexPage}
  367. {/block:text}
  368.  
  369. {block:Photo}
  370. {block:IndexPage}
  371. <div class="reblogbutton">
  372. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  373. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
  374. {/block:IndexPage}
  375. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
  376. {block:Caption}
  377. {Caption}
  378. {/block:Caption}  
  379. <div class="text-align:right;">{block:Date}
  380. {DayOfMonthWithZero} {ShortMonth} {Year}
  381. {/block:Date}</div>
  382. {/block:PermalinkPage}
  383. {/block:Photo}
  384.  
  385. {block:Photoset}
  386. {block:IndexPage}
  387. <center>{Photoset-250}</center> <br>
  388. <div style="text-transform:uppercase; text-align:right">
  389. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  390. {/block:IndexPage}
  391. {block:PermalinkPage}
  392. <center>{Photoset-400}</center> <br>
  393. {/block:PermalinkPage}
  394. {/block:Photoset}
  395.  
  396. {block:Link}
  397. <a href="{URL}" class="title">{Name}</a><br>{block:Description}{Description}{/block:Description}
  398. {block:IndexPage}
  399. <div style="text-transform:uppercase; text-align:right">
  400. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  401. {/block:IndexPage}
  402. {/block:link}
  403.  
  404. {block:Answer}
  405. <a href="{AskerUrl}"><img src="{AskerPortraitURL-30}" div style=" border-radius:200px;">  {Asker}: <b>{Question}</b>
  406. {Answer}
  407. {block:IndexPage}
  408. <div style="text-transform:uppercase; text-align:right">
  409. <a href="{permalink}">{notecountwithlabel}</a> </div>
  410. {/block:IndexPage}
  411. {/block:Answer}
  412.  
  413. {block:Quote}<span class="title">"{Quote}"</span><br><br>{block:Source}<i> - {Source}</i>{/block:Source}<br><br>
  414. {block:IndexPage}
  415. <div style="text-transform:uppercase; text-align:right">
  416. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  417. {/block:IndexPage}{/block:Quote}
  418.  
  419. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</li>{/block:Lines}</ul>
  420. {block:IndexPage}
  421. <div style="text-transform:uppercase; text-align:right">
  422. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  423. {/block:IndexPage}
  424. {/block:Chat}
  425.  
  426.  
  427. {Line}
  428. </li>
  429. {/block:Lines}
  430. </ul>
  431. {/block:Chat}
  432.  
  433.  
  434. {block:Audio}
  435. <center><div style="width:180px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:center;">
  436. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  437. {block:IndexPage}<br>
  438. <div style="text-transform:uppercase; text-align:right">
  439. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  440. {/block:IndexPage}
  441. {/block:Audio}
  442.  
  443. {block:Video}
  444. {block:IndexPage}
  445. {Video-400}</center><br><br>
  446. <div style="text-transform:uppercase; text-align:right">
  447. <a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a> </div>
  448. {/block:IndexPage}
  449. {block:PermalinkPage}
  450. <center>
  451. {Video-400}</center>
  452. {/block:PermalinkPage}
  453. {block:Video}
  454.  
  455. {block:PermalinkPage}
  456. <center>
  457. <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
  458.  
  459.  
  460. {/block:PermalinkPage}
  461.  
  462.  
  463. {block:PostNotes}{PostNotes}
  464. {/block:PostNotes}
  465. </div>
  466.  
  467. {/block:Posts}
  468. </div>
  469. </div>
  470. {block:IndexPage}
  471. {block:Pagination}
  472. <div id="pagination">
  473. {block:NextPage}
  474. <a id="nextPage" href="{NextPage}"></a>
  475. {/block:NextPage}
  476. {block:PreviousPage}
  477. <a href="{PreviousPage}"></a>
  478. {/block:PreviousPage}
  479. </div>
  480. {/block:Pagination}
  481. {/block:IndexPage}
  482. </div>
  483.  
  484.  
  485. </body>
  486.  
  487.  
  488. <div style="font-family:ubuntu; font-size: 14px; float: right; position: fixed; bottom: 1px; right: 0px; text-transform:lowercase;"><a href="http://perfectic.tumblr.com/">credit</a></div>
  489.  
  490. <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement