Advertisement
approvinqq

Daises Theme // 5

Mar 16th, 2014
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.27 KB | None | 0 0
  1. <!-- DAISIES THEME // 5 by http://approvinqq.tumblr.com-->
  2.  
  3. <html lang="en">
  4. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7.  
  8. <script type="text/javascript">
  9. <!--
  10.  
  11. // Disable Right Click Script
  12.  
  13. function IE(e)
  14. {
  15. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  16. {
  17. return false;
  18. }
  19. }
  20. function NS(e)
  21. {
  22. if (document.layers || (document.getElementById && !document.all))
  23. {
  24. if (e.which == "2" || e.which == "3")
  25. {
  26. return false;
  27. }
  28. }
  29. }
  30. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  31.  
  32. //-->
  33. </script>
  34.  
  35.  
  36. <script type="text/javascript"
  37. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  38.  
  39.  
  40. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  41.  
  42. <meta name="color:background" content="#faf9f9"/>
  43. <meta name="color:link" content="#f6cce7"/>
  44. <meta name="color:text" content="#777"/>
  45. <meta name="color:title" content="#333"/>
  46. <meta name="color:hover" content="#373638"/>
  47. <meta name="color:text shadow" content="#aaa"/>
  48. <meta name="color:scrollbar" content="#f0efef"/>
  49. <meta name="color:titlebar" content="#f6cce7"/>
  50.  
  51. <meta name="image:sidebar" content="1"/>
  52. <meta name="image:background" content="1"/>
  53. <meta name="image:corner pic" content=""/>
  54.  
  55. <meta name="if:titlebar" content="1"/>
  56.  
  57. <meta name="text:link one" content=""/>
  58. <meta name="text:link two" content=""/>
  59. <meta name="text:link three" content=""/>
  60. <meta name="text:link four" content=""/>
  61. <meta name="text:link five" content=""/>
  62. <meta name="text:link one hover" content="put what you like here :)"/>
  63. <meta name="text:link two hover" content="put what you like here :)"/>
  64. <meta name="text:link three hover" content="put what you like here :)"/>
  65. <meta name="text:link four hover" content="put what you like here :)"/>
  66. <meta name="text:link five hover" content="put what you like here :)"/>
  67. <meta name="text:titlebar" content="Daisies"/>
  68. <meta name="text:quote" content="the more you care, the more you have to lose" />
  69.  
  70. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  71.  
  72. <style type="text/css">
  73.  
  74.  
  75.  
  76. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  77.  
  78. div#qTip {
  79. display: none;
  80. text-align:center;
  81. position:absolute;
  82. text-transform:uppercase;
  83. z-index:99;
  84. font-family:calibri;
  85. font-size:8px;
  86. padding:4px;
  87. color:white;
  88. border-radius:10px;
  89. border:1px solid #eee;
  90. background:{color:link};
  91. }
  92.  
  93. #tumblr_controls{
  94. position:fixed !important;
  95. -webkit-filter: invert(100%)
  96. }
  97.  
  98. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  99.  
  100. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  101.  
  102. p {
  103. margin:0px;
  104. margin-top:0px;
  105. }
  106.  
  107.  
  108. body {
  109. margin: 5px;
  110. font-family: calibri;
  111. line-height:10px;
  112. font-size:10px;
  113. background-attachment: fixed;
  114. background-repeat: repeat;
  115. color:{color:text};
  116. background-color: {color:Background};
  117. background-image:url({image:Background});
  118. }
  119.  
  120.  
  121. a:link, a:active, a:visited{
  122. text-decoration: none;
  123. -webkit-transition: all 0.6s ease-out;
  124. -moz-transition: all 0.6s ease-out;
  125. -o-transition: all 0.6s ease-out;
  126. transition: all 0.6s ease-out;
  127. color:{color:link};
  128. }
  129.  
  130. a:hover {
  131. text-decoration: none;
  132. -webkit-transition: all 0.3s ease-out;
  133. -moz-transition: all 0.3s ease-out;
  134. -o-transition: all 0.3s ease-out;
  135. transition: all 0.3s ease-out;
  136. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  137. color: {color:Hover};
  138. text-shadow:0px 0px 2px {color:text shadow};
  139. }
  140.  
  141. div#center{
  142. margin:auto;
  143. position:relative;
  144. width:1000px;
  145. background-color:;
  146. overflow:auto;
  147. overflow-y:hidden;
  148. }
  149.  
  150. .entry {
  151. float:left;
  152. display: block;
  153. margin:5px;
  154. overflow:hidden;
  155. width:250px;
  156. background:white;
  157. padding:8px;
  158. border:1px solid #f9f9f9;
  159. {block:PermalinkPage}
  160. width:450px;
  161. text-align:left;
  162. line-height:10px;
  163. {/block:PermalinkPage}
  164. border-radius:0px;
  165. opacity:0.8;
  166. }
  167.  
  168.  
  169.  
  170. .entry .perma{
  171. width:250px;
  172. height:auto;
  173. margin-left:0px;
  174. position: absolute;
  175. line-height: 14px;
  176. overflow:hidden;
  177. text-align:center;
  178. top:3px;
  179. padding:3px;
  180. background:white;
  181. word-spacing:2px;
  182. letter-spacing:1px;
  183. opacity: 0.0;
  184. -webkit-transition: all .5s ease;
  185. -moz-transition: all .7s ease;
  186. -o-transition: all .7s ease;
  187. transition: all .7s ease;
  188. }
  189.  
  190. .entry:hover .perma{
  191. overflow:visible;
  192. opacity:1;
  193. }
  194.  
  195. .entry img{
  196. border-radius:0px;
  197. }
  198.  
  199. #posts {
  200. width:580px;
  201. margin-top:28px;
  202. z-index:99;
  203. margin-left:350px;
  204. right:auto;
  205. background:transparent;
  206. margin-right:auto;
  207. position:relative;
  208. overflow-y: hidden;
  209.  
  210.  
  211. }
  212.  
  213. #quote{
  214. position:fixed !important;
  215. font-family:calibri;
  216. font-size:12px;
  217. font-style:normal;
  218. text-transform:uppercase;
  219. letter-spacing:1px;
  220. margin-top:-27px;
  221. padding:5px;
  222. line-height:15px;
  223. background:white;
  224. text-align:center;
  225. border-top-left-radius:0px;
  226. border-top-right-radius:0px;
  227. border-top:1px dashed #f7f7f7;
  228. border-bottom:1px dashed #f7f7f7;
  229. height:15px;
  230. width:1450px;
  231. margin-left:-100px;
  232. color:{color:text};
  233. z-index:9999999;
  234. }
  235.  
  236. #sidebar{
  237. position:fixed!important;
  238. width:200px;
  239. height:200px;
  240. margin-top:100px;
  241. margin-left:80px;
  242. text-align:center;
  243. padding:4px;
  244. border:2px double #eee;
  245. background:white;
  246. }
  247.  
  248. #sidebar img{
  249. position:fixed!important;
  250. width: 200px;
  251. height: 180px;
  252. margin-left:-100px;
  253. margin-top:0px;
  254. border:0px double #eee;
  255. }
  256.  
  257. div#about{
  258. position:fixed!important;
  259. margin-top:210px;
  260. margin-left:-4px;
  261. padding:2px;
  262. text-align:center;
  263. width:204px;
  264. background:white;
  265. height:auto;
  266. text-transform:uppercase;
  267. font-style:normal;
  268. font-family:"calibri";
  269. letter-spacing:1px;
  270. font-size:8px;
  271. border:2px double #eee;
  272. }
  273.  
  274. div#links{
  275. position:fixed!important;
  276. width:255px;
  277. height: 50px;
  278. margin-top:185px;
  279. margin-left:-28px;
  280. padding:2px;
  281. padding-bottom:4px;
  282. padding-top:1px;
  283. text-transform:uppercase;
  284. font-size: 10px;
  285. z-index: 99999;
  286. opacity:1.0;
  287. }
  288.  
  289. .nav a{
  290. margin-top:0px;
  291. display:inline-block;
  292. width:25px;
  293. height:10px;
  294. text-transform: uppercase;
  295. text-align:center;
  296. border: 0px solid #eee;
  297. color: white;
  298. padding:1px;
  299. background:{color:link};
  300. }
  301.  
  302. div#titlebar{
  303. position:fixed!important;
  304. margin-left:80px;
  305. margin-top:77px;
  306. font-family:"cedarcursive";
  307. font-size:25px;
  308. text-align:normal;
  309. line-height:27px;
  310. z-index:99px;
  311. background:transparent;
  312. color:{color:titlebar};
  313. }
  314.  
  315. div#transimg{
  316. position:fixed!important;
  317. background:transparent;
  318. width:120px;
  319. height:auto;
  320. left:870px;
  321. bottom:-4px;
  322. }
  323.  
  324.  
  325. askk {
  326. font-family:"cedarcursive";
  327. font-size: 15px;
  328. z-index:1;
  329. color: {color:Title};
  330. }
  331.  
  332. .title{
  333. line-height: 16px;
  334. font-size: 16px;
  335. font-family:"cedarcursive";
  336. color:{color:Title};
  337. }
  338.  
  339. .permalink{
  340. text-transform: uppercase;
  341. font-size:8px;
  342. display: block;
  343. text-align: center;
  344. border-top:1px solid #eee;
  345. padding:2px;
  346. margin-top:8px;
  347. margin-bottom:2px;
  348. }
  349.  
  350. #audio {
  351. width:200px;
  352. height:auto;
  353. min-height:60px;
  354. padding-bottom:0px;
  355. }
  356. .cover {
  357. position:absolute;
  358. z-index:1;
  359. width:60px;
  360. height:60px;
  361. }
  362. .cover img {
  363. float:left;
  364. width:60px;
  365. height:60px;
  366. }
  367. .playbox {
  368. opacity:0.6;
  369. width:27px;
  370. height:30px;
  371. overflow:hidden;
  372. position:absolute;
  373. z-index:1000;
  374. margin-left:17px;
  375. margin-top:17px;
  376. text-align:center;
  377. }
  378. .info {
  379. margin-left:73px;
  380. margin-top:4px;
  381. line-height:14px;
  382. }
  383.  
  384. #infscr-loading{
  385. bottom: -70px;
  386. position: absolute;
  387. left: 50%;
  388. margin-left:-8px;
  389. width:16px;
  390. height:11px;
  391. overflow:hidden;
  392. margin-bottom: 50px;
  393. }
  394.  
  395. ::-webkit-scrollbar {
  396. width: 4px;
  397. height: 4px;
  398. border-left:0px solid #ccc;
  399. background-color:{color:background};
  400. }
  401.  
  402. ::-webkit-scrollbar-thumb {
  403. background: {color:scrollbar};
  404. }
  405.  
  406. ::-webkit-scrollbar {
  407. width: 5px;
  408. height: 5px;
  409. background: #dddddd;
  410. }
  411.  
  412. ::-webkit-scrollbar-thumb {
  413. background-color:{color:scrollbar};
  414. }
  415.  
  416. #postnotes{
  417. text-align: justify;}
  418.  
  419. #postnotes blockquote{
  420. border: 0px;}
  421.  
  422. blockquote{
  423. padding:0px 0px 2px 5px;
  424. margin:0px 0px 2px 10px;
  425. border-left: 1px dotted #555555;
  426. }
  427.  
  428. blockquote p, ul{
  429. margin:0px;
  430. padding:0px;
  431. }
  432.  
  433. a img{border: 0px;}
  434.  
  435.  
  436. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  437.  
  438. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  439. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  440.  
  441. .notes img{padding:2px; border:1px solid #eee; width:20px; position:relative; top:3px;}
  442. <--ses-->
  443. small{font-size: 90%;}
  444.  
  445. {CustomCSS}
  446.  
  447.  
  448. </style>
  449.  
  450. <div style="position:fixed; right:5px; bottom:5px; opacity:0.8;"> <a href="http://robynsthemes.tumblr.com/" title="robyn's themes"><img src="http://i57.tinypic.com/9pqdmq.png" width=”25”></a></div>
  451.  
  452. {block:IndexPage}
  453. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  454. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  455.  
  456. <script type="text/javascript">
  457. $(window).load(function(){
  458. var $wall = $('#posts');
  459. $wall.imagesLoaded(function(){
  460. $wall.masonry({
  461. itemSelector: '.entry, .entry_photo',
  462. isAnimated : false
  463. });
  464. });
  465.  
  466. $wall.infinitescroll({
  467. navSelector : '#pagination',
  468. nextSelector : '#pagination a',
  469. itemSelector : '.entry, .entry_photo',
  470. bufferPx : 2000,
  471. debug : false,
  472. errorCallback: function() {
  473. $('#infscr-loading').fadeOut('normal');
  474. }},
  475. function( newElements ) {
  476. var $newElems = $( newElements );
  477. $newElems.hide();
  478. $newElems.imagesLoaded(function(){
  479. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  480. });
  481. }); $('#posts').show(500);
  482. });
  483. </script>
  484.  
  485. <div id="transimg">
  486. <a href="/"><img src="{image:corner pic}"></a>
  487. </div>
  488.  
  489. {/block:IndexPage}
  490.  
  491.  
  492. <title>{title}</title>
  493.  
  494. <link rel="shortcut icon" href="{Favicon}" />
  495. <meta name="viewport" content="width=820" />
  496. </head>
  497.  
  498. <body>
  499.  
  500.  
  501. <BODY onselectstart="return false;" ondragstart="return false;">
  502. <div class="wrapper">
  503. <div class="header">
  504. </div>
  505.  
  506. <div id="cage">
  507. <div id="center">
  508.  
  509.  
  510. </div>
  511.  
  512. {block:iftitlebar}
  513. <div id="titlebar">{text:titlebar}</div>
  514. {/block:iftitlebar}
  515. <div id="quote">"{text:quote}"</div>
  516.  
  517. <div id="sidebar">
  518. <a href="/"><img src="{image:sidebar}" width=100%></a>
  519. <div id="about">{Description}</div>
  520. <div id="links">
  521. <div class="nav">
  522. <a title="{text:link one hover}" href="{text:link one}">Ⅰ</a> -
  523. <a title="{text:link two hover}" href="{text:link two}">Ⅱ</a> -
  524. <a title="{text:link three hover}" href="{text:link three}">Ⅲ</a> -
  525. <a title="{text:link four hover}" href="{text:link four}">Ⅳ</a> -
  526. <a title="{text:link five hover}" href="{text:link five}">Ⅴ</a>
  527. </div></div>
  528. </div>
  529. <!------------------------------------->
  530.  
  531.  
  532.  
  533.  
  534. <div class="left">
  535. <div id="posts">
  536. {block:Posts}
  537. <div class="entry">
  538.  
  539. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>
  540. <span class="permalink">
  541. Posted at {12Hour}:{Minutes} {AmPm} on a {DayOfWeek} / <a href="{ReblogURL}" target="_blank">reblog</a>
  542. <br>{/block:HasTags}</span>
  543. {/block:Text}
  544.  
  545. {block:Answer}
  546. <div style="margin-top:2px;;margin-bottom:0px;min-height:30px; padding: 4px; background-color:#f7f7f7;border:1px solid #eee;border-radius:5px;">
  547. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3.5px;"/><askk>{asker}</askk>: {Question}</div>
  548. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  549. {/block:Answer}
  550.  
  551. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
  552. <span class="permalink">
  553. Posted at {12Hour}:{Minutes} {AmPm} on a {DayOfWeek} / <a href="{ReblogURL}" target="_blank">reblog</a></span>
  554. {/block:Link}
  555.  
  556. {block:Photo}
  557. {block:IndexPage}
  558. <center>
  559. <div class="perma">
  560. <div style="font-size:8px;text-transform:uppercase;">
  561. Posted on a <a href="{Permalink}">{DayOfWeek}</a> &middot <a href="{ReblogURL}" target="_blank"> reblog </a> </div></div>
  562.  
  563. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  564. {/block:IndexPage}
  565. {block:PermalinkPage}
  566. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  567.  
  568. {LinkCloseTag}
  569. {/block:PermalinkPage}
  570. {/block:Photo}
  571.  
  572. {block:Photoset}
  573. {block:IndexPage}
  574. <center>
  575.  
  576. <div class="perma">
  577. <div style="font-size:8px;text-transform:uppercase;">
  578. Posted on a <a href="{Permalink}">{DayOfWeek}</a> &middot <a href="{ReblogURL}" target="_blank"> reblog </a> </div></div>
  579.  
  580. {Photoset-250}</center>
  581. {/block:IndexPage}
  582. {block:PermalinkPage}
  583. <center>
  584. {Photoset-500}</center>
  585. {/block:PermalinkPage}
  586. {/block:Photoset}
  587.  
  588. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  589. <span class="permalink">
  590. Posted at {12Hour}:{Minutes} {AmPm} on a {DayOfWeek} / <a href="{ReblogURL}" target="_blank">reblog</a>
  591. </span>{/block:Quote}
  592.  
  593. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  594. <ul class="chat">
  595. {block:Lines}
  596. <li class="user_{UserNumber}">
  597. {block:Label}
  598. <span class="label">{Label}</span>
  599. {/block:Label}
  600.  
  601. {Line}
  602. </li>
  603. {/block:Lines}
  604. <span class="permalink">
  605. Posted at {12Hour}:{Minutes} {AmPm} on a {DayOfWeek} / <a href="{ReblogURL}" target="_blank">reblog</a>
  606. </span>
  607. {/block:Chat}
  608.  
  609. {block:Audio}
  610. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  611. {block:IndexPage}
  612. <span class="permalink">
  613. Posted at {12Hour}:{Minutes} {AmPm} on a {DayOfWeek} / <a href="{ReblogURL}" target="_blank">reblog</a>
  614. </span>
  615. {/block:IndexPage}
  616. {/block:Audio}
  617.  
  618. {block:Video}
  619. {block:IndexPage}
  620. <center>
  621. <div class="perma">
  622. <div style="font-size:8px;text-transform:uppercase;">
  623. Posted on a <a href="{Permalink}">{DayOfWeek}</a> &middot <a href="{ReblogURL}" target="_blank"> reblog </a> </div></div>
  624. {Video-250}</center>
  625. {/block:IndexPage}
  626. {block:PermalinkPage}
  627. <center>
  628. {Video-400}</center>
  629. {/block:PermalinkPage}
  630. {block:Video}
  631.  
  632.  
  633. {block:PostNotes}<div align="middle">{caption}</div>
  634. <center>
  635.  
  636. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  637.  
  638. {block:HasTags}
  639. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  640. {block:RebloggedFrom}
  641. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  642. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  643.  
  644. {/block:RebloggedFrom}
  645. </center></span>
  646. <br>
  647. <div id="postnotes">{PostNotes}</div><br>
  648.  
  649. <center>{block:ContentSource}
  650. <br><a href="{SourceURL}">
  651. {lang:Source}:
  652. {block:SourceLogo}
  653. <img src="{BlackLogoURL}" width="{LogoWidth}"
  654. height="{LogoHeight}" alt="{SourceTitle}" />
  655. {/block:SourceLogo}
  656. {block:NoSourceLogo}
  657. {SourceLink}
  658. {/block:NoSourceLogo}
  659. </a>
  660. {/block:ContentSource}</center>
  661.  
  662. {/block:PostNotes}
  663. </div>
  664. {/block:Posts}
  665. </div></div>
  666.  
  667. {block:IndexPage}
  668. {block:Pagination}
  669. <div id="pagination">
  670. {block:NextPage}
  671. <a id="nextPage" href="{NextPage}"></a>
  672. {/block:NextPage}
  673. {block:PreviousPage}
  674. <a href="{PreviousPage}"></a>
  675. {/block:PreviousPage}
  676. </div>
  677. {/block:Pagination}
  678. {/block:IndexPage}
  679. </body>
  680.  
  681. <style type="text/css">body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}</style>
  682.  
  683.  
  684. </html>
  685.  
  686.  
  687. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement