Advertisement
cosmica

ceptember (2 column)

Nov 17th, 2012
7,466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.11 KB | None | 0 0
  1. <!--
  2.  
  3. ************************ C R E D I T *********************************
  4. Ceptember Theme by http://-apple.tumblr.com
  5. More themes can be found at http://aerou.tumblr.com (previously known as applethemes)
  6.  
  7. ************************** R U L E S *********************************
  8.  
  9. *IF YOU BREAK ANY RULES, I'LL REPORT YOU.
  10. *DO NOT REMOVE ANY CREDIT OR ELSE YOU WILL BE REPORTED.
  11. *DO NOT CLAIM AS YOUR OWN.
  12. *EDITING THIS THEME IS ALLOWED. JUST LEAVE THE CREDITS AND DO NOT DISTRIBUTE AS OWN.
  13.  
  14. -->
  15.  
  16. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18.  
  19. <head><title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25.  
  26. {block:Description}
  27. <meta name="description" content="{MetaDescription}"/>
  28. {/block:Description}
  29.  
  30. <meta name="image:background" content="" />
  31. <meta name="image:sidebarBG" content="http://static.tumblr.com/qbwrk8v/iEomdp9k8/yeyeye.jpg" />
  32. <meta name="image:sidebarBG hover" content="http://static.tumblr.com/qbwrk8v/146mdp9j4/night_sky.gif" />
  33.  
  34. <meta name="color:background" content="#f1f1f1"/>
  35. <meta name="color:primary" content="#3a3a3a"/>
  36. <meta name="color:sidebar" content="#f6f5ef"/>
  37. <meta name="color:secondary" content="#ffffff"/>
  38. <meta name="color:tertiary" content="#ccc"/>
  39. <meta name="color:link" content="#757575"/>
  40. <meta name="color:link hover" content="#292929"/>
  41.  
  42. <meta name="if:bigger posts" content="0"/>
  43. <meta name="if:Grey Images" content="1" />
  44. <meta name="if:endless scrolling" content="1"/>
  45.  
  46. <meta name="text:link one" content="http://"/>
  47. <meta name="text:link one name" content=""/>
  48. <meta name="text:link two" content="http://"/>
  49. <meta name="text:link two name" content=""/>
  50. <meta name="text:link three" content="http://"/>
  51. <meta name="text:link three name" content=""/>
  52. <meta name="text:link four" content="http://"/>
  53. <meta name="text:link four name" content=""/>
  54. <meta name="text:link five" content="http://"/>
  55. <meta name="text:link five name" content=""/>
  56. <meta name="text:link six" content="http://"/>
  57. <meta name="text:link six name" content=""/>
  58. <meta name="text:link seven" content="http://"/>
  59. <meta name="text:link seven name" content=""/>
  60. <meta name="text:link eight" content="http://"/>
  61. <meta name="text:link eight name" content=""/>
  62. <meta name="text:link nine" content="http://"/>
  63. <meta name="text:link nine name" content=""/>
  64. <meta name="text:link ten" content="http://"/>
  65. <meta name="text:link ten name" content=""/>
  66.  
  67. <style type="text/css">
  68. body {
  69. background:{color:background};
  70. background-image:url('{image:background}');
  71. background-attachment: fixed;
  72. background-position: top center;
  73. font-family:consolas;
  74. font-size:10px;
  75. text-align:justify;
  76. color:{color:primary};}
  77.  
  78. a { text-decoration:none; color:{color:link}; -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; }
  79. a:hover {color:{color:link hover}; }
  80.  
  81. {block:IndexPage}{block:Ifgreyimages}
  82. img { -webkit-transition: opacity 0.7s linear;opacity: 0.75; -webkit-filter: grayscale(100%); }
  83. img:hover {-webkit-transition: opacity 0.7s linear;opacity: 1; -webkit-filter: grayscale(0%); }
  84. {/block:Ifgreyimages}{/Block:IndexPage}
  85. img {border:0px;} img:hover{; }
  86.  
  87. #magic { background:{color:sidebar}; background-image:url('{image:sidebarBG}'); background-position: bottom; background-repeat:repeat; width:200px; height:100%; top:0px; left:50px;padding:10px; position:fixed;}
  88. #magic:hover { -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; }
  89.  
  90. .sidebar {background:{color:sidebar}; background-position: bottom; background-repeat:repeat; background-image:url('{image:sidebarBG hover}'); width:200px; height:100%; left:50px; top:0px; padding:10px; position:fixed;opacity:0; -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; }
  91. .sidebar:hover {opacity:1; width:200px; }
  92.  
  93. .title { margin-top:300px; font-size:16px; padding:3px; display:inline-block; font-family:georgia; font-weight:normal; text-transform:uppercase; -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; letter-spacing: 4px;}
  94. .title:hover {{color:tertiary}}
  95.  
  96. h3 {font-weight:normal; font-family:consolas; font-size:11px; margin-top:0px; margin-bottom:-8px; letter-spacing:4px; }
  97.  
  98. .wrap { width:{block:indexpage}{block:ifbiggerposts}890px{/block:ifbiggerposts} {block:ifnotbiggerposts}740px{/block:ifnotbiggerposts}{/block:indexpage} {block:permalinkpage}500px{/block:permalinkpage}; right:0px; padding-top:20px;}
  99.  
  100. .posts { width:{block:indexpage}{block:ifbiggerposts}890px{/block:ifbiggerposts} {block:ifnotbiggerposts}740px{/block:ifnotbiggerposts}{/block:indexpage} {block:permalinkpage}500px{/block:permalinkpage}; position:relative; float:right; margin-bottom:50px; padding-bottom:10px; left:350px; }
  101.  
  102. .post {padding:7px;background:{color:secondary};float:left;position:relative; {block:indexpage}margin:7px; width:{block:ifbiggerposts}270px{/block:ifbiggerposts}{block:ifnotbiggerposts}220px{/block:ifnotbiggerposts};{/block:indexpage} {block:permalinkpage}width:500px;{/block:permalinkpage} }
  103.  
  104. .post:hover .permalink {opacity:1; z-index:9999;}
  105.  
  106. .permalink {text-align:left; text-transform:uppercase; opacity:0; font-size:9px; -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; position:absolute; background-color:{color:secondary}; padding:3px;}
  107.  
  108. .page {position:absolute; top:0px; left:0px;}
  109.  
  110. .vector {opacity:0;
  111. -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
  112. width:{block:ifbiggerposts}280px{/block:ifbiggerposts}{block:ifnotbiggerposts}230px{/block:ifnotbiggerposts};
  113. text-align:center;
  114. background:{color:background};
  115. font-family:consolas;
  116. font-size:10px;
  117. position: absolute;
  118. margin-left:-5px;
  119. margin-top:-5px;
  120. z-index:1;
  121. line-height:5px;
  122. }
  123.  
  124. .post:hover .vector {{block:indexpage} display: block; opacity:1; line-height:20px;{/block:indexpage}}
  125.  
  126. #nav {margin-top:10px; font-family:consolas; text-align:center;}
  127. #nav a {background:{color:secondary}; color:{color:primary}; padding:2px; width:20px;}
  128. #nav a:hover {background-color:{color:primary}; color::{color:secondary}; }
  129.  
  130. .descrip {margin-top:5px; -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; padding:3px;}
  131.  
  132. .descrip:hover {background:{color:secondary};}
  133.  
  134. .chatty { color:{color:primary}; margin-bottom:0px; padding:1px; }
  135. .chatty .chatty.even { background-color:{color:background}; color:{color:primary}; margin-bottom:0px; padding:1px; }
  136.  
  137. .caption {font-size:8px; text-transform:uppercase; margin-top:-8px; background:{color:secondary};} #albart {width:{block:indexpage}{block:ifbiggerposts}270px{/block:ifbiggerposts}{block:ifnotbiggerposts}220px{/block:ifnotbiggerposts}{/block:indexpage} {block:permalinkpage}500px{/block:permalinkpage};} .player {background:#000; width:{block:indexpage}{block:ifbiggerposts}270px{/block:ifbiggerposts}{block:ifnotbiggerposts}220px{/block:ifnotbiggerposts}{/block:indexpage} {block:permalinkpage}500px{/block:permalinkpage};}
  138. .notes {margin-top:8px; font-size:10px; font-weight:bold; text-transform:uppercase;}
  139. ol.notes {padding-left:40px; list-style-type:none; font-weight:normal; font-size:{text:font size}; text-transform:none;}
  140. ol.notes li.note {padding-top:2px;}
  141. ol.notes li.note img.avatar {width:14px; height:14px; border: 5px solid {color:secondary};}
  142.  
  143. .label {font-weight:bold; text-transform:uppercase; font-size:10px; font-family:{font:title};}
  144.  
  145. ul, ol {margin-left:-20px!important; font-size:10px;}
  146.  
  147. blockquote{ padding: 3px; margin: 3px; border-left: 1px dotted #666;
  148. }
  149.  
  150. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  151. #infscr-loading {display:none;}
  152.  
  153. .navigation{{block:ifendlessscrolling}display:none; opacity:0;{/block:ifendlessscrolling}{block:ifnotendlessscrolling}padding:10px; font-size:10px; border-bottom:1px dotted {color:tertiary}; background:{color:secondary}; float:left; position:relative; width:180px; {/block:ifnotendlessscrolling}}
  154.  
  155. ::-webkit-scrollbar{width:5px;height:5px;}
  156. ::-webkit-scrollbar-button:start:decrement
  157. ::-webkit-scrollbar-button:end:increment{display:block; height:0; background-color:transparent;}
  158. ::-webkit-scrollbar-track-piece{background-color:{color:background};}
  159. ::-webkit-scrollbar-thumb:vertical{height:50px; background:{color:background}; border:1px solid {color:secondary}; -webkit-border-radius:5; -webkit-border-bottom-right-radius:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-top-right-radius:5px; -webkit-border-top-left-radius:5px;}
  160. ::-webkit-scrollbar-thumb:horizontal{width:5px; background:{color:background}; border:1px solid {color:secondary}; -webkit-border-radius:5; -webkit-border-bottom-right-radius:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-top-right-radius:5px; -webkit-border-top-left-radius:5px;}
  161.  
  162. iframe#tumblr_controls {position:fixed!important; opacity:.8;}
  163.  
  164. {CustomCSS}
  165.  
  166. </style>
  167.  
  168. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  169.  
  170. {block:IndexPage}
  171. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  172. {block:ifendlessscrolling}<script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>{/block:ifendlessscrolling}
  173.  
  174. <script type="text/javascript">
  175. $(window).load(function () {
  176. $('.posts').masonry(),
  177. $('.masonryWrap').infinitescroll({
  178. navSelector : "div.navigation",
  179. // selector for the paged navigation (it will be hidden)
  180. nextSelector : ".navigation a#next",
  181. // selector for the NEXT link (to page 2)
  182. itemSelector : ".post",
  183. // selector for all items you'll retrieve
  184. bufferPx : 10000,
  185. extraScrollPx: 10000,
  186. loadingImg : "http://i39.tinypic.com/239zqf.gif",
  187. loadingText : "<em></em>",
  188. },
  189. // call masonry as a callback.
  190. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  191. );
  192. });
  193. </script>
  194. {/block:IndexPage}
  195.  
  196. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  197. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  198. <script type="text/javascript" charset="utf-8">
  199. var $j = jQuery.noConflict();
  200. $j(function() {
  201. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  202. $j("img").lazyload({
  203. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  204. effect: "fadeIn",
  205. });
  206. });
  207. </script>
  208. </head>
  209.  
  210. <body>
  211.  
  212. <div id="magic"></div>
  213.  
  214. <div class="sidebar">
  215.  
  216. <a href="/"><div class="title"><i>{title}</i></div></a>
  217. {block:description}<div class="descrip">{description}</div>{/block:description}
  218.  
  219. <div id="nav">
  220. <a href="/archive">history</a>
  221. <a href="/ask">message</a>
  222. <a href="/random">random</a>
  223. <a href="http://-apple.tumblr.com">theme</a>
  224. {block:IfLinkOneName}<a href="{text:link one}">{text:link one name}</a>{/block:IfLinkOneName}
  225. {block:IfLinkTwoName}<a href="{text:link two}">{text:link two name}</a>{/block:IfLinkTwoName}
  226. {block:IfLinkThreeName}<a href="{text:link three}">{text:link three name}</a>{/block:IfLinkThreeName}
  227. {block:IfLinkFourName}<a href="{text:link four}">{text:link four name}</a>{/block:IfLinkFourName}
  228. {block:IfLinkFiveName}<a href="{text:link five}">{text:link five name}</a>{/block:IfLinkFiveName}
  229. {block:IfLinkSixName}<a href="{text:link six}">{text:link six name}</a>{/block:IfLinkSixName}
  230. {block:IfLinkSevenName}<a href="{text:link seven}">{text:link seven name}</a>{/block:IfLinkSevenName}
  231. {block:IfLinkEightName}<a href="{text:link eight}">{text:link eight name}</a>{/block:IfLinkEightName}
  232. {block:IfLinkNineName}<a href="{text:link nine}">{text:link Nine name}</a>{/block:IfLinkNineName}
  233. {block:IfLinkTenName}<a href="{text:link ten}">{text:link ten name}</a>{/block:IfLinkTenName}
  234. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  235.  
  236. </div>
  237.  
  238. <br>
  239. {block:Pagination}<div class="navigation">{block:NextPage}<p id="page_nav"><a style="float:left; margin-top:-15px;" href="{NextPage}" id="next">Older</a>{/block:NextPage}
  240. {block:PreviousPage}<a style="float:right; margin-top:-15px;" href="{PreviousPage}">Newer</a></p>{/block:PreviousPage}</div>
  241. {/block:Pagination}
  242.  
  243. </div>
  244. <div class="wrap"><div class="posts">
  245.  
  246.  
  247. {block:Posts}
  248.  
  249. {block:Text}<div class="post text">
  250. <div class="vector"> <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}</div>
  251. {block:Title}<h3>{Title}</h3>{/block:Title}
  252. {Body}
  253. </div>
  254. {/block:Text}
  255.  
  256. {block:Photo}
  257. <div class="post photo">
  258. <div class="permalink"><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  259. <div id="photo">{block:IndexPage}<a href="{Permalink}">{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}<img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" width="{block:indexpage}{block:ifnotbiggerposts}220px{/block:ifnotbiggerposts}{block:ifbiggerposts}270px{/block:ifbiggerposts}{/block:indexpage} {block:permalinkpage}500px{/block:permalinkpage}" alt="{PhotoAlt}"/>{block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}{block:permalinkpage}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:permalinkpage}</div></div>
  260. {/block:Photo}
  261.  
  262. {block:Photoset}<div class="post photoset">
  263. <div class="vector"> <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}</div>
  264. {block:IndexPage}<div style="width:{block:ifnotbiggerposts}220px{/block:ifnotbiggerposts}{block:ifbiggerposts}270px{/block:ifbiggerposts}; height:auto; overflow:hidden;">{block:ifnotbiggerposts}{Photoset-250}{/block:ifnotbiggerposts}{block:ifbiggerposts}{Photoset-250}{/block:ifbiggerposts}</div>{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{block:permalinkpage}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:permalinkpage}
  265. </div>{/block:Photoset}
  266.  
  267. {block:Quote}<div class="post quote"><a href="{Permalink}">{Quote}</a>{block:Source}<div style="opacity:.5;">{Source}</div>{/block:Source}</div>{/block:Quote}
  268.  
  269. {block:Link}<div class="post link">
  270. <div class="vector"> <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}</div>
  271. <h3><a href="{URL}" class="link" {Target}>{Name}</a></h3>{block:Description}<div class="description">{Description}</div>{/block:Description}
  272. </div>{/block:Link}
  273.  
  274. {block:Chat}
  275. <div class="post chat">
  276. <div class="vector"> <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}</div>
  277. {block:Title}
  278. <div id="tit">{Title}</div>
  279. {/block:Title}
  280. <div class="chatty">
  281. {block:Lines}
  282. <div class="chatty {Alt}">
  283. {block:Label}
  284. <b>{Label}</b>
  285. {/block:Label}
  286. {Line}
  287. </div>
  288. {/block:Lines}
  289. </div>
  290. </div>{/block:Chat}
  291.  
  292. {block:Video}<div class="post video">
  293. <div class="vector"> <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}</div>
  294. {block:indexpage}<div style="width:{block:ifnotbiggerposts}220px{/block:ifnotbiggerposts}{block:ifbiggerposts}270px{/block:ifbiggerposts}; height:auto; overflow:hidden;">{block:ifnotbiggerposts}{Video-250}{/block:ifnotbiggerposts}{block:ifbiggerposts}{Video-250}{/block:ifbiggerposts}</div>{/block:indexpage}{block:permalinkpage}{Video-500}{/block:permalinkpage}
  295. {block:PermalinkPage}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:PermalinkPage}
  296. </div>{/block:Video}
  297.  
  298. {block:Audio}
  299. <div class="post audio">
  300. <div class="vector"> <img src="http://i45.tinypic.com/2rfd0z9.jpg"> (<a href="{Permalink}"> {TimeAgo}</a>) · {ShortMonth} {DayOfMonth},{Year} → {NoteCountWithLabel}</div>
  301. <div class="player">{AudioPlayerBlack}</div>{block:permalinkpage}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:permalinkpage}
  302. </div>
  303. {/block:Audio}
  304.  
  305. {block:PermalinkPage}
  306. <div class="notes">
  307. Posted {block:Date}{ShortDayOfWeek} {ShortMonth} {DayOfMonthWithZero} at {12Hour}:{Minutes}{AmPm}{/block:Date} with {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}<div style="font-size:9px; font-weight:normal; margin-top:1px;">{block:Tags}<a href="{TagURL}">#{Tag}&nbsp;</a>{/block:Tags}</div>{/block:HasTags}
  308. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  309. {/block:PermalinkPage}
  310.  
  311. {/block:Posts}
  312.  
  313. </div></div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement