Advertisement
incedothemes

Glacier Theme by incedo

Mar 30th, 2013
39,488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.78 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!----------------------------------------
  4. Glacier Theme by Incedo
  5. http://incedothemes.tumblr.com
  6. Please do not remove the credit.
  7. Updated 5/29/13
  8. ------------------------------------------>
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12. <head>
  13.  
  14. <title>{Title}</title>
  15.  
  16. <meta name="color:background" content="#ffffff" />
  17. <meta name="color:scrollbar" content="#3d8bb9" />
  18. <meta name="color:scrollbar background" content="#ffffff" />
  19. <meta name="color:text" content="#000000" />
  20. <meta name="color:navigation" content="#3d8bb9" />
  21. <meta name="color:description" content="#000000" />
  22. <meta name="color:link" content="#636363" />
  23. <meta name="color:link hover" content="#3d8bb9" />
  24. <meta name="color:navigation hover" content="#000000" />
  25. <meta name="color:title" content="#3d8bb9" />
  26.  
  27. <meta name="if:sidebar top" content=""/>
  28. <meta name="if:sidebar middle" content="1"/>
  29. <meta name="if:sidebar bottom" content=""/>
  30. <meta name="if:small posts" content="1"/>
  31. <meta name="if:big posts" content=""/>
  32. <meta name="if:one column" content=""/>
  33. <meta name="if:two columns" content="1"/>
  34. <meta name="if:three columns" content=""/>
  35. <meta name="if:custom title font 1" content="1"/>
  36. <meta name="if:custom title font 2" content=""/>
  37. <meta name="if:show sidebar image" content=""/>
  38. <meta name="if:show home link" content="1"/>
  39. <meta name="if:text perma on hover" content="1"/>
  40.  
  41. <meta name="font:description" content="georgia" />
  42. <meta name="font:title" content="georgia" />
  43. <meta name="font:text" content="georgia" />
  44. <meta name="font:perma" content="georgia" />
  45. <meta name="font:navigation" content="georgia" />
  46.  
  47. <meta name="image:Left Background" content""/>
  48. <meta name="image:Right Background" content""/>
  49. <meta name="image:Tiled Background" content""/>
  50. <meta name="image:Cover Background" content""/>
  51. <meta name="image:Sidebar" content""/>
  52.  
  53. <meta name="text:home link title" content="home" />
  54. <meta name="text:ask link title" content="message" />
  55. <meta name="text:link 1 title" content="" />
  56. <meta name="text:link 1" content="" />
  57. <meta name="text:link 2 title" content="" />
  58. <meta name="text:link 2" content="" />
  59. <meta name="text:link 3 title" content="" />
  60. <meta name="text:link 3" content="" />
  61. <meta name="text:link 4 title" content="" />
  62. <meta name="text:link 4" content="" />
  63. <meta name="text:Post Title Size" content="12" />
  64. <meta name="text:Post Font Size" content="10" />
  65. <meta name="text:Blog Title Size" content="30" />
  66. <meta name="text:Description Size" content="9" />
  67. <meta name="text:Navigation Size" content="10" />
  68.  
  69. <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
  70. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  71. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  72. <link rel="shortcut icon" href="{Favicon}" />
  73. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  74.  
  75. <style type="text/css">
  76.  
  77. body {
  78. background-color:{color:background};
  79. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Tiled Background}), url({image:Cover Background});
  80. background-attachment: fixed;
  81. background-position: bottom 0px left 0px, bottom 0px right 0px, top left, top left;
  82. background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  83. -webkit-background-size: auto, auto, auto, cover;
  84. -moz-background-size: auto, auto, auto, cover;
  85. -o-background-size: auto, auto, auto, cover;
  86. background-size: auto, auto, auto, cover;
  87. color:{color:text};
  88. font-family: {font:text};
  89. font-size:{text:post font size}px;
  90. line-height:123%;
  91. text-align:left
  92. padding: 0px;}
  93.  
  94. ::-webkit-scrollbar {
  95. height: 5px;
  96. width: 8px;}
  97.  
  98. ::-webkit-scrollbar-thumb {
  99. background-color:{color:scrollbar};}
  100.  
  101. ::-webkit-scrollbar-track{
  102. background-color:{color:scrollbar background};}
  103.  
  104. ::-webkit-scrollbar-buttom{
  105. background-color:{color:scrollbar background};}
  106.  
  107. a:link, a:active, a:visited {
  108. color: {color:link};
  109. text-decoration:none;
  110. -webkit-transition: all 0.5s ease-in-out;
  111. -moz-transition: all 0.5s ease-in-out;
  112. -o-transition: all 0.5s ease-in-out;
  113. -ms-transition: all 0.5s ease-in-out;
  114. transition: all 0.5s ease-in-out;}
  115.  
  116. a:hover{
  117. color:{color:link hover};
  118. -webkit-transition: all 0.5s ease-in-out;
  119. -moz-transition: all 0.5s ease-in-out;
  120. -o-transition: all 0.5s ease-in-out;
  121. -ms-transition: all 0.5s ease-in-out;
  122. transition: all 0.5s ease-in-out;}
  123.  
  124. #wrapper {
  125. margin-left:auto;
  126. margin-right:auto;}
  127.  
  128. #rbar {
  129. width:200px;
  130. position:fixed;}
  131.  
  132. {block:ifsidebartop} #rbar {top:10%} {/block:ifsidebartop}
  133. {block:ifsidebarmiddle} #rbar {top:40%} {/block:ifsidebarmiddle}
  134. {block:ifsidebarbottom} #rbar {bottom:10%} {/block:ifsidebarbottom}
  135.  
  136. #rimg {width:inherit}
  137.  
  138. #rimg img {
  139. max-width:200px;
  140. border: 0px solid transparent;
  141. margin-bottom:10px;}
  142.  
  143. #title, #title a {
  144. {block:ifcustomtitlefont1}
  145. font-family: 'Butterfly Kids', cursive;
  146. padding-bottom:6px;
  147. {/block:ifcustomtitlefont1}
  148. {block:ifcustomtitlefont2}
  149. font-family: 'Dawning of a New Day', cursive;
  150. padding-bottom:6px;
  151. {/block:ifcustomtitlefont2}
  152. {block:ifnotcustomtitlefont1}
  153. {block:ifnotcustomtitlefont2}
  154. font-family: {font:title};
  155. padding-bottom:2px;
  156. {/block:ifnotcustomtitlefont2}
  157. {/block:ifnotcustomtitlefont1}
  158. font-size: {text:blog title size}px;
  159. letter-spacing: 1px;
  160. text-align:center;
  161. color: {color:title};
  162. text-transform: lowercase;}
  163.  
  164. #desc {
  165. width:inherit;
  166. color:{color:description};
  167. margin-top:10px;
  168. text-align:center;
  169. font-size:{text:description size}px;
  170. font-family:{font:description};}
  171.  
  172. #nav {
  173. margin-top:10px;
  174. font-size:{text:navigation size}px;
  175. width:inherit;
  176. border-bottom:0px solid transparent;
  177. text-align:center;}
  178.  
  179. #nav a {
  180. color: {color:navigation};
  181. font-family: {font:navigation};
  182. font-style:none; text-align:center;
  183. font-size:{text:navigation size}px;
  184. padding:0px 2px}
  185.  
  186. #nav a:hover {color: {color:navigation hover};}
  187.  
  188. #posts {
  189. float: right;
  190. height:auto;
  191. overflow:hidden;
  192. margin: 7px;}
  193.  
  194. #photo, #photo a, #photo a img {border: none; line-height:0;}
  195.  
  196. {block:ifsmallposts}
  197. {block:indexpage}
  198. #posts, #photo, #photo a img {width: 250px;}
  199. {/block:indexpage}
  200. {block:permalinkpage}
  201. #posts, #photo, #photo a img {width: 400px;}
  202. {/block:permalinkpage}
  203. {/block:ifsmallposts}
  204. {block:ifbigposts}
  205. #posts, #photo, #photo a img {width: 400px;}
  206. {/block:ifbigposts}
  207.  
  208. {block:ifonecolumn}
  209. {block:ifsmallposts}
  210. #entries {width: 264px}
  211. #wrapper {width: 524px}
  212. #rbar{margin-left:324px}
  213. {/block:ifsmallposts}
  214. {block:ifbigposts}
  215. #entries {width: 414px}
  216. #wrapper {width: 674px}
  217. #rbar{margin-left:474px}
  218. {/block:ifbigposts}
  219. {/block:ifonecolumn}
  220. {block:iftwocolumns}
  221. {block:ifsmallposts}
  222. #entries {width: 528px}
  223. #wrapper {width: 788px}
  224. #rbar{margin-left:588px}
  225. {/block:ifsmallposts}
  226. {block:ifbigposts}
  227. #entries {width: 828px}
  228. #wrapper {width: 1088px}
  229. #rbar{margin-left:888px}
  230. {/block:ifbigposts}
  231. {/block:iftwocolumns}
  232. {block:ifthreecolumns}
  233. {block:ifsmallposts}
  234. #entries {width: 792px}
  235. #wrapper {width: 1052px}
  236. #rbar{margin-left:852px}
  237. {/block:ifsmallposts}
  238. {block:ifbigposts}
  239. #entries {width: 1242px}
  240. #wrapper {width: 1502px}
  241. #rbar{margin-left:1302px}
  242. {/block:ifbigposts}
  243. {/block:ifthreecolumns}
  244.  
  245. h2 {
  246. font-size: {text:Post Title Size}px;
  247. margin:0px;
  248. line-height:100%;}
  249.  
  250. .asker a {font-weight:bold;}
  251.  
  252. p, ul, ol {
  253. margin-top: 4px;
  254. margin-bottom: 4px;}
  255.  
  256. blockquote {
  257. margin-left:8px;
  258. padding-left:5px;
  259. padding-right:0px;
  260. margin-right:0px;}
  261.  
  262. img a {border:none;}
  263.  
  264. .chat ul, .chat li {list-style:none; margin:0px; padding:0px;}
  265.  
  266. img {max-width:100%;}
  267.  
  268. #c {
  269. position:fixed;
  270. bottom:4px;
  271. right:4px;
  272. font-size:13px;
  273. font-family:helvetica;}
  274.  
  275. /*for photo permalink*/
  276. .likep {width: 21px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  277. .likep a:hover {background-position: 0px 0px;}
  278. .likep a {background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png"); background-position: 0px 0px; display: block; z-index: 9999999; webkit-transition: all 0s linear; -webkit-transition: all 0s linear; -moz-transition: all 0s linear; transition: all 0s linear;}
  279. .likep img {width: 21px; height: 20px; webkit-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  280. .rep {width: 24px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  281. .rep img{width: 24px; height: 20px; line-height: 30px; display: inline;}
  282. .not { display: inline-block; background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png"); height: 20px; font-size: 11px; line-height: 20px; color: #fff; padding-left: 4px; padding-right: 4px; -moz-border-radius: 2px; border-radius: 2px; bottom: 6px; position: relative; letter-spacing:0px;}
  283. .not a{color: #fff; font-family: helvetica;}
  284. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {opacity: 0.8; filter: alpha(opacity = 80);}
  285. .not:hover , .rep:hover, .likep:hover {opacity: 1!important; filter: alpha(opacity = 100)!important;}
  286. #posts .permalink{z-index:9999991; position:absolute; margin-top:0px; margin-left:5px; height:10px; padding:3px; overflow:hidden; font-size:11px; line-height:90%; text-align:center; opacity:0.0; filter: alpha(opacity = 0); }
  287. #posts:hover .permalink{overflow:visible;-webkit-transition: opacity 0.4s linear; opacity: 1; -webkit-transition: all 0.4s linear; opacity: 0.8;-moz-transition: all 0.4s linear; opacity: 0.8; transition: all 0.4s linear; opacity: 0.8; margin-top:5px; }
  288.  
  289. /*for text permalink*/
  290. #posts .textperma, .textperma a {font-family:{font:perma}; text-transform:none; text-align:center; color:{color:text}; position: relative; font-size: {text:post size}px;}
  291. {block:iftextpermaonhover}
  292. #posts .textperma{margin-top: -15px; opacity: 0; filter: alpha(opacity = 0); -moz-opacity:0; opacity:0; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4;}
  293. #posts:hover .textperma{margin-top: -2px; opacity: 1; filter: alpha(opacity = 100); -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4; -moz-opacity: 1; opacity:1; filter: alpha(opacity=100);}
  294. {/block:iftextpermaonhover}
  295. {block:ifnottextpermaonhover}
  296. #posts .textperma{margin-top: 0px;}
  297. {/block:ifnottextpermaonhover}
  298.  
  299. /*for multi columns*/
  300. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  301. #infscr-loading {display:none;}
  302. .navigation {display:none!important;}
  303.  
  304. </style>
  305.  
  306. <style type="text/css">{CustomCSS}</style>
  307.  
  308. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  309.  
  310. <div style="display:none"><iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div>
  311.  
  312. <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  313.  
  314. <link href='http://fonts.googleapis.com/css?family=Butterfly+Kids' rel='stylesheet' type='text/css'>
  315.  
  316. <!for multi columns>
  317. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script><script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script><script type="text/javascript" src="jquery.masonry.min.js"></script><script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>{block:IndexPage}<script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  318. <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IndexPage}
  319. <script type="text/javascript">
  320. $(window).load(function () {
  321. $('#entries').masonry(),
  322. $('.masonryWrap').infinitescroll({
  323. itemSelector : "#posts",
  324. navSelector : "div.navigation",
  325. nextSelector : ".navigation a#next",
  326. bufferPx : 1000000000000,
  327. loadingImg : "",
  328. loadingText : "",
  329. animation: true,
  330. extraScrollPx: 100000,
  331. },
  332. function() { $('#entries').masonry({ appendedContent: $(this) });
  333. });
  334. });</script>
  335.  
  336. </head>
  337.  
  338. <body>
  339.  
  340. <!for multi columns>
  341. <div class="navigation">
  342. {block:Pagination}
  343. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next"></a>{/block:NextPage}
  344. {block:PreviousPage}<a style="float:left" href="{PreviousPage}"></a></p>{/block:PreviousPage}
  345. {/block:Pagination}
  346. </div>
  347.  
  348. {block:ContentSource}
  349. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  350. width="{LogoWidth}" height="{LogoHeight}" alt=”{SourceTitle}" />
  351. {/block:SourceLogo}
  352. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  353. {/block:ContentSource}
  354. {block:RebloggedFrom}<div style="display:none">{ReblogParentName}</div>{/block:RebloggedFrom}
  355.  
  356. <div id="wrapper">
  357.  
  358. <div id="rbar"><div id="rimg">
  359.  
  360. {block:ifshowsidebarimage}<img src="{image:sidebar}">{/block:ifshowsidebarimage}
  361.  
  362. <div id="title"><a href="/">{Title}</a></div>
  363.  
  364. <div id="desc">{Description}</div>
  365.  
  366. <div id="nav">
  367. {block:ifshowhomelink}<a href="/">{text:home link title}</a>{/block:ifshowhomelink}
  368. <a href="/ask">{text:ask link title}</a>
  369. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  370. {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:iflink1}
  371. {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:iflink2}
  372. {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}
  373. {block:iflink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:iflink4}
  374. <a href="http://incedo.tumblr.com/">theme</a>
  375. </div>
  376.  
  377. </div></div>
  378.  
  379. <div class = "autopagerize_page_element" >
  380. <div id="entries">
  381. {block:Posts}
  382. <div id="posts">
  383.  
  384. {block:Text}
  385. {block:Title}<h2>{Title}</h2>{/block:Title}
  386. {Body}
  387. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  388. {/block:Text}
  389.  
  390. {block:Quote}
  391. "{Quote}” <div style="margin-left:20px;">— {Source}</div>
  392. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  393. {/block:Quote}
  394.  
  395. {block:Link}
  396. <a href="{URL}"><h2>{Name}</h2></a>
  397. {block:Description}<p>{Description}</p>{/block:Description}
  398. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  399. {/block:Link}
  400.  
  401. {block:Chat}
  402. <class="chat">{block:Lines}<div id="chatter"><class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  403. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  404. {/block:Chat}
  405.  
  406. {block:Answer}
  407. <div class="asker">{Asker} asked: {Question}<br>{Answer}</div>
  408. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  409. {/block:Answer}
  410.  
  411. {block:Audio}
  412. {AudioPlayerBlack}
  413. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  414. {/block:Audio}
  415.  
  416. {block:Video}
  417. {block:ifsmallposts}{Video-250}{/block:ifsmallposts}
  418. {block:ifbigposts}{Video-400}{/block:ifbigposts}
  419. {/block:indexpage}
  420. {block:permalinkpage}{Video-400}{/block:permalinkpage}
  421. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  422. {/block:Video}
  423.  
  424. {block:Photo}
  425. <!perma>{block:IndexPage}<div class="permalink">
  426. <div class="likep">
  427. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  428. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  429. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  430. <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-500}"/></a></div>
  431. {/block:Photo}
  432.  
  433. {block:Photoset}
  434. <!perma>{block:IndexPage}<div class="permalink">
  435. <div class="likep">
  436. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  437. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  438. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  439. {block:indexpage}
  440. {block:ifsmallposts}{Photoset-250}{/block:ifsmallposts}
  441. {block:ifbigposts}{Photoset-400}{/block:ifbigposts}
  442. {/block:indexpage}
  443. {block:permalinkpage}{Photoset-400}{/block:permalinkpage}
  444. {/block:Photoset}
  445.  
  446. {block:PermalinkPage}
  447. {block:caption}{Caption}{/block:caption}<br>
  448. <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
  449. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  450. {/block:PermalinkPage}
  451.  
  452. </div>
  453. {/block:Posts}
  454. </div>
  455. </div>
  456.  
  457. </div>
  458.  
  459. <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
  460.  
  461. </body>
  462. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement