Advertisement
konstantina

Briana Theme by perfectic

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