Advertisement
konstantina

Celia Theme by perfectic

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