Advertisement
christinaxoxthemes

Theme 06 -Christinaxox

Aug 9th, 2013
623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.14 KB | None | 0 0
  1. <!--
  2. Christina Theme 06 :) Please keep the credit!
  3. Oh and please give me your opinion my themeees! I'd really appreciate it :D
  4. -->
  5. <a href="http://christinaxoxthemes.tumblr.com"><img src="http://media.tumblr.com/049bcc6a60ee5a5e838e205c2c8bbbbd/tumblr_inline_mjs1bk6vdu1qdlkyg.gif"></a>
  6.  
  7. <html lang="en">
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11. <link href='http://fonts.googleapis.com/css?family=Combo|Concert+One|Oxygen|Cutive' rel='stylesheet' type='text/css'>
  12.  
  13. <script type="text/javascript">
  14. <!--
  15.  
  16. // Disable Right Click Script
  17.  
  18. function IE(e)
  19. {
  20. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  21. {
  22. return false;
  23. }
  24. }
  25. function NS(e)
  26. {
  27. if (document.layers || (document.getElementById && !document.all))
  28. {
  29. if (e.which == "2" || e.which == "3")
  30. {
  31. return false;
  32. }
  33. }
  34. }
  35. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  36.  
  37. //-->
  38. </script>
  39.  
  40.  
  41. <script type="text/javascript"
  42. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  43.  
  44. <!--DEFAULT VARIABLES-->
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  46. <meta name="color:background" content="#fff"/>
  47. <meta name="color:link" content="#777"/>
  48. <meta name="color:text" content="#777"/>
  49. <meta name="color:title" content="#333"/>
  50. <meta name="color:navbar" content="#000"/>
  51. <meta name="color:hover" content="#fff"/>
  52. <meta name="color:hovershadow" content="#000"/>
  53. <meta name="color:description" content="#000"/>
  54. <meta name="color:navlinks" content="#000"/>
  55. <meta name="image:background" content="1"/>
  56. <meta name="image:banner" content="http://31.media.tumblr.com/3372bc550a7e3a76e212525c4d6256c7/tumblr_mqyxp0yDML1sx230to1_1280.png"/>
  57. <meta name="text:link1" content="link1"/>
  58. <meta name="text:link2" content="link2"/>
  59. <meta name="text:link3" content="link3"/>
  60. <meta name="text:link1url" content="/"/>
  61. <meta name="text:link2url" content="/"/>
  62. <meta name="text:link3url" content="/"/>
  63. <meta name="if:border" content="/"/>
  64. <meta name="color:border" content="#000"/>
  65.  
  66.  
  67. <style type="text/css">
  68.  
  69.  
  70. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  71.  
  72. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  73.  
  74. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  75.  
  76. p {
  77. margin:0px;
  78. margin-top:0px;
  79. }
  80.  
  81.  
  82. body {
  83. padding: 0px;
  84. margin: 0px;
  85. color:{color:text};
  86. font-family: 'Oxygen', sans-serif;
  87. line-height:12px;
  88. font-size:12px;
  89. background-color: {color:Background};
  90. background-image:url({image:Background});
  91. background-attachment: fixed;
  92. background-repeat: repeat;
  93. }
  94.  
  95.  
  96. a:link, a:active, a:visited{
  97. text-decoration: none;
  98. -webkit-transition: color 0.3s ease-out;
  99. -moz-transition: color 0.3s ease-out;
  100. transition: color 0.3s ease-out;
  101. color:{color:link};
  102. -webkit-transition: all .5s ease;
  103. -moz-transition: all .5s ease;
  104. -o-transition: all .5s ease;
  105. transition: all .5s ease
  106. }
  107.  
  108. a:hover {
  109. text-decoration: none;
  110. font-style:;
  111. color: {color:Hover};
  112. text-shadow: 0 0 10px {color:hovershadow};
  113. -webkit-transition: all .5s ease;
  114. -moz-transition: all .5s ease;
  115. -o-transition: all .5s ease;
  116. transition: all .5s ease;
  117. }
  118.  
  119. div#center{
  120. margin:auto;
  121. position:relative;
  122. width:1000px;
  123. background-color:;
  124. overflow:auto;
  125. overflow-y:hidden;
  126. }
  127.  
  128.  
  129. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  130. .entry {
  131. float:left;
  132. display: block;
  133. {block:ifborder}border: solid {color:border} 2px;{/block:ifborder}
  134. margin:5px;
  135. overflow:hidden;
  136. width:200px;
  137. {block:PermalinkPage}
  138. width:550px;
  139. text-align:left;
  140. line-height:10px;
  141. {/block:PermalinkPage}
  142. background:white;
  143. background-image:URL();
  144. -webkit-transition: all .7s ease;
  145. -moz-transition: all .7s ease;
  146. -o-transition: all .7s ease;
  147. transition: all .7s ease;
  148. }
  149.  
  150.  
  151. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  152. .entry .perma{
  153. width:50px;
  154. height:100%;
  155. margin-left:0px;
  156. position: absolute;
  157. line-height: 2px;
  158. overflow:hidden;
  159. text-align:center;
  160. top:0px;
  161. background:white;
  162. word-spacing:2px;
  163. letter-spacing:1px;
  164. opacity: 0.0;
  165. -webkit-transition: all .7s ease;
  166. -moz-transition: all .7s ease;
  167. -o-transition: all .7s ease;
  168. transition: all .7s ease;
  169. }
  170.  
  171. .entry:hover .perma{
  172. overflow:visible;
  173. opacity:1;
  174. }
  175.  
  176. .entry:hover{
  177. opacity: 0.8;
  178. }
  179.  
  180. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  181. #posts {
  182. width:100%;
  183. margin-top:10px;
  184. z-index:99;
  185. margin-left: 75px;
  186. right:auto;
  187. background:transparent;
  188. margin-right:auto;
  189. position:relative;
  190. overflow-y: hidden;
  191. }
  192.  
  193.  
  194. /*CUSTOMIZE SIDEBAR HERE*/
  195. #navbar{
  196. width: 2200px;
  197. border: dotted {color:navbar} 1px;
  198. margin-left: -10px;
  199. margin-top: 150px;
  200. position: relative;
  201. }
  202.  
  203. #nav{
  204. width: auto;
  205. height: 20px;
  206. font-size: 20px;
  207. font-family: 'Concert One', cursive;
  208. position:relative;
  209. margin-bottom: -80px;
  210. bottom: -65px;
  211. text-align: center;
  212. }
  213.  
  214. #description{
  215. width: auto;
  216. height: 20px;
  217. line-height: 15px;
  218. font-size: 12px;
  219. font-family: 'Cutive', serif;
  220. color: {color:description};
  221. position:relative;
  222. margin-bottom: -20px;
  223. bottom: -90px;
  224. text-align: center;
  225. }
  226.  
  227. #banner{
  228. width:auto;
  229. height: auto;
  230. position: relative;
  231. margin-top: 50px;
  232. }
  233.  
  234. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  235.  
  236.  
  237. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  238. .title{
  239. line-height: 12px;
  240. color:{color:Title};
  241. font-weight: normal;
  242. }
  243.  
  244.  
  245. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  246. .permalink{
  247. text-transform: normal;
  248. display: block;
  249. text-align: right;
  250. text-decoration: none;
  251. }
  252.  
  253.  
  254. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  255. #infscr-loading{
  256. bottom: -70px;
  257. position: absolute;
  258. left: 50%;
  259. margin-left:-8px;
  260. width:16px;
  261. height:11px;
  262. overflow:hidden;
  263. margin-bottom: 50px;
  264. }
  265.  
  266. #postnotes{
  267. text-align: justify;}
  268.  
  269. #postnotes blockquote{
  270. border: 0px;}
  271.  
  272. blockquote{
  273. padding:0px 0px 2px 5px;
  274. margin:0px 0px 2px 10px;
  275. border-left: 1px dotted #555555;
  276. }
  277.  
  278. blockquote p, ul{
  279. margin:0px;
  280. padding:0px;
  281. }
  282.  
  283. a img{border: 0px;}
  284.  
  285.  
  286. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  287.  
  288. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  289. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  290.  
  291. .notes img{width:10px; position:relative; top:3px;}
  292. <--ses-->
  293. small{font-size: 90%;}
  294.  
  295. {CustomCSS}
  296.  
  297. </style>
  298.  
  299. {block:IndexPage}
  300. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  301. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  302.  
  303. <script type="text/javascript">
  304. $(window).load(function(){
  305. var $wall = $('#posts');
  306. $wall.imagesLoaded(function(){
  307. $wall.masonry({
  308. itemSelector: '.entry, .entry_photo',
  309. isAnimated : false
  310. });
  311. });
  312.  
  313. $wall.infinitescroll({
  314. navSelector : '#pagination',
  315. nextSelector : '#pagination a',
  316. itemSelector : '.entry, .entry_photo',
  317. bufferPx : 2000,
  318. debug : false,
  319. errorCallback: function() {
  320. $('#infscr-loading').fadeOut('normal');
  321. }},
  322. function( newElements ) {
  323. var $newElems = $( newElements );
  324. $newElems.hide();
  325. $newElems.imagesLoaded(function(){
  326. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  327. });
  328. }); $('#posts').show(500);
  329. });
  330. </script>
  331.  
  332.  
  333. {/block:IndexPage}
  334.  
  335.  
  336. <title>{title}</title>
  337.  
  338. <link rel="shortcut icon" href="{Favicon}" />
  339. <meta name="viewport" content="width=820" />
  340. </head>
  341.  
  342. <body>
  343. <BODY onselectstart="return false;" ondragstart="return false;">
  344. <div class="wrapper">
  345. <div class="header">
  346. </div>
  347. <div id="banner"><center><img src="{image:banner}"><center></div>
  348. <div id="nav">
  349. <a href="{text:link1url}">{text:link1}</a>&nbsp;
  350. <a href="{text:link1ur2}">{text:link2}</a>&nbsp;
  351. <a href="{text:link1ur3}">{text:link3}</a>&nbsp;
  352. <a href="http://christinaxoxthemes.tumblr.com/">theme</a>
  353. </div>
  354. <div id="description">{description}</div>
  355. <div id="navbar"></div>
  356. <div id="cage">
  357. <div id="center">
  358.  
  359. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  360.  
  361. <!------------------------------------->
  362.  
  363.  
  364. <div class="left">
  365. <div id="posts">
  366. {block:Posts}
  367. <div class="entry">
  368.  
  369. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  370.  
  371. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  372. {/block:Text}
  373.  
  374. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  375.  
  376. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  377.  
  378. {block:Photo}
  379. {block:IndexPage}
  380. <center>
  381. <div class="perma">
  382. <a href="{ReblogURL}" target="_blank"> <br><br><br><br><br><br><img src="http://i1309.photobucket.com/albums/s624/anafrmota/reblogfw_zps75cff0e8.png"> </a> <br><br><br><br><br><br> <a href="{Permalink}"><img src="http://i1309.photobucket.com/albums/s624/anafrmota/permalinhfw_zps78fd5d7a.png"></a></div>
  383.  
  384. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  385. {/block:IndexPage}
  386. {block:PermalinkPage}
  387. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  388.  
  389. {LinkCloseTag}
  390. {/block:PermalinkPage}
  391. {/block:Photo}
  392.  
  393. {block:Photoset}
  394. {block:IndexPage}
  395. <center>
  396.  
  397. <div class="perma">
  398. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  399.  
  400. {Photoset-250}</center>
  401. {/block:IndexPage}
  402. {block:PermalinkPage}
  403. <center>
  404. {Photoset-500}</center>
  405. {/block:PermalinkPage}
  406. {/block:Photoset}
  407.  
  408. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  409.  
  410. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  411.  
  412. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  413. <ul class="chat">
  414. {block:Lines}
  415. <li class="user_{UserNumber}">
  416. {block:Label}
  417. <span class="label">{Label}</span>
  418. {/block:Label}
  419.  
  420. {Line}
  421. </li>
  422. {/block:Lines}
  423. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  424. {/block:Chat}
  425.  
  426. {block:Audio}
  427. <div style="width:200px; height:30px;">
  428. {AudioPlayerBlack}
  429. </div>
  430. {block:IndexPage}<span class="permalink">
  431. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  432. </span>{/block:IndexPage}
  433. {/block:Audio}
  434.  
  435. {block:Video}
  436. {block:IndexPage}
  437. <center>
  438. <div class="perma">
  439. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  440. {Video-250}</center>
  441. {/block:IndexPage}
  442. {block:PermalinkPage}
  443. <center>
  444. {Video-400}</center>
  445. {/block:PermalinkPage}
  446. {block:Video}
  447.  
  448.  
  449. {block:PostNotes}<div align="middle">{caption}</div>
  450. <center>
  451.  
  452. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  453.  
  454. {block:HasTags}
  455. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  456. {block:RebloggedFrom}
  457. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  458. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  459.  
  460. {/block:RebloggedFrom}
  461. </center></span>
  462. <br>
  463. <div id="postnotes">{PostNotes}</div><br>
  464.  
  465. <center>{block:ContentSource}
  466. <br><a href="{SourceURL}">
  467. {lang:Source}:
  468. {block:SourceLogo}
  469. <img src="{BlackLogoURL}" width="{LogoWidth}"
  470. height="{LogoHeight}" alt="{SourceTitle}" />
  471. {/block:SourceLogo}
  472. {block:NoSourceLogo}
  473. {SourceLink}
  474. {/block:NoSourceLogo}
  475. </a>
  476. {/block:ContentSource}</center>
  477.  
  478. {/block:PostNotes}
  479. </div>
  480. {/block:Posts}
  481. </div></div>
  482.  
  483. {block:IndexPage}
  484. {block:Pagination}
  485. <div id="pagination">
  486. {block:NextPage}
  487. <a id="nextPage" href="{NextPage}"></a>
  488. {/block:NextPage}
  489. {block:PreviousPage}
  490. <a href="{PreviousPage}"></a>
  491. {/block:PreviousPage}
  492. </div>
  493. {/block:Pagination}
  494. {/block:IndexPage}
  495. </body>
  496. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement