Advertisement
christinaxoxthemes

Theme 15 - Christinaxox

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