Advertisement
lennonthemes

icesist

May 20th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.73 KB | None | 0 0
  1. <!---icesist theme by lmb themes!-->
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <meta name="color:background" content="#ffffff"/>
  9. <meta name="color:text" content="#969696"/>
  10. <meta name="color:link" content="#969696"/>
  11. <meta name="color:link hover" content="#686868"/>
  12. <meta name="color:border" content="#f1f1f1"/>
  13. <meta name="color:scrollbar" content="000000"/>
  14.  
  15. <meta name="image:sidebar" content=""/>
  16. <meta name="image:sidebar2" content=""/>
  17.  
  18. <meta name="text:Link1" content="" />
  19. <meta name="text:Link1 Title" content="" />
  20. <meta name="text:Link2" content="" />
  21. <meta name="text:Link2 Title" content="" />
  22. <meta name="text:Link3" content="" />
  23. <meta name="text:Link3 Title" content="" />
  24. <meta name="text:Link4" content="" />
  25. <meta name="text:Link4 Title" content="" />
  26. <meta name="text:Link5" content="" />
  27. <meta name="text:Link5 Title" content="" />
  28. <meta name="text:Link6" content="" />
  29. <meta name="text:Link6 Title" content="" />
  30. <meta name="text:Hoverbox Text" content="type updates/ news for your blog here!" />
  31. <meta name="text:Hoverbox Title" content="title here" />
  32. <meta name="text:Song Link" content="" />
  33. <meta name="text:Song Name" content="" />
  34.  
  35. <script type="text/javascript"
  36. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  37.  
  38. <script>
  39.  
  40. $(document).ready(function() {
  41.  
  42.  
  43. $('a.poplight[href^=#]').click(function() {
  44.  
  45. var popID = $(this).attr('rel');
  46.  
  47. var popURL = $(this).attr('href');
  48.  
  49. var query= popURL.split('?');
  50.  
  51. var dim= query[1].split('&');
  52.  
  53. var popWidth = dim[0].split('=')[1];
  54.  
  55. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  56.  
  57. var popMargTop = ($('#' + popID).height() + 80) / 2;
  58.  
  59. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  60.  
  61. $('#' + popID).css({
  62.  
  63. 'margin-top' : -popMargTop,
  64.  
  65. 'margin-left' : -popMargLeft
  66.  
  67. });
  68.  
  69. $('body').append('<div id="fade"></div>');
  70.  
  71. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  72. return false;
  73.  
  74. });
  75.  
  76.  
  77. $('a.close, #fade').live('click', function() {
  78.  
  79. $('#fade , .popup_block').fadeOut(function() {
  80.  
  81. $('#fade, a.close').remove();
  82. });
  83.  
  84. return false;
  85.  
  86. });
  87.  
  88. });
  89.  
  90. </script>
  91.  
  92.  
  93.  
  94.  
  95. <style type="text/css">
  96.  
  97. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  98.  
  99. ::-webkit-scrollbar {
  100. width: 5px;height: 5px;}
  101. ::-webkit-scrollbar-button:start:decrement,
  102. ::-webkit-scrollbar-button:end:increment {
  103. height: 6px;display: block;background-color: #fff;}
  104. ::-webkit-scrollbar-track-piece {
  105. background-color: #fff;}
  106. ::-webkit-scrollbar-thumb:vertical {
  107. height: 4px;background-color: {color:scrollbar};border-top:1px solid {color:scrollbar};border-bottom:1px solid {color:scrollbar};}
  108.  
  109.  
  110. body {
  111. background:{color:background};
  112. margin:0px;
  113. color:{color:text};
  114. font-family:Calibri;
  115. font-size:10px;
  116. line-height:100%;
  117. }
  118.  
  119. a {
  120. text-decoration:none;
  121. outline:none;
  122. -moz-outline-style:none;
  123. color:{color:link};
  124. }
  125.  
  126. a:hover {
  127.  
  128. text-decoration:none;
  129.  
  130. color:{color:link hover};
  131.  
  132. }
  133.  
  134. img {
  135. border:none;
  136. }
  137.  
  138. blockquote {
  139. padding-left:5px;
  140. border-left:2px solid;
  141. }
  142.  
  143. blockquote blockquote {
  144. padding-left:5px;
  145. border-left:2px solid;
  146. }
  147.  
  148. h1 {
  149. font-size:15px;
  150. }
  151.  
  152.  
  153. #fade {
  154. display: none;
  155. background: #000;
  156. position: fixed;
  157. left: 0;
  158. top: 0;
  159. width: 100%;
  160. height: 100%;
  161. opacity: .70;
  162. z-index: 9999;
  163. }
  164.  
  165. .popup_block{
  166. display: none;
  167. background: #FFFFFF;
  168. padding: 20px;
  169. float: left;
  170. position: fixed;
  171. top: 50%;
  172. left: 50%;
  173. z-index: 99999;
  174. }
  175.  
  176. img.btn_close {
  177. float: right;
  178. margin: -55px -55px 0 0;
  179. }
  180.  
  181. *html #fade {
  182. position: absolute;
  183. }
  184.  
  185. *html .popup_block {
  186. position: absolute;
  187. }
  188.  
  189.  
  190. #nav a {
  191. width:90px;
  192. background:#000;
  193. color:#fff;
  194. display:inline-block;
  195. line-height:20px;
  196. padding:3px;
  197. letter-spacing:1px;
  198. text-transform:lowercase;
  199. margin-left:3px;
  200. margin-right:3px;
  201. text-align:center;
  202. margin-bottom:3px;
  203. -webkit-transition: all 0.3s ease-in-out;
  204. -moz-transition: all 0.3s ease-in-out;
  205. -o-transition: all 0.3s ease-in-out;
  206. -ms-transition: all 0.3s ease-in-out;
  207. transition: all 0.3s ease-in-out;
  208. }
  209.  
  210. #nav a:hover{
  211. text-decoration:none;
  212. background:#ffffff;
  213. color:#000;
  214. letter-spacing:3px;
  215. opacity:1;
  216. }
  217.  
  218.  
  219. #entries {
  220. padding:10px;
  221. width:500px;
  222. margin-left:525px;
  223. margin-top:40px;
  224. }
  225.  
  226. #post {
  227. width:500px;
  228. padding-bottom:10px;
  229. border:1px solid #f8f2f2;
  230. margin-top:20px;
  231. margin-bottom:20px;
  232. padding:10px;
  233. padding-bottom:15px;
  234. }
  235.  
  236.  
  237. .titulo {
  238. padding:5px 5px 5px 5px;
  239. font-size:20px;
  240. line-height:45%;
  241. letter-spacing:1px;
  242. font-family:customfont;
  243. text-transform:lowercase;
  244. text-align:left;
  245. padding-left:25px;
  246. }
  247.  
  248.  
  249. .titulo a{
  250. color: #000;
  251.  
  252. }
  253.  
  254. @font-face {font-family: customfont; src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf');
  255. }
  256.  
  257. #sidebar {
  258. width:150px;
  259. position:fixed;
  260. margin-left:270px;
  261. margin-top:180px;
  262. }
  263.  
  264. #sidebarimage {
  265. width: 120px;
  266.  
  267. }
  268.  
  269. #sidebarimage img {
  270. width: 120px;
  271. height: 120px;
  272. border: 1px solid {color:border};
  273. }
  274.  
  275. .sidebarimage2 {
  276. width: 120px;
  277. margin-top: -123px;
  278. opacity: 0;
  279. transition: all 0.9s ease-out;
  280. -o-transition-transition: all 0.9s ease-out;
  281. -webkit-transition: all 0.9s ease-out;
  282. -moz-transition: all 0.9s ease-out;
  283. }
  284.  
  285. .sidebarimage2 img {
  286. width: 120px;
  287. height: 120px;
  288. }
  289.  
  290. #sidebar:hover .sidebarimage2 {
  291. opacity: 1;
  292. transition: all 0.9s ease-out;
  293. -o-transition-transition: all 0.9s ease-out;
  294. -webkit-transition: all 0.9s ease-out;
  295. -moz-transition: all 0.9s ease-out;
  296. }
  297.  
  298. #sidebar:hover .links {
  299. opacity:1;
  300. -webkit-transition: all 0.8s ease-out;
  301. -moz-transition: all 0.8s ease-out;
  302. transition: all 0.8s ease-out;
  303. filter: alpha(opacity = 100);
  304. filter: alpha(opacity = 100);
  305. opacity:100;
  306. margin-left:118px;
  307.  
  308. }
  309.  
  310. #description {
  311. padding:5px;
  312. text-align:center;
  313. text-transform:lowercase;
  314. font-style:italic;
  315. width:95px;
  316. line-height:100%;
  317. margin-top:2px;
  318. margin-left:8px;
  319. background-color:#000;
  320. opacity:.9;
  321. border-color: #eee;
  322. }
  323.  
  324. .links {
  325. color: {color:link};
  326. width:130px;
  327. padding:9px;
  328. text-align:center;
  329. margin-top:-140px;
  330. margin-left:90px;
  331. text-align:left;
  332. word-spacing:3px;
  333. position:fixed;
  334. font-family:cambria;
  335. text-transform:lowercase;
  336. font-style:italic;
  337. font-size:10px;
  338. line-height:140%;
  339. opacity:0;
  340. -webkit-transition: all 0.5s ease-out;
  341. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  342.  
  343. }
  344.  
  345. .links {
  346. width:115px;
  347. height:5px;
  348.  
  349. }
  350.  
  351. .links a {
  352. color: {color:link};
  353. font-size:10px;
  354. }
  355.  
  356. .links a:hover {
  357. color: {color:link hover}
  358. }
  359.  
  360.  
  361. #bonivur {
  362. letter-spacing:1px;
  363. text-align: center;
  364. font-size: 9px;
  365. position:fixed;
  366. left:3px;
  367. top:-142px;
  368. -webkit-transition: all .5s ease-in-out;
  369. -moz-transition: all .5s ease-in-out;
  370. -o-transition: all .5s ease-in-out;
  371. z-index:99;
  372. }
  373.  
  374. #bonivur:hover {
  375. top:-30px;
  376. -webkit-transition: all .5s ease-in-out;
  377. -moz-transition: all .5s ease-in-out;
  378. -o-transition: all .5s ease-in-out;}
  379.  
  380. #bon {
  381. color:#999;
  382. font-family:times;
  383. border-style:solid;
  384. border-width:1px;
  385. border-color:#999;
  386. padding: 40px 10px 10px 10px;
  387. background:#fff;
  388. text-align:center;
  389. font-size:8px;
  390. width:90px;
  391. height:90px;
  392. z-index: 9999;
  393. }
  394.  
  395.  
  396. #ivur {
  397. background:#fff;
  398. color:#999;
  399. letter-spacing:0px;
  400. border-top-style:none;
  401. border-right-style:solid;
  402. border-bottom-style:solid;
  403. border-left-style:solid;
  404. font-family:times;
  405. font-size:8px;
  406. border-color:#999;
  407. border-width:1px;
  408. text-align: center;
  409. height:5px;
  410. padding: 3px 0 7px 0;
  411. border-bottom-right-radius: 0px;
  412. -moz-border-bottom-right-radius: 0px;
  413. -webkit-border-bottom-right-radius: 0px;
  414. -webkit-transition: all .5s ease-in-out;
  415. -moz-transition: all .5s ease-in-out;
  416. -o-transition: all .5s ease-in-out;
  417. }
  418.  
  419. #pagination {
  420. font-size:10px;
  421. text-align:center;
  422. padding:5px;
  423. margin-left:50px;
  424. margin-top:-5px;
  425. position:fixed;
  426. }
  427.  
  428. #arvin {
  429. text-align:center;
  430. margin-top:10px;
  431. border-top:1px solid #f3f1f1;
  432. padding:5px;
  433. }
  434.  
  435. #asker {
  436. float:left;
  437. margin-right:5px;
  438. }
  439.  
  440. #question {
  441. background-color:#f3f1f1;
  442. padding:5px;
  443. text-align:center;
  444.  
  445. }
  446.  
  447. #lb {
  448. position:fixed;
  449. bottom:10px;
  450. right:10px;
  451. font: 14px times;
  452. color: {color:#c9c9c9};
  453. border: 1px solid #e8e8e8;
  454. background-color: #FAFAFA;
  455. text-transform:lowercase;
  456. letter-spacing:0.5px;
  457. padding: 4px;}
  458.  
  459. #lb a {
  460. color:{color:link}; opacity:0.8;
  461. background-color: #fafafa;}
  462.  
  463. #lb a:hover {
  464. color:{color:link hover}; opacity:0.8;
  465. background-color: #FAFAFA; opacity:0.8;}
  466.  
  467.  
  468.  
  469. #musicplayer {
  470. position: fixed;
  471. right: 30px;
  472. top: 26px; }
  473.  
  474. .yo {
  475. position: absolute;
  476. left: 35px;
  477. top: 0px;
  478. font-style: oblique; font: 9px georgia;
  479. width: 80px;
  480. height: auto;
  481. padding: 5px;
  482. background-color: #fff;
  483. opacity: 0;
  484. -webkit-transition: all 0.3s ease-in;
  485. -moz-transition: all 0.3s ease-in;
  486. -o-transition: all 0.3s ease-in;
  487. -ms-transition: all 0.3s eease-in;
  488. transition: all 0.3s ease-in; }
  489.  
  490. #musicplayer:hover .yo {
  491. opacity: 1;
  492. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  493. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  494. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03); }
  495.  
  496. .player {
  497. border: 1px solid #bbb;
  498. padding-top:2px;
  499. padding-right:1px;
  500. position: fixed;
  501. width: 25px;
  502. margin: 3px 0px 0px 0px;
  503. overflow: hidden;
  504. z-index: 9999;
  505. opacity: 0.6; }
  506.  
  507.  
  508. {CustomCSS}
  509. </style>
  510. </head>
  511. <body>
  512.  
  513. <div id="musicplayer">
  514.  
  515. <div class="yo"> {text:Song Name} </div>
  516.  
  517. <div class="player"><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  518. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  519. <param name="bgcolor" value="#fff" />
  520. <param name="FlashVars" value="mp3={text:Song Link}SONG&amp;autoplay=1&amp;bgcolor=ffffff&amp;loadingcolor=4c4c4c&amp;buttoncolor=4c4c4c" />
  521. </object></div>
  522.  
  523. </div>
  524.  
  525. <div id="bonivur">
  526. <div id="bon">
  527. {text:Hoverbox Text}
  528. </div>
  529. <div id="ivur">{text:Hoverbox Title}</div>
  530. </div>
  531.  
  532.  
  533.  
  534. <div id="popup_name" class="popup_block">
  535. <div id="nav">
  536. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  537. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  538. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  539. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  540. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  541. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  542. </div></div>
  543.  
  544.  
  545.  
  546. <div id="sidebar">
  547.  
  548. <div class="titulo"><a href="/">{title};</a></div> <br>
  549.  
  550. <div id="sidebarimage"><div id="sidebarimage"><img src="{image:sidebar}"></div>
  551. <div class="sidebarimage2"><img src="{image:sidebar2}"></div>
  552. </div>
  553.  
  554. <div id="description">{Description}</div> <br>
  555.  
  556. <div id="pagination">
  557. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  558. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  559. </div>
  560.  
  561. <div class="links">
  562. <br>
  563. <a title="index" href="/">.01</a> <br>
  564. <a title="letters" href="/ask">.02</a> <br>
  565. <a title="navigation" href="#?w=210" rel="popup_name" class="poplight">.03</a> <br>
  566. <a title="credit" href="http://bonivur.tumblr.com/">.04</a></div>
  567. </div>
  568.  
  569. </div>
  570.  
  571. <div id="entries">{block:Posts}<div id="post">
  572.  
  573. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  574.  
  575. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  576.  
  577. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  578.  
  579. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  580.  
  581. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  582.  
  583. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  584.  
  585. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  586.  
  587. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  588.  
  589. {block:Answer}<div id="asker"></div><div id="question">{Asker}</i> {Question}</div><center>{Answer}</center>{/block:Answer}
  590.  
  591. <div id="arvin">
  592. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  593. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} TAGGED:<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  594. {/block:Posts}
  595. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  596. {/block:Posts}</div></div></div>
  597.  
  598. <div id="lb">
  599. <a href="http://bonivur.tumblr.com">ℒℳℬ</a>
  600. </div>
  601.  
  602. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement