Advertisement
konstantina

Summer Theme by perfectic

Oct 16th, 2012
7,380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.34 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. Summer 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="#030303"/>
  27. <meta name="color:Links Hover" content="#ccc"/>
  28. <meta name="color:Header Background" content="#000"/>
  29. <meta name="color:Blogtitle" content="#fff"/>
  30. <meta name="color:Description" content="#fff"/>
  31. <meta name="color:Posts Background" content="#fff"/>
  32. <meta name="color:Bars Background" content="#000"/>
  33. <meta name="color:Navigation Links" content="#fff"/>
  34.  
  35. <meta name="image:Header Background" content=""/>
  36. <meta name="image:Background" content=""/>
  37. <meta name="image:Bars Background" content=""/>
  38.  
  39. <meta name="if:custom scrollbar" content="1"/>
  40. <meta name="if:DisableRightClick" content="1"/>
  41.  
  42. <meta name="text:Link One Title" content="link 1" />
  43. <meta name="text:Link One" content="" />
  44. <meta name="text:Link Two Title" content="link 2" />
  45. <meta name="text:Link Two" content="" />
  46. <meta name="text:Link Three Title" content="link 3" />
  47. <meta name="text:Link Three" content="" />
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Lekton' rel='stylesheet' type='text/css'>
  52.  
  53. <script>
  54. $(document).ready(function(){
  55. $(".information").hide();
  56. $(".blogtitle").click(function(){
  57. $('.information').slideToggle("fast");
  58. return true;
  59. });
  60. });
  61. </script>
  62.  
  63.  {block:ifDisableRightClick}
  64. <script type="text/javascript">
  65. <!--
  66.  
  67. // Disable Right Click Script
  68.  
  69. function IE(e)
  70. {
  71. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  72. {
  73. return false;
  74. }
  75. }
  76. function NS(e)
  77. {
  78. if (document.layers || (document.getElementById && !document.all))
  79. {
  80. if (e.which == "2" || e.which == "3")
  81. {
  82. return false;
  83. }
  84. }
  85. }
  86. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  87.  
  88. //-->
  89. </script>
  90.  {/block:ifDisableRightClick}
  91.  
  92. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  93.  
  94.   <link href='http://fonts.googleapis.com/css?family=Lekton' rel='stylesheet' type='text/css'>
  95.  
  96.  
  97. <style type="text/css">  
  98.  
  99. @font-face{font-family:'kg overthinking mh';src:url('http://static.tumblr.com/hcocigh/G6xm6xmov/signerica_thin.ttf');}
  100.  
  101. #tumblr_controls{
  102. position:fixed !important;
  103. -webkit-filter: invert(100%)
  104. }
  105.  
  106. .wrapper {
  107.  
  108. width: 900px;
  109. }
  110.  
  111. .header {
  112. float: center;
  113. width: 100%;
  114. }
  115.  
  116.  
  117. body {
  118. position: relative;
  119. padding: 10px;
  120. margin: 0px;
  121. float: center;
  122. color:{color:text};
  123. font-family: 'Lekton', sans-serif;
  124. font-size:13px;
  125. background-color: {color:Background};
  126. background-image:url({image:Background});
  127. background-attachment: fixed;
  128. background-repeat: repeat;
  129. }
  130.  
  131.  
  132. a:link, a:active, a:visited{
  133. color:{color:Links};
  134. text-decoration: none;
  135. -webkit-transition: color 0.4s ease-out;
  136. -moz-transition: color 0.4s ease-out;
  137. -webkit-transition: all 0.2s linear;
  138. -webkit-transition: all 0.2s linear;
  139. -moz-transition: all 0.2s linear;
  140. transition: all 0.2s linear;
  141. }
  142.  
  143. a:hover{
  144. color:{color:Links Hover};
  145. -webkit-transition: color 0.4s ease-out;
  146. -moz-transition: color 0.4s ease-out;
  147. -webkit-transition: all 0.2s linear;
  148. -webkit-transition: all 0.2s linear;
  149. -moz-transition: all 0.2s linear;
  150. transition: all 0.2s linear;
  151. }
  152.  
  153.  
  154. #header {
  155. position:fixed;
  156. z-index:10000;
  157. width:343px;
  158. left:482px;
  159. height:auto;
  160. margin-top:-10px;
  161. padding:10px;
  162. padding-top:15px;
  163. text-align:center;
  164. line-height: 14px;
  165. font-size:13px;
  166. font-family: 'Lekton', sans-serif;
  167. color: {color:Description};
  168. overflow:hidden;
  169. background-color:{color:Header Background};
  170. background-image:url({image:Header Background});
  171. background-attachment: fixed;
  172. background-repeat: repeat;
  173. }
  174.  
  175.  
  176. #posts {
  177. float:center;
  178. padding-left: 6px;
  179. padding-top: 6px;
  180. padding-right: 140px;
  181. margin-top:35px;
  182. width:235px;
  183. left:467px;
  184. background: white;
  185. margin-left:467px;
  186. {block:PermalinkPage}
  187. margin-left:467px;
  188. margin-top:5px;
  189. width:235px;
  190. {/block:PermalinkPage}
  191. }
  192.  
  193.  
  194. .entry {
  195. overflow: hidden;
  196. float: center;
  197. margin: 4px;
  198. padding: 6px;
  199. padding-bottom:4px;
  200. border: 1px solid #cccccc;
  201. text-align: justify;
  202. background-color: {color:Posts Background};
  203. font-family: 'Lekton', sans-serif;
  204. font-size: 14px;
  205. line-height:12px;
  206. letter-spacing:1px;
  207. {block:IndexPage}
  208. width:340px;
  209. {/block:IndexPage}
  210. {block:PermalinkPage}
  211. margin-top:35px;
  212. width:340px;
  213. {/block:PermalinkPage}
  214. }
  215.  
  216. #bar1 {
  217. z-index:1000;
  218. position: fixed;
  219. width: 90px;
  220. height: 100%;
  221. top:0px;
  222. left:390px;
  223. padding-top:130px;
  224. background-color:{color:Bars Background};
  225. background-image:url({image:Bars Background});
  226. text-align: center;
  227. text-transform:none;
  228. font-size: 12px;
  229. line-height: 20px;
  230. letter-spacing: 1px;
  231. }
  232.  
  233. #bar2 {
  234. z-index:1000;
  235. position: fixed;
  236. width: 90px;
  237. height: 100%;
  238. top:0px;
  239. left:846px;
  240. background-color:{color:Bars Background};
  241. background-image:url({image:Bars Background});
  242. text-align: center;
  243. text-transform:none;
  244. font-size: 12px;
  245. line-height: 20px;
  246. letter-spacing: 1px;
  247. }
  248.  
  249. .navigationlinks{
  250. height:15px;
  251. width: 60px;
  252. font-family: 'Lekton', sans-serif;
  253. text-transform:none;
  254. text-align: center;
  255. font-size: 13px;
  256. line-height:20px;
  257. border: 1px solid #fff;
  258. margin-bottom:10px;
  259. margin-top:10px;
  260. float:center;
  261. margin-left:11px;
  262. color: {color:Navigation Links};
  263. padding: 4px;    
  264. -webkit-box-shadow: 0px 0px 1px 1px #fff;
  265. -moz-box-shadow: 0px 0px 1px 1px #fff;
  266. box-shadow: 0px 0px 1px 1px #fff;
  267. }
  268.  
  269. .navigationlinks:hover{
  270. height:15px;
  271. width: 60px;
  272. text-align: center;
  273. font-family: 'Lekton', sans-serif;
  274. text-transform:none;
  275. font-size: 13px;
  276. line-height:20px;
  277. margin-bottom:10px;
  278. float:center;
  279. -webkit-border-radius: 0ex;
  280. color: {color:text};
  281. padding: 4px;
  282. }
  283.  
  284. .navigationlinks a {
  285. display:block;
  286. font-family: 'Lekton', sans-serif;
  287. font-size: 12px;
  288. color: {color:Navigation Links};
  289. }
  290.  
  291. .navigationlinks a:hover{
  292. font-family: 'Lekton', sans-serif;
  293. font-size: 13px;
  294. color: {color:Navigation Links};
  295. }
  296.  
  297. .information {text-align:center;
  298. line-height: 13px;
  299. padding-bottom:10px;
  300. font-size:13px;
  301. font-family: 'Lekton', sans-serif;
  302. }
  303.  
  304. blockquote{
  305. padding:0px 0px 2px 5px;
  306. margin:0px 0px 2px 1px;
  307. border-left: 1px solid #130C11;}
  308. blockquote p, ul{margin:0px; padding:0px;}
  309.  
  310. .title{
  311. font-family: 'Petit Formal Script', cursive;
  312. font-size: 17px;
  313. line-height:11px;
  314. color: black;
  315. font-weight: normal;
  316. }
  317.  
  318. .blogtitle{
  319. font-family: 'kg overthinking mh';
  320. font-size:27px;
  321. line-height:25px;
  322. color: {color:Blogtitle};
  323. letter-spacing: 0px;
  324. font-weight: normal;
  325. padding:0px;
  326. }    
  327.  
  328.  
  329. .link {
  330. font-size:15px;
  331. letter-spacing:0px;
  332. text-align: center;
  333. line-height:30px;
  334. margin:4px;
  335. font-family: 'Syncopate', sans-serif;
  336. color:{color:Links};
  337. text-transform:uppercase;
  338. width:auto;
  339. background-color:white;
  340. padding:7px;
  341. }
  342.  
  343.  
  344. blockquote{
  345. padding:0px 0px 2px 5px;
  346. margin:0px 0px 2px 10px;
  347. border-left: 1px dotted #555555;
  348. }
  349.  
  350. iframe, img, embed, object, video {
  351.     max-width: 100%;
  352. }
  353. img {
  354.     height: auto;
  355.     width: auto;
  356. }
  357. article {
  358.     width: 41.5%;
  359.     margin: 0 10px;
  360. }
  361.  
  362.  
  363. {CustomCSS}
  364.  
  365. {block:ifcustomscrollbar}
  366. ::-webkit-scrollbar { width: 8px; height: 4px; }
  367. ::-webkit-scrollbar-button:start:decrement,
  368. ::-webkit-scrollbar-button:end:increment  { height: 0px; display: block; background: #fff; }
  369. ::-webkit-scrollbar-track-piece  { background: #fff; }
  370. ::-webkit-scrollbar-thumb {height: 50px; background-color: #000; }
  371. {/block:ifcustomscrollbar}
  372.  
  373. </style>
  374.  
  375. {block:IndexPage}
  376.  
  377. {/block:IndexPage}
  378.  
  379. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  380.  
  381. <title>{title}</title>
  382.  
  383. <link rel="shortcut icon" href="{Favicon}">
  384. <meta name="viewport" content="width=820" />
  385.  
  386. </head>
  387. <body>
  388.  
  389. <div id="header">
  390.  
  391.  <div class="blogtitle">{Title}</div>
  392. <div class="information"><br>{Description}</div>
  393.  
  394. <center>
  395.  
  396.  
  397. </div></div>
  398.  
  399. <div id="posts">
  400.  
  401. {block:Posts}
  402.  
  403. <div class="entry">
  404.  
  405. {block:Text}<strong>{block:Title}<span class="title">{Title}</span>{/block:Title}</strong>{Body}<br>{block:IndexPage}<a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a>{/block:IndexPage}{/block:text}
  406.  
  407. {block:Photo}
  408. {block:IndexPage}
  409. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
  410. {/block:IndexPage}
  411. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
  412. {block:Caption}
  413. {Caption}
  414. {/block:Caption}    
  415. </center>{/block:PermalinkPage}
  416. {/block:Photo}
  417.  
  418. {block:Photoset}
  419. {block:IndexPage}
  420. <a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a>
  421. {/block:IndexPage}
  422. <center>{Photoset-250}</center></span>
  423. {/block:Photoset}
  424.  
  425. {block:Link}<a href="{URL}" class="title">{Name}</a><br>{block:Description}{Description}{/block:Description}<br>{block:IndexPage}<a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a>{/block:IndexPage}{/block:link}
  426.  
  427. {block:Answer}
  428. {Asker} whispered: <b>{Question}</b>
  429. {Answer}<br>
  430. {block:IndexPage}<a href="{Permalink}">+ {NoteCount}</a>{/block:IndexPage}
  431. {/block:Answer}
  432.  
  433. {block:Quote}<span class="title">"{Quote}"</span>{block:Source}<i> - {Source}</i>{/block:Source}<br><br>{block:IndexPage}<a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a>{/block:IndexPage}{/block:Quote}
  434.  
  435. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}{block:Lines}<li class="user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}{Line}</li>{/block:Lines}</ul>
  436. <br>{block:IndexPage}
  437. <a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a>
  438. {block:IndexPage}
  439. {/block:Chat}
  440.  
  441.  
  442. {Line}
  443. </li>
  444. {/block:Lines}
  445. </ul>
  446. {/block:Chat}
  447.  
  448.  
  449. {block:Audio}
  450. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  451. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br><br>{block:IndexPage}<a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a>{/block:IndexPage}
  452. {/block:Audio}
  453.  
  454. {block:Video}
  455. {block:IndexPage}
  456. <a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a>
  457. {Video-250}</center>
  458. {/block:IndexPage}
  459. {block:PermalinkPage}
  460. <center>
  461. {Video-500}</center>
  462. {/block:PermalinkPage}
  463. {block:Video}
  464.  
  465. {block:PermalinkPage}
  466. <center>
  467. <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
  468.  
  469.  
  470. {/block:PermalinkPage}
  471.  
  472.  
  473. {block:PostNotes}{PostNotes}
  474. {/block:PostNotes}
  475. </div>
  476.  
  477.  
  478. {/block:Posts}
  479. </div>
  480. </div>
  481. {block:IndexPage}
  482. {block:Pagination}
  483. <div id="pagination">
  484. {block:NextPage}
  485. <a id="nextPage" href="{NextPage}"></a>
  486. {/block:NextPage}
  487. {block:PreviousPage}
  488. <a href="{PreviousPage}"></a>
  489. {/block:PreviousPage}
  490. </div>
  491. {/block:Pagination}
  492. {/block:IndexPage}
  493. </div>
  494.  
  495. <div id="bar1">
  496. <div class="navigationlinks"><a href="/">home</a></div>
  497. <div class="navigationlinks"><a href="/ask">message</a></div>
  498. {block:ifLinkOne}<div class="navigationlinks"><a href="{text:Link One}" >{text:Link One Title}</a></div>{/block:ifLinkOne}
  499.  {block:ifLinkTwo} <div class="navigationlinks"><a href="{text:Link Two}" >{text:Link Two Title}</a></div>{/block:ifLinkTwo}
  500.   {block:ifLinkThree} <div class="navigationlinks"><a href="{text:Link Three}" >{text:Link Three Title}</a></div> {/block:ifLinkThree}
  501.  <div class="navigationlinks"><a href="http://perfectic.tumblr.com/" >theme</a></span></div>
  502. </div>
  503.  
  504. <div id="bar2">
  505. <div>
  506.  
  507. </body>
  508.  
  509. <div style="font-size: 12px; float: right; position: fixed; bottom: 1px; right: 5px; text-transform:lowercase;"><a href="http://perfectic.tumblr.com/">credit</a></div>
  510.  
  511. <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement