Advertisement
helenaisacat

ivory theme

Aug 14th, 2014
1,422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.43 KB | None | 0 0
  1. <!----------
  2.  
  3. ivory theme // divisionthemes
  4.  
  5. ---------->
  6.  
  7. <meta name="color:background" content="#ffffff"/>
  8. <meta name="color:text" content="#000000"/>
  9. <meta name="color:post titles" content="#585858"/>
  10. <meta name="color:link" content="#1c1c1c"/>
  11. <meta name="color:hover" content="#ffffff"/>
  12. <meta name="color:description text" content="#000000"/>
  13. <meta name="color:sidebar link bg" content="#ffffff"/>
  14. <meta name="color:sidebar link text" content="#000000"/>
  15.  
  16. <meta name="image:sidebar" content=""/>
  17. <meta name="image:background" content=""/>
  18.  
  19. <meta name="if:show sidebar pic" content="0"/>
  20. <meta name="if:two columns" content="0"/>
  21. <meta name="if:three columns" content="0"/>
  22.  
  23. <meta name="text:link one" content="/"/>
  24. <meta name="text:link one hover" content="hover1"/>
  25. <meta name="text:link two" content="/"/>
  26. <meta name="text:link two hover" content="hover2"/>
  27. <meta name="text:link three" content="/"/>
  28. <meta name="text:link three hover" content="hover3"/>
  29. <meta name="text:link four" content="/"/>
  30. <meta name="text:link four hover" content="hover4"/>
  31. <meta name="text:link five" content="/"/>
  32. <meta name="text:link five hover" content="hover5"/>
  33.  
  34. <title>{Title}</title>
  35.  
  36. {block:Description}
  37. <meta name="description" content="{MetaDescription}"/>{/block:Description}
  38.  
  39. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  40. <script>
  41. (function($){$(document)
  42. .ready(function(){$("[title]")
  43. .style_my_tooltips();});})
  44. (jQuery);
  45. </script>
  46.  
  47. <style type="text/css">
  48.  
  49. #s-m-t-tooltip {
  50. height:auto;
  51. padding: 3px;
  52. margin-top: 3px;
  53. margin-left: 14px;
  54. font-family:consolas;
  55. font-size: 8px;
  56. color:black;
  57. text-transform:uppercase;
  58. text-align: center;
  59. letter-spacing:1px;
  60. line-height: 8px;
  61. z-index: 999999999999;
  62. background:white;
  63. border: 1px solid black};
  64. }
  65.  
  66. iframe#tumblr_controls {
  67. position: fixed !important;
  68. -webkit-transition: opacity 0.7s linear;
  69. opacity: 0.09;
  70. -webkit-transition: all 0.8s ease-out;
  71. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  72. -webkit-filter:invert(100%);}
  73.  
  74. iframe#tumblr_controls:hover{
  75. -webkit-transition: opacity 0.7s linear;
  76. opacity: 0.8;
  77. -webkit-transition: all 0.4s ease-out;
  78. -moz-transition: all 0.4s ease-out;
  79. transition: all 0.4s ease-out;}
  80.  
  81. body {
  82. margin:0px;
  83. background-color: {color:Background};
  84. background-image:url({image:Background});
  85. background-attachment: fixed;
  86. background-repeat: repeat;
  87. }
  88.  
  89. body, div, p, parea, submit, input{
  90. font-family:cambria;
  91. font-size: 10px;
  92. line-height:11px;
  93. letter-spacing:0px;
  94. color:{color:Text};
  95. }
  96.  
  97. txt {
  98. margin:0px;
  99. margin-top:5px;
  100. }
  101.  
  102. a:link, a:active, a:visited{
  103. color: {color:Link};
  104. text-decoration: none;
  105. transition: all 0.5s ease-out;
  106. -o-transition-transition: all 0.5s ease-out;
  107. -webkit-transition: all 0.5s ease-out;
  108. -moz-transition: all 0.5s ease-out;
  109. }
  110. a:hover {
  111. color: {color:hover};
  112. text-decoration: none;
  113. letter-spacing: 0px;
  114. transition: all 0.3s ease-out;
  115. -o-transition-transition: all 0.3s ease-out;
  116. -webkit-transition: all 0.3s ease-out;
  117. -moz-transition: all 0.3s ease-out;
  118. }
  119.  
  120. #center {
  121. margin:auto;
  122. position:relative;
  123. width: 1500px;
  124. overflow:auto;
  125. overflow-y:hidden;
  126. }
  127.  
  128. #content {
  129. width:300px;
  130. {block:iftwocolumns}
  131. width:650px;
  132. {/block:iftwocolumns}
  133. {block:ifthreecolumns}
  134. width:1000px;
  135. {/block:ifthreecolumns}
  136. max-width:100%;
  137. margin-left: 350px;
  138. }
  139.  
  140. #entry {
  141. {block:IndexPage}
  142. width:250px;
  143. {block:iftwocolumns}
  144. width:200px;
  145. {/block:iftwocolumns}
  146. {block:ifthreecolumns}
  147. width:200px;
  148. {/block:ifthreecolumns}
  149. {/block:indexpage}
  150. {block:PermalinkPage}width: 400px;{/block:PermalinkPage}
  151. background: white;
  152. opacity:1;
  153. margin-top:20px;
  154. margin-bottom:30px;
  155. margin-left:50px;
  156. margin-right:1px;
  157. text-align:justify;
  158. line-height: 6px;
  159. padding: 10px;
  160. border: 1px solid #a7a7a7;
  161. -webkit-transition: all .3s linear;
  162. -moz-transition: all .3s linear;
  163. transition: all .3s linear;
  164. opacity:.9;
  165. }
  166.  
  167. #entry img {
  168. {block:IndexPage}
  169. max-width:250px;
  170. {block:iftwocolumns}
  171. max-width:200px;
  172. {/block:iftwocolumns}
  173. {block:ifthreecolumns}
  174. max-width:200px;
  175. {/block:ifthreecolumns}
  176. {/block:indexpage}
  177. {block:PermalinkPage}max-width: 399px; padding-right: 1px;{/block:PermalinkPage}
  178. }
  179.  
  180. #blogtitle {
  181. text-align: center;
  182. padding-top: 8px;
  183. width: 188px;
  184. height: 16px;
  185. font-family:'consolas';
  186. font-size: 12px;
  187. letter-spacing: 3px;
  188. text-transform: uppercase;
  189. border: 1px solid #ccc;
  190. border-bottom:1px solid #ccc;
  191. background-color: white;
  192. color: #0000000;
  193. }
  194.  
  195. #descc {
  196. text-align: center;
  197. padding: 8px;
  198. width: 170px;
  199. height: auto;
  200. font-family:'consolas';
  201. font-size: 10px;
  202. letter-spacing: 1px;
  203. text-transform: lowercase;
  204. border: 1px solid #ccc;
  205. border-bottom:1px solid #ccc;
  206. background-color: white;
  207. color: #0000000;
  208. }
  209.  
  210. #sidebar {
  211. position:fixed;
  212. width:190px;
  213. height:auto;
  214. background-color:white;
  215. margin-top: 180px;
  216. margin-left: 130px;
  217. padding:10px;
  218. border: 1px solid #ccc;
  219. color: {color:description text};
  220. opacity:.9;
  221. }
  222.  
  223. #desclinks a {
  224. z-index:9999;
  225. font-size: 8px;
  226. font-family:consolas;
  227. text-transform:uppercase;
  228. display:inline-block;
  229. letter-spacing:1px;
  230. padding:3px;
  231. background:{color:sidebar link bg};
  232. color:{color:sidebar link text};
  233. margin-top: 3px;
  234. border: 1px solid {color:sidebar link text};
  235. }
  236.  
  237. #desclinks a:hover{
  238. text-decoration: none;
  239. background:{color:sidebar link text};
  240. color:{color:sidebar link bg};
  241. border: 1px solid {color:sidebar link bg};
  242. }
  243.  
  244. .permz{
  245. width:auto;
  246. display: block;
  247. padding: 1px;
  248. margin: 4px 8px 1px 8px;
  249. text-transform:uppercase;
  250. font-family: "consolas";
  251. font-size: 9px;
  252. color: #424242;
  253. line-height: 8px;
  254. text-align: right;
  255. text-decoration: none;
  256. -webkit-transition: color 0.5s ease-out;
  257. -moz-transition: color 0.5s ease-out;
  258. border-top: 1px solid #a5a3a3;
  259. }
  260.  
  261. #entry .perms{
  262. position:absolute;
  263. height:20px;
  264. overflow:hidden;
  265. bottom: 20px;
  266. left: 10px;
  267. opacity:0;
  268. background-color:#fff;
  269. width: 250px;
  270. {block:iftwocolumns}
  271. width:200px;
  272. {/block:iftwocolumns}
  273. {block:ifthreecolumns}
  274. width:200px;
  275. {/block:ifthreecolumns}
  276. -webkit-transition: all .5s linear;
  277. -moz-transition: all .5s linear;
  278. transition: all .5s linear;
  279. padding:3px;
  280. }
  281.  
  282. #entry:hover .perms{
  283. margin-top: 6px;
  284. width:250px;
  285. {block:iftwocolumns}
  286. width:200px;
  287. {/block:iftwocolumns}
  288. {block:ifthreecolumns}
  289. width:200px;
  290. {/block:ifthreecolumns}
  291. opacity:0.99;
  292. -webkit-transition: all .5s linear;
  293. -moz-transition: all .5s linear;
  294. transition: all .5s linear;
  295. }
  296.  
  297. #entry .perms .permstext{
  298. text-transform:uppercase;
  299. height:15px;
  300. font-family:"consolas";
  301. font-size:9px;
  302. line-height: 10px;
  303. color:#000;
  304. text-decoration:none;
  305. text-align:center;
  306. opacity:0.99;
  307. background-color:#fff;
  308. -webkit-transition: all .4s linear;
  309. -moz-transition: all .4s linear;
  310. transition: all .4s linear;
  311. }
  312.  
  313. #titletext{
  314. font-family: consolas;
  315. text-transform:uppercase;
  316. font-size: 12px;
  317. color: {color:post titles};
  318. font-weight: none;
  319. line-height:11px;
  320. }
  321.  
  322. #titletext .bodytext{
  323. font-family: consolas;
  324. text-transform:lowercase;
  325. font-size: 10px;
  326. color: {color:text};
  327. font-weight: none;
  328. line-height:10px;
  329. }
  330.  
  331. .video embed, .post div.video object {
  332. {block:IndexPage}
  333. width:250px !important;
  334. {/block:indexpage}
  335. {block:PermalinkPage}
  336. width:400px !important;
  337. {/block:PermalinkPage}
  338. }
  339.  
  340. .chat .lux{
  341. background-color:#ffffff;
  342. margin: 0 0 1px;
  343. padding: 2px;
  344. }
  345.  
  346. .chat .lux.box{
  347. background-color:#F0F0F0;
  348. }
  349.  
  350. #askr {
  351. font-family:consolas;
  352. font-size:10px;
  353. text-transform:uppercase;
  354. }
  355.  
  356. #qstn {
  357. background-color:white;
  358. border: 1px solid #a7a7a7;
  359. text-align:center;
  360. margin-bottom:0px;
  361. padding:10px;
  362. }
  363.  
  364. #audio {
  365. width: 220px;
  366. height:auto;
  367. min-height:60px;
  368. padding-bottom:0px;
  369. }
  370.  
  371. .audiotext{
  372. position:relative;
  373. background:transparent;
  374. border:1px solid #eee;
  375. padding:8px;
  376. font-family:consolas;
  377. font-size:8px;
  378. overflow-x:auto;
  379. letter-spacing:1px;
  380. font-style:italic;
  381. text-transform:uppercase;
  382. height:64px;
  383. margin-top:-20px;
  384. margin-bottom:20px;
  385. margin-left:85px;
  386. padding-left:5px;
  387. line-height:10px;
  388. }
  389.  
  390. .aplayer{
  391. position:absolute;
  392. border:1px solid #ffffff;
  393. background: #fff;
  394. padding:2px;
  395. padding-top:5px;
  396. margin-left:24px;
  397. margin-top:5px;
  398. width:29px;
  399. height:29px;
  400. opacity:0.89;
  401. overflow:hidden;
  402. -webkit-transition: all 0.5s ease-in-out;
  403. -moz-transition: all 0.5s ease-in-out;
  404. -o-transition: all 0.5s ease-in-out;
  405. -ms-transition: all 0.5s ease-in-out;
  406. transition: all 0.5s ease-in-out;
  407. }
  408.  
  409.  
  410. .aart{
  411. margin-left:0px;
  412. margin-bottom:20px;
  413. }
  414.  
  415. .aart img{
  416. background:#fff;
  417. width:60px;
  418. float:left;
  419. padding:10px;
  420. border:1px solid #f0f0f0;
  421. }
  422.  
  423. </style>
  424.  
  425. {block:indexpage}
  426. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  427.  
  428. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  429.  
  430. <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
  431.  
  432. <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
  433.  
  434. <script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script>
  435.  
  436. <script>
  437.  
  438. jQuery(window).load(function(){
  439. var $wall = $('#content');
  440. $wall.imagesLoaded(function(){$wall.masonry({
  441. singleMode: true,columnWidth: 261,
  442. itemSelector: '#entry'});});
  443. $wall.infinitescroll({navSelector : '#page-nav',nextSelector : '#page-nav a',itemSelector : '#entry',},
  444. function( newElements ){$(newElements).hide();setTimeout(function(){
  445. $wall.masonry({ appendedContent: $(newElements) });},2000);
  446. setTimeout(function(){$(newElements).fadeIn('slow');},2100);},1000);});
  447.  
  448. </script>
  449.  
  450.  
  451. <script>
  452.  
  453. $.fn.imagesLoaded = function(callback){var elems = this.find('img'),
  454. len = elems.length,_this = this;if ( !elems.length ) {
  455. callback.call( this );} elems.bind('load',function(){if (--len <= 0)
  456. {callback.call( _this );}}).each(function(){
  457. if (this.complete || this.complete === undefined){var src = this.src;
  458. this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";this.src = src;}});return this;};
  459.  
  460. </script>
  461.  
  462. {/block:Indexpage}
  463.  
  464. <link rel="shortcut icon" href="{Favicon}">
  465. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  466. <meta name="viewport" content="width=820" />
  467. <body>
  468.  
  469.  
  470. <div id="sidebar">
  471. <center>
  472. <div id="blogtitle"><a href="/">{title}</a></div></a><br>
  473. <div id="descc">
  474. {block:IfShowsidebarpic}
  475. <br><div id="sidebarpic">
  476. <a href="/"><img src="{image:sidebar}" width=150px;>
  477. </div><br>
  478. {/block:IfShowsidebarpic}
  479. {Description}<br><br>
  480. <div id="desclinks">
  481. <a href="{text:Link One}" title={text:Link One Hover}>I</a>
  482. <a href="{text:Link Two}" title={text:link two hover}>II</a>
  483. <a href="{text:Link Three}" title={text:link three hover}>III</a>
  484. <a href="{text:Link Four}" title={text:link four hover}>IV</a>
  485. <a href="{text:Link Five}" title={text:link five hover}>V</a>
  486. </center>
  487. </div>
  488. </div>
  489. </div>
  490.  
  491.  
  492. <div id="content">
  493. {block:Posts}
  494. <div id="entry">
  495.  
  496. {block:Text}{block:Title}<span id="titletext">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  497. <div class="permz"><center>{shortmonth} {dayofmonth}{dayofmonthsuffix} • <a href="{permalink}" target="_blank">{NoteCountWithLabel}</a> • <a href="{ReblogURL}" target="_blank">reblog</a></center></div>
  498. {/block:Text}
  499.  
  500. {block:Photo}
  501. {block:IndexPage}
  502. <div class="perms">
  503. <div class="permstext">
  504. posted at {12Hour}:{Minutes} {AmPm} on {DayOfWeek} <br> <a href="{permalink}">{NoteCountWithLabel}</a> • <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  505. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=260px/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{/block:PermalinkPage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
  506.  
  507. {block:Photoset}
  508. {block:IndexPage}
  509. <div class="perms">
  510. <div class="permstext">
  511. {shortmonth} {dayofmonth}{dayofmonthsuffix} • <a href="{permalink}">{NoteCount} notes</a> • <a href="{ReblogURL}" target="_blank">reblog</a></div>
  512. </span>
  513. </div>
  514. <center>{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}
  515.  
  516. {block:Link}<a href="{URL}" id="titletext">{Name}</a>{block:Description}{Description}{/block:Description}
  517. <div class="permz"><center>{shortmonth} {dayofmonth}{dayofmonthsuffix} • <a href="{permalink}" target="_blank">{NoteCount} notes</a> • <a href="{ReblogURL}" target="_blank">reblog</a></center></div>
  518. {/block:Link}
  519.  
  520. {block:Quote}<center><span id="titletext">"{Quote}"</span><br><br>
  521. {block:Source}<center><span id="bodytext">{Source}</span>{/block:Source}</center>
  522. <div class="permz"><center>{shortmonth} {dayofmonth}{dayofmonthsuffix} • <a href="{permalink}" target="_blank">{NoteCount} notes</a> • <a href="{ReblogURL}" target="_blank">reblog</a></center></div>
  523. {/block:Quote}
  524.  
  525. {block:Chat}{block:title}<span id="titletext"><center>{Title}</center></span>{/block:title}<hr><div class="chat">{block:Lines}<div class="chat"><div class="lux {Alt}"><div class="{Alt} user_{UserNumber}">
  526. {block:Label}<span class="userlabel"><u>{Label}</u> </span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>
  527. <div class="permz"><center><center>{shortmonth} {dayofmonth}{dayofmonthsuffix} • <a href="{permalink}" target="_blank">{NoteCount} notes</a> • <a href="{ReblogURL}" target="_blank">reblog</a></center></div>
  528. {/block:Chat}
  529.  
  530. {block:Audio}
  531. <div class="aart">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  532. <div class="aplayer">{AudioPlayer}</div>
  533. <div class="audiotext">{block:Artist}<b>{Artist}</b>{/block:Artist}<br><br>{block:TrackName} "{TrackName}" {/block:TrackName}</br><br>{block:Album}<br> {Album} {/block:Album}</br>
  534. {block:PlayCount}<b>{PlayCount} plays</b>{/block:PlayCount} • <b><a href="{permalink}" target="_blank">{NoteCount} notes</a></b></div>
  535. {block:IndexPage}
  536. <div style="margin-top:-10px; border-top:1px solid #ddd;"><center>
  537. </div></center>{/block:IndexPage}
  538. {/block:Audio}
  539.  
  540. {block:Video}
  541. {block:IndexPage}
  542. <div class="perms">
  543. <div class="permstext">
  544. <center>{shortmonth} {dayofmonth}{dayofmonthsuffix} • <a href="{permalink}">{NoteCount} notes • <a href="{ReblogURL}" target="_blank">reblog</a></center></a></div></div>
  545. {/block:IndexPage}
  546.  
  547. <center>{Video-250}<BR></center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}
  548.  
  549. {block:Answer}<div id="qstn"><div id="askr"><u>{Asker}</u></div><br><i>{Question}</i></div>
  550. <center>{Answer}</center>
  551. <div class="permz">
  552. <a href="{permalink}">{notecount} notes</a>
  553. </div>{/block:Answer}
  554.  
  555.  
  556. {block:PermalinkPage}
  557. <div id="permalinkpage">{block:caption}{caption}{/block:caption}<Br>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date} · {block:NoteCount} {NoteCount} notes {/block:NoteCount}{block:HasTags} · tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  558. {/block:PermalinkPage}
  559.  
  560. {block:PostNotes}{PostNotes}
  561. {/block:PostNotes}</div>{/block:Posts}
  562. </div></div>
  563. </div>
  564. </div>
  565.  
  566. </body>
  567. <div id="dthemes">
  568. <div style="position:fixed;
  569. width:auto;
  570. height:auto;
  571. background-color: #fff;
  572. bottom:5px;
  573. right:5px;
  574. padding:5px;
  575. border:1px solid #000;
  576. color:black;
  577. opacity:.9;">
  578. <a href="http://divisionthemes.tumblr.com/" target="_blank" title="division themes">师主题</a></div></div>
  579. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement